ButtonController and ButtonPolicy

2001-01-12 Thread Angus Leeming
Allan, I've worked out how to put an abstract ButtonControllerBase in the ControlCitation class, or rather in a class that ControlCitation can be derived from. I have one question regarding your ButtonController class. In the header file there is: // Somebody else owns the

Re: Who!

2001-01-12 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars ...wants to do the announcement for LyX 1.1.6? and don't forget Lars to update the web site... It seems you did not find anybody :) JMarc

Re: Who!

2001-01-12 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | "Lars" == Lars Gullik Bjnnes [EMAIL PROTECTED] writes: | | Lars ...wants to do the announcement for LyX 1.1.6? and don't forget | Lars to update the web site... | | It seems you did not find anybody :) :-) so I just used the NEWS + some

two small patches

2001-01-12 Thread John Levon
kdetiny.diff just some small kde changes doxygen.diff add some Makefile stuff for generating the source docs with doxygen. If it's officially mandated, it had better be simple to get it up and running :) thanks john -- "If you can't say anything good about

C++ question

2001-01-12 Thread Angus Leeming
I've managed to create a GUI-I ControlCitation class that stores a pointer to a ButtonController abstract base class. However, in my xforms specific FormViewCitation class, I need to access FormButtonController specific functions and must, therefore, resort to dynamic_cast. Are we allowed to

Re: two small patches

2001-01-12 Thread Lars Gullik Bjønnes
John Levon [EMAIL PROTECTED] writes: | kdetiny.diff | You can add this patch your self. I have given you write permission to the kde dir. | just some small kde changes | | doxygen.diff | I'll have a look at tis. Lgb

Re: C++ question

2001-01-12 Thread John Levon
On Fri, 12 Jan 2001, Angus Leeming wrote: I've managed to create a GUI-I ControlCitation class that stores a pointer to a ButtonController abstract base class. However, in my xforms specific FormViewCitation class, I need to access FormButtonController specific functions and must,

Re: C++ question

2001-01-12 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | I've managed to create a GUI-I ControlCitation class that stores a pointer to | a ButtonController abstract base class. However, in my xforms specific | FormViewCitation class, I need to access FormButtonController specific | functions and must,

Re: Who!

2001-01-12 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars :-) so I just used the NEWS + some snippets, feel free to add Lars the news on the web. Done. JMarc

Re: C++ question

2001-01-12 Thread Lars Gullik Bjønnes
John Levon [EMAIL PROTECTED] writes: | On Fri, 12 Jan 2001, Angus Leeming wrote: | | I've managed to create a GUI-I ControlCitation class that stores a pointer to | a ButtonController abstract base class. However, in my xforms specific | FormViewCitation class, I need to access

Mathed

2001-01-12 Thread Andre Poenitz
Now that 1.1.6 is out I'd like to point you to a small patch under http://mathematik.htwm.de/tmp/nocast.diff that removes the a few reinterpret_casts. It does not touch any functionality, it simply uses the string based functions instead of the (byte *, int) based ones, and removes the

Re: C++ question

2001-01-12 Thread Angus Leeming
On Friday 12 January 2001 14:25, Lars Gullik Bjønnes wrote: Angus Leeming [EMAIL PROTECTED] writes: | I've managed to create a GUI-I ControlCitation class that stores a | pointer to a ButtonController abstract base class. However, in my xforms | specific FormViewCitation class, I need to

Re: C++ question

2001-01-12 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars I'd realy like to use namespaces. Lars What compilers have problems? Basically gcc 2.8.x, egcs 1.0.x. JMarc

Re: Mathed

2001-01-12 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | Now that 1.1.6 is out I'd like to point you to a small patch under | | http://mathematik.htwm.de/tmp/nocast.diff | | that removes the a few reinterpret_casts. I am in favour of this. Next time a unified diff please. :-) Lgb

figure collapse and automatic numbering

2001-01-12 Thread Anna H.Pryor
I am using lyx on 1.1.5fix2 on Linux (pc). I have a question about the floating figure. When I take a figure and use float and put in a caption, I don't have any problem, however, I was hoping to use it without a caption and just be able to use automatic figure labeling...ie. Figure 1, Figure

Re: C++ question

2001-01-12 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | "Lars" == Lars Gullik Bjnnes [EMAIL PROTECTED] writes: | | Lars I'd realy like to use namespaces. | | Lars What compilers have problems? | | Basically gcc 2.8.x, egcs 1.0.x. Yes, but is this namespaces in general or "only" std::? small test

Re: Release LyX 1.1.6

2001-01-12 Thread Lars Gullik Bjønnes
Ronald Florence [EMAIL PROTECTED] writes: |OS: sparc-solaris-2.6 | compiler: gcc-2.95.2 G++ is needed. | configure command: ./configure --with-extra-lib=/usr/local/lib | | After going through the usual gyrations to produce the various config | and Makefiles, the

Re: C++ question

2001-01-12 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 I'd realy like to use namespaces. | | Lars What compilers Lars have problems? | | Basically gcc 2.8.x, egcs

Re: C++ question

2001-01-12 Thread Dekel Tsur
On Fri, Jan 12, 2001 at 03:51:42PM +0100, Lars Gullik Bjnnes wrote: | Basically gcc 2.8.x, egcs 1.0.x. Yes, but is this namespaces in general or "only" std::? My compiler (egcs-1.0.3) fails x.C:4: sorry, not implemented: namespace x.C: In function int main()': x.C:11: Test' undeclared

Re: C++ question

2001-01-12 Thread Lars Gullik Bjønnes
Dekel Tsur [EMAIL PROTECTED] writes: | On Fri, Jan 12, 2001 at 03:51:42PM +0100, Lars Gullik Bjnnes wrote: | | Basically gcc 2.8.x, egcs 1.0.x. | | Yes, but is this namespaces in general or "only" std::? | | My compiler (egcs-1.0.3) fails | | x.C:4: sorry, not implemented: namespace | x.C:

Re: seminar.layout

2001-01-12 Thread hawk
John jumbled, On Wed, Jan 10, 2001 at 01:26:25PM -0500, hawk wrote: I've never been able to get this one to work, eiher way. I've always ended up giving them to secretaries to separate the slides and notes :) Well, it *used* to work a couple of years ago. Don't know what's changed

Re: Mathed

2001-01-12 Thread Andre Poenitz
| http://mathematik.htwm.de/tmp/nocast.diff ... Next time a unified diff please. :-) Oops, I simply forgot... 1.1.6 seemingly took to long ;-} I updated the patch. 'cvs diff -u' was the command to use, wasn't it? Andre' -- Andr Pnitz [EMAIL

i18n menus

2001-01-12 Thread John Levon
Am I dumb, or did 1.1.6 really go out with i18n'd menus ? Is this an artefact of not doing "make install" ? (I can't reproduce Volker Hess's crash) thanks john -- "Walking down the street, I saw - to be perfectly precise - ten, twenty, fifty, one hundred beggars..." - Tommy Boyd

Re: i18n menus

2001-01-12 Thread Jean-Marc Lasgouttes
"John" == John Levon [EMAIL PROTECTED] writes: John Am I dumb, or did 1.1.6 really go out with i18n'd menus ? Is John this an artefact of not doing "make install" ? Yes, make install is needed currently for i18n. JMarc

Re: Bug. Using Spanish

2001-01-12 Thread Dekel Tsur
On Fri, Jan 12, 2001 at 11:08:17AM -0600, Julio Sergio Santana wrote: I have found an error when LyX uses LaTeX Spanish format: It replaces 'SPC n' with '?' and 'SPC N' with '?' within certain blocks like LyX-Code and others. Please see the attachments. You can fix this by putting the

Re: Bug. Using Spanish

2001-01-12 Thread John Levon
On Fri, 12 Jan 2001, Dekel Tsur wrote: On Fri, Jan 12, 2001 at 11:08:17AM -0600, Julio Sergio Santana wrote: I have found an error when LyX uses LaTeX Spanish format: It replaces 'SPC n' with '?' and 'SPC N' with '?' within certain blocks like LyX-Code and others. Please see the

Re: Release LyX 1.1.6

2001-01-12 Thread Peter Suetterlin
Lars Gullik Bjnnes wrote: After too long in development we were finally able to release LyX 1.1.6. It won't be this long till next release (promises, promises...). You can get it at: ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.1.6.tar.gz

[PATCH] --with-lyxname fix

2001-01-12 Thread John Levon
The attached patch fixed the --with-lyxname binary naming thing. The manpage is still overwritten, but do we really care that much about that ? Sorry, it also includes the doxygen patch, it was a pain to separate them. thanks john bug page :

Re: Release LyX 1.1.6

2001-01-12 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" [EMAIL PROTECTED] writes: | On Fri, Jan 12, 2001 at 02:39:30PM +0100, Lars Gullik Bjnnes wrote: | | | ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.1.6.tar.gz | ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.1.6.tar.gz | | RPM's will be provided later. | | My RPMs are now in

Re: Mathed

2001-01-12 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | | http://mathematik.htwm.de/tmp/nocast.diff | ... | Next time a unified diff please. :-) | | Oops, I simply forgot... | | 1.1.6 seemingly took to long ;-} | | I updated the patch. 'cvs diff -u' was the command to use, wasn't it? yes, put that in

Re: Bug. Using Spanish

2001-01-12 Thread Dekel Tsur
On Fri, Jan 12, 2001 at 05:32:46PM +, John Levon wrote: On Fri, 12 Jan 2001, Dekel Tsur wrote: You can fix this by putting the following line in the preamble: \AtBeginDocument{\def~{\nobreakspace{}}} Is this the "official" solution, or is it actually a LyX bug that should be

Re: figure collapse and automatic numbering

2001-01-12 Thread Martin Vermeer
ri, Jan 12, 2001 at 06:48:34AM -0800, Anna H.Pryor wrote: Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: mailto:[EMAIL PROTECTED] List-Help: mailto:[EMAIL PROTECTED] List-Unsubscribe: mailto:[EMAIL PROTECTED] Delivered-To: mailing list

lyx-1_1_6 won't build

2001-01-12 Thread Roland Krause
Hi, I just got a fresh lyx_1_1_6 from cvs today but the build fails. I run ./autogen.sh ./configure --prefix=$USR_LOCAL --with-extra-inc=$USR_LOCAL/include \--with-extra-lib=$USR_LOCAL/lib where USR_LOCAL is /devl/rkrause cause I cant install in /usr/local. make Making all in intl

Playing with insettabular

2001-01-12 Thread Dekel Tsur
I got annoyed by the cursor handling in insettabular, i.e. the two dummy position in each cell, one before the insettext and one after. So I decided to change that and use only one dummy position. I think that the result is more intuitive to the user. What do other think ? Of course, this patch

Stupid cucumber in 1.1.6 splash screen

2001-01-12 Thread mike.ressler
Hi guys, I noticed the cucumber escaped from CVS into the 1.1.6 distribution. It's okay for CVS, but doesn't exactly convey the supposed seriousness of the development effort. Please kill it. (No smileys.) Now back to more late documentation ... Mike -- Mike Ressler [EMAIL PROTECTED] OK, I'm

Re: Playing with insettabular

2001-01-12 Thread Dekel Tsur
On Fri, Jan 12, 2001 at 11:38:02PM +0200, Dekel Tsur wrote: I got annoyed by the cursor handling in insettabular, i.e. the two dummy position in each cell, one before the insettext and one after. So I decided to change that and use only one dummy position. I think that the result is more

XAPPLRESDIR

2001-01-12 Thread Dr. Ing. Dieter Jurzitza
Dear listmembers, recently I posted a message regarding XAPPLRESDIR, which was replied to directly. However the replies I have gotten - and I really appreciated much - did not solve my very basic question. I would ask once again why the binary 1.1.6pre2 does neither look into

Re: ButtonController and ButtonPolicy

2001-01-12 Thread Allan Rae
On Fri, 12 Jan 2001, Angus Leeming wrote: Allan, I've worked out how to put an abstract ButtonControllerBase in the ControlCitation class, or rather in a class that ControlCitation can be derived from. Are you sure you want an inheritance relationship? I'm not sure what sort of

Re: XAPPLRESDIR

2001-01-12 Thread Allan Rae
On Fri, 12 Jan 2001, Dr. Ing. Dieter Jurzitza wrote: Dear listmembers, recently I posted a message regarding XAPPLRESDIR, which was replied to directly. However the replies I have gotten - and I really appreciated much - did not solve my very basic question. I would ask once again why the

Re: lyx-1_1_6 won't build

2001-01-12 Thread Allan Rae
On Fri, 12 Jan 2001, Roland Krause wrote: Hi, Hello. I just got a fresh lyx_1_1_6 from cvs today but the build fails. gmake[1]: *** No rule to make target `../lib/layouts/*.layout', needed by `../src/ext_l10n.h'. Stop. Which version of gmake is this? None of the makes I have access to

ButtonController and ButtonPolicy

2001-01-12 Thread Angus Leeming
Allan, I've worked out how to put an abstract ButtonControllerBase in the ControlCitation class, or rather in a class that ControlCitation can be derived from. I have one question regarding your ButtonController class. In the header file there is: // Somebody else owns the

Re: Who!

2001-01-12 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> ...wants to do the announcement for LyX 1.1.6? and don't forget Lars> to update the web site... It seems you did not find anybody :) JMarc

Re: Who!

2001-01-12 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> ...wants to do the announcement for LyX 1.1.6? and don't forget | Lars> to update the web site... | | It seems you did not find anybody :) :-) so I just used the NEWS +

two small patches

2001-01-12 Thread John Levon
kdetiny.diff just some small kde changes doxygen.diff add some Makefile stuff for generating the source docs with doxygen. If it's officially mandated, it had better be simple to get it up and running :) thanks john -- "If you can't say anything good about

C++ question

2001-01-12 Thread Angus Leeming
I've managed to create a GUI-I ControlCitation class that stores a pointer to a ButtonController abstract base class. However, in my xforms specific FormViewCitation class, I need to access FormButtonController specific functions and must, therefore, resort to dynamic_cast. Are we allowed to

Re: two small patches

2001-01-12 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | kdetiny.diff | You can add this patch your self. I have given you write permission to the kde dir. | just some small kde changes | | doxygen.diff | I'll have a look at tis. Lgb

Re: C++ question

2001-01-12 Thread John Levon
On Fri, 12 Jan 2001, Angus Leeming wrote: > I've managed to create a GUI-I ControlCitation class that stores a pointer to > a ButtonController abstract base class. However, in my xforms specific > FormViewCitation class, I need to access FormButtonController specific > functions and must,

Re: C++ question

2001-01-12 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | I've managed to create a GUI-I ControlCitation class that stores a pointer to | a ButtonController abstract base class. However, in my xforms specific | FormViewCitation class, I need to access FormButtonController specific | functions and must,

Re: Who!

2001-01-12 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> :-) so I just used the NEWS + some snippets, feel free to add Lars> the news on the web. Done. JMarc

Re: C++ question

2001-01-12 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Fri, 12 Jan 2001, Angus Leeming wrote: | | > I've managed to create a GUI-I ControlCitation class that stores a pointer to | > a ButtonController abstract base class. However, in my xforms specific | > FormViewCitation class, I need to access

Mathed

2001-01-12 Thread Andre Poenitz
Now that 1.1.6 is out I'd like to point you to a small patch under http://mathematik.htwm.de/tmp/nocast.diff that removes the a few reinterpret_casts<>. It does not touch any functionality, it simply uses the string based functions instead of the (byte *, int) based ones, and removes the

Re: C++ question

2001-01-12 Thread Angus Leeming
On Friday 12 January 2001 14:25, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | I've managed to create a GUI-I ControlCitation class that stores a > | pointer to a ButtonController abstract base class. However, in my xforms > | specific FormViewCitation class, I need

Re: C++ question

2001-01-12 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> I'd realy like to use namespaces. Lars> What compilers have problems? Basically gcc 2.8.x, egcs 1.0.x. JMarc

Re: Mathed

2001-01-12 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | Now that 1.1.6 is out I'd like to point you to a small patch under | | http://mathematik.htwm.de/tmp/nocast.diff | | that removes the a few reinterpret_casts<>. I am in favour of this. Next time a unified diff please. :-) Lgb

figure collapse and automatic numbering

2001-01-12 Thread Anna H.Pryor
I am using lyx on 1.1.5fix2 on Linux (pc). I have a question about the floating figure. When I take a figure and use float and put in a caption, I don't have any problem, however, I was hoping to use it without a caption and just be able to use automatic figure labeling...ie. Figure 1, Figure

Re: C++ question

2001-01-12 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> I'd realy like to use namespaces. | | Lars> What compilers have problems? | | Basically gcc 2.8.x, egcs 1.0.x. Yes, but is this namespaces in general or "only" std::?

Re: Release LyX 1.1.6

2001-01-12 Thread Lars Gullik Bjønnes
Ronald Florence <[EMAIL PROTECTED]> writes: |OS: sparc-solaris-2.6 | compiler: gcc-2.95.2 G++ is needed. | configure command: ./configure --with-extra-lib=/usr/local/lib | | After going through the usual gyrations to produce the various config | and Makefiles, the

Re: C++ question

2001-01-12 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> I'd realy like to use namespaces. | | Lars> What compilers Lars> have problems? | |

Re: C++ question

2001-01-12 Thread Dekel Tsur
On Fri, Jan 12, 2001 at 03:51:42PM +0100, Lars Gullik Bjnnes wrote: > | Basically gcc 2.8.x, egcs 1.0.x. > > Yes, but is this namespaces in general or "only" std::? My compiler (egcs-1.0.3) fails x.C:4: sorry, not implemented: namespace x.C: In function int main()': x.C:11: Test' undeclared

Re: C++ question

2001-01-12 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Fri, Jan 12, 2001 at 03:51:42PM +0100, Lars Gullik Bjønnes wrote: | > | Basically gcc 2.8.x, egcs 1.0.x. | > | > Yes, but is this namespaces in general or "only" std::? | | My compiler (egcs-1.0.3) fails | | x.C:4: sorry, not implemented: namespace

Re: seminar.layout

2001-01-12 Thread hawk
John jumbled, > On Wed, Jan 10, 2001 at 01:26:25PM -0500, hawk wrote: > > I've never been able to get this one to work, eiher way. I've > > always ended up giving them to secretaries to separate the > > slides and notes :) > Well, it *used* to work a couple of years ago. Don't know what's >

Re: Mathed

2001-01-12 Thread Andre Poenitz
> | http://mathematik.htwm.de/tmp/nocast.diff > ... > Next time a unified diff please. :-) Oops, I simply forgot... 1.1.6 seemingly took to long ;-} I updated the patch. 'cvs diff -u' was the command to use, wasn't it? Andre' -- André Pönitz [EMAIL

i18n menus

2001-01-12 Thread John Levon
Am I dumb, or did 1.1.6 really go out with i18n'd menus ? Is this an artefact of not doing "make install" ? (I can't reproduce Volker Hess's crash) thanks john -- "Walking down the street, I saw - to be perfectly precise - ten, twenty, fifty, one hundred beggars..." - Tommy Boyd

Re: i18n menus

2001-01-12 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> Am I dumb, or did 1.1.6 really go out with i18n'd menus ? Is John> this an artefact of not doing "make install" ? Yes, make install is needed currently for i18n. JMarc

Re: Bug. Using Spanish

2001-01-12 Thread Dekel Tsur
On Fri, Jan 12, 2001 at 11:08:17AM -0600, Julio Sergio Santana wrote: > I have found an error when LyX uses LaTeX Spanish format: > It replaces 'SPC n' with '?' and 'SPC N' with '?' within certain > blocks like LyX-Code and others. Please see the attachments. You can fix this by putting the

Re: Bug. Using Spanish

2001-01-12 Thread John Levon
On Fri, 12 Jan 2001, Dekel Tsur wrote: > On Fri, Jan 12, 2001 at 11:08:17AM -0600, Julio Sergio Santana wrote: > > I have found an error when LyX uses LaTeX Spanish format: > > It replaces 'SPC n' with '?' and 'SPC N' with '?' within certain > > blocks like LyX-Code and others. Please see the

Re: Release LyX 1.1.6

2001-01-12 Thread Peter Suetterlin
Lars Gullik Bjønnes wrote: > > > After too long in development we were finally able to release LyX > 1.1.6. It won't be this long till next release (promises, promises...). > You can get it at: > > ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.1.6.tar.gz >

[PATCH] --with-lyxname fix

2001-01-12 Thread John Levon
The attached patch fixed the --with-lyxname binary naming thing. The manpage is still overwritten, but do we really care that much about that ? Sorry, it also includes the doxygen patch, it was a pain to separate them. thanks john bug page :

Re: Release LyX 1.1.6

2001-01-12 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | On Fri, Jan 12, 2001 at 02:39:30PM +0100, Lars Gullik Bjønnes wrote: | > | > | > ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.1.6.tar.gz | > ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.1.6.tar.gz | > | > RPM's will be provided later. | | My RPMs

Re: Mathed

2001-01-12 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | > | http://mathematik.htwm.de/tmp/nocast.diff | > ... | > Next time a unified diff please. :-) | | Oops, I simply forgot... | | 1.1.6 seemingly took to long ;-} | | I updated the patch. 'cvs diff -u' was the command to use, wasn't it? yes, put

Re: Bug. Using Spanish

2001-01-12 Thread Dekel Tsur
On Fri, Jan 12, 2001 at 05:32:46PM +, John Levon wrote: > On Fri, 12 Jan 2001, Dekel Tsur wrote: > > You can fix this by putting the following line in the preamble: > > > > \AtBeginDocument{\def~{\nobreakspace{}}} > > > > Is this the "official" solution, or is it actually a LyX bug that

Re: figure collapse and automatic numbering

2001-01-12 Thread Martin Vermeer
ri, Jan 12, 2001 at 06:48:34AM -0800, Anna H.Pryor wrote: > Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm > Precedence: bulk > X-No-Archive: yes > List-Post: > List-Help: > List-Unsubscribe: > Delivered-To:

lyx-1_1_6 won't build

2001-01-12 Thread Roland Krause
Hi, I just got a fresh lyx_1_1_6 from cvs today but the build fails. I run ./autogen.sh ./configure --prefix=$USR_LOCAL --with-extra-inc=$USR_LOCAL/include \--with-extra-lib=$USR_LOCAL/lib where USR_LOCAL is /devl/rkrause cause I cant install in /usr/local. make Making all in intl

Playing with insettabular

2001-01-12 Thread Dekel Tsur
I got annoyed by the cursor handling in insettabular, i.e. the two dummy position in each cell, one before the insettext and one after. So I decided to change that and use only one dummy position. I think that the result is more intuitive to the user. What do other think ? Of course, this patch

Stupid cucumber in 1.1.6 splash screen

2001-01-12 Thread mike.ressler
Hi guys, I noticed the cucumber escaped from CVS into the 1.1.6 distribution. It's okay for CVS, but doesn't exactly convey the supposed seriousness of the development effort. Please kill it. (No smileys.) Now back to more late documentation ... Mike -- Mike Ressler [EMAIL PROTECTED] OK, I'm

Re: Playing with insettabular

2001-01-12 Thread Dekel Tsur
On Fri, Jan 12, 2001 at 11:38:02PM +0200, Dekel Tsur wrote: > I got annoyed by the cursor handling in insettabular, i.e. the two dummy > position in each cell, one before the insettext and one after. > So I decided to change that and use only one dummy position. > I think that the result is more

XAPPLRESDIR

2001-01-12 Thread Dr. Ing. Dieter Jurzitza
Dear listmembers, recently I posted a message regarding XAPPLRESDIR, which was replied to directly. However the replies I have gotten - and I really appreciated much - did not solve my very basic question. I would ask once again why the binary 1.1.6pre2 does neither look into

Re: ButtonController and ButtonPolicy

2001-01-12 Thread Allan Rae
On Fri, 12 Jan 2001, Angus Leeming wrote: > Allan, > > I've worked out how to put an abstract ButtonControllerBase in the > ControlCitation class, or rather in a class that ControlCitation can be > derived from. Are you sure you want an inheritance relationship? I'm not sure what sort of

Re: XAPPLRESDIR

2001-01-12 Thread Allan Rae
On Fri, 12 Jan 2001, Dr. Ing. Dieter Jurzitza wrote: > Dear listmembers, > recently I posted a message regarding XAPPLRESDIR, which was replied to > directly. However the replies I have gotten - and I really appreciated much - > did not solve my very basic question. > I would ask once again why

Re: lyx-1_1_6 won't build

2001-01-12 Thread Allan Rae
On Fri, 12 Jan 2001, Roland Krause wrote: > Hi, Hello. > I just got a fresh lyx_1_1_6 from cvs today but the build fails. > gmake[1]: *** No rule to make target `../lib/layouts/*.layout', needed > by `../src/ext_l10n.h'. Stop. Which version of gmake is this? None of the makes I have access