Re: copy generated pdf to document folder automatically. Possible?

2011-08-18 Thread John McCabe-Dansted
On Thu, Aug 18, 2011 at 1:14 PM, John McCabe-Dansted gma...@gmail.com wrote: On Thu, Aug 18, 2011 at 1:07 PM, Paul Johnson pauljoh...@gmail.com wrote: ... #!/bin/bash rsync -rv $1 $2 exec evince $1 exit 0 ... Here are the problems. 1. LyX is stuck while Evince is open. I mean, even if

Re: Horizontal Scrolling Again

2011-08-18 Thread José Matos
On 08/17/2011 09:01 PM, Georg Baum wrote: IIRC the only reason is that nobody implemented it so far. True. IMHO they are needed. Agreed. Georg The other usual request for horizontal scrolling comes from tables usage... -- José Matos

Re: [patch] add inset-select-all to edit menu

2011-08-18 Thread Uwe Stöhr
Am 15.08.2011 09:59, schrieb Vincent van Ravesteijn: I will not fight over this, I'm just trying to figure out the most applicable name. I put your proposal in. regards Uwe

Re: [patch] fix bug 6622

2011-08-18 Thread Uwe Stöhr
Am 17.08.2011 22:01, schrieb Georg Baum: I would not have implemented yet another special package on/off/auto switch, but since the work is already done I suggest to put it in. For the future I strongly suggest to implement a general approach, where adding a new package switch is a one liner

Re: copy generated pdf to document folder automatically. Possible?

2011-08-18 Thread Liviu Andronic
On Thu, Aug 18, 2011 at 7:07 AM, Paul Johnson pauljoh...@gmail.com wrote: From Liviu's link, I see people have asked about this, but nobody shows a way that actually works :) I'm not sure what you mean. I assigned 'command-sequence buffer-view pdf2 ; buffer-export pdf2 ;' to ctrl+shift+b and it

Re: copy generated pdf to document folder automatically. Possible?

2011-08-18 Thread Paul Johnson
On Thu, Aug 18, 2011 at 4:17 PM, Liviu Andronic landronim...@gmail.com wrote: I'm not sure what you mean. I assigned 'command-sequence buffer-view pdf2 ; buffer-export pdf2 ;' to ctrl+shift+b and it works as expected on my system: Thanks. You were completely correct. I was not reading that

Re: copy generated pdf to document folder automatically. Possible?

2011-08-18 Thread Liviu Andronic
On Fri, Aug 19, 2011 at 5:03 AM, Paul Johnson pauljoh...@gmail.com wrote: On Thu, Aug 18, 2011 at 4:17 PM, Liviu Andronic landronim...@gmail.com wrote: I'm not sure what you mean. I assigned 'command-sequence buffer-view pdf2 ; buffer-export pdf2 ;' to ctrl+shift+b and it works as expected

Re: copy generated pdf to document folder automatically. Possible?

2011-08-18 Thread John McCabe-Dansted
On Thu, Aug 18, 2011 at 1:14 PM, John McCabe-Dansted wrote: > On Thu, Aug 18, 2011 at 1:07 PM, Paul Johnson wrote: > ... >> #!/bin/bash >> rsync -rv "$1" "$2" >> exec evince $1 >> exit 0 > ... >> Here are the problems. >> >> 1. LyX is "stuck" while Evince

Re: Horizontal Scrolling Again

2011-08-18 Thread José Matos
On 08/17/2011 09:01 PM, Georg Baum wrote: IIRC the only reason is that nobody implemented it so far. True. IMHO they are needed. Agreed. Georg The other usual request for horizontal scrolling comes from tables usage... -- José Matos

Re: [patch] add inset-select-all to edit menu

2011-08-18 Thread Uwe Stöhr
Am 15.08.2011 09:59, schrieb Vincent van Ravesteijn: I will not fight over this, I'm just trying to figure out the most applicable name. I put your proposal in. regards Uwe

Re: [patch] fix bug 6622

2011-08-18 Thread Uwe Stöhr
Am 17.08.2011 22:01, schrieb Georg Baum: I would not have implemented yet another special package on/off/auto switch, but since the work is already done I suggest to put it in. For the future I strongly suggest to implement a general approach, where adding a new package switch is a one liner

Re: copy generated pdf to document folder automatically. Possible?

2011-08-18 Thread Liviu Andronic
On Thu, Aug 18, 2011 at 7:07 AM, Paul Johnson wrote: > From Liviu's link, I see people have asked about this, but nobody > shows a way that actually works :) > I'm not sure what you mean. I assigned 'command-sequence buffer-view pdf2 ; buffer-export pdf2 ;' to ctrl+shift+b

Re: copy generated pdf to document folder automatically. Possible?

2011-08-18 Thread Paul Johnson
On Thu, Aug 18, 2011 at 4:17 PM, Liviu Andronic wrote: >> > I'm not sure what you mean. I assigned 'command-sequence buffer-view > pdf2 ; buffer-export pdf2 ;' to ctrl+shift+b and it works as expected > on my system: Thanks. You were completely correct. I was not reading

Re: copy generated pdf to document folder automatically. Possible?

2011-08-18 Thread Liviu Andronic
On Fri, Aug 19, 2011 at 5:03 AM, Paul Johnson wrote: > On Thu, Aug 18, 2011 at 4:17 PM, Liviu Andronic > wrote: > >>> >> I'm not sure what you mean. I assigned 'command-sequence buffer-view >> pdf2 ; buffer-export pdf2 ;' to ctrl+shift+b and it