Re: lyx-devel src/: ChangeLog text.C toc.C paragraph_funcs.C

2002-11-06 Thread Juergen Spitzmueller
Compile failure: toc.C: In function `const class toc::TocList toc::getTocList(const Buffer *)': toc.C:79: passing `const Buffer' as `this' argument of `class ParIterator Buffer::par_iterator_begin()' discards qualifiers toc.C:80: passing `const Buffer' as `this' argument of `class ParIterator Bu

Re: [patch]: biblio.C uses the STL

2002-11-06 Thread Andre Poenitz
On Wed, Nov 06, 2002 at 06:36:16PM +, Angus Leeming wrote: > > > The whole point of this exercise was to clean-up the code in biblio.C. As > > > a side effect, boost::regex searching now works in the same way as 1.2. > > > > 95 lines added, 71 removed... I'd like the other way round better... >

[bugzilla-daemon@bugzilla.lyx.org: [Bug 685] Cannot set height to "text%" in inset graphics]

2002-11-06 Thread John Levon
it's a good point no ? john -- "When a man has nothing to say, the worst thing he can do is to say it memorably." - Calvin Trillin --- Begin Message --- http://bugzilla.lyx.org/show_bug.cgi?id=685 --- Additional Comments From [EMAIL PROTECTED] 2002-11-07 16:10 --- Then ma

Re: lyxtextclass comments

2002-11-06 Thread John Levon
On Thu, Nov 07, 2002 at 12:34:56PM +1100, Ben Stanley wrote: > The first style is a summary comment, and I use these in class > declarations, i.e. header files. The second comment type is the in depth > documentation, which I place above the function definition. When viewing > the HTML documentati

Re: lyxtextclass comments

2002-11-06 Thread Ben Stanley
> Andre Poenitz <[EMAIL PROTECTED]> writes: > > | I think it would be prudent to split patches into "documentation stuff" > | and "small code changes", maybe even to abstain from the small code changes > | at all. I will try to separate these things then, or at least put in \todo comments where t

Re: Behaviour of lyx while latex process executes

2002-11-06 Thread Christian Ridderström
> > > > You could open a busy dialogue with status info and a close button. > > Originally I thought of having something like the rotating logo in Netscape indicating that LyX is running an external process... Perhaps a bit wasteful of CPU power though... > > If the user gets fed up, they can hit

Re: [patch]: biblio.C uses the STL

2002-11-06 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Those are the (only) choices I'm giving you ;-) Which do you prefer? neither | Anyway, as André points out, this is all academic because the "simple" search | is a subset of the regex. I'll just remove that option. then that is the version I'll go fo

Re: [patch]: biblio.C uses the STL

2002-11-06 Thread Angus Leeming
On Wednesday 06 November 2002 4:24 pm, Andre Poenitz wrote: > On Wed, Nov 06, 2002 at 04:06:15PM +, Angus Leeming wrote: > > The whole point of this exercise was to clean-up the code in biblio.C. As > > a side effect, boost::regex searching now works in the same way as 1.2. > > 95 lines added,

Re: [patch]: biblio.C uses the STL

2002-11-06 Thread Angus Leeming
On Wednesday 06 November 2002 6:25 pm, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | On Wednesday 06 November 2002 5:13 pm, Lars Gullik Bjønnes wrote: > >> use a switch: > | > | If I do that I get a (spurious) warning: > | > | cxx: Warning: ../../../../src/frontends/con

Re: [patch]: biblio.C uses the STL

2002-11-06 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Wednesday 06 November 2002 5:13 pm, Lars Gullik Bjønnes wrote: > >> use a switch: | If I do that I get a (spurious) warning: > | cxx: Warning: ../../../../src/frontends/controllers/biblio.C, line 365: #117-D | missing return statement at end

Re: [PATCH] fix inset wrap inside minipage TOC

2002-11-06 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | John Levon <[EMAIL PROTECTED]> writes: > | | On Wed, Nov 06, 2002 at 06:22:19PM +0100, Lars Gullik Bjønnes wrote: >> >>> >> /// >>> >> -ParIterator par_iterator_begin(); >>> >> +ParIterator par_iterator_begin() const; >>> >

Re: [patch]: biblio.C uses the STL

2002-11-06 Thread Angus Leeming
On Wednesday 06 November 2002 5:13 pm, Lars Gullik Bjønnes wrote: > use a switch: If I do that I get a (spurious) warning: cxx: Warning: ../../../../src/frontends/controllers/biblio.C, line 365: #117-D missing return statement at end of non-void function "biblio::searchKeys"

Re: [PATCH] fix inset wrap inside minipage TOC

2002-11-06 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Wed, Nov 06, 2002 at 06:22:19PM +0100, Lars Gullik Bjønnes wrote: > >> >> /// >> >> - ParIterator par_iterator_begin(); >> >> + ParIterator par_iterator_begin() const; >> >> /// >> >> - ParIterator par_iterator_end(); >> >> + ParIterator par_iterator

Re: boost::regex woes

2002-11-06 Thread Angus Leeming
On Wednesday 06 November 2002 5:01 pm, Lars Gullik Bjønnes wrote: > John Levon <[EMAIL PROTECTED]> writes: > | On Wed, Nov 06, 2002 at 04:43:28PM +0100, Lars Gullik Bjønnes wrote: > >> find . -name b > | > | um, that's a shell (glob) pattern > > (I know, but anyway...) > > | Contrast with grep, whi

Re: [PATCH] fix inset wrap inside minipage TOC

2002-11-06 Thread John Levon
On Wed, Nov 06, 2002 at 06:22:19PM +0100, Lars Gullik Bjønnes wrote: > >>/// > >> - ParIterator par_iterator_begin(); > >> + ParIterator par_iterator_begin() const; > >>/// > >> - ParIterator par_iterator_end(); > >> + ParIterator par_iterator_end() const; > > I am not quite sure abou

QT problem: lag in screen output

2002-11-06 Thread Nirmal Govind
Hi.. I'd reported this problem earlier but it was inside another thread so it might have not been noticed.. I'm using cvs with Qt3. When I type continuously (at least a few characters at a stretch), there's a significant delay between the keyboard stroke and the visual.. the characters show up on

Re: [PATCH] fix inset wrap inside minipage TOC

2002-11-06 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Wed, Nov 06, 2002 at 05:32:22PM +0100, Andre Poenitz wrote: > >> Lars' doing... > | Dekel's actually, I believe. Both of us, I guess... -- Lgb

Re: [PATCH] Fix insets not repainting on buffer switch

2002-11-06 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Wed, Nov 06, 2002 at 05:48:59PM +0100, Lars Gullik Bjønnes wrote: > >> | OK ? I don't know exactly why this works, but it is probably related to >> | the change where we don't re-create our lyxscreen object (so before we >> | were effectively masking thi

Re: [PATCH] fix bug 612 (progress in spell)

2002-11-06 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Wed, Oct 30, 2002 at 02:49:58AM +, John Levon wrote: > >> The value is not exactly brilliant but it's less 100 always with this >> >> OK ? > | Can I get a witness ? try it. -- Lgb

Re: [PATCH] fix inset wrap inside minipage TOC

2002-11-06 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: >> Index: buffer.h >> === >> RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/buffer.h,v >> retrieving revision 1.116 >> diff -u -r1.116 buffer.h >> --- buffer.h 21 Oct 2002 16:21:52 - 1.1

Re: [PATCH] lyxtextclass comments

2002-11-06 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Thu, Nov 07, 2002 at 02:58:45AM +1100, Ben Stanley wrote: >> I'm trying to figure out what each function/member does by reading >> through the code. I'd appreciate it if people could let me know when I >> get things wrong, as I inevitably will with th

Re: [patch]: biblio.C uses the STL

2002-11-06 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | The whole point of this exercise was to clean-up the code in biblio.C. As a | side effect, boost::regex searching now works in the same way as 1.2. > | Ok to apply? Ok, but I belive it could be further simplified. | vector::const_iterator | searchKe

Re: boost::regex woes

2002-11-06 Thread John Levon
On Wed, Nov 06, 2002 at 06:01:32PM +0100, Lars Gullik Bjønnes wrote: > But there is also a wrapper class for all this regex stuff: > boost::RegEx. > > boost::RegEx regex("^a"); OK, neat. regards john

Re: boost::regex woes

2002-11-06 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Wed, Nov 06, 2002 at 04:43:28PM +0100, Lars Gullik Bjønnes wrote: > >> find . -name b > | um, that's a shell (glob) pattern (I know, but anyway...) | Contrast with grep, which /does/ take a regexp (and, unsurprisingly, | ^And works just fine there). B

Re: [PATCH] fix inset wrap inside minipage TOC

2002-11-06 Thread Andre Poenitz
On Wed, Nov 06, 2002 at 04:40:34PM +, John Levon wrote: > On Wed, Nov 06, 2002 at 05:32:22PM +0100, Andre Poenitz wrote: > > > Lars' doing... > > Dekel's actually, I believe. Ups. Sorry. I propably got confused by inset_iterator ... Andre' -- Those who desire to give up Freedom in order

Re: [PATCH] Fix insets not repainting on buffer switch

2002-11-06 Thread John Levon
On Wed, Nov 06, 2002 at 05:48:59PM +0100, Lars Gullik Bjønnes wrote: > | OK ? I don't know exactly why this works, but it is probably related to > | the change where we don't re-create our lyxscreen object (so before we > | were effectively masking this behaviour) > > How much does it cost? It i

Re: Spaces not removed

2002-11-06 Thread Kuba Ober
On środa 06 listopad 2002 10:54 am, Garst R. Reese wrote: > Andre Poenitz wrote: > > On Wed, Nov 06, 2002 at 09:09:03AM -0500, Kuba Ober wrote: > > > It would be quite stupid^H^H^H^H^H^Hinconsiderate in my opinion to > > > disallow perfectly legal and valid stuff. It would drive me crazy, for > > >

Re: [PATCH] Fix insets not repainting on buffer switch

2002-11-06 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | OK ? I don't know exactly why this works, but it is probably related to | the change where we don't re-create our lyxscreen object (so before we | were effectively masking this behaviour) How much does it cost? -- Lgb

Re: [PATCH] fix inset wrap inside minipage TOC

2002-11-06 Thread John Levon
On Wed, Nov 06, 2002 at 05:32:22PM +0100, Andre Poenitz wrote: > Lars' doing... Dekel's actually, I believe. john -- "When a man has nothing to say, the worst thing he can do is to say it memorably." - Calvin Trillin

Re: [PATCH] fix bug 612 (progress in spell)

2002-11-06 Thread José Abílio Oliveira Matos
On Wednesday 06 November 2002 16:30, Andre Poenitz wrote: > > > Can I get a witness ? > > > > To marry, for a duel or for both? ;-) > > Shouldn't the cardinality of this set be equal to the one of {me, myself, > I}? Come on, someone must take care of the arrangement (for both). After all we kno

Re: [PATCH] fix inset wrap inside minipage TOC

2002-11-06 Thread Andre Poenitz
On Wed, Nov 06, 2002 at 05:31:57PM +0100, Jean-Marc Lasgouttes wrote: > It looks good. I did not even know that iterating over all paragraphs > was so simple. Lars' doing... Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one.

Re: [PATCH] fix inset wrap inside minipage TOC

2002-11-06 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Tue, Oct 29, 2002 at 10:32:40PM +, John Levon wrote: >> This does not deal with the opposite case (caption inside minipage >> inside float) which is on bugzilla ? >> >> OK ? John> Can I get a witness ? It looks good. I did not

Re: [PATCH] fix bug 612 (progress in spell)

2002-11-06 Thread Andre Poenitz
On Wed, Nov 06, 2002 at 04:26:01PM +, José Abílio Oliveira Matos wrote: > > Can I get a witness ? > > To marry, for a duel or for both? ;-) Shouldn't the cardinality of this set be equal to the one of {me, myself, I}? Andre' -- Those who desire to give up Freedom in order to gain Security,

Re: [PATCH] fix bug 612 (progress in spell)

2002-11-06 Thread John Levon
On Wed, Nov 06, 2002 at 04:26:01PM +, José Abílio Oliveira Matos wrote: > To marry, for a duel or for both? ;-) Maybe I haven't decided yet :) john -- "When a man has nothing to say, the worst thing he can do is to say it memorably." - Calvin Trillin

Re: [patch]: biblio.C uses the STL

2002-11-06 Thread Andre Poenitz
On Wed, Nov 06, 2002 at 04:06:15PM +, Angus Leeming wrote: > The whole point of this exercise was to clean-up the code in biblio.C. As a > side effect, boost::regex searching now works in the same way as 1.2. 95 lines added, 71 removed... I'd like the other way round better... Is it necessar

Re: [PATCH] fix bug 612 (progress in spell)

2002-11-06 Thread José Abílio Oliveira Matos
On Wednesday 06 November 2002 16:13, John Levon wrote: > > OK ? > > Can I get a witness ? To marry, for a duel or for both? ;-) :-D I'm sorry but this was my first impression when saw your first comment. :-) > john -- José Abílio

Re: [PATCH] lyxtextclass comments

2002-11-06 Thread Andre Poenitz
On Thu, Nov 07, 2002 at 02:58:45AM +1100, Ben Stanley wrote: > I'm trying to figure out what each function/member does by reading > through the code. I'd appreciate it if people could let me know when I > get things wrong, as I inevitably will with the documentation in the > state its in. I think

Re: [PATCH] fix bug 612 (progress in spell)

2002-11-06 Thread John Levon
On Wed, Oct 30, 2002 at 02:49:58AM +, John Levon wrote: > The value is not exactly brilliant but it's less 100 always with this > > OK ? Can I get a witness ? john > Index: text.C > === > RCS file: /usr/local/lyx/cvsroot/lyx-d

Re: [PATCH] Fix insets not repainting on buffer switch

2002-11-06 Thread John Levon
On Mon, Nov 04, 2002 at 02:19:56PM +0100, Jean-Marc Lasgouttes wrote: > John> OK ? I don't know exactly why this works, but it is probably > John> related to the change where we don't re-create our lyxscreen > John> object (so before we were effectively masking this behaviour) > > I do not have m

Re: [PATCH] fix inset wrap inside minipage TOC

2002-11-06 Thread John Levon
On Tue, Oct 29, 2002 at 10:32:40PM +, John Levon wrote: > > This does not deal with the opposite case (caption inside minipage > inside float) which is on bugzilla ? > > OK ? Can I get a witness ? john > Index: buffer.h > ===

[patch]: biblio.C uses the STL

2002-11-06 Thread Angus Leeming
The whole point of this exercise was to clean-up the code in biblio.C. As a side effect, boost::regex searching now works in the same way as 1.2. Ok to apply? Angus Index: src/frontends/controllers/ChangeLog === RCS file: /usr/local

[PATCH] lyxtextclass comments

2002-11-06 Thread Ben Stanley
Hi, I'm trying to get an overview of the LyX code again, and I thought I'd try to clean up the documentation while I'm doing it. I started with LyXTextClass (no particular reason for choosing that file). I'm trying to figure out what each function/member does by reading through the code. I'd appr

Re: boost::regex woes

2002-11-06 Thread John Levon
On Wed, Nov 06, 2002 at 04:43:28PM +0100, Lars Gullik Bjønnes wrote: > find . -name b um, that's a shell (glob) pattern Contrast with grep, which /does/ take a regexp (and, unsurprisingly, ^And works just fine there). regards john -- "When a man has nothing to say, the worst thing he can do i

Re: boost::regex woes

2002-11-06 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | The old code used to succeed with a partial match. This will give us the old | behaviour back: Ok, great. -- Lgb

Re: boost::regex woes

2002-11-06 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Wed, Nov 06, 2002 at 04:17:14PM +0100, Lars Gullik Bjønnes wrote: > >> >> | Regex search pattern: ^And >> >> >> >> try this: "^And.*" >> > >> | Thank you, Lars. Is there a flag I can pass to boost::regex_match that >> | enables "^And" to succeed? Not bo

Re: boost::regex woes

2002-11-06 Thread Angus Leeming
On Wednesday 06 November 2002 3:17 pm, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | On Wednesday 06 November 2002 2:37 pm, Lars Gullik Bjønnes wrote: > >> Angus Leeming <[EMAIL PROTECTED]> writes: > >> | Lars, I'd value some help. > >> | > >> | Attached is a small test

Re: boost::regex woes

2002-11-06 Thread John Levon
On Wed, Nov 06, 2002 at 04:17:14PM +0100, Lars Gullik Bjønnes wrote: > >> | Regex search pattern: ^And > >> > >> try this: "^And.*" > > > | Thank you, Lars. Is there a flag I can pass to boost::regex_match that > | enables "^And" to succeed? Not boost::match_any anyway. > > That is not really ho

Re: boost::regex woes

2002-11-06 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Wednesday 06 November 2002 2:37 pm, Lars Gullik Bjønnes wrote: >> Angus Leeming <[EMAIL PROTECTED]> writes: >> | Lars, I'd value some help. >> | >> | Attached is a small test code for the boost regex code. > >> | Regex search pattern: ^And >> >> try t

Re: Document layout popup is a bit too tight

2002-11-06 Thread Angus Leeming
On Wednesday 06 November 2002 2:24 pm, Jean-Marc Lasgouttes wrote: > Here is what I get with the document layout popup? Am I the only one > seeing this? > > JMarc No, I see it too. Would it make sense to add something like this (untested) code to the resize code we already use to check that the

Re: Document layout popup is a bit too tight

2002-11-06 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Wed, Nov 06, 2002 at 03:24:20PM +0100, Jean-Marc Lasgouttes Andre> wrote: >> Here is what I get with the document layout popup? Am I the only >> one seeing this? Andre> Looks like the font is too big in your case. I have the sam

Re: boost::regex woes

2002-11-06 Thread Angus Leeming
On Wednesday 06 November 2002 2:37 pm, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | Lars, I'd value some help. > | > | Attached is a small test code for the boost regex code. > | Regex search pattern: ^And > > try this: "^And.*" Thank you, Lars. Is there a flag I can

Re: boost::regex woes

2002-11-06 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars, I'd value some help. > | Attached is a small test code for the boost regex code. Does not compile... I fixed it... (add iostream) | The grand old duke of York | He had ten thousand men | He marched them up to the top of the hill | And he marched

Re: Document layout popup is a bit too tight

2002-11-06 Thread Andre Poenitz
On Wed, Nov 06, 2002 at 03:24:20PM +0100, Jean-Marc Lasgouttes wrote: > Here is what I get with the document layout popup? Am I the only one > seeing this? Looks like the font is too big in your case. I have the same layout but with smaller fonts here. Andre' -- Those who desire to give up Free

Document layout popup is a bit too tight

2002-11-06 Thread Jean-Marc Lasgouttes
Here is what I get with the document layout popup? Am I the only one seeing this? JMarc <>

Re: autoconf-2.53

2002-11-06 Thread Lars Gullik Bjønnes
Ben Stanley <[EMAIL PROTECTED]> writes: | On Thu, 2002-11-07 at 00:37, Jean-Marc Lasgouttes wrote: >> > "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes: >> >> Ben> OK, I did a cvs up, and tested the build... and I *still* get >> Ben> failures on duplicate declarations of strerror and mkstemp.

Re: Behaviour of lyx while latex process executes

2002-11-06 Thread Kuba Ober
On sobota 02 listopad 2002 07:56 am, Darren Freeman wrote: > On Wed, 2002-10-30 at 20:30, John Levon wrote: > > On Wed, Oct 30, 2002 at 09:28:55PM +0100, Christian Ridderström wrote: > > > It feels like we're misunderstanding each other here... What can > > > you already do? Have latex start in the

Re: Spaces not removed

2002-11-06 Thread Andre Poenitz
On Wed, Nov 06, 2002 at 09:09:03AM -0500, Kuba Ober wrote: > It would be quite stupid^H^H^H^H^H^Hinconsiderate in my opinion to disallow > perfectly legal and valid stuff. It would drive me crazy, for one ;-))) You are not alone with this opinion... Andre' -- Those who desire to give up Freedo

Re: Cursor movement broke one day...

2002-11-06 Thread Kuba Ober
On czwartek 31 październik 2002 12:03 am, Darren Freeman wrote: > Dear list, > > Yesterday I was working away when the cursor movement broke on me. > > I was moving through a single line with *FIX-ME* on it, if that helps. > > After the break, I could only move the cursor left or right one > charac

Re: Spaces not removed

2002-11-06 Thread Kuba Ober
On środa 30 październik 2002 01:32 pm, John Levon wrote: > On Thu, Oct 31, 2002 at 05:00:02AM +, Darren Freeman wrote: > > For example, "word , word" > > I don't think we should deal with this. > > > or "word. " where the second quote is the end > > of a paragraph. > > maybe we should but it's

boost::regex woes

2002-11-06 Thread Angus Leeming
Lars, I'd value some help. Attached is a small test code for the boost regex code. Whilst the first test, taken from the boost documentation, works: // using this RE, regex_match will return true if the tested string // has the form "1234 2345 3456 4567" boost::regex cons

Re: regular expressions in the citation dialog

2002-11-06 Thread Juergen Spitzmueller
Angus Leeming wrote: > No, Lars broke getVectorFromString because he didn't like the name of the > function ;-) Apparently a proper fix is on the way, but you might want to > reactivate the #if 0 code in support/lstrings.C if you want things working > now. Ah, thanks. Sorry for the blame ;-) Jürg

Re: autoconf-2.53

2002-11-06 Thread Ben Stanley
On Thu, 2002-11-07 at 00:37, Jean-Marc Lasgouttes wrote: > > "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes: > > Ben> OK, I did a cvs up, and tested the build... and I *still* get > Ben> failures on duplicate declarations of strerror and mkstemp. > > Are you sure you ran autogen.sh? > > JMa

Re: regular expressions in the citation dialog

2002-11-06 Thread Angus Leeming
On Wednesday 06 November 2002 1:49 pm, Juergen Spitzmueller wrote: > Juergen Spitzmueller wrote: > > ... but it is obviously broken in 1.3.0cvs (at least qt) > > In 1.2.2cvs, it works as reported. > > and, as of today, the parsing of natbib labels is horribly broken too > ("lastname, first name" is

Re: regular expressions in the citation dialog

2002-11-06 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > ... but it is obviously broken in 1.3.0cvs (at least qt) > In 1.2.2cvs, it works as reported. and, as of today, the parsing of natbib labels is horribly broken too ("lastname, first name" is not recognized correctly). Maybe a result of this?: [EMAIL PROTECTED] wrote

Re: autoconf-2.53

2002-11-06 Thread Jean-Marc Lasgouttes
> "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes: Ben> OK, I did a cvs up, and tested the build... and I *still* get Ben> failures on duplicate declarations of strerror and mkstemp. Are you sure you ran autogen.sh? JMarc

Re: autoconf-2.53

2002-11-06 Thread Ben Stanley
On Wed, 2002-11-06 at 21:19, Jean-Marc Lasgouttes wrote: > > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > > Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > Lars> > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > Lars> | > Lars> | Lars> I already did i

Re: regular expressions in the citation dialog

2002-11-06 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > I never used it before, but now I tried and it simply works (just checked > the regexp button) ... but it is obviously broken in 1.3.0cvs (at least qt) In 1.2.2cvs, it works as reported. Jürgen

Re: regular expressions in the citation dialog

2002-11-06 Thread Juergen Spitzmueller
Angus Leeming wrote: > Using the simple search "gas", I can find it. > But the regex "g.s" doesn't work. (Yes, I checked the regex button.) In > fact, I can't get any regex to work. I guess I'm doing something dumb... I never used it before, but now I tried and it simply works (just checked the r

Re: regular expressions in the citation dialog

2002-11-06 Thread Andre Poenitz
On Wed, Nov 06, 2002 at 11:12:32AM +, Angus Leeming wrote: > Does anyone use this facility? I don't. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

regular expressions in the citation dialog

2002-11-06 Thread Angus Leeming
I feel a bit dumb asking this, but how do I use it? Eg, I have a data entry C.L. Bowes and J.D. Richardson and G. Cumming and K. Horsfield, Effect of breathing pattern on gas mixing in a model with asymmetrical alveolar ducts, JAP, vol. 58, pp. 18-26, 1985. Using the simple search "gas", I can f

Re: autoconf-2.53

2002-11-06 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars> > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> | Lars> | Lars> I already did it. Lars> | Lars> | Excellent. Lars> but feel free to modify what I

Re: autoconf-2.53

2002-11-06 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> I already did it. | | Excellent. but feel free to modify what I did. -- Lgb

Re: autoconf-2.53

2002-11-06 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> I already did it. Excellent. JMarc

Re: autoconf-2.53

2002-11-06 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> Oh well... anyway... I supposedly fixed this. But I guess the | Lars> fix could use a fix. | | I'll do it. I cannot get lyxstring to work with gcc 2.95.2 (yet), but | I'll

Re: autoconf-2.53

2002-11-06 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Oh well... anyway... I supposedly fixed this. But I guess the Lars> fix could use a fix. I'll do it. I cannot get lyxstring to work with gcc 2.95.2 (yet), but I'll commit this first. JMarc

Re: autoconf-2.53

2002-11-06 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes: | | Ben> Hi, | | Ben> I'm trying to compile LyX 1.3.0cvs on RedHat 8.0, and I found | Ben> that I got a double declaration of strerror. This is primarily | Ben> caused by there being no *tes

Re: autoconf-2.53

2002-11-06 Thread Jean-Marc Lasgouttes
> "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes: Ben> Hi, Ben> I'm trying to compile LyX 1.3.0cvs on RedHat 8.0, and I found Ben> that I got a double declaration of strerror. This is primarily Ben> caused by there being no *test* for strerror, but there is a Ben> macro which declares strerr

Re: [PATCH] Re: [Bug 668] abstract not given vertical space (and others)

2002-11-06 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Ok I think the generic one is good enough, and this is my final Lars> patch for this problem: Yes, it seems reasonable. JMarc

Re: autoconf-2.53

2002-11-06 Thread Lars Gullik Bjønnes
Ben Stanley <[EMAIL PROTECTED]> writes: | Hi, | | I'm trying to compile LyX 1.3.0cvs on RedHat 8.0, and I found that I got | a double declaration of strerror. This is primarily caused by there | being no *test* for strerror, but there is a macro which declares | strerror if HAVE_STRERROR is not d