Re: tex2lyx and optional arguments

2003-11-17 Thread Andre Poenitz
On Sat, Nov 15, 2003 at 06:25:36PM +0100, Georg Baum wrote: > Am Freitag, 14. November 2003 21:11 schrieb Georg Baum: > > Yes. We can even steal the list of 'known' commands from > > lib/reLyX/syntax.default. Creating this list was the main thing that I > > did not like with this solution. > > It

Re: [patch] activate replace again

2003-11-17 Thread Andre Poenitz
On Sun, Nov 16, 2003 at 10:07:34PM +0100, Alfredo Braunstein wrote: > Kornel Benko wrote: > > > in lyxfind.C:95 . why not > > Yes, I like it better. Without the unneeded parantheses in 'return true;' perhaps? Andre'

Re: [patch] activate replace again

2003-11-17 Thread Alfredo Braunstein
Andre Poenitz wrote: >> Yes, I like it better. > > Without the unneeded parantheses in 'return true;' perhaps? Yep. (I'm commiting) Alfredo

Re: tex2lyx and optional arguments

2003-11-17 Thread Andre Poenitz
On Sun, Nov 16, 2003 at 02:31:05PM +, Angus Leeming wrote: > Georg Baum wrote: > Very neat solution! > > > +read_syntaxfile(system_syntaxfile); > > +if(syntaxfile.size()) > > +read_syntaxfile(syntaxfile); > > Isn't it better to use if (!syntaxfile.empty()) here

some current bugs

2003-11-17 Thread Alfredo Braunstein
- impossible to enter mathed by clicking - double click on mathed->crash - C-m -> the cursor inside mathed is not visible (exit and enter mathed with right-left and it is) - impossible to enter tables by clicking either (what is it needed? some InsetOld::getInset(int), so any inset can contain m

Re: some current bugs

2003-11-17 Thread Angus Leeming
Alfredo Braunstein wrote: > Ps: why is it so quiet inhere? Because we're all busy in the world outside LyX? -- Angus

Re: some current bugs

2003-11-17 Thread Alfredo Braunstein
Angus Leeming wrote: > Because we're all busy in the world outside LyX? Is there such thing? ;-) Alfredo

Re: some current bugs

2003-11-17 Thread Andre Poenitz
On Mon, Nov 17, 2003 at 10:18:47AM +, Angus Leeming wrote: > Alfredo Braunstein wrote: > > Ps: why is it so quiet inhere? > > Because we're all busy in the world outside LyX? Is there such a thing? Andre'

Re: some current bugs

2003-11-17 Thread Juergen Spitzmueller
Andre Poenitz wrote: > > Because we're all busy in the world outside LyX? > > Is there such a thing? Alfredo Braunstein wrote: > Is there such thing? ;-) You're a perfect team obviously. Jürgen.

Re: [patch] selection2.diff

2003-11-17 Thread Alfredo Braunstein
Alfredo Braunstein wrote: > This path is the previous + I'll apply the remaining parts of this on this afternoon if there are no objections. Alfredo

Re: some current bugs

2003-11-17 Thread Alfredo Braunstein
Juergen Spitzmueller wrote: > Andre Poenitz wrote: >> > Because we're all busy in the world outside LyX? >> >> Is there such a thing? > Alfredo Braunstein wrote: >> Is there such thing? ;-) > > You're a perfect team obviously. I'd say that it's clear that Angus is bluffing. ;-) Alfredo

Re: some current bugs

2003-11-17 Thread Andre Poenitz
On Mon, Nov 17, 2003 at 11:27:12AM +0100, Juergen Spitzmueller wrote: > Andre Poenitz wrote: > > > Because we're all busy in the world outside LyX? > > > > Is there such a thing? > Alfredo Braunstein wrote: > > Is there such thing? ;-) > > You're a perfect team obviously. Alfredo is still trying

[patch] remove InsetText::cx/xy

2003-11-17 Thread Andre Poenitz
not really needed. What's the current state of coordinate handling btw? Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson or B. Franklin or both...) Index: insets/insettext.C ==

[patch] small table improvement

2003-11-17 Thread Andre Poenitz
This means that we can click now into minipages of the first table cell.. 'bare cell text' does not seem to work, and neither do cells other than the first.. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferso

POT file generation broken

2003-11-17 Thread Michael Schmitt
Dear Jean-Marc, concerning the problem that de.pox is not generated correctly, I noticed the following: The awk scripts in the Makefile generate a po file with ISO-8859-1 encoding first. This final rule: $(srcdir)/$(PACKAGE).pot: $(POTFILES) $(srcdir)/POTFILES.in l10n_pots $(XGETTEXT) -

[patch] towards simplified left/right/up/down

2003-11-17 Thread Andre Poenitz
Currently we have cursor left/right/up/down handled twice (once in InsetText and once in LyXText). There is no real reason that both can't be combined. This is a first step by moving the somewhat more powerful version from InsetText to LyXText. Both versions are still used... Andre' -- Those wh

[patch] next

2003-11-17 Thread Andre Poenitz
Looks as if it works... -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson or B. Franklin or both...) ? .text3.C.swp ? 1.diff ? 1.diff.gz ? 2.diff ? 3.diff ? ?t ? fullredraw.diff ? par-row.diff ? textcache.diff ? in

Re: tex2lyx and optional arguments

2003-11-17 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Am Freitag, 14. November 2003 21:11 schrieb Georg Baum: >> Yes. We can even steal the list of 'known' commands from >> lib/reLyX/syntax.default. Creating this list was the main thing >> that I did not like with this solution. Georg> I

Re: aiaa.layout

2003-11-17 Thread Stephen Reindl
Hi, what is the actual problem. I downloaded the stuff and run the scripts, the only thing that might cause problems are the required packages: -caption2 -dropping -endfloat -fancyhdr -graphicx -lastpage -setspace -subfigure Regards Stephen Am Mo, den 17.11.200

[Patch] XML sanitation part II

2003-11-17 Thread Martin Vermeer
Attached. Work in progress, but getting better... more logical now and more parametrized. If everybody thinks this is going in the right direction, I'll put it in tomorrow. - Martin -- Martin Vermeer [EMAIL PROTECTED] Helsinki University of Technology Dept. of Surveying, Inst. of Geodesy P.

Re: [patch] remove InsetText::cx/xy

2003-11-17 Thread Alfredo Braunstein
Andre Poenitz wrote: > not really needed. > > What's the current state of coordinate handling btw? My selection2.diff patch makes passing mouse events to the main LyXText in coordinates relatives to the LyXText itself (like for insets right now), i.e. no more as screen coordinates. This in parti

Re: [patch] next

2003-11-17 Thread Alfredo Braunstein
Andre Poenitz wrote: > Looks as if it works... Cool. ;-) Alfredo

Re: some current bugs

2003-11-17 Thread Alfredo Braunstein
Andre Poenitz wrote: > Alfredo is still trying to be nice. We have to work on that... So I can become an angry caveman too? ;-) Alfredo

Re: some current bugs

2003-11-17 Thread Juergen Spitzmueller
Alfredo Braunstein wrote: > > Alfredo is still trying to be nice. We have to work on that... > > So I can become an angry caveman too? ;-) You have to be patient. André is practicing grumpiness for a long time now. Be he is for sure a good teacher. Jürgen.

Re: [Patch] XML sanitation part II

2003-11-17 Thread Jose' Matos
On Monday 17 November 2003 16:56, Martin Vermeer wrote: > Attached. Work in progress, but getting better... more logical now and > more parametrized. That is true. > If everybody thinks this is going in the right direction, I'll put it > in tomorrow. But I don't know if this is the right dir

Re: tex2lyx and optional arguments

2003-11-17 Thread Georg Baum
Am Montag, 17. November 2003 09:52 schrieb Andre Poenitz: > Looks good. Is this ready for 'commit'? Yes. Maybe with the size() -> !empty() change suggested by Angus. BTW, this construct is used at a few other places in tex2lyx, some from me, some from others. Georg

Re: tex2lyx and optional arguments

2003-11-17 Thread Georg Baum
Am Montag, 17. November 2003 16:42 schrieb Jean-Marc Lasgouttes: > BTW, what does the following comment mean? What are the entries that > you skip? > > + // We can use our TeX parser, since the syntax of the layout file is > + // modeled after TeX. > + // Unknown tokens are just silentl

Re: [Patch] XML sanitation part II

2003-11-17 Thread Martin Vermeer
On Mon, Nov 17, 2003 at 07:30:44PM +, Jose' Matos spake thusly: > On Monday 17 November 2003 16:56, Martin Vermeer wrote: > > Attached. Work in progress, but getting better... more logical now and > > more parametrized. > > That is true. > > > If everybody thinks this is going in the righ