Re: Patch: better multi-lingual support

2000-07-10 Thread Asger K. Alstrup Nielsen
> As for 1., Kawakami-ChangGil's patch implements all the required stuffs in > (IMHO) a clean and elegant way. I think this part can be integrated into > LyX without problems. Could you factor out this part of the patch? Then we can look at it, and if it looks good, apply it to cvs. That should

Re: two annoying bugs and the patches

2000-07-10 Thread Lars Gullik Bjønnes
edscott <[EMAIL PROTECTED]> writes: | Changelog: file support/filetools.C (DestroyTmpDir (string const & | tmpdir, bool Allfiles)) | Allow LyX to exit if it cannot delete a temporary directory that | does not exist Why is this the correct place to fix this? Shouldn't this be fixed in the functi

Re: resizing windows sometimes "retarded" ?

2000-07-10 Thread Angus Leeming
Hi, Rob this sounds to me as if it's an xforms bug. I would say that though as I wrote the citation dialog code! Does your window manager have a "Refresh Desktop" option or similar? If you're using KDE then it certainly does. If you do, and the problem is solved, then the bug lies actually in the

small patch

2000-07-10 Thread Angus Leeming
I've just returned from a few days in Andalucia to find masses and masses of LyX mail in my in tray. Such a busy project! Anyway, having read it all, I note that Lars says that #pragma definitions should come before #include s. Here then is a small patch to src/insets/insetcite.C (I can't see the

small patch 2

2000-07-10 Thread Angus Leeming
I reported this DEC cxx warning a few days ago. It seems that the consensus was that Inset::deleteLyXText should be a const function, but the code hasn't been updated. If it makes life easier, here is the patch. Could someone apply it, please. Angus cxx: Warning: ../../src/insets/insettext.h, li

Re: unable to close bug, still a bug

2000-07-10 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> I've managed to find the bug: in request_clipboard_cb() in Dekel> WorkArea.C, if the clipboard is empty then clipboard_read is Dekel> not set to true, causing an endless loop in Dekel> WorkArea::getClipboard(). Dekel> I've attached a

Re: lyx won't run with amaya or netscape

2000-07-10 Thread Jean-Marc Lasgouttes
> "Peter" == Peter Firmstone <[EMAIL PROTECTED]> writes: Peter> I'm not sure whether this is a bug or due to my system Peter> configuration, this errors occures when I already have netscape Peter> or amaya running. You are probably using a xforms library compiled for glibc2 (libc6) on a glib

Re: Speed of backspace

2000-07-10 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> I've noticed that when holding backspace at the end of a Dekel> paragraph, the speed of characters deletion is very slow. I've Dekel> looked into it, and found out that after a single backspace, Dekel> the screen is redrawn from the c

Re: Feature-request

2000-07-10 Thread Jean-Marc Lasgouttes
> "Ragnar" == Ragnar Kjørstad <[EMAIL PROTECTED]> writes: Ragnar> Hi Just a small feature I've been missing in lyx: The ability Ragnar> to import/export from the commandline, like this: lyx --export Ragnar> latex readme.lyx Did you ever try 'lyx --export latex readme.lyx'? It does work (alth

Re: lyx-1.1.5 bug report -- is not the cursor blink, is lyxserver

2000-07-10 Thread Jean-Marc Lasgouttes
> "Joao" == Joao Cardoso <[EMAIL PROTECTED]> writes: Joao> Well, it was not only the cursor blink that consumed cpu time; Joao> it was the lyxserver! As a matter of fact, the cursor blink only Joao> wasted a *very* small amount of cpu. Yes, on some systems, the lyxserver uses a lot of CPU ti

Re: compiling with shared libraries

2000-07-10 Thread Jean-Marc Lasgouttes
> "Peter" == Peter Firmstone <[EMAIL PROTECTED]> writes: Peter> I seem to be having some difficulty compiling lyx with shared Peter> libraries only, as I want to create a package for debian for Peter> sparc processors. Is this normally possible? I guess it should. Peter> I seem to be missin

Re: InsetGraphics

2000-07-10 Thread Jean-Marc Lasgouttes
> "Baruch" == Baruch Even <[EMAIL PROTECTED]> writes: Baruch> On 8 Jul 2000, Lars Gullik Bjønnes wrote: >> | filename /tmp/platypus.png Baruch> Actually I've changed to use a relative file path. Now I've Baruch> got a problem dealing with the clipart (which is fixed), but Baruch> in most of

Re: GraphicsCache & FormatTranslator

2000-07-10 Thread Jean-Marc Lasgouttes
> "Baruch" == Baruch Even <[EMAIL PROTECTED]> writes: Baruch> I think it would be a good idea to have a new directory to Baruch> have this two classes (and possibly others too), specificaly Baruch> for this two I would like to open a directory 'src/graphics', Baruch> though the FormatTranslat

Re: [wtcorrea@cs.princeton.edu] [Lyx-feedback] Feedback from www.lyx.org

2000-07-10 Thread Jean-Marc Lasgouttes
Wagner> Here is a bug: Wagner> Using the LyX GUI, switch to math mode. Type a formula or Wagner> something. Now, switch to math text mode. Type some text. If Wagner> you type a comma, or a period, LyX will switch back to math Wagner> mode automatically, which may not be what the user wants. Hel

Re: GraphicsCache & FormatTranslator

2000-07-10 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Baruch" == Baruch Even <[EMAIL PROTECTED]> writes: | | Baruch> I think it would be a good idea to have a new directory to | Baruch> have this two classes (and possibly others too), specificaly | Baruch> for this two I would like to open a

Re: small patch

2000-07-10 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | I've just returned from a few days in Andalucia to find masses and masses of | LyX mail in my in tray. Such a busy project! Anyway, having read it all, I note | that Lars says that #pragma definitions should come before #include | s. Only the include t

Re: Building 1.1.5 on Solaris 2.6 w/ gcc 2.95.2 - Problem and Fix

2000-07-10 Thread Jean-Marc Lasgouttes
> "Albert" == Albert Chin-A-Young <[EMAIL PROTECTED]> writes: Albert> No. The fix is to add '-isystem /usr/openwin/include'. Adding Albert> -fpermissive allows *much* more than fixing the error above. Albert> We have successfully LyX on Solaris 2.5.1, 2.6, and 2.7 with Albert> this option to

To fix or not to fix (status update #4)

2000-07-10 Thread Jean-Marc Lasgouttes
Hello, I think it is nearly time to release 1.1.5fix1 (Yes, I know, I already said that last week). All of the known bugs have not been fixed, but it is still a big improvement over what we have now. Let me recall that all these fixes have been checked in the branch lyx-1_1_5, which you can get

Re: Patch: better multi-lingual support

2000-07-10 Thread Lars Gullik Bjønnes
"$B5\ED!!Kc;R(B" <[EMAIL PROTECTED]> writes: | If we are going to use Unicode as the internal format, then I agree | with Dekel's approach in regard to 2. I'm not very eager to use | Unicode as the internal format of LyX, though. Using ucs internally will absolutely be the easiest to maintain

Re: GraphicsCache & FormatTranslator

2000-07-10 Thread Lars Gullik Bjønnes
Baruch Even <[EMAIL PROTECTED]> writes: | I think it would be a good idea to have a new directory to have this two | classes (and possibly others too), specificaly for this two I would like | to open a directory 'src/graphics', though the FormatTranslator is | supposedly not necessarily graphics

Re: GraphicsCache & FormatTranslator

2000-07-10 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Agree, we need some more dirs. I guess that many files will be moved into frontends/ soon (?). We can see after that how large the src/ dir is. JMarc

Re: GraphicsCache & FormatTranslator

2000-07-10 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> Agree, we need some more dirs. | | I guess that many files will be moved into frontends/ soon (?). We can see | after that how large the src/ dir is. Some files will be

small bug report

2000-07-10 Thread Angus Leeming
This occurs with current CVS Attached is a small lyx file. It looks like: para1 para1 para1 para2 para2 para2 para3 para3 para3 If I place the cursor between the first and second "para1"s and then use Shift-Down Arrow to highlight text, then all is Ok. If, however, I insert an extra space firs

bibtex database window: FileName input dialog?

2000-07-10 Thread R. Lahaye
Hello, For the BibTeX reference database window, it would be convenient to add a FileName dialog window for searching the database file, instead of having to type the whole path of the bibtex database. Regards, Rob.

New CVS Solaris configure patch breaks compilation

2000-07-10 Thread Kayvan Sylvan
Hi everyone, Te latest configure.in patch breaks configure/compilation on my Solaris box: +# Since solaris X headers use int as implicit return type and modern +# gcc's do not like that, let's use -isystem instead of -I. +# We should test for gcc version and see whether it supports -isystem, +#

Re: Patch: better multi-lingual support

2000-07-10 Thread Dekel Tsur
On Mon, Jul 10, 2000 at 10:43:26AM +0200, Asger K. Alstrup Nielsen wrote: > > As for 1., Kawakami-ChangGil's patch implements all the required stuffs in > > (IMHO) a clean and elegant way. I think this part can be integrated into > > LyX without problems. > > Could you factor out this part of t

Re: small bug report

2000-07-10 Thread Dekel Tsur
On Mon, Jul 10, 2000 at 03:43:34PM +0100, Angus Leeming wrote: > A second bug. > If you place the cursor in the second row and then type Shift-Up Arrow followed > by Down Arrow (no Shift), you can see that the text actually moves up and down > slightly. This can lead to a small amount of blue stil

patch: fix of arabic keymap

2000-07-10 Thread Dekel Tsur
I've found few problem with the Arabic keymap, and I've tried to fix them. However, I still don't know if this keymap is 100% correct. patch.gz

Check Out the Best Prices for Your PrinterToner Cartridges

2000-07-10 Thread Lapuchaloca
D&J PRINTING CORPORATION 3103 LEXINGTON FARMS DR ALPHARETTA, GA 30004 (770) 619-0716 --LASER, FAX AND COPIER PRINTER TONER CARTRIDGES-- *WE ACCEPT GOVERNMENT, SCHOOL AND UNIVERSITY PURCHASE ORDERS* CHECK OUT OUR NEW CARTRIDGE PRICES: APPLE LASER WRITER PRO 600 OR 16/600

Problems compiling lyx 1.1.5pre3

2000-07-10 Thread Pablo De Napoli
Hi! I could not lyx-1.1.5pre3 from the sources. Something is wrong with the regex stuff. I'm using linux (debian distribution) g++ 2.95.2-13 libc 2.1.2-11 libstdc++2.10 2.95.2-13 I think the problem could be caused by the changes in the C library (that now supports the posix regular expresion

BUG: spelling's checker broken in 1.1.6cvs!!

2000-07-10 Thread R. Lahaye
Hi, I'm using 1.1.6CVS (as of July 10th) w/ xforms-0.89 on a Linux RH6.2 PC. The spelling's checker is badly broken: 1) words found by Spellchecker are not highlighted any more in the main text (this has been reported earlier). 2) the Replace action does not do a proper replace, but