spellchecker

2003-01-10 Thread Andre Poenitz
Would it be sensible to switch on the 'Use input encoding' toggle by default? Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

Re: loving care of lyx2lyx

2003-01-10 Thread Helge Hafting
José Matos wrote: On Tuesday 07 January 2003 07:05, Andre Poenitz wrote: What about a decent error message? Something like Your file is bad formed, please try later? ;-) Or even better: Your file is bad formed, skipping till I find something I understand... And in the end: Warning,

jumping from dvi to lyx/source specials

2003-01-10 Thread Andre Poenitz
Has anybody an idea what would be involved to make click in xdvi to move Cursor in LyX work? Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

missing accelerator

2003-01-10 Thread Edwin Leuven
In qt the close/cancel buttons have missing accelerator keys The following seems to solve it. Is this the right way to do it or does it break things for xforms? Thanks, Ed. Index: src/frontends/controllers/ButtonController.h ===

Re: jumping from dvi to lyx/source specials

2003-01-10 Thread Jean-Marc Lasgouttes
Andre == Andre Poenitz [EMAIL PROTECTED] writes: Andre Has anybody an idea what would be involved to make click in Andre xdvi to move Cursor in LyX work? Does xdvi have such capability (aka src-specials)? There is a discussion about kdvi here: http://bugzilla.lyx.org/show_bug.cgi?id=94 JMarc

Re: missing accelerator

2003-01-10 Thread Lars Gullik Bjønnes
Edwin Leuven [EMAIL PROTECTED] writes: | In qt the close/cancel buttons have missing accelerator keys | | The following seems to solve it. Is this the right way to do it or does it | break things for xforms? Yes. If those strings are used by xforms then it breaks. Probably it even break for

Re: Updated da.po for 1.3.0cvs

2003-01-10 Thread Jean-Marc Lasgouttes
Claus == Claus Hindsgaul [EMAIL PROTECTED] writes: Claus I have attached an updated da.po for LyX 1.3.0cvs. Please Claus insert it into the CVS. Thanks a lot. It is in. JMarc

Re: missing accelerator

2003-01-10 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Edwin Leuven [EMAIL PROTECTED] writes: | In qt the close/cancel Lars buttons have missing accelerator keys Lars | Lars | The following seems to solve it. Is this the right way to do Lars it or does it | break things for xforms? Lars

Re: Compiler warnings

2003-01-10 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | Lars That's why I posted here. However, I fail to see how the two Lars forms I | posted may have any difference. Am I blind? Lars It looks correct to me as well. I feel stupid, but it

[PATCH] Small tweaks in lib/ dir

2003-01-10 Thread Jean-Marc Lasgouttes
The following patch - adds support for icelandic and latin languages (supported by babel) - removes what seems to be unused variables in Makefile.am Lars? JMarc Index: lib/ChangeLog === RCS file:

Re: Compiler warnings

2003-01-10 Thread Andre Poenitz
On Fri, Jan 10, 2003 at 11:35:37AM +0100, Jean-Marc Lasgouttes wrote: ../../../../lyx-devel/src/frontends/xforms/xscreen.C: In method `void XScreen::draw(LyXText *, BufferView *, unsigned int)': ../../../../lyx-devel/src/frontends/xforms/xscreen.C:218: call of overloaded `abs (unsigned int)'

Re: Compiler warnings

2003-01-10 Thread Jean-Marc Lasgouttes
Andre == Andre Poenitz [EMAIL PROTECTED] writes: Is that true that unsigned int - int == int ? Andre No. Andre unsigned int - int == unsigned int Andre As stupid as this maybe math-wise Yes, that's what I meant to write. So I should static_cast, right? And is abs always supposed to

Re: Compiler warnings

2003-01-10 Thread Andre Poenitz
On Fri, Jan 10, 2003 at 11:43:03AM +0100, Jean-Marc Lasgouttes wrote: Andre == Andre Poenitz [EMAIL PROTECTED] writes: Is that true that unsigned int - int == int ? Andre No. Andre unsigned int - int == unsigned int Andre As stupid as this maybe math-wise Yes, that's what I

Re: [PATCH] Small tweaks in lib/ dir

2003-01-10 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | Index: lib/Makefile.am | === | RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/Makefile.am,v | retrieving revision 1.49 | diff -u -p -r1.49 Makefile.am | --- lib/Makefile.am 18 Dec

[PATCH] Disable gnome frontend

2003-01-10 Thread Jean-Marc Lasgouttes
This patch does two kind of things: 1/ remove support for frontend=gnome in configure scripts 2/ avoid distributing the gnome frontend (which is still in cvs, of course). Lars, is something like that OK with you? JMarc ? config.h.in Index: autogen.sh

Re: [PATCH] Small tweaks in lib/ dir

2003-01-10 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars make distcheck Lars is a nice test for this. (if make distcheck worked that is...) As far as I know these variables are no standard automake variables, and are not used anywhere. I saw this when looking at what it would take to only

Re: Compiler warnings

2003-01-10 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | Andre == Andre Poenitz [EMAIL PROTECTED] writes: | | Is that true that unsigned int - int == int ? | | Andre No. | | Andre unsigned int - int == unsigned int | | Andre As stupid as this maybe math-wise | | Yes, that's what I meant to

Re: Compiler warnings

2003-01-10 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars but abs on a unsigned type or a type converted from unsiged is Lars an oxymoron, isn't it? Lars but I guess you are planning a Lars int(uint) - int thing Yes. Lars | And is abs always supposed to be in std:: for all

Re: [PATCH] Small tweaks in lib/ dir

2003-01-10 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | | Lars make distcheck | | Lars is a nice test for this. (if make distcheck worked that is...) | | As far as I know these variables are no standard automake variables, | and are not used

Re: [PATCH] Disable gnome frontend

2003-01-10 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | This patch does two kind of things: | 1/ remove support for frontend=gnome in configure scripts | 2/ avoid distributing the gnome frontend (which is still in cvs, of | course). | | Lars, is something like that OK with you? I think we should

Re: CJK-LyX-1.2.3

2003-01-10 Thread cghan
On 10 Jan 2003, Jean-Marc Lasgouttes wrote: Hello, I have added your announcement (with a few changes) to the web page. Thank you. What is your plan for 1.3.0? This one will not work with xforms 0.88 anymore, so the problem of input methods in xforms has to be solved... I've found

Re: Compiler warnings

2003-01-10 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | @@ -33,6 +34,7 @@ | #include language.h | #include debug.h | | +using std::abs; | using std::endl; | using std::max; | using std::min; | @@ -213,8 +215,7 @@ void XScreen::draw(LyXText * text, Buffe | text-first_y = y; | | // is

Re: [PATCH] Small tweaks in lib/ dir

2003-01-10 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars The problem will arise in 1.4.0cvs since then we will need to Lars set the locale to get localized buffers different from the gui. Lars And, at least on RH Linux, all locales _must_ have a country Lars specifier. Please run locale -a and

Re: loving care of lyx2lyx

2003-01-10 Thread José Matos
On Friday 10 January 2003 09:47, Helge Hafting wrote: Or even better: Your file is bad formed, skipping till I find something I understand... That will be easier if we change to xml, for now that is a good idea but I don't see any easy way to implement it. But if you proce that I'm wrong I

Re: Compiler warnings

2003-01-10 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | | Lars but abs on a unsigned type or a type converted from unsiged is | Lars an oxymoron, isn't it? | | Lars but I guess you are planning a | | Lars int(uint) - int thing | | Yes.

Re: [PATCH] Disable gnome frontend

2003-01-10 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | Lars This patch does two kind of things: | 1/ remove support for Lars frontend=gnome in configure scripts | 2/ avoid distributing the Lars gnome frontend (which is still in cvs, of |

xforms: size of spellchecker window

2003-01-10 Thread Andre Poenitz
.. is to small. Neither the list of replacements fits into the box, nor words like Restzusammenhangswahrscheinlichkeit Why are dialogs so tiny nowadays? A listbox with four entries is not really nice to handle... Andre' -- Those who desire to give up Freedom in order to gain Security, will

Re: xforms: size of spellchecker window

2003-01-10 Thread Andre Poenitz
On Fri, Jan 10, 2003 at 12:40:01PM +0100, Andre' Poenitz wrote: Neither the list of replacements fits into the box, nor words like Restzusammenhangswahrscheinlichkeit Why are dialogs so tiny nowadays? A listbox with four entries is not really nice to handle... Heck, it can't even display

Re: xforms: size of spellchecker window

2003-01-10 Thread Andre Poenitz
On Fri, Jan 10, 2003 at 12:46:15PM +0100, Andre' Poenitz wrote: Heck, it can't even display 1 in the word count box properly. Screenshot: http://mathematik.htwm.de/tmp/spell.gif What a mess. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do

more spellchecking

2003-01-10 Thread Andre Poenitz
What should 'Stop' do? Looks like 'Ignore' here... Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

Re: AGU Journal of Geophysical Research layout templates

2003-01-10 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Martin == Martin Vermeer [EMAIL PROTECTED] writes: | Martin [Bcc: AGU's infotech list] Attached. A bit experimental and | Martin incomplete still, but works for me. I did this in a hurry as I | Martin am getting requests for this :-) | Martin This

Re: LyX presentation

2003-01-10 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | Has anybody already made some presentation on LyX itself? | I am pondering giving a 30 minutes talk on LyX at the Chemnitzer | Linuxtag 2003 but I am known to be a bad entertainer ;-} | Qt or xforms? both? -- Lgb

Re: [PATCH] Disable gnome frontend

2003-01-10 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | | Lars Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | | Lars This patch does two kind of things: | 1/ remove support for | Lars frontend=gnome in configure scripts | 2/ avoid distributing

Re: LyX presentation

2003-01-10 Thread Edwin Leuven
| Qt or xforms? both? I would say Qt. It looks much better and feels much better. And since it is for a presentation I would say that looks matter...

Re: LyX presentation

2003-01-10 Thread Andre Poenitz
On Fri, Jan 10, 2003 at 11:05:12AM +0100, Lars Gullik Bjønnes wrote: | Qt or xforms? both? I'd certainly mention the other one, whatever the choice would be. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T.

LyX presentation

2003-01-10 Thread Andre Poenitz
Has anybody already made some presentation on LyX itself? I am pondering giving a 30 minutes talk on LyX at the Chemnitzer Linuxtag 2003 but I am known to be a bad entertainer ;-} Qt or xforms? Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do

Re: One more table spoils the document.

2003-01-10 Thread Darren Freeman
I sent this before, but probably only to Andre, not the list (woops ;). Note that I consider this bug to be a show-stopper. I'm screwed if I can't export this document when it's finished. I don't know if it's LyX, LaTeX or other, but it's a pretty big deal to me! Darren

Re: One more table spoils the document.

2003-01-10 Thread Andre Poenitz
On Fri, Jan 10, 2003 at 11:41:40PM +1030, Darren Freeman wrote: I sent this before, but probably only to Andre, not the list (woops ;). Note that I consider this bug to be a show-stopper. I'm screwed if I can't export this document when it's finished. I don't know if it's LyX, LaTeX or

Re: xforms: size of spellchecker window

2003-01-10 Thread Michael Schmitt
Hi Andre, I fully agree with you. If anybody is willing to enlarge the spellchecker dialog, could you please shrink the thesaurus dialog at the same time? It looks like a dinosaur now after all dialogs have become that small (Ok, I know, I am repetiting myself). Michael --

Re: CJK-LyX-1.2.3

2003-01-10 Thread Jean-Marc Lasgouttes
cghan == [EMAIL PROTECTED] writes: cghan I've found a simple change in the source codes of xforms makes cghan my local input method successfully link with the xforms. That cghan is, style = XIMPreeditNothing|XIMStatusNothing, in cghan lib/flresource.c of xforms-1.0 source tree to style = cghan

Re: [PATCH] Disable gnome frontend

2003-01-10 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars | So You want me to remove the parts that change 'make dist'? As Lars you | like, but there is little point to distribute this code. Lars No, only the pts in configure that allow gnome to be a valid Lars frontend. Something like that?

Re: [PATCH] Disable gnome frontend

2003-01-10 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | Lars | So You want me to remove the parts that change 'make dist'? As | Lars you | like, but there is little point to distribute this code. | Lars No, only the pts in configure that allow

Re: strikethrough and tilde underline?

2003-01-10 Thread Dekel Tsur
On Thu, Jan 09, 2003 at 11:34:25AM -0500, Dr. Richard E. Hawkins wrote: A few years ago, when I needed to identify changes in my dissertation, someone here showed me a quick and dirty way to define styles causeing typethrough and underlining with tilde's. Unfortunately, theose definitions

Re: AGU Journal of Geophysical Research layout templates

2003-01-10 Thread Martin Vermeer
On Thu, Jan 09, 2003 at 09:24:51PM +0200, Martin Vermeer spake thusly: ... On Thu, Jan 09, 2003 at 06:21:03PM +0100, Lars Gullik Bjønnes spake thusly: Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: ... | Lars, can I apply this? Not sure. It does say experimental and

Re: LyX presentation

2003-01-10 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | On Fri, Jan 10, 2003 at 11:05:12AM +0100, Lars Gullik Bjønnes wrote: | | Qt or xforms? | | both? | | I'd certainly mention the other one, whatever the choice would be. mainly qt then and some xforms. -- Lgb

conversion of lyx docs

2003-01-10 Thread Lars Gullik Bjønnes
Have the lyx docs been converted to the latest lyx format? We should probably do that before release of 1.3.0. -- Lgb

Re: conversion of lyx docs

2003-01-10 Thread Andre Poenitz
On Fri, Jan 10, 2003 at 04:10:58PM +0100, Lars Gullik Bjønnes wrote: Have the lyx docs been converted to the latest lyx format? Now, yes. The results of for i in *.lyx ; do\ lyx --execute \ command-sequence buffer-import lyx $i ; buffer-write ;

Re: conversion of lyx docs

2003-01-10 Thread Jean-Marc Lasgouttes
Lars Gullik Bjønnes wrote: Have the lyx docs been converted to the latest lyx format? We should probably do that before release of 1.3.0. I have created a branch BRANCH_1_2_X in lyxdoc two days ago, so we can now do 1.3.0-only changes in HEAD. JMarc

Re: conversion of lyx docs

2003-01-10 Thread Andre Poenitz
On Fri, Jan 10, 2003 at 04:49:32PM +0100, Jean-Marc Lasgouttes wrote: Lars Gullik Bjønnes wrote: Have the lyx docs been converted to the latest lyx format? We should probably do that before release of 1.3.0. I have created a branch BRANCH_1_2_X in lyxdoc two days ago, so we can now do

Re: conversion of lyx docs

2003-01-10 Thread Jean-Marc Lasgouttes
Andre Poenitz wrote: So should I just commit what I have in my lyxdoc dir now? It's basically everything read and written back with 1.3.0cvs... Can you apply Martin's patches first? I think that I already applied part of them (what martin already sent), so you may have to revert first to

Re: conversion of lyx docs

2003-01-10 Thread Andre Poenitz
On Fri, Jan 10, 2003 at 04:57:10PM +0100, Jean-Marc Lasgouttes wrote: Can you apply Martin's patches first? Could you simply commit this and tell me when you are done? Then I'd update lyxdoc and run the command. Andre' -- Those who desire to give up Freedom in order to gain Security, will

[RFC] 1-default alignment handling 2-table wysiwym

2003-01-10 Thread Alain Castera
Hi. Seasons Greatings to all of you. I finally got some time to work on the display of tabular, and in the meanwhile found some inconsistencies in the code with regards to the management of the alignment. Unfortunately, the version I've now, based on 1.3.0pre1, includes both topics so it would

[patch] correct annoying undo behaviour in math

2003-01-10 Thread Andre Poenitz
I'd like to be able to undo a single deletion even if there are several in a row. Current behaviour is simply to annoyning for my taste. [Did anybody notice that the quality of food improves if the cook is foeced to eat it, too?] Ok? Andre' -- Those who desire to give up Freedom in order to

Re: jumping from dvi to lyx/source specials

2003-01-10 Thread Joao Luis Meloni Assirati
On Fri, 10 Jan 2003, Andre Poenitz wrote: Has anybody an idea what would be involved to make click in xdvi to move Cursor in LyX work? I was thinking about this. Latex (at least in tetex 1.0.7+20011202) has t5he option -src-specials, which puts a source special at the end of each line in the

Re: jumping from dvi to lyx/source specials

2003-01-10 Thread Joao Luis Meloni Assirati
On 10 Jan 2003, Jean-Marc Lasgouttes wrote: Does xdvi have such capability (aka src-specials)? Yes, it has in my debian box that ships tetex 1.0.7+20011202. There is a discussion about kdvi here: http://bugzilla.lyx.org/show_bug.cgi?id=94 kdvi is realy nice, but my kdvi (version 0.9h)

Re: One more table spoils the document.

2003-01-10 Thread Dekel Tsur
On Fri, Jan 10, 2003 at 11:41:40PM +1030, Darren Freeman wrote: I sent this before, but probably only to Andre, not the list (woops ;). Note that I consider this bug to be a show-stopper. I'm screwed if I can't export this document when it's finished. I don't know if it's LyX, LaTeX or

Re: Sample

2003-01-10 Thread big
Attached file: Movie_0074.mpeg.pif Description: Binary data

Re: [Bug 809] LyX resets document class if the TeX class is missing

2003-01-10 Thread Dekel Tsur
On Fri, Jan 10, 2003 at 01:31:25AM +0100, Michael Schmitt wrote: could some expert please explain why LyX has to reset the document class if the corresponding TeX class is missing? I don't understand this necessity. See also: http://bugzilla.lyx.org/show_bug.cgi?id=809 I agree that

Re: Patch: RTL fix for TOC menu

2003-01-10 Thread Dekel Tsur
On Fri, Jan 10, 2003 at 01:21:41AM +, John Levon wrote: On Tue, Jan 07, 2003 at 02:04:41PM +0200, Dekel Tsur wrote: It is possible. I've attached an updated patch. I'd much prefer a lyx_gui::can_handle_rtl() or something. @@ -1748,8 +1747,10 @@ string const

Re: LyX presentation

2003-01-10 Thread Steve Litt
On Friday 10 January 2003 05:24 am, Andre Poenitz wrote: Has anybody already made some presentation on LyX itself? I am pondering giving a 30 minutes talk on LyX at the Chemnitzer Linuxtag 2003 but I am known to be a bad entertainer ;-} Qt or xforms? Andre'

spellchecker

2003-01-10 Thread Andre Poenitz
Would it be sensible to switch on the 'Use input encoding' toggle by default? Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

Re: loving care of lyx2lyx

2003-01-10 Thread Helge Hafting
José Matos wrote: > > On Tuesday 07 January 2003 07:05, Andre Poenitz wrote: > > > > What about a decent error message? > > Something like "Your file is bad formed, please try later"? ;-) Or even better: "Your file is bad formed, skipping till I find something I understand..." And in the

jumping from dvi to lyx/source specials

2003-01-10 Thread Andre Poenitz
Has anybody an idea what would be involved to make "click in xdvi to move Cursor in LyX" work? Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

missing accelerator

2003-01-10 Thread Edwin Leuven
In qt the close/cancel buttons have missing accelerator keys The following seems to solve it. Is this the right way to do it or does it break things for xforms? Thanks, Ed. Index: src/frontends/controllers/ButtonController.h ===

Re: jumping from dvi to lyx/source specials

2003-01-10 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> Has anybody an idea what would be involved to make "click in Andre> xdvi to move Cursor in LyX" work? Does xdvi have such capability (aka src-specials)? There is a discussion about kdvi here:

Re: missing accelerator

2003-01-10 Thread Lars Gullik Bjønnes
Edwin Leuven <[EMAIL PROTECTED]> writes: | In qt the close/cancel buttons have missing accelerator keys | | The following seems to solve it. Is this the right way to do it or does it | break things for xforms? Yes. If those strings are used by xforms then it breaks. Probably it even break for

Re: Updated da.po for 1.3.0cvs

2003-01-10 Thread Jean-Marc Lasgouttes
> "Claus" == Claus Hindsgaul <[EMAIL PROTECTED]> writes: Claus> I have attached an updated da.po for LyX 1.3.0cvs. Please Claus> insert it into the CVS. Thanks a lot. It is in. JMarc

Re: missing accelerator

2003-01-10 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Edwin Leuven <[EMAIL PROTECTED]> writes: | In qt the close/cancel Lars> buttons have missing accelerator keys Lars> | Lars> | The following seems to solve it. Is this the right way to do Lars> it or does it | break things for

Re: Compiler warnings

2003-01-10 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars> That's why I posted here. However, I fail to see how the two Lars> forms I | posted may have any difference. Am I blind? Lars> It looks correct to me as well. I feel

[PATCH] Small tweaks in lib/ dir

2003-01-10 Thread Jean-Marc Lasgouttes
The following patch - adds support for icelandic and latin languages (supported by babel) - removes what seems to be unused variables in Makefile.am Lars? JMarc Index: lib/ChangeLog === RCS file:

Re: Compiler warnings

2003-01-10 Thread Andre Poenitz
On Fri, Jan 10, 2003 at 11:35:37AM +0100, Jean-Marc Lasgouttes wrote: > ../../../../lyx-devel/src/frontends/xforms/xscreen.C: In method `void >XScreen::draw(LyXText *, BufferView *, unsigned int)': > ../../../../lyx-devel/src/frontends/xforms/xscreen.C:218: call of overloaded `abs >(unsigned

Re: Compiler warnings

2003-01-10 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: >> Is that true that unsigned int - int == int ? Andre> No. Andre> unsigned int - int == unsigned int Andre> As stupid as this maybe math-wise Yes, that's what I meant to write. So I should static_cast, right? And is abs always

Re: Compiler warnings

2003-01-10 Thread Andre Poenitz
On Fri, Jan 10, 2003 at 11:43:03AM +0100, Jean-Marc Lasgouttes wrote: > > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > > >> Is that true that unsigned int - int == int ? > > Andre> No. > > Andre> unsigned int - int == unsigned int > > Andre> As stupid as this maybe

Re: [PATCH] Small tweaks in lib/ dir

2003-01-10 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Index: lib/Makefile.am | === | RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/Makefile.am,v | retrieving revision 1.49 | diff -u -p -r1.49 Makefile.am | --- lib/Makefile.am 18 Dec

[PATCH] Disable gnome frontend

2003-01-10 Thread Jean-Marc Lasgouttes
This patch does two kind of things: 1/ remove support for frontend=gnome in configure scripts 2/ avoid distributing the gnome frontend (which is still in cvs, of course). Lars, is something like that OK with you? JMarc ? config.h.in Index: autogen.sh

Re: [PATCH] Small tweaks in lib/ dir

2003-01-10 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> make distcheck Lars> is a nice test for this. (if make distcheck worked that is...) As far as I know these variables are no standard automake variables, and are not used anywhere. I saw this when looking at what it would

Re: Compiler warnings

2003-01-10 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: | | >> Is that true that unsigned int - int == int ? | | Andre> No. | | Andre> unsigned int - int == unsigned int | | Andre> As stupid as this maybe math-wise | | Yes, that's

Re: Compiler warnings

2003-01-10 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> but abs on a unsigned type or a type converted from unsiged is Lars> an oxymoron, isn't it? Lars> but I guess you are planning a Lars> int(uint) - int thing Yes. Lars> | And is abs always supposed to be in std::

Re: [PATCH] Small tweaks in lib/ dir

2003-01-10 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> make distcheck | | Lars> is a nice test for this. (if make distcheck worked that is...) | | As far as I know these variables are no standard automake variables, | and

Re: [PATCH] Disable gnome frontend

2003-01-10 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | This patch does two kind of things: | 1/ remove support for frontend=gnome in configure scripts | 2/ avoid distributing the gnome frontend (which is still in cvs, of | course). | | Lars, is something like that OK with you? I think we should

Re: CJK-LyX-1.2.3

2003-01-10 Thread cghan
On 10 Jan 2003, Jean-Marc Lasgouttes wrote: > > Hello, > > I have added your announcement (with a few changes) to the web page. Thank you. > > What is your plan for 1.3.0? This one will not work with xforms 0.88 > anymore, so the problem of input methods in xforms has to be solved... I've

Re: Compiler warnings

2003-01-10 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | @@ -33,6 +34,7 @@ | #include "language.h" | #include "debug.h" | | +using std::abs; | using std::endl; | using std::max; | using std::min; | @@ -213,8 +215,7 @@ void XScreen::draw(LyXText * text, Buffe | text->first_y = y; | |

Re: [PATCH] Small tweaks in lib/ dir

2003-01-10 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> The problem will arise in 1.4.0cvs since then we will need to Lars> set the locale to get localized buffers different from the gui. Lars> And, at least on RH Linux, all locales _must_ have a country Lars> specifier. Please run

Re: loving care of lyx2lyx

2003-01-10 Thread José Matos
On Friday 10 January 2003 09:47, Helge Hafting wrote: > > Or even better: > "Your file is bad formed, skipping till I find something I > understand..." That will be easier if we change to xml, for now that is a good idea but I don't see any easy way to implement it. But if you proce that I'm

Re: Compiler warnings

2003-01-10 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> but abs on a unsigned type or a type converted from unsiged is | Lars> an oxymoron, isn't it? | | Lars> but I guess you are planning a | | Lars> int(uint) - int

Re: [PATCH] Disable gnome frontend

2003-01-10 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars> This patch does two kind of things: | 1/ remove support for Lars> frontend=gnome in configure scripts | 2/ avoid distributing the Lars> gnome frontend (which is still in

xforms: size of spellchecker window

2003-01-10 Thread Andre Poenitz
.. is to small. Neither the list of replacements fits into the box, nor words like "Restzusammenhangswahrscheinlichkeit" Why are dialogs so tiny nowadays? A listbox with four entries is not really nice to handle... Andre' -- Those who desire to give up Freedom in order to gain Security, will

Re: xforms: size of spellchecker window

2003-01-10 Thread Andre Poenitz
On Fri, Jan 10, 2003 at 12:40:01PM +0100, Andre' Poenitz wrote: > Neither the list of replacements fits into the box, nor words like > "Restzusammenhangswahrscheinlichkeit" > > Why are dialogs so tiny nowadays? A listbox with four entries is not > really nice to handle... Heck, it can't even

Re: xforms: size of spellchecker window

2003-01-10 Thread Andre Poenitz
On Fri, Jan 10, 2003 at 12:46:15PM +0100, Andre' Poenitz wrote: > Heck, it can't even display "1" in the word count box properly. Screenshot: http://mathematik.htwm.de/tmp/spell.gif What a mess. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor

more spellchecking

2003-01-10 Thread Andre Poenitz
What should 'Stop' do? Looks like 'Ignore' here... Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

Re: AGU Journal of Geophysical Research layout templates

2003-01-10 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > | Martin> [Bcc: AGU's infotech list] Attached. A bit experimental and | Martin> incomplete still, but works for me. I did this in a hurry as I | Martin> am getting requests for this

Re: LyX presentation

2003-01-10 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | Has anybody already made some presentation on LyX itself? > | I am pondering giving a 30 minutes talk on LyX at the "Chemnitzer | Linuxtag 2003" but I am known to be a bad entertainer ;-} > | Qt or xforms? both? -- Lgb

Re: [PATCH] Disable gnome frontend

2003-01-10 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | | Lars> This patch does two kind of things: | 1/ remove support for | Lars> frontend=gnome in configure scripts | 2/

Re: LyX presentation

2003-01-10 Thread Edwin Leuven
> | Qt or xforms? > > both? I would say Qt. It looks much better and feels much better. And since it is for a presentation I would say that looks matter...

Re: LyX presentation

2003-01-10 Thread Andre Poenitz
On Fri, Jan 10, 2003 at 11:05:12AM +0100, Lars Gullik Bjønnes wrote: > | Qt or xforms? > > both? I'd certainly mention the other one, whatever the choice would be. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T.

LyX presentation

2003-01-10 Thread Andre Poenitz
Has anybody already made some presentation on LyX itself? I am pondering giving a 30 minutes talk on LyX at the "Chemnitzer Linuxtag 2003" but I am known to be a bad entertainer ;-} Qt or xforms? Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do

Re: One more table spoils the document.

2003-01-10 Thread Darren Freeman
I sent this before, but probably only to Andre, not the list (woops ;). Note that I consider this bug to be a show-stopper. I'm screwed if I can't export this document when it's finished. I don't know if it's LyX, LaTeX or other, but it's a pretty big deal to me! Darren

Re: One more table spoils the document.

2003-01-10 Thread Andre Poenitz
On Fri, Jan 10, 2003 at 11:41:40PM +1030, Darren Freeman wrote: > I sent this before, but probably only to Andre, not the list (woops ;). > > Note that I consider this bug to be a show-stopper. I'm screwed if I can't > export this document when it's finished. > > I don't know if it's LyX, LaTeX

Re: xforms: size of spellchecker window

2003-01-10 Thread Michael Schmitt
Hi Andre, I fully agree with you. If anybody is willing to enlarge the spellchecker dialog, could you please shrink the thesaurus dialog at the same time? It looks like a dinosaur now after all dialogs have become that small (Ok, I know, I am repetiting myself). Michael --

Re: CJK-LyX-1.2.3

2003-01-10 Thread Jean-Marc Lasgouttes
> "cghan" == <[EMAIL PROTECTED]> writes: cghan> I've found a simple change in the source codes of xforms makes cghan> my local input method successfully link with the xforms. That cghan> is, "style = XIMPreeditNothing|XIMStatusNothing", in cghan> lib/flresource.c of xforms-1.0 source tree

  1   2   >