Re: Aspell and LyX

2000-02-03 Thread Andre Poenitz
> Do the other developers fell that way? I answer the question 'do others feel that way': Yes. C is poison in a C++ project. Andre' PS: I wonder why LyX isn't dead ;-) PPS: Lars, I still don't get your mails because of your ø in the From: header I believe there is a way to specify encoding fo

Re: new command: date-insert

2000-02-03 Thread Andre Poenitz
> > On Thu, Feb 03, 2000 at 03:58:02PM +0100, Lars Gullik Bjønnes wrote: > > | + for (int i = 0; i < datetmp_len; i++) { > > > > In C++ it is adviced to use preincrement instead of postincrement: > > Could anyone please enlighten me and tell me why preincrement is preferred > over postincre

Re: Export A.B.lyx in postscript gives A.ps

2000-02-03 Thread Andre Poenitz
> Silly question, what is that string::npos? This is the index of the last character in the string plus one. At least I think so ;-) Andre' -- André Pönitz . [EMAIL PROTECTED]

Re: new command: date-insert

2000-02-03 Thread Michael Meskes
On Thu, Feb 03, 2000 at 03:58:02PM +0100, Lars Gullik Bjønnes wrote: > | + for (int i = 0; i < datetmp_len; i++) { > > In C++ it is adviced to use preincrement instead of postincrement: Could anyone please enlighten me and tell me why preincrement is preferred over postincrement? Michael

Re: [Fwd: LyX on Debian]

2000-02-03 Thread Michael Meskes
On Thu, Feb 03, 2000 at 04:05:02PM +0100, Lars Gullik Bjønnes wrote: > Unless something really strange happens I will release 1.1.4 in a > couple of hours. Great! Michael -- Michael Meskes | Go SF 49ers! Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire! Tel.: (+49

Re: Aspell and LyX

2000-02-03 Thread Allan Rae
On Fri, 4 Feb 2000, Kevin Atkinson wrote: > On 3 Feb 2000, Lars Gullik Bjønnes wrote: > [...] > > | modern C++ which means it is not the most portable thing in the > > | world. > > > > Perfect for LyX then. > > But you want to maintain compatibility with gcc 2.7.2? My library uses > exceptions

Re: Aspell and LyX

2000-02-03 Thread Kevin Atkinson
On 3 Feb 2000, Lars Gullik Bjønnes wrote: > Kevin Atkinson <[EMAIL PROTECTED]> writes: > > | Unfortunately my spell checker has two barriers against it being adapted > | by mainstream Open Soutce programs. 1) It is written in C++ and all two > | many Open Source projects are still in pure C. 2

Re: new command: date-insert

2000-02-03 Thread Jose Abilio Oliveira Matos
On Thu, Feb 03, 2000 at 03:58:02PM +0100, Lars Gullik Bjønnes wrote: [...] > > | + for (int i = 0; i < datetmp_len; i++) { > > In C++ it is adviced to use preincrement instead of postincrement: > > for (int i = 0; i < datetmp_len; ++i) { > Forget my ignorance, I have read the Efe

Re: Export A.B.lyx in postscript gives A.ps

2000-02-03 Thread Etienne Grossmann
Hello, I just tried your patch, and it seems to work. But I couldn't get to try it with /this.is.a/trickyfilename because lyx won't let me load a file without a .lyx suffix. Silly question, what is that string::npos? Too bad your patch didn't make it to 1.1.4; it will be for 1.1.5. C

lyx-1.1.5cvs and the hebrew patch

2000-02-03 Thread Kayvan A. Sylvan
Hi everyone, the CVS source (1.1.5cvs) now has the hebrew patch. Is there any writeup of how to use it anywhere in the CVS archive? Thanks for any pointers! ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, I

Hebrew files

2000-02-03 Thread Dekel Tsur
The following attachment includes Hebrew keymap and Hebrew layouts. Please add them to the CVS. hebrew-files.tar.gz

Thesis!

2000-02-03 Thread Amir Karger
So I've been complaining about my thesis pretty much ever since my early messages to the lyx list. (E.g., "It'll probably take me forever to write my thesis since I'm wasting time with things like reLyX.") Well, it's getting to the end, so I'm officially going into "waste less time" mode. It remai

lyx-1.1.4 RPMS [was: Re: Lyx 1.1.4]

2000-02-03 Thread Kayvan A. Sylvan
On Thu, Feb 03, 2000 at 08:43:13PM +0100, Lars Gullik Bjønnes wrote: > > I have just released a new stable release. > > You can get it at: > > ftp://ftp.lyx.org/pub/lyx/devel/lyx-1.1.4.tar.gz > ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.1.4.tar.gz > > Will be moved to the stable dir on ftp.lyx.org

Re: Bigger Combox lists

2000-02-03 Thread Dekel Tsur
On Wed, Feb 02, 2000 at 08:17:06PM +0100, Asger K. Alstrup Nielsen wrote: > You are welcome to submit a patch that changes this. > As long as you don't make the lists larger than 300 pixels, it > should be a completely safe patch. The patch is attached below. I've changed the bibkeys list, the la

Lyx 1.1.4

2000-02-03 Thread Lars Gullik Bjønnes
I have just released a new stable release. You can get it at: ftp://ftp.lyx.org/pub/lyx/devel/lyx-1.1.4.tar.gz ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.1.4.tar.gz Will be moved to the stable dir on ftp.lyx.org if we find it reasnonable bug free. Several bugs fixed since, 1.1.3. Some huge interna

Re: Templates

2000-02-03 Thread Kayvan A. Sylvan
On Thu, Feb 03, 2000 at 09:19:31AM -0800, [EMAIL PROTECTED] wrote: > Do I get to say RTFM now? :-) > > Hello Paul, > > Please have a look at Chapter 6 of the latest version of Customization.lyx > which is found in the lyxdoc CVS repository (no, it's not in any of the > releases yet). [...] That

Re: arabic tex

2000-02-03 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | Arabic is written exactly like Farsi (Right to Left, Top to Bottom). | | I think the Hebrew patch will do for Arabic and Farsi too. Good. so then we only need to generalize the hebrew patch a bit. Lgb

Re: arabic tex

2000-02-03 Thread Kayvan A. Sylvan
Arabic is written exactly like Farsi (Right to Left, Top to Bottom). I think the Hebrew patch will do for Arabic and Farsi too. ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc.| Laura Isabell

check CVS now!

2000-02-03 Thread Lars Gullik Bjønnes
I have no changes planned for the code currently in CVS before 1.1.4, so if you want to test/check something please do it now, and report swiftly any errors. Please also mail me if you do any testing so that I can hold my horses a bit longer. Lgb

Re: Templates

2000-02-03 Thread mressler
Do I get to say RTFM now? :-) Hello Paul, On Thu, 3 Feb 2000, Paul Lynch wrote: > Is it possible to download a journal LaTeX template (ie IEEE, Physica, > Nature etc...) and insert the template into LyX so when I go to document > format it will show IEEE format etc.. along side 'article' 'letter

Re: NLDM

2000-02-03 Thread Amir Karger
On Thu, Feb 03, 2000 at 10:51:18AM +1000, Allan Rae wrote: > > There's always documentation, reLyX, new layouts, watching Babylon5 on > video, reLyX, documentation and last but not least documentation. > > So you see there is something you could do after all ;-) Right. Then there's also documen

Re: new command: date-insert

2000-02-03 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | ??? I'm more confused then before (and I swear I didn't drink any alcohol | yesterday AND today ;) C cannot handle more than one locale at a time so you have to resort to setting the locale in all functions that need it. C++ OTOH can have several local

Re: Compilation problems

2000-02-03 Thread Lars Gullik Bjønnes
Jules Bean <[EMAIL PROTECTED]> writes: | Did you mean '...in only one function'? Yes. | I'm talking about having a simple using declaration for types referenced | in this file. I can't see that that's unacceptable. I am very fond of the idea of keeping the global namespace as clean as possibl

Re: Compilation problems

2000-02-03 Thread Jules Bean
On 3 Feb 2000, Lars Gullik Bjønnes wrote: > > | I'm talking about having a simple using declaration for types referenced > | in this file. I can't see that that's unacceptable. > > I am very fond of the idea of keeping the global namespace as clean as > possible, I realize that with current co

Re: new command: date-insert

2000-02-03 Thread Juergen Vigna
On 03-Feb-2000 Lars Gullik Bjønnes wrote: > Juergen Vigna <[EMAIL PROTECTED]> writes: > >| > This is a C way of doing it since C can't handle several locales at >| > the same time. C++ and it wonderful Standard Library on the other hand >| > does support this. And IMHO we should use the C++ loca

Re: Compilation problems

2000-02-03 Thread Jules Bean
On 3 Feb 2000, Lars Gullik Bjønnes wrote: > Jules Bean <[EMAIL PROTECTED]> writes: > > | Surely it's perfectly acceptable to have > | > | using std::vector; > | > | at the top of a file (in filescope). > > Not if you use that vector in only one file. Did you mean '...in only one function'?

Re: new command: date-insert

2000-02-03 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | > This is a C way of doing it since C can't handle several locales at | > the same time. C++ and it wonderful Standard Library on the other hand | > does support this. And IMHO we should use the C++ locale support. | > | | Well then please enlighten m

Re: Compilation problems

2000-02-03 Thread Lars Gullik Bjønnes
Jules Bean <[EMAIL PROTECTED]> writes: | Surely it's perfectly acceptable to have | | using std::vector; | | at the top of a file (in filescope). Not if you use that vector in only one file. | That simply says 'in this file, I wish to introduce the type 'std::vector' | into my namespace'. Th

Re: arabic tex

2000-02-03 Thread Lars Gullik Bjønnes
"Mehmet Emin SAHIN" <[EMAIL PROTECTED]> writes: | (ArabicTex) ArabTEX for TEX and LATEX is available = | ftp.dante.de/tex-archive/language/arabtex . Do you think to integrate = | the lyx software with ArabTEX. I think, a lot people want to lyx with = | arabic. | | Lyx very good. | |

Re: Aspell and LyX

2000-02-03 Thread Lars Gullik Bjønnes
Kevin Atkinson <[EMAIL PROTECTED]> writes: | Yes most certanly but I want it to be generic enough that ANY project | can use it. I want to use C as it the most portable and will allow pure C | projects to use it. Using C++ would defeat the purpose of my goals. I think you are wrong... just wai

Re: Aspell and LyX

2000-02-03 Thread Lars Gullik Bjønnes
Kevin Atkinson <[EMAIL PROTECTED]> writes: | > Well as much as I can see we have aspell support in LyX. | | Ok I have not taken a good look at the source but right now it seams | that you still use ispell/aspell through a pipe interface. Yes we do, and if I am not mistaken that is a patch we go

Re: Aspell and LyX

2000-02-03 Thread Lars Gullik Bjønnes
Kevin Atkinson <[EMAIL PROTECTED]> writes: | Unfortunately my spell checker has two barriers against it being adapted | by mainstream Open Soutce programs. 1) It is written in C++ and all two | many Open Source projects are still in pure C. 2) It is written in very | modern C++ which means it i

Re: ANNOUNCE: italian lyx-user-web site

2000-02-03 Thread Lars Gullik Bjønnes
Amir Karger <[EMAIL PROTECTED]> writes: | Incidentally, www.it.lyx.org doesn't actually mention the /it pages on its | home page, because it mirrors from www.lyx.org which doesn't. Do you think | we could build a php3 thing which linked to the page if it existed? Or how | about we could include a

Re: [Fwd: LyX on Debian]

2000-02-03 Thread Lars Gullik Bjønnes
Michael Meskes <[EMAIL PROTECTED]> writes: | BTW when can we expect 1.1.4? Unless something really strange happens I will release 1.1.4 in a couple of hours. Lgb

Re: new command: date-insert

2000-02-03 Thread Lars Gullik Bjønnes
"John D. Blair" <[EMAIL PROTECTED]> writes: A couple of _small_ comments on the code. Jurgen, you should read this too. | + // jdblair: experimental date-insert command | + newFunc(LFUN_DATE_INSERT,"date-insert", | + "", Noop); ^ I know that I have been lazy,

Re: new command: date-insert

2000-02-03 Thread Juergen Vigna
On 03-Feb-2000 Lars Gullik Bjønnes wrote: > Juergen Vigna <[EMAIL PROTECTED]> writes: > >| IDEA for setting locale on the document language: >| - >| >| We store the different babel-languages in tex-strings.C::tex_babel[]. >| Would it be possible t

Re: new command: date-insert

2000-02-03 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | IDEA for setting locale on the document language: | - | | We store the different babel-languages in tex-strings.C::tex_babel[]. | Would it be possible to instead of having only the name a structure like t

Re: segfault on Reformat

2000-02-03 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | On Mon, 31 Jan 2000, Reuben Thomas wrote: | | > If I load two documents and then repeatedly press Ctrl+R for | > "Reformat" then LyX segfaults after a few goes. It doesn't seem to happen | > if I only have one document loaded. | > | > This is with LyX 1.1

Re: Drum roll please...

2000-02-03 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | On 31 Jan 2000, Lars Gullik Bjønnes wrote: | | > btw. we don't want to build shared versions of the libsigc++ lib, only | > static. | | I know. I thought I added/changed something so that was the case | Hmmm... seems I didn't. Doesn't a target libra

Templates

2000-02-03 Thread Paul Lynch
A quick question about your excellent LyX program Is it possible to download a journal LaTeX template (ie IEEE, Physica, Nature etc...) and insert the template into LyX so when I go to document format it will show IEEE format etc.. along side 'article' 'letter' etc.. Thanks for your time Paul -

arabic tex

2000-02-03 Thread Mehmet Emin SAHIN
    (ArabicTex) ArabTEX for TEX and LATEX is available ftp.dante.de/tex-archive/language/arabtex . Do you think to integrate the lyx software with ArabTEX. I think, a lot people want to lyx with arabic.       Lyx very good.       Sorry, I can't speak english very well.    

Re: NLDM

2000-02-03 Thread Juergen Vigna
On 02-Feb-2000 Asger K. Alstrup Nielsen wrote: >> Of course, none of us actually know the LyX core well enough to get anything >> done, but we could certainly get together and drink cheap American beer! > > Hey! Hey! > > Even if beer is expensive in Norway, we *will* get together and drink it!

Re: ANNOUNCE: italian lyx-user-web site

2000-02-03 Thread Juergen Vigna
On 02-Feb-2000 Amir Karger wrote: > Great! > > I'll mention it on the lyx.org i18n page. > Well I only set this up it is Claudio who actually does the work :) > Incidentally, www.it.lyx.org doesn't actually mention the /it pages on its > home page, because it mirrors from www.lyx.org which d