small lyx bug in 1.1.6fix3: can type math on read-only document

2001-11-26 Thread Tuukka Toivonen
Usually writing to a read-only document is disabled. However, if you put your cursor into a math box, it does accept input. I guess there's a missing if() ? You can't create a math box, however, it must pre-exist.

Re: small lyx bug in 1.1.6fix3: can type math on read-only document

2001-11-26 Thread John Levon
On Mon, Nov 26, 2001 at 10:31:20AM +0200, Tuukka Toivonen wrote: > Usually writing to a read-only document is disabled. > However, if you put your cursor into a math box, it does > accept input. I guess there's a missing if() ? > You can't create a math box, however, it must pre-exist. known bug

Re: setting of abbreviations (3.7.2.1 of User Guide)

2001-11-26 Thread Juergen Vigna
On 26-Nov-2001 Allan Rae wrote: > Several of Herbert's features would be nice for 1.2 but I think we > should fix bugs and then include Herbert's stuff for 1.3. That'll > give him time to do more complete solutions (or at least get some > assistance for same). > > We have more than enough new

Re: Bug list - Update

2001-11-26 Thread Andre Poenitz
On Mon, Nov 26, 2001 at 10:04:37AM +0200, Martin Vermeer wrote: > Hmmm, I see that 'unable to make a superscript in mathed' is missing. > Was it resolved very recently? Herbert's item is still present in BUGS/mathed. But unless I can reproduce it, I can't fix it. Actually I doubt that I can fix

Re: small lyx bug in 1.1.6fix3: can type math on read-only document

2001-11-26 Thread Andre Poenitz
On Mon, Nov 26, 2001 at 08:44:11AM +, John Levon wrote: > > Usually writing to a read-only document is disabled. > > However, if you put your cursor into a math box, it does > > accept input. I guess there's a missing if() ? > > You can't create a math box, however, it must pre-exist. > > kno

minipages and page breaks

2001-11-26 Thread John Levon
does it make sense to have page breaks in minipages (yes ?) the drawing of them is wrong (fixing ...) john -- "By the way, it's not binaries, it's Perl code. Sometimes they look confusingly similar." - Pavel Roskin

Re: Bug list - Update

2001-11-26 Thread Juergen Vigna
On 26-Nov-2001 Andre Poenitz wrote: > [snip]... right now I could lend a hand... To fix the remaining bug in the core ;) Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PROTECTED] Italienallee 13/N Tel/Fax: +39

Re: CVS Update: lyx-devel

2001-11-26 Thread Jean-Marc Lasgouttes
> "dekel" == dekel <[EMAIL PROTECTED]> writes: dekel> CVSROOT: /usr/local/lyx/cvsroot Module name: lyx-devel dekel> Repository: lyx-devel/src/ Changes by: dekel> [EMAIL PROTECTED] 01/11/24 23:26:09 dekel> Modified files: ./: Tag: BRANCH_1_1_6 ChangeLog lyx-devel/src/: dekel> Tag: BRANCH_1_1

rebuild of the patch that tries to reduces re-compile times

2001-11-26 Thread Andre Poenitz
It compiles again but I am notoriously bad at fixing merging conflicts. Please apply the uncontroversial parts. Andre' -- André Pönitz .. [EMAIL PROTECTED] src3.diff.gz Description: application/gunzip

tetex-lyx

2001-11-26 Thread Michael Schmitt
Hi Kayvan, in the "devel" directory of your ftp server, there is still a file called "tetex-lyx-1.2.0cvs-1.i386.rpm". It is redundant, isn't it? If that is the case, it might be reasonable to remove it in order not to confuse users (like me). Michael -- =

RE:

2001-11-26 Thread Juergen Vigna
On 26-Nov-2001 unknown wrote: > does it make sense to have page breaks in minipages (yes ?) No it makes no sense at all. Minpages cannot be split up in pages they HAVE TO reside inside one physical page! Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jür

Re:

2001-11-26 Thread John Levon
On Mon, Nov 26, 2001 at 10:24:21AM +0100, Juergen Vigna wrote: > No it makes no sense at all. Minpages cannot be split up in pages they > HAVE TO reside inside one physical page! Perhaps we shouldn't be allowing it then ;) john -- "By the way, it's not binaries, it's Perl code. Sometimes they

[PATCH] form para crash + comment

2001-11-26 Thread John Levon
Here's a patch to fix a crash. The vspace part is maybe controversial - instead of a possible crash on non-valid glue lengths, it behaves reliably. The form part is obviously correct. Note that currently FormParagraph is broken: I can't enter glue lengths for above/below (e.g. 10cm+1ex-2em). A

Re: Minipages & pagebreaks

2001-11-26 Thread Juergen Vigna
On 26-Nov-2001 John Levon wrote: > On Mon, Nov 26, 2001 at 10:24:21AM +0100, Juergen Vigna wrote: > >> No it makes no sense at all. Minpages cannot be split up in pages they >> HAVE TO reside inside one physical page! > > Perhaps we shouldn't be allowing it then ;) Sure go for it ;) Jug

Re: [PATCH] form para crash + comment

2001-11-26 Thread John Levon
On Mon, Nov 26, 2001 at 09:46:49AM +, John Levon wrote: > Note that currently FormParagraph is broken: I can't enter glue lengths for > above/below (e.g. 10cm+1ex-2em). Additionally the units is not set properly inbetween calls e.g. if I've been looking at a "length above" para with cm units

Re: Minipages & pagebreaks

2001-11-26 Thread John Levon
On Mon, Nov 26, 2001 at 10:47:52AM +0100, Juergen Vigna wrote: > > Perhaps we shouldn't be allowing it then ;) > > Sure go for it ;) how ?? ;) john -- "By the way, it's not binaries, it's Perl code. Sometimes they look confusingly similar." - Pavel Roskin

Re: New hollywood release!

2001-11-26 Thread Jean-Marc Lasgouttes
> "Malte" == Malte Cornils <[EMAIL PROTECTED]> writes: Malte> Hello, Garst again sent me an updated hollywood; new is a Malte> python script from Richard Harris to convert text files Malte> exported from FinalDraft to hollywood. It also allows text to Malte> be emphasized by underlining using

Re: [PATCH] move lyx_gui_misc stuff

2001-11-26 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> looks like a big patch, but really it just moves the code into a John> better place ... Applied. Note that I left out the following chunk, which causes problems here: --- frontends/Makefile.am 2001/06/25 00:06:21 1.19 +++ fr

Re: New hollywood release!

2001-11-26 Thread Jean-Marc Lasgouttes
> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes: Garst> The examples and templates were created with 1.2CVS so will Garst> have a more recent lyxformat number. So this means I should not put these new hollywood files in 1.1.6fix4, right? Garst> I have the script in scripts/fd2lyx/ a

Re: Bug list - Update [tiny PATCH]

2001-11-26 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Yes, there are! The shortcuts "C-s" and "M-F" for forwards Juergen> search and "C-r" or "M-B" for bachwards search. AFAIK the Juergen> only way to make them visible to the user is to add some text Juergen> to the buttons

Re: New hollywood release!

2001-11-26 Thread Andre Poenitz
On Mon, Nov 26, 2001 at 11:45:06AM +0100, Jean-Marc Lasgouttes wrote: > I propose to put the fd2lyx as a tar.gz on > ftp.lyx.org/pub/lyx/contrib. Would that be right? Would it be too much bloat to put it in the full distribution? Andre' -- André Pönitz .

Re: Bug: Citation style doesn't work

2001-11-26 Thread Angus Leeming
On Friday 23 November 2001 6:19 pm, Mike Ressler wrote: > I tried updating the AASTeX template file and discovered that the citation > style menu in Insert->Citation doesn't pop up when clicked on. This is in > the CVS version as of Wednesday. Other buttons on the panel appear to > work, just not

Re: csv2lyx to the contribs?

2001-11-26 Thread Jean-Marc Lasgouttes
> "Antonio" == Antonio Gulino <[EMAIL PROTECTED]> writes: Antonio> Because I think I have some problems with my mailsystem, I Antonio> post again this response. Sorry for the disturb. antonio Thanks. The file is on ftp.lyx.org/pub/lyx/contrib now. JMarc

Re: New hollywood release!

2001-11-26 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Mon, Nov 26, 2001 at 11:45:06AM +0100, Jean-Marc Lasgouttes Andre> wrote: >> I propose to put the fd2lyx as a tar.gz on >> ftp.lyx.org/pub/lyx/contrib. Would that be right? Andre> Would it be too much bloat to put it in the ful

Re: New hollywood release!

2001-11-26 Thread Andre Poenitz
On Mon, Nov 26, 2001 at 12:05:42PM +0100, Jean-Marc Lasgouttes wrote: > Another solution would be to have a contrib/ directory in lib/, where > we can put all these scripts, without any support other than copying > them to $prefix/share/lyx/contrib. That sounds sensible... especially if people ca

Re: rebuild of the patch that tries to reduces re-compile times

2001-11-26 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> It compiles again but I am notoriously bad at fixing merging Andre> conflicts. Andre> Please apply the uncontroversial parts. I applied the parts which are not related to Paragraph::pos_type. Unfortunately, this is on 10% of the

Re: Searching ERT

2001-11-26 Thread Jean-Marc Lasgouttes
> "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes: Ben> Hi, I have been doing some work on improved error handling for Ben> lyx-1.1.6fix3. (I started with that version because I need to Ben> work with a stable LyX. I take it upon myself to port to 1.2 Ben> later.) Ben> I can successfully lab

Re: Searching ERT

2001-11-26 Thread Ben Stanley
Jean-Marc Lasgouttes wrote: >>"Ben" == Ben Stanley <[EMAIL PROTECTED]> writes: >> > >Ben> However, I now need to be able to search for identifiers in ERT. >Ben> I tried searching for InsetERT objects, but these don't seem to >Ben> be used to store the ERT in 1.1.6. I want to be able to la

DepTable is slooooooooowwwwwwwwww

2001-11-26 Thread Ben Stanley
I put some timers around the methods in DepTable which re-compute the CRC of each file, and I found it was taking a significant amount of time on my thesis... 30-60 seconds. So I started wondering about optimising it somehow. At first I wondered why it calculates CRCs instead of checking file

Re: Searching ERT

2001-11-26 Thread Jean-Marc Lasgouttes
> "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes: Ben> BTW, I am convinced that there is a bug in the code which Ben> maintains .tex line number <-> LyX paragraph / pos Ben> representation. My errors often come out miles away from where Ben> they should have been. I will conduct some tests o

Re: Searching ERT

2001-11-26 Thread Andre Poenitz
On Mon, Nov 26, 2001 at 10:25:59PM +1100, Ben Stanley wrote: > BTW, I am convinced that there is a bug in the code which maintains .tex > line number <-> LyX paragraph / pos representation. My errors often come > out miles away from where they should have been. I will conduct some > tests on th

Re: Bug list - Update [tiny PATCH]

2001-11-26 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > > "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> > > writes: > > Juergen> Yes, there are! The shortcuts "C-s" and "M-F" for forwards > Juergen> search and "C-r" or "M-B" for bachwards search. AFAIK the > Juergen> only way to make them visible to the use

Re: lyx1.1.6fix3: Layout Dokument (german)

2001-11-26 Thread Juergen Spitzmueller
Hartmut Haase wrote: > On the index card "Dokument" of the "Layout Dokument" menu the > headlines of all choice lists have a kind of square after a letter. > Looks like the programmer(s) tried to realize the underscore or > something similar which failed. Regards, Does this appear on the LyX dial

Re: rebuild of the patch that tries to reduces re-compile times

2001-11-26 Thread Andre Poenitz
On Mon, Nov 26, 2001 at 01:37:29PM +0100, Lars Gullik Bjønnes wrote: > Ok, mostly happy with it. > The only thing that bothers me a bit now is that we have: > > BufferView::pos_type > LyXText::pos_type > LyXRow::pos_type > Paragraph::pos_type > > etc. > > can't we do with just lyx::pos_type

Re: Bug list - Update (fwd)

2001-11-26 Thread Dekel Tsur
--- Begin Message --- Hello all, The bug I said you guys could close...I lied. It happens in 1.2.0cvs also. Program halts (no repaints) with splash screen visible if .lyx directory exists. If run from terminal, no messages are displayed as with normal startup. Removing the .lyx directory th

Re: [PATCH] form para crash + comment

2001-11-26 Thread Juergen Spitzmueller
John Levon wrote: > Additionally the units is not set properly inbetween calls e.g. if > I've been looking at a "length above" para with cm units, then it > still says "cm" when I open a vfill above para Hm... I have set the value choices to switch to a default value (which is cm in that case) i

Re: [PATCH] form para crash + comment

2001-11-26 Thread Juergen Spitzmueller
John Levon wrote: > Note that currently FormParagraph is broken: I can't enter glue > lengths for above/below (e.g. 10cm+1ex-2em). > > A screenshot of how Qt2 does it (ugly but ...) : I was not aware that this is possible :-( But it is certainly a good idea. How do you do this in qt2? Do you cal

Re: Quotation Mark GUI

2001-11-26 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> OK. it's more complicated than I thought. Let's see if I Juergen> understand your ideas... Juergen> Jean-Marc Lasgouttes wrote: >> There are 2 types of quote that can be parametrized: normal (e.g. >> outer) and alternat

Re: DepTable is slooooooooowwwwwwwwww

2001-11-26 Thread Ben Stanley
Lars Gullik Bjønnes wrote: >[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: > > >| (crc is fast... even on multi meg documents.) > >Some test results: > >wc vmlinuz-2.4.9-7 > 3490 20732 971901 > >with cold cache: >time ./test_crc vmlinuz-2.4.9-7 >CRC: 733312533 > >real0m0.544s >user0

Re: DepTable is slooooooooowwwwwwwwww

2001-11-26 Thread Jean-Marc Lasgouttes
> "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes: Ben> OK, will try again with some optimisation turned on. The most important is to get the latest version of libstdc++ for your system. There have been problems in the past in particular with debian unstable. JMarc

Re: DepTable is slooooooooowwwwwwwwww

2001-11-26 Thread Ben Stanley
Jean-Marc Lasgouttes wrote: >>"Ben" == Ben Stanley <[EMAIL PROTECTED]> writes: >> > >Ben> OK, will try again with some optimisation turned on. > >The most important is to get the latest version of libstdc++ for your >system. There have been problems in the past in particular with debian >

Re: rebuild of the patch that tries to reduces re-compile times

2001-11-26 Thread Andre Poenitz
On Mon, Nov 26, 2001 at 02:04:55PM +0100, Lars Gullik Bjønnes wrote: > | What about applying the patch first and do the political bits later? > > because it is nearly impossible to make people do thing later. The > best time to fix a patch really well, it before it is applied. Invalid generaliza

Re: setting of abbreviations (3.7.2.1 of User Guide)

2001-11-26 Thread Dekel Tsur
On Mon, Nov 26, 2001 at 02:58:03AM +0100, Lars Gullik Bjønnes wrote: > | I have an argument for including support for \, in 1.2.0: > | When reading old files, we convert text in latex font to ERT insets. > | We can use this code to automatically convert \, in latex mode > | to a \, inset. > > No

Re: Searching ERT

2001-11-26 Thread Ben Stanley
Jean-Marc Lasgouttes wrote: >Ben> I saw something about ERT being stored within the paragraph, but >Ben> in a special 'ERT' font. Is there any way that I could easily >Ben> enumerate all instances of ERT within a paragraph? > >No. That's probably a reason why the old erts were bad. > I'm going to

Re: DepTable is slooooooooowwwwwwwwww

2001-11-26 Thread Jean-Marc Lasgouttes
> "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes: Ben> Jean-Marc Lasgouttes wrote: >>> "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes: >>> >> Ben> OK, will try again with some optimisation turned on. >> The most important is to get the latest version of libstdc++ for >> your syste

Re: Mathed patch: \binom

2001-11-26 Thread Dekel Tsur
On Mon, Nov 26, 2001 at 08:30:09AM +0100, Andre Poenitz wrote: > On Fri, Nov 23, 2001 at 12:51:18PM +0100, Jean-Marc Lasgouttes wrote: > > > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: > > > > Dekel> This patch make lyx use \binom{1}{2} instead of {1 \choose 2}. > > > > Andre, do you p

Re: CVS Update: lyx-devel

2001-11-26 Thread Dekel Tsur
On Mon, Nov 26, 2001 at 10:13:35AM +0100, Jean-Marc Lasgouttes wrote: > dekel> Log message: Correct margins when using twoside and geometry > > What's this? I do not really like to see patches landing on the 1.1.6 > branch without having ever been discussed or even applied to the > trunk. > > Co

Re: CVS Update: lyx-devel

2001-11-26 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> On Mon, Nov 26, 2001 at 10:13:35AM +0100, Jean-Marc Lasgouttes Dekel> wrote: dekel> Log message: Correct margins when using twoside and geometry >> What's this? I do not really like to see patches landing on the >> 1.1.6 branch witho

Re: rebuild of the patch that tries to reduces re-compile times

2001-11-26 Thread Andre Poenitz
On Mon, Nov 26, 2001 at 03:05:46PM +0100, Lars Gullik Bjønnes wrote: > (and "POD const v" in a argument list is always a bug) It certainly is a pain for no good reason in the .h. I have seen coding guidelines requiring in the .C, though. Not that I am very fond of it... Actually I can live with

Re: Mathed patch: \binom

2001-11-26 Thread Andre Poenitz
On Mon, Nov 26, 2001 at 04:08:33PM +0200, Dekel Tsur wrote: > But if we don't use amsmath, we put \providecommand{\binom}[2]{{#1 > \choose #2}} in the preamble. Eveen if we don't need it? Note that I have not looked yet on the validate() stuff too hard. > And we should prefer the \binom{1}{2} sy

Re: Searching ERT

2001-11-26 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Mon, Nov 26, 2001 at 10:25:59PM +1100, Ben Stanley wrote: >> BTW, I am convinced that there is a bug in the code which maintains >> .tex line number <-> LyX paragraph / pos representation. My errors >> often come out miles away

Re: Mathed patch: \binom

2001-11-26 Thread Dekel Tsur
On Mon, Nov 26, 2001 at 03:33:39PM +0100, Andre Poenitz wrote: > On Mon, Nov 26, 2001 at 04:08:33PM +0200, Dekel Tsur wrote: > > But if we don't use amsmath, we put \providecommand{\binom}[2]{{#1 > > \choose #2}} in the preamble. > > Eveen if we don't need it? Note that I have not looked yet on t

Re: CVS Update: lyx-devel

2001-11-26 Thread Dekel Tsur
On Mon, Nov 26, 2001 at 03:23:23PM +0100, Jean-Marc Lasgouttes wrote: > That's what I had in mind. Isn't this the infamous twoside options bug > of geometry? It should have been fixed a long time ago. Geometry.dtx > says: > > % \changes{v2.2}{1999/10/07}{bug fixed: explicit twoside was needed % >

lyx1.1.6fix3: Menu error ? (german)

2001-11-26 Thread Hartmut Haase
The menus "Bearbeiten" and "Einfügen" have entries called "Tabular". Shouldn't they be called "Tabelle"? -- Regards, Hartmut Haase Hungerhilfe: http://www.thehungersite.com ATTAC - für eine solidarische Weltwirtschaft gegen neoliberale Globalisierung: http://www.attac-netzwerk.de

Re: [PATCH] move lyx_gui_misc stuff

2001-11-26 Thread John Levon
On Mon, Nov 26, 2001 at 11:20:39AM +0100, Jean-Marc Lasgouttes wrote: > Applied. Note that I left out the following chunk, which causes > problems here: erk, I didn't mean to send that. I was seeing that modifying xforms files when compiled for Qt frontend wasn't building properly ... john --

Re: [PATCH] form para crash + comment

2001-11-26 Thread John Levon
On Mon, Nov 26, 2001 at 01:53:49PM +0100, Juergen Spitzmueller wrote: > > Additionally the units is not set properly inbetween calls e.g. if > > I've been looking at a "length above" para with cm units, then it > > still says "cm" when I open a vfill above para > > Hm... I have set the value cho

Re: CVS Update: lyx-devel

2001-11-26 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: >> I do not want to add code to workaround bugs which have been fixed >> two years ago (actually it got fixed because I reported it on >> behalf of a LyX user). Dekel> I will remove the code in both CVS and 1.1.6 branch. Thanks. Also, I se

Re: [PATCH] form para crash + comment

2001-11-26 Thread John Levon
On Mon, Nov 26, 2001 at 01:53:53PM +0100, Juergen Spitzmueller wrote: > I was not aware that this is possible :-( > But it is certainly a good idea. How do you do this in qt2? Do you > calculate the final length from the three input fields? I'll have a > look. Qt2 has a special widget - see le

Re: CVS Update: lyx-devel

2001-11-26 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> That is a _long_ time ago. one and a half year perhaps? So we don't care to report errors at the right place? JMarc

Re: Searching ERT

2001-11-26 Thread Dekel Tsur
On Mon, Nov 26, 2001 at 03:42:37PM +0100, Jean-Marc Lasgouttes wrote: > > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > Andre> Please try with and without math stuff. I wouldn't be surprised > Andre> if there was a difference. > > I did some light testing, and it appears that the tab

Re: CVS Update: lyx-devel

2001-11-26 Thread Juergen Vigna
On 26-Nov-2001 Jean-Marc Lasgouttes wrote: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > > Lars> That is a _long_ time ago. one and a half year perhaps? > > So we don't care to report errors at the right place? I think we SHOULD care! The question is WHY has this behaviour

Re: lyx1.1.6fix3: Menu error ? (german)

2001-11-26 Thread Peter Suetterlin
Hartmut Haase wrote: > The menus "Bearbeiten" and "Einfügen" have entries called > "Tabular". Shouldn't they be called "Tabelle"? Probably yes. (What's the difference between tabular and table anyhow?) The problem with translation is: these terms are defined in ext_l10n.h where they are comple

[PATCH] annotate added space

2001-11-26 Thread John Levon
This patch adds a line and some text when a par has some added text. IT looks like it works ok in minipages etc. too. Please apply. thanks john -- "By the way, it's not binaries, it's Perl code. Sometimes they look confusingly similar." - Pavel Roskin Index: ChangeLog ===

Re: Another special character

2001-11-26 Thread Rainer Dorsch
> Rainer Dorsch wrote: > > automatic line break is always an issue, if words contain dashes. > > These words are only properly broken, if "ÿnstead of - is used in > > the word. Thus I suggest to add another special character for this > > issue. > > AFAIK this command is (like some others like "",

Re: Searching ERT

2001-11-26 Thread Dekel Tsur
On Tue, Nov 27, 2001 at 12:58:39AM +1100, Ben Stanley wrote: > Jean-Marc Lasgouttes wrote: > > >Ben> I saw something about ERT being stored within the paragraph, but > >Ben> in a special 'ERT' font. Is there any way that I could easily > >Ben> enumerate all instances of ERT within a paragraph? >

RE: [PATCH] annotate added space

2001-11-26 Thread Juergen Vigna
On 26-Nov-2001 John Levon wrote: > > This patch adds a line and some text when a par has some added text. IT looks > like it works ok in minipages etc. too. Please apply. - p.pain->line(0, y, ww, y, LColor::pagebreak, Painter::line_onoffdash); + p.pain->line(p.xo, y, p.xo + p.width, y, LColor:

Re: Searching ERT

2001-11-26 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> On Mon, Nov 26, 2001 at 03:42:37PM +0100, Jean-Marc Lasgouttes Dekel> wrote: >> > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> Please try with and without math stuff. I wouldn't be surprised Andre> if there was a di

Re: [PATCH] annotate added space

2001-11-26 Thread John Levon
On Mon, Nov 26, 2001 at 05:16:57PM +0100, Juergen Vigna wrote: > - p.pain->line(0, y, ww, y, LColor::pagebreak, Painter::line_onoffdash); > + p.pain->line(p.xo, y, p.xo + p.width, y, LColor::pagebreak, >Painter::line_onoffdash); > > Did you look what ww was in this context? IMO it not always is

Re: Searching ERT

2001-11-26 Thread Ben Stanley
Dekel Tsur wrote: >Why do you bother with the latex font property ? >It is not supported in 1.2.0 (only ERT insets). > Yes, I know... I'm writing for 1.1.6fix3. I already have code for InsetERT - that was much easier to write! But I can't test the InsetERT version without moving to cvs HEAD, wh

[PATCH] inset float list GUI

2001-11-26 Thread John Levon
As there seems to be some consensus Herbert's new stuff needs to wait, I'm sending this one again for perusal (Lars ?) thanks john -- "By the way, it's not binaries, it's Perl code. Sometimes they look confusingly similar." - Pavel Roskin Index: src/frontends/controllers/ChangeLog ==

Re: tetex-lyx

2001-11-26 Thread Kayvan A. Sylvan
On Mon, Nov 26, 2001 at 10:19:28AM +0100, Michael Schmitt wrote: > Hi Kayvan, > > in the "devel" directory of your ftp server, there is still a file > called "tetex-lyx-1.2.0cvs-1.i386.rpm". It is redundant, isn't it? If > that is the case, it might be reasonable to remove it in order not to >

namespace lyx

2001-11-26 Thread Andre Poenitz
What is the long term goal regarding the lyx namespace in the *._C_ files: (a) qualify everything explicitly with 'lyx::' or (b) have a 'using namespace lyx;' or (c) or have 'using lyx::something;'? [Please consider usability (i.e. amount of typing, visual clutter), too, not just "the utmost po

Re: namespace lyx

2001-11-26 Thread Andre Poenitz
On Mon, Nov 26, 2001 at 05:58:50PM +0100, Lars Gullik Bjønnes wrote: > So it is (a) or (c). Ok. > We are using several C++ libraries now and are likely to use more in > the future. We can surely say that it is the other libs that we will > quealify with foo:: and that lyx:: is free to use a usin

further header dependencies

2001-11-26 Thread Andre Poenitz
This one removes language.h from lyxfont.h. The price is the de-inlining of LyXFont::LyXFont(). Given that lyxfont.h is included via layout.h and paragraph.h almost everywhere this does not seem wrong. Andre' -- André Pönitz .. [EMAIL PROTECTED] ?

Re: namespace lyx

2001-11-26 Thread Andre Poenitz
On Mon, Nov 26, 2001 at 06:20:45PM +0100, Lars Gullik Bjønnes wrote: > std::vector::const_iterator cit = vec.begin(); > std::vector::const_iterator end = vec.end(); > for (; cit != end; ++cit) { > ... > } > > even if I have a typedef for std::vector Buah... Code that is longer than the idea

Re: namespace lyx

2001-11-26 Thread Andre Poenitz
On Mon, Nov 26, 2001 at 06:42:53PM +0100, Lars Gullik Bjønnes wrote: > mmm... but that only works if you have a suitable functor at hand. > > for_each(vec.begin(), ved.end(), func()); I know... But writing functors is clumsy, too. Lambda is a bit less clumsy but not standard... But Christmas is

Re: Another special character

2001-11-26 Thread Juergen Spitzmueller
Rainer Dorsch wrote: > That is a good point. But anyways, for a reasonable German text, this > special character is necessary... Maybe language specific special > characters make even sense. I agree that this are important and good commands. I have an idea, but I don't know if this is possible a

Re: lyx1.1.6fix3: Layout Dokument (german)

2001-11-26 Thread Juergen Spitzmueller
Am Montag, 26. November 2001 17:09 schrieb Garst R. Reese: > Juergen Spitzmueller wrote: > > displayed as "_C_itation" (with underlined C and binded to Alt+C). > >^^ > The correct past tense of bind is bound. Oh, thank you very much ;-) But

Re: Searching ERT

2001-11-26 Thread Ben Stanley
I have just succeeded at placing an error inset in front of an ERT containing an undefined glossary entry... Success! Now, I'll investigate that line numbering problem... I don't suppose there is an LXR on LyX cvs? or an easy way to extract patches? Ben.

Re: Quotation Mark GUI

2001-11-26 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > While there are second choices in the file I sent, my idea was to > avoid implementing them and let the user use custom quotes when he > wants a non-standard style. I'd say this will be enough. That means one language specific quotation mark (no choice for that). Th

Re: Another special character

2001-11-26 Thread Juergen Spitzmueller
Lars Gullik Bjønnes wrote: > but we want to provide this feature to all LyX users and languages > not only to the ones that have special babel support. > > so a Inset witch results in what '|"' results in, _bound_ to '|"' > might be a better option. (and then we won't have problems with those > st

Re: [PATCH] form para crash + comment

2001-11-26 Thread Juergen Spitzmueller
Am Montag, 26. November 2001 15:56 schrieb John Levon: > On Mon, Nov 26, 2001 at 01:53:53PM +0100, Juergen Spitzmueller wrote: > > I was not aware that this is possible :-( > > But it is certainly a good idea. How do you do this in qt2? Do you > > calculate the final length from the three input fi

Re: [PATCH] form para crash + comment

2001-11-26 Thread Juergen Spitzmueller
John Levon wrote: > You misunderstand me - it's a cosmetic problem. If I have a vfill > etc. (not length) then you still see the units from the previous > opening of the dialog. It just looks odd, that's all ;) Ah, you mean the unit choice should be reset to "sp" then? Well, that can be fixed ea

Re: [PATCH] inset float list GUI

2001-11-26 Thread John Levon
On Mon, Nov 26, 2001 at 05:43:34PM +0100, Lars Gullik Bjønnes wrote: > However I am not very happy about the InsetCommand usage... I am not > sure if it is the usage that is worng to the name of the InsetCommand > class... but it is something that does not look quite right. I agree completely.

Re: [PATCH] form para crash + comment

2001-11-26 Thread John Levon
On Mon, Nov 26, 2001 at 08:02:14PM +0100, Juergen Spitzmueller wrote: > Ah, you mean the unit choice should be reset to "sp" then? Well, that > can be fixed easily of course (I will do this eventually if I manage to > implement the different length stuff). yes, that's the thing thanks john -

[PATCH] X selection take 2

2001-11-26 Thread John Levon
actually, the function needed already existed so it was simple ... please apply thanks john -- "By the way, it's not binaries, it's Perl code. Sometimes they look confusingly similar." - Pavel Roskin Index: BufferView_pimpl.C ==

Re: DepTable is slooooooooowwwwwwwwww

2001-11-26 Thread Ben Stanley
Jean-Marc Lasgouttes wrote: >Ben> Any known problems with this? RH 7.1 libstdc++-2.96-81 > >You could try to apply the following: > http://www.redhat.com/support/errata/RHBA-2001-082.html > >I am not sure it will help, but it fixes several bugs. > I have applied that now. Thanks. My problem is

Correcting error line numbers

2001-11-26 Thread Ben Stanley
Dekel Tsur wrote: >On Mon, Nov 26, 2001 at 03:42:37PM +0100, Jean-Marc Lasgouttes wrote: > >>>"Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: >>> >>Andre> Please try with and without math stuff. I wouldn't be surprised >>Andre> if there was a difference. >> >>I did some light testing

Re: DepTable is slooooooooowwwwwwwwww

2001-11-26 Thread Ben Stanley
Lars Gullik Bjønnes wrote: >istreambuf_iterator: >time ./test_crc /boot/vmlinuz-2.4.9-13 >CRC: 2642954630 > >real0m0.252s >user0m0.130s >sys 0m0.000s > > >istream_iterator: > time ./test_crc /boot/vmlinuz-2.4.9-13 >CRC: 2642954630 > >real0m0.550s >user0m0.260s >sys 0m0.010

[PATCH] isTextAt reworked

2001-11-26 Thread John Levon
This looks like it fixes the font change problem ?? Note the comment - if I do LaTeX, then the "TeX" part gets to be \\TeX{}. I didn't see anything that gave me a good "word boundary" ?? please apply thanks john -- "By the way, it's not binaries, it's Perl code. Sometimes they look confusing

Re: DepTable is slooooooooowwwwwwwwww

2001-11-26 Thread Ben Stanley
Lars Gullik Bjønnes wrote: >Ben Stanley <[EMAIL PROTECTED]> writes: > >| If we could autoconfiscate the finding of the header files and other >| mmap fragileness we could use this implementation when we don't have >| istreambuf_iterator. I think that would also solve the problem. > >One thing tha

[PATCH] line number info on tables 1.1.6

2001-11-26 Thread Ben Stanley
Dekel Tsur wrote: >On Mon, Nov 26, 2001 at 03:42:37PM +0100, Jean-Marc Lasgouttes wrote: > >>>"Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: >>> >>Andre> Please try with and without math stuff. I wouldn't be surprised >>Andre> if there was a difference. >> >>I did some light testing

[BUG] sub-figures in figures not in a figure float cause latex infinite loop

2001-11-26 Thread Ben Stanley
LyX-1.1.6fix3 I just found that having a sub-figure enabled in a figure that is not inside a figure float causes latex to run forever... perhaps we shouldn't allow this? Perhaps this is a LaTeX bug, but we probably shouldn't allow sub-figures outside of figure floats. Note that I created thi

[PATCH] line number info on paragraph 1.1.6

2001-11-26 Thread Ben Stanley
This is just Dekel's HEAD patch adapted for 1.1.6. I have tested it. Together with the previous line number patch, my entire thesis is now processed with the correct line count at the end. This includes math, figures, tables, figure and table floats, and probably a few other things too. ---

Re: Another special character

2001-11-26 Thread Andre Poenitz
On Mon, Nov 26, 2001 at 07:57:26PM +0100, Juergen Spitzmueller wrote: > My idea is more simple on one side and more complicated on the other. > We provide a possibility for the user to save often used commands, but > we do not provide the commands itself (well, at least not all). > If a user uses

Re: [PATCH] X selection take 2

2001-11-26 Thread Andre Poenitz
On Tue, Nov 27, 2001 at 12:23:58AM +0100, Lars Gullik Bjønnes wrote: > only to make clear that we can (easily) add handling of more events if > we want to. Don't you think people will notice that they could use a switch if they want to add the next case? Andre' -- André Pönitz

small stuff

2001-11-26 Thread Andre Poenitz
Mainly whitespace changes, one instance of if (p) if (p->...) -> if (p && p->...) Andre' -- André Pönitz .. [EMAIL PROTECTED]

chess stuff: another minor fix.

2001-11-26 Thread Kayvan A. Sylvan
Minor lyxskak.sty fix. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92) Index: lib/ChangeLog ===

[PATCH] DepTable mtime speedup 1.1.6fix3

2001-11-26 Thread Ben Stanley
is will change the modification date/time, + but the file might be exactly the same. You have to + determine if the new one is different from the old one + by doing a CRC or similar. + + 20011126 bstanley If you were to maintain a record of the last modified +date/ti