Re: [PATCH] Movers

2004-10-26 Thread Angus Leeming
José Abílio Oliveira Matos wrote: >> > Here is the patch to enable XFig files to be moved around freely, >> > together with stuff to enable these external 'copiers' to be defined >> > in the preferences dialog. >> >> Ok, it's now in cvs. > > Now that we have the Movers it would be useful to hav

Re: [PATCH] Movers

2004-10-26 Thread José Abílio Oliveira Matos
On Tue, Oct 26, 2004 at 07:41:27PM +0100, Angus Leeming wrote: > Angus Leeming wrote: > > Here is the patch to enable XFig files to be moved around freely, > > together with stuff to enable these external 'copiers' to be defined > > in the preferences dialog. > > Ok, it's now in cvs. Now that w

Re: [PATCH] Movers

2004-10-26 Thread Angus Leeming
Angus Leeming wrote: > Here is the patch to enable XFig files to be moved around freely, > together with stuff to enable these external 'copiers' to be defined > in the preferences dialog. Ok, it's now in cvs. > Feel free to dissect ;-) > > (There's a little whitespace noise, but not too much an

Re: Lyx 1.3.5 broken?

2004-10-26 Thread Andreas Vox
Mariusz Woloszyn <[EMAIL PROTECTED]> writes: > > On Tue, 26 Oct 2004, Mariusz Woloszyn wrote: > > > I guess the problem is in the path which contains characters like "-" and > > "#" (I bet on "-"). > > > Wrong bet... The problem is "#" in path (not document filename, but > full path). > It's pro

Re: Lyx 1.3.5 broken?

2004-10-26 Thread Angus Leeming
Mariusz Woloszyn wrote: > On Tue, 26 Oct 2004, Mariusz Woloszyn wrote: > >> I guess the problem is in the path which contains characters like >> "-" and "#" (I bet on "-"). >> > Wrong bet... The problem is "#" in path (not document filename, but > full path). > It's probably trigered by Include F

Re: Lyx 1.3.5 broken?

2004-10-26 Thread Mariusz Woloszyn
On Tue, 26 Oct 2004, Mariusz Woloszyn wrote: > I guess the problem is in the path which contains characters like "-" and > "#" (I bet on "-"). > Wrong bet... The problem is "#" in path (not document filename, but full path). It's probably trigered by Include File. Regards, -- Mariusz Wołoszyn I

Lyx 1.3.5 broken?

2004-10-26 Thread Mariusz Woloszyn
Hi! Several days ago I compiled Lyx 1.3.5 with standard ./configure;make;make install (no special configure options). I created large document which I editet for a number of days, but today when I opened it and tried to create DVI Lyx reported a number of crazy errors! I even tried the previous

Re: Stripping quotes from each argument of execvp's argv

2004-10-26 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Angus> Because execvp expects to see "char * argv[]". The data itself > Angus> is stored as vector, so there're no memory leak worries. > Angus> I just construct a vector array to point into the data, > Angus> setting word endings to '/0'. > > I see. I'm not used anym

[PATCH] Movers

2004-10-26 Thread Angus Leeming
Here is the patch to enable XFig files to be moved around freely, together with stuff to enable these external 'copiers' to be defined in the preferences dialog. Feel free to dissect ;-) (There's a little whitespace noise, but not too much and only for those files that I've modified anyway.) --

Re: Route to 1.4.0

2004-10-26 Thread John Levon
On Tue, Oct 26, 2004 at 09:03:23AM +0300, Martin Vermeer wrote: > To add my spicing to this soup, shouldn't we first take inventory of > what bugs we actually have, and how critical they are? There is all > kinds of stuff on bugzilla, and I suspect some of them must be > absolutely fixed while oth

Re: Stripping quotes from each argument of execvp's argv

2004-10-26 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Because execvp expects to see "char * argv[]". The data itself Angus> is stored as vector, so there're no memory leak worries. Angus> I just construct a vector array to point into the data, Angus> setting word endings to '/0'. I se

Re: Stripping quotes from each argument of execvp's argv

2004-10-26 Thread Angus Leeming
Lars Gullik Bjønnes wrote: >>> Angus> Current CVS is broken by use of QuoteName. The attached patch >>> Angus> is a simple fix that will work in 'many' cases. View it as a >>> Angus> stop gap rather than as a permanent solution. >>> >>> Why don't you us normal std::string manipulation? >> > | Beca

Re: Stripping quotes from each argument of execvp's argv

2004-10-26 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Jean-Marc Lasgouttes wrote: > >>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> >>> writes: >> >> Angus> Current CVS is broken by use of QuoteName. The attached patch >> Angus> is a simple fix that will work in 'many' cases. View it as a >> Angus

Re: Stripping quotes from each argument of execvp's argv

2004-10-26 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: >> "Angus" == Angus Leeming <[EMAIL PROTECTED]> >> writes: > > Angus> Current CVS is broken by use of QuoteName. The attached patch > Angus> is a simple fix that will work in 'many' cases. View it as a > Angus> stop gap rather than as a permanent solution. > >

Re: Stripping quotes from each argument of execvp's argv

2004-10-26 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Current CVS is broken by use of QuoteName. The attached patch Angus> is a simple fix that will work in 'many' cases. View it as a Angus> stop gap rather than as a permanent solution. Why don't you us normal std::string manipulation

Re: Bug 1687: request for help. :-)

2004-10-26 Thread Jean-Marc Lasgouttes
> "José" == José Abílio Oliveira Matos <[EMAIL PROTECTED]> writes: José> On Mon, Oct 25, 2004 at 01:20:26PM +0100, John Levon wrote: >> On Mon, Oct 25, 2004 at 12:06:33PM +0100, Jos? Ab?lio Oliveira Matos wrote: >> >> > http://bugzilla.lyx.org/attachment.cgi?id=597&action=view >> > >> > W

Re: lyx-devel src/: ChangeLog output_docbook.C

2004-10-26 Thread Martin Vermeer
On Tue, 2004-10-26 at 10:37, Josà AbÃlio Oliveira Matos wrote: > On Tue, Oct 26, 2004 at 08:36:17AM +0300, Martin Vermeer wrote: > > > > As I understand it, the manual label overrides any automatic one. So in > > this case the previous paragraph would have label para150 and the next > > para152 (a

Re: lyx-devel src/: ChangeLog output_docbook.C

2004-10-26 Thread José Abílio Oliveira Matos
On Tue, Oct 26, 2004 at 08:36:17AM +0300, Martin Vermeer wrote: > > As I understand it, the manual label overrides any automatic one. So in > this case the previous paragraph would have label para150 and the next > para152 (and these change dynamically as you add and remove paragraphs) > but the l

Re: mathed + empty subscripts/superscripts == > crash

2004-10-26 Thread Georg Baum
Alysson Ferrari wrote: > CRASH: > *  Math-display. > *  type "ab", for example. > *  LEFT CURSOR, so that cursor is between "a" and "b" > *  _  to create the subscript -- also "works" with a superscript  ;-) > *  RIGHT CURSOR, to exit the "subscript red box" (what is the correct name > for that?),