memory...

2002-11-21 Thread Rod Pinna
Using 130cvs with xforms, after a few hours it was using 106M, and X was up to 80M. Rerunning get memory usage to 4M. I don't know if it is connected, by I get a large number of "unhandled X event" messages; i.e. Received unhandled X11 event Type: 13 Target: 0x1c0009e Version info: lyx130cvsXF

Re: Compile errors after updating CVS

2002-11-21 Thread Darren Freeman
On Fri, 2002-11-22 at 13:44, Laurent Duperval wrote: > Hi, > > What are all these errors about? Dunno but I see it too. Darren > > Making all in mathed > make[3]: Entering directory >`/usr/local/soft/lyx/src/default/i686_pc_linux_gnu/lyx-devel/src/mathed' > /bin/sh ../../libtool --mode=compil

Re: Compile errors after updating CVS

2002-11-21 Thread Rod Pinna
me too (with my aol hat on). I seem to have some sort of ostream, but ./configure doesn't detect it. Actually, it never has, but it hasn't been a problem before. Rod On Thu, 21 Nov 2002, Laurent Duperval wrote: > Hi, > > What are all these errors about? > > Making all in mathed > make[3]: E

Compile errors after updating CVS

2002-11-21 Thread Laurent Duperval
Hi, What are all these errors about? Making all in mathed make[3]: Entering directory `/usr/local/soft/lyx/src/default/i686_pc_linux_gnu/lyx-devel/src/mathed' /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../../boost -isystem /usr/X11R6/include -g -O -

Re: can't compile 130, with qt.

2002-11-21 Thread Rod Pinna
Argh! I had that line in before, but somehow managed to type it as /use/include/qt I knew this would be an example of my idiocy. Thanks alot... Rod On Fri, 22 Nov 2002, John Levon wrote: > On Fri, Nov 22, 2002 at 10:15:56AM +0800, Rod Pinna wrote: > > > configure:9706: qglobal.h: No such fil

Re: can't compile 130, with qt.

2002-11-21 Thread John Levon
On Fri, Nov 22, 2002 at 10:15:56AM +0800, Rod Pinna wrote: > configure:9706: qglobal.h: No such file or directory > configure:9707: qstring.h: No such file or directory We couldn't find the Qt headers in $QTDIR/include. Pass --with-qt-includes to wherever they are regards john

Re: can't compile 130, with qt.

2002-11-21 Thread Rod Pinna
The first thing that looks "wrong" is (entire log attached) This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:9719: g++ -o conftest -g -O -Wno-non-template-friend -ftemplate-depth-30 -W -Wall -I/usr/lib/qt3//in

Re: can't compile 130, with qt.

2002-11-21 Thread John Levon
On Fri, Nov 22, 2002 at 09:38:24AM +0800, Rod Pinna wrote: > I updated my cvs copy and now find... > > checking for Qt library name... failed > configure: error: Cannot compile a simple Qt executable. Check you have > the right $QTDIR ! Check config.log. john -- Khendon's Law: If the same poin

can't compile 130, with qt.

2002-11-21 Thread Rod Pinna
I updated my cvs copy and now find... checking for Qt library name... failed configure: error: Cannot compile a simple Qt executable. Check you have the right $QTDIR ! I have QTDIR=/usr/lib/qt3/ set. Using this previously, it seemed to compile fine. Um... automake --version automake (GNU automa

Re: BUG: Umlauts in qt-lyx

2002-11-21 Thread John Levon
On Fri, Nov 22, 2002 at 01:25:48AM +0100, Edwin Leuven wrote: > what would be needed to use a scrollview with qt widgets (richtext, table, > etc) instead of drawing on the canvas ourselves? A large set of high-risk changes. > wouldn't this solve all this? No, it wouldn't change a thing. Qts <

the qt key problem

2002-11-21 Thread John Levon
Actually the SELFINSERT hack I suggested won't work either. We have no other solution than another table : if (Str == "Ä") return "Adiaresis"; or vice versa (or using Qt::Key_Adiaresis). Isn't Qt fun ? People with these problems need to find EVERY failing case and add it into the table.

Re: BUG: Umlauts in qt-lyx

2002-11-21 Thread Edwin Leuven
On Fri Nov 22, 2002 00:47, John Levon wrote: > ARRGGH. Qt is fucking pathetic > > /me sighs deeply > > I cannot begin to describe how wrong the Qt people got this. what would be needed to use a scrollview with qt widgets (richtext, table, etc) instead of drawing on the canvas ourselves? wouldn't

Re: lyx-devel src/frontends/qt2/: ChangeLog QPrefsDialog.C

2002-11-21 Thread John Levon
On Fri, Nov 22, 2002 at 01:21:23AM +0100, Edwin Leuven wrote: > why not have "Baxloti Formica" in "Baxloti Formica" in the combobox and times > new roman as times new roman etc? This presumes that we can represent the font name in the font reasonably. How do we set individual fonts in the combo

Re: lyx-devel src/frontends/qt2/: ChangeLog QPrefsDialog.C

2002-11-21 Thread Edwin Leuven
On Thu Nov 21, 2002 21:05, John Levon wrote: > True, but it's better than having no idea at all what "Baxloti Formica" > looks like. why not have "Baxloti Formica" in "Baxloti Formica" in the combobox and times new roman as times new roman etc?

Re: FAQ at http://ev-en.org/wiki/moin.cgi/LyxFAQ

2002-11-21 Thread Christian Ridderström
On Thu, 21 Nov 2002, Paul Tremblay wrote: > I have written a tutorial on using bibtex with LyX and am looking for a > place to post it. I just played with the wiki a bit, so I know how to > edit a page. But how do I post a tutorial written in LyX? Do I have to > re-type the page by hand? I'm just

Re: BUG: Umlauts in qt-lyx

2002-11-21 Thread John Levon
On Thu, Nov 21, 2002 at 10:33:52PM +0100, Herbert Voss wrote: > for me it does nothing, no ä no Ä ARRGGH. Qt is fucking pathetic /me sighs deeply I cannot begin to describe how wrong the Qt people got this. Lars, JMarc, are you OK with LFUN_SELFINSERT being automatic if getISOEncoded returns a

Re: BUG: Umlauts in qt-lyx

2002-11-21 Thread John Levon
On Thu, Nov 21, 2002 at 10:20:12PM +0100, Lars Gullik Bjønnes wrote: > What compiler? > > Time to upgrade perhaps? bang goes the freeze huh john -- Khendon's Law: If the same point is made twice by the same person, the thread is over.

CVS LyX auto-build failed

2002-11-21 Thread Kayvan A. Sylvan
g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../../boost -isystem /usr/X11R6/include -O2 -fpermissive -ftemplate-depth-30 -W -Wall -c formulamacro.C -Wp,-MD,.deps/formulamacro.TPlo In file included from ../../src/BoostFormat.h:5, from formulamacro.C:43: ../../boost/boost/for

Re: Multilingual spell checking (with possible design changes)

2002-11-21 Thread Alexey Spiridonov
I will give the development version a try in a few days. Concerning several languages per document, It is possible: you just need to select iso10646-1 font encoding for screen fonts in the preferences dialog. However, currently the latex output of multi-lingual document suck. It works if you cha

Re: BUG: Umlauts in qt-lyx

2002-11-21 Thread Herbert Voss
Kornel Benko schrieb: Without the patch, I am not able insert e.g. "ä" into the lyx-text-window. But, in contrast to this, the search dialog has no problems. (See attached) this is the same as for all other qt-windows. No problems with umlauts and the euro, but nothing in the main gui of LyX H

Re: BUG: Umlauts in qt-lyx

2002-11-21 Thread Herbert Voss
John Levon schrieb: On Thu, Nov 21, 2002 at 09:18:55PM +0100, Juergen Spitzmueller wrote: OK, shove it in QUICKLY. I'm still compiling. It's attached for me it does nothing, no ä no Ä Herbert Press key 65535 text "ä", ascii "228" KeySym is sym empty in getSymbolName() getSymbolName

old po files

2002-11-21 Thread Lars Gullik Bjønnes
Several of the po files are just unmaintained, so unless these gets updated I'll move them away from the po dir. -- Lgb

Re: BUG: Umlauts in qt-lyx

2002-11-21 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Juergen Spitzmueller) writes: | John Levon wrote: >> On Thu, Nov 21, 2002 at 09:18:55PM +0100, Juergen Spitzmueller wrote: >> > OK, shove it in QUICKLY. >> >> I'm still compiling. It's attached > | Wondeful :-( | I made the mistake to do a cvs update before applying your patch.

Re: BUG: Umlauts in qt-lyx

2002-11-21 Thread Juergen Spitzmueller
John Levon wrote: > On Thu, Nov 21, 2002 at 09:18:55PM +0100, Juergen Spitzmueller wrote: > > OK, shove it in QUICKLY. > > I'm still compiling. It's attached Wondeful :-( I made the mistake to do a cvs update before applying your patch. Now I cannot compile anymore because of the recent boost cha

Re: compile failure cvs

2002-11-21 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | any ideas Lars? yes. I was kindo expecting this. I guess that we will only be able to have explicit extantiation for gcc, unless you can tell me the correct syntax for cxx. Some #ifdef __GNUG__ #endif should be added in BoostFormat.h around the e

Re: BUG: Umlauts in qt-lyx

2002-11-21 Thread John Levon
On Thu, Nov 21, 2002 at 09:18:55PM +0100, Juergen Spitzmueller wrote: > OK, shove it in QUICKLY. I'm still compiling. It's attached regards john -- Khendon's Law: If the same point is made twice by the same person, the thread is over. Index: QLyXKeySym.h ==

Re: BUG: Umlauts in qt-lyx

2002-11-21 Thread Juergen Spitzmueller
John Levon wrote: > Damn, I have a patch OK, shove it in QUICKLY. Jürgen.

Re: BUG: Umlauts in qt-lyx

2002-11-21 Thread John Levon
On Thu, Nov 21, 2002 at 09:14:56PM +0100, Juergen Spitzmueller wrote: > PS: I have to shut down now and will be offline till saturday. Just in case > you have another question. Damn, I have a patch john -- Khendon's Law: If the same point is made twice by the same person, the thread is over.

Re: BUG: Umlauts in qt-lyx

2002-11-21 Thread Juergen Spitzmueller
John Levon wrote: > What does xev give for shift-tab ? ISO_Left_tab ? KeyRelease event, serial 27, synthetic NO, window 0x301, root 0x39, subw 0x0, time 2822247218, (-461,146), root:(133,164), state 0x1, keycode 23 (keysym 0xfe20, ISO_Left_Tab), same_screen YES, XLookupString give

Re: BUG: Umlauts in qt-lyx

2002-11-21 Thread John Levon
On Thu, Nov 21, 2002 at 08:46:26PM +0100, Juergen Spitzmueller wrote: > // b.) "ä" (pressed *once*) > Press key 65535 text "Ä", ascii "196" > sym empty in getSymbolName() > getSymbolName() -> Ä > text() is: Ä > key() is: 65535 > ascii() is: 196 > KeySym is Ä > action first set to [89] > action now

Re: BUG: Umlauts in qt-lyx

2002-11-21 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > // 2. S-ä (failed) [...] > action first set to [43] > action now set to [43] [...] > Key [action=43][S-Ä] BTW action is always -1 for any other key sequenze with Shift, cf. below S-q Jürgen. Press key 81 text "Q", ascii "81" sym empty in getSymbolName() getSymbolNa

Re: lyx-devel src/frontends/qt2/: ChangeLog QPrefsDialog.C

2002-11-21 Thread John Levon
On Thu, Nov 21, 2002 at 10:00:50PM +0200, Dekel Tsur wrote: > BTW, is the font sample on the right of the combox needed ? > After all, the size of font of this text differs than the size you use on > the LyX screen, so it is possible that a font will not look good for the > sample text, but it wil

Re: lyx-devel src/frontends/qt2/: ChangeLog QPrefsDialog.C

2002-11-21 Thread Dekel Tsur
On Mon, Nov 18, 2002 at 07:29:52PM +, John Levon wrote: > On Sun, Nov 17, 2002 at 09:33:44PM +0200, Dekel Tsur wrote: > > Here is a patch for this (not very pretty). > > Comments ? > > Hmm, does this patch get it right if we have two font families with the > same name in different foundries ?

Re: BUG: Umlauts in qt-lyx

2002-11-21 Thread Juergen Spitzmueller
John Levon wrote: > please analyse further: output of text(), key(), ascii() when you press > Ä. Use a debugger or add lots of debug I'm not really shure where (and what) to analyse. However, I have added debugs for text(), key() and ascii() in getSymbolName(). For what it's woth, the result is

compile failure cvs

2002-11-21 Thread Angus Leeming
any ideas Lars? Angus cxx -std strict_ansi -DHAVE_CONFIG_H -I. -I../../../src/mathed -I../../src -I../../../src/mathed/../ -I../../../boost -I/usr/local/include -nopure_cname -nocleanup -msg_display_number -msg_disable 11,193,236,261,401,445,450,611 -w1 -ptr /usr/users/aleem/OTHERS_CODE/lyx/dev

Re: begin document

2002-11-21 Thread Dekel Tsur
On Wed, Nov 20, 2002 at 04:05:59PM +1300, c gale wrote: > I'm running Lyx1.2.1 on a debian machine with all debian tetex packages > installed. > > Whenever I try to view dvi I get "error, lacking begin (document). This > includes the manuals that are in lyx. > > Any ideas? Export a simple file

Re: BUG: Umlauts in qt-lyx

2002-11-21 Thread John Levon
On Thu, Nov 21, 2002 at 07:00:44PM +0100, Juergen Spitzmueller wrote: > it fixes the input of ä, ö, ü and ß for me, but not the capitals (Ä, Ö, Ü) > Below is the -dbg key for the Sequenze "ÄÖÜ" please analyse further: output of text(), key(), ascii() when you press Ä. Use a debugger or add lots o

Re: Question about 1.3.0

2002-11-21 Thread John Levon
On Thu, Nov 21, 2002 at 07:21:58PM +0100, [EMAIL PROTECTED] wrote: > - What is the current status of 1.3.0, in particular >in terms of stability (in comparison to 1.2.2cvs)? It seems OK for me, but I don't actually *use* the thing much since quitting my Ph.D. > - Will you make any recommen

Re: Problems with lyx 1.1.6 fix3

2002-11-21 Thread Dekel Tsur
On Wed, Nov 20, 2002 at 02:40:15PM -0200, Henrique Marks wrote: > I have some problems. > I'm using lyx in a client machine. The server machine uses 16-bits depth, and > the keyboard is brazilian. In my client machine i use 8 bits depth and the > keyboard is english with dead keys. I have many pr

Re: Ok to apply xforms doc dialog patch?

2002-11-21 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | I have tested this patch thoroughly and have concluded that it works as it | should. > | http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg48082.html > | Ok to apply? > | I believe that all dialogs in both front ends now use a controller-view | sp

Question about 1.3.0

2002-11-21 Thread michael . schmitt
Hi, just a few questions from a curious person: - What is the current status of 1.3.0, in particular in terms of stability (in comparison to 1.2.2cvs)? - Will you make any recommendation on the choice of the frontend? - Will it be possible to create a native Windows program if QT is

Re: BUG: Umlauts in qt-lyx

2002-11-21 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Donnerstag, 21. November 2002 17:34, Juergen Vigna wrote: > Well anyway I just compiled the latest version and I don't have any > problems to insert äöüÄÖÜ in lyx. So I would really like to know what > the real problem is. You are using german keybord, aren't

Re: BUG: Umlauts in qt-lyx

2002-11-21 Thread Juergen Spitzmueller
John Levon wrote: > bool QLyXKeySym::isModifier() const > { > -return q_is_modifier(key_); > +return text_.empty() && q_is_modifier(key_); > } Like this (otherwise it won't compile) + return text_.isEmpty() && q_is_modifier(key_); it fixes the input of ä, ö, ü and ß for me,

Ok to apply xforms doc dialog patch?

2002-11-21 Thread Angus Leeming
I have tested this patch thoroughly and have concluded that it works as it should. http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg48082.html Ok to apply? I believe that all dialogs in both front ends now use a controller-view split, except for the math dialogs. I'll have a go at this a

Re: Patch: alignment in fixed width columns in a table

2002-11-21 Thread Alain Castera
On Thu, 21 Nov 2002, Juergen Vigna wrote: > Yes I still remembered it was an .fr but I couldn't remember the name ;) And I remember you were in vacation at that time, so no offense, no blame ;-) > Well before we always had a Block alignment (default) and left was > only if we selected it in the

Re: Multilingual spell checking (with possible design changes)

2002-11-21 Thread Angus Leeming
On Thursday 21 November 2002 4:34 pm, John Levon wrote: > On Thu, Nov 21, 2002 at 04:36:01PM +, Angus Leeming wrote: > > But this is a forked process! > > no it's not - we use library Umm. Ispell is lauched as a child process. I got confused and thought that pspell was too. A

Re: BUG: Umlauts in qt-lyx

2002-11-21 Thread John Levon
On Wed, Nov 20, 2002 at 10:10:34PM +0100, Herbert Voss wrote: > KeyRelease event, serial 27, synthetic NO, window 0x3e1, >root 0x3e, subw 0x0, time 22316297, (-398,315), root:(673,842), >state 0x0, keycode 48 (keysym 0xe4, adiaeresis), same_screen YES, >XLookupString gives 1 charac

Re: Patch: alignment in fixed width columns in a table

2002-11-21 Thread Juergen Vigna
Alain Castera wrote: I am this bad boy, I guess. Yes I still remembered it was an .fr but I couldn't remember the name ;) But I am not guilty for that : Earlier, the alignment menu in tabular proposed Left, Center and Right only, the default being left. As I promised to implemented "fixed widt

Re: BUG: Umlauts in qt-lyx

2002-11-21 Thread Juergen Vigna
John Levon wrote: On Thu, Nov 21, 2002 at 04:33:32PM +0100, Juergen Vigna wrote: Well but you have to try this patch as you told us it is buggy, won't you? I can only test and confirm or not confirm the claims, but you said it reintroduces a bug so you would have to explain us that. Herbert

Re: Multilingual spell checking (with possible design changes)

2002-11-21 Thread John Levon
On Thu, Nov 21, 2002 at 04:36:01PM +, Angus Leeming wrote: > But this is a forked process! no it's not - we use library regards john -- Khendon's Law: If the same point is made twice by the same person, the thread is over.

Re: Multilingual spell checking (with possible design changes)

2002-11-21 Thread Angus Leeming
On Thursday 21 November 2002 4:17 pm, John Levon wrote: > Angus - lyx not crashing is kind of difficult when it's the pspell > library that's crashing :) But this is a forked process! Can we not prevent LyX from crashing if a child crashes?

Re: BUG: Umlauts in qt-lyx

2002-11-21 Thread Herbert Voss
John Levon schrieb: On Thu, Nov 21, 2002 at 04:33:32PM +0100, Juergen Vigna wrote: Well but you have to try this patch as you told us it is buggy, won't you? I can only test and confirm or not confirm the claims, but you said it reintroduces a bug so you would have to explain us that. H

Re: Patch: alignment in fixed width columns in a table

2002-11-21 Thread Alain Castera
Jürgen wrote : > Oh I understand now. This is due to the patch written by ??? > (fill name here) which I said I didn't like very much but it I am this bad boy, I guess. But I am not guilty for that : Earlier, the alignment menu in tabular proposed Left, Center and Right only, the default being l

Re: footnotes (was Re: Wish)

2002-11-21 Thread Kuba Ober
> > Donald Knuth's wife used to say "Don, don't use footnotes". And he > > doesn't use them and it seems to work. I presume human science papers are > > very different from computer science papers. Thousands footnotes in a PhD > > thesis. WOW is all I can say. Okay, okay, let's not start a flamewar

Re: Multilingual spell checking (with possible design changes)

2002-11-21 Thread John Levon
On Thu, Nov 21, 2002 at 11:35:22AM -0400, Garst R. Reese wrote: > http://aspell.net/ > The latest version is 0.50.2 > It no longers uses a separate pspell pkg, but does install a libpspell. > I don't know what this implies relative to --with-pspell Yes, I've just verified this works still But I

Re: yet another dumn question

2002-11-21 Thread Angus Leeming
On Thursday 21 November 2002 3:57 pm, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> I think that the only way to group { command2 && exit 3 } is to > Angus> write a function doing this. Writing either of command1 || ( > Angus> command2 && exit 3

Re: BUG: Umlauts in qt-lyx

2002-11-21 Thread John Levon
On Thu, Nov 21, 2002 at 04:33:32PM +0100, Juergen Vigna wrote: > Well but you have to try this patch as you told us it is buggy, won't > you? I can only test and confirm or not confirm the claims, but you said > it reintroduces a bug so you would have to explain us that. Herbert said it doesn't,

Re: yet another dumn question

2002-11-21 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> I think that the only way to group { command2 && exit 3 } is to Angus> write a function doing this. Writing either of command1 || ( Angus> command2 && exit 3 ) command1 || ` command2 && exit 3 ` groups Angus> things as we desire, bu

Re: Spellcheck status still corrupted

2002-11-21 Thread Angus Leeming
On Thursday 14 November 2002 3:36 pm, Darren Freeman wrote: > Dear list, > > the spelchecker status bar is still corrupted. Attached is a screenshot > at 100%. When I looked at it glosely in GIMP I realised that the weird > characters are actually two copies of 100% on top of each other, one > norm

Re: BUG: Umlauts in qt-lyx

2002-11-21 Thread Juergen Vigna
John Levon wrote: I wouldn't know how to try it. It took me long enough to work out how to get my keyboard to compose umlauts :( I'm really really lame with this stuff Well but you have to try this patch as you told us it is buggy, won't you? I can only test and confirm or not confirm the claim

Re: yet another dumn question

2002-11-21 Thread Angus Leeming
On Thursday 21 November 2002 3:14 pm, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Funny, but doesn't work. I needed to do this: > > Strange... > > JMarc command1 || command2 && exit 3 I think that the shell reats this as { command1 |

Re: Patch: alignment in fixed width columns in a table

2002-11-21 Thread Juergen Vigna
Dekel Tsur wrote: Block alignment is the default, so you don't need to write anything. Namely, the column specifier is e.g. p{4cm} For other alignments, you need to write >{\centering}p{4cm} Oh I understand now. This is due to the patch written by ??? (fill name here) which I said I didn't like

Re: Fwd: Lyx bug or install bug

2002-11-21 Thread Angus Leeming
On Thursday 21 November 2002 2:23 pm, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> On Thursday 21 November 2002 12:09 pm, Dekel Tsur wrote: > >> On Thu, Nov 21, 2002 at 11:25:49AM +, Angus Leeming wrote: > If > >> you run lyx -dbg graphics,

Re: yet another dumn question

2002-11-21 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Funny, but doesn't work. I needed to do this: Strange... JMarc

Re: yet another dumn question

2002-11-21 Thread Angus Leeming
On Thursday 21 November 2002 2:28 pm, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Why do you find this: if (cd ${DIRNAME} && ${FDESIGN} -convert > Angus> ${FDFILE}); then : ; else ... fi > > Angus> superior to this: (cd ${DIRNAME} && ${FDESIGN

Re: The qt minibuffer...

2002-11-21 Thread John Levon
On Thu, Nov 21, 2002 at 03:45:08PM +0100, Jean-Marc Lasgouttes wrote: > I'd like also to have a pref (set to off) to control whether we show > function names in minibuffer, but I'm not sure lars would like it. I > think this display of (file-open /foo/bar.lyx) in minibuffer does not > make sense t

Re: The qt minibuffer...

2002-11-21 Thread John Levon
On Thu, Nov 21, 2002 at 02:44:50PM +, John Levon wrote: > What we really need is a "Am I focused on a lyx window ?" test at the > top of QScreen::showManualCursor() but I don't know how to do that. nm, fixed it now john -- Khendon's Law: If the same point is made twice by the same person,

Re: The qt minibuffer...

2002-11-21 Thread John Levon
On Thu, Nov 21, 2002 at 03:43:20PM +0100, Jean-Marc Lasgouttes wrote: > How well would that work with a focus-follows-mouse window manager > policy? One would have to move the mouse on top of the dialog, right? decent WMs have an auto focus on new windows The major problem is there will be a "b

Re: The qt minibuffer...

2002-11-21 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Thu, Nov 21, 2002 at 03:30:34PM +0100, Jean-Marc Lasgouttes John> wrote: >> Nearly. I think that most non-emacs aware people will have a hard >> time trying to figure out what this empty line stands for. John> Oh. Well as you know, I

Re: The qt minibuffer...

2002-11-21 Thread John Levon
On Thu, Nov 21, 2002 at 02:41:45PM +, John Levon wrote: > I still find this intrusive. It will pop up right in front of the > document you're trying to mutate. Actually, whilst we're here, we have a problem with the cursor in Qt. Currently it only shows if we're focused on the content pane.

Re: The qt minibuffer...

2002-11-21 Thread Jean-Marc Lasgouttes
> "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes: Edwin> On Thu Nov 21, 2002 14:30, Jean-Marc Lasgouttes wrote: >> Nearly. I think that most non-emacs aware people will have a hard >> time trying to figure out what this empty line stands for. At least >> with xforms, people who do not need

Re: The qt minibuffer...

2002-11-21 Thread John Levon
On Thu, Nov 21, 2002 at 03:37:44PM +, Edwin Leuven wrote: > because I like to hammer (repeatedly): > > http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg41651.html I still find this intrusive. It will pop up right in front of the document you're trying to mutate. regards john -- Khend

Re: The qt minibuffer...

2002-11-21 Thread Edwin Leuven
On Thu Nov 21, 2002 14:30, Jean-Marc Lasgouttes wrote: > Nearly. I think that most non-emacs aware people will have a hard time > trying to figure out what this empty line stands for. At least with > xforms, people who do not need it are not aware that it is here. because I like to hammer (repeate

Re: The qt minibuffer...

2002-11-21 Thread John Levon
On Thu, Nov 21, 2002 at 03:30:34PM +0100, Jean-Marc Lasgouttes wrote: > Nearly. I think that most non-emacs aware people will have a hard time > trying to figure out what this empty line stands for. Oh. Well as you know, I'm very much a fan of it being off by default. Ideally we'd have a View->

Re: The qt minibuffer...

2002-11-21 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Thu, Nov 21, 2002 at 10:11:28AM +0100, Jean-Marc Lasgouttes John> wrote: >> ... is ugly and misleading. John> this is a bug report ??? Nearly. I think that most non-emacs aware people will have a hard time trying to figure out what

Re: yet another dumn question

2002-11-21 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Why do you find this: if (cd ${DIRNAME} && ${FDESIGN} -convert Angus> ${FDFILE}); then : ; else ... fi Angus> superior to this: (cd ${DIRNAME} && ${FDESIGN} -convert Angus> ${FDFILE}) if [ $? -ne 0 ]; then ... fi Angus> It seems t

Re: Fwd: Lyx bug or install bug

2002-11-21 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> On Thursday 21 November 2002 12:09 pm, Dekel Tsur wrote: >> On Thu, Nov 21, 2002 at 11:25:49AM +, Angus Leeming wrote: > If >> you run lyx -dbg graphics, you'll find out where LyX is trying to >> copy > the file. No doubt you do

Re: Multilingual spell checking (with possible design changes)

2002-11-21 Thread John Levon
On Thu, Nov 21, 2002 at 02:37:28PM +0200, Dekel Tsur wrote: > Why pspell isn't enabled by default if it is available ? I do not know, but I didn't want to rock the boat. > Currently LyX crashes when I perform spellchecking with pspell. > I have pspell 0.12.2. Do I need a newer version, or is thi

Re: Multilingual spell checking (with possible design changes)

2002-11-21 Thread Angus Leeming
On Thursday 21 November 2002 12:37 pm, Dekel Tsur wrote: > On Thu, Nov 21, 2002 at 12:25:03PM +, John Levon wrote: > > On Thu, Nov 21, 2002 at 11:40:22AM +, Angus Leeming wrote: > > > Thereafter, this class iterates over the buffer contents and passes > > > each word to speller_. All we'd h

Re: Multilingual spell checking (with possible design changes)

2002-11-21 Thread Dekel Tsur
On Thu, Nov 21, 2002 at 12:25:03PM +, John Levon wrote: > On Thu, Nov 21, 2002 at 11:40:22AM +, Angus Leeming wrote: > > > Thereafter, this class iterates over the buffer contents and passes each word > > to speller_. All we'd have to do is interrogate the language of each word. > > It

Re: Multilingual spell checking (with possible design changes)

2002-11-21 Thread Dekel Tsur
On Thu, Nov 21, 2002 at 11:40:22AM +, Angus Leeming wrote: > On Thursday 21 November 2002 3:47 am, Alexey Spiridonov wrote: > > * It's conceivable that I might even need 3 -- that begs the question of > > how I'm to display, say, both Russian and French at the same time, since > > French accent

Re: The qt minibuffer...

2002-11-21 Thread John Levon
On Thu, Nov 21, 2002 at 10:11:28AM +0100, Jean-Marc Lasgouttes wrote: > ... is ugly and misleading. this is a bug report ??? john -- Khendon's Law: If the same point is made twice by the same person, the thread is over.

Re: lyx-devel src/frontends/qt2/: ChangeLog QLPopupMenu.C

2002-11-21 Thread John Levon
On Thu, Nov 21, 2002 at 10:03:03AM +0100, Jean-Marc Lasgouttes wrote: > Does this fix the strange messages you got about getStatus? yes. > BTW, you could probably optimize the code by returning false as soon feel free... regards john -- Khendon's Law: If the same point is made twice by the s

Re: Strange menu bug in qt frontend

2002-11-21 Thread John Levon
On Thu, Nov 21, 2002 at 10:05:20AM +0100, Jean-Marc Lasgouttes wrote: > If I open the File menu with no document open, and then use the right > cursor to move to the other menus, I cannot go past the Insert menu > (maybe because all the elements it contains are disabled...). press escape. Qt is t

Re: Multilingual spell checking (with possible design changes)

2002-11-21 Thread John Levon
On Thu, Nov 21, 2002 at 11:40:22AM +, Angus Leeming wrote: > Thereafter, this class iterates over the buffer contents and passes each word > to speller_. All we'd have to do is interrogate the language of each word. It already works in current CVS for new pspell. Install new pspell build --

Re: BUG: Umlauts in qt-lyx

2002-11-21 Thread John Levon
On Thu, Nov 21, 2002 at 10:09:42AM +0100, Juergen Vigna wrote: > >the umlaut problem is a general one and has nothing to do with > >latin1 or latin15 > > Ok good so I can try it here locally too (and John too); I wouldn't know how to try it. It took me long enough to work out how to get my keyb

Re: Fwd: Lyx bug or install bug

2002-11-21 Thread Angus Leeming
On Thursday 21 November 2002 12:09 pm, Dekel Tsur wrote: > On Thu, Nov 21, 2002 at 11:25:49AM +, Angus Leeming wrote: > > If you run lyx -dbg graphics, you'll find out where LyX is trying to copy > > the file. No doubt you don't have write permissions set... > > Why does the graphics file is co

Re: Fwd: Lyx bug or install bug

2002-11-21 Thread Dekel Tsur
On Thu, Nov 21, 2002 at 11:25:49AM +, Angus Leeming wrote: > > If you run lyx -dbg graphics, you'll find out where LyX is trying to copy the file. > No doubt you don't have write permissions set... Why does the graphics file is copied to the tempdir ?

Re: yet another dumn question

2002-11-21 Thread Angus Leeming
On Thursday 21 November 2002 11:59 am, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | On Thursday 21 November 2002 11:27 am, Jean-Marc Lasgouttes wrote: > >> > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > >> > >> Angus> Which is "better"? (cd ${DIRNAME}; ${

Re: yet another dumn question

2002-11-21 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Thursday 21 November 2002 11:27 am, Jean-Marc Lasgouttes wrote: >> > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: >> >> Angus> Which is "better"? (cd ${DIRNAME}; ${FDESIGN} -convert >> Angus> ${FDFILE}) or (cd ${DIRNAME} && ${FDESIGN} -con

Re: yet another dumn question

2002-11-21 Thread Angus Leeming
On Thursday 21 November 2002 11:27 am, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Which is "better"? (cd ${DIRNAME}; ${FDESIGN} -convert > Angus> ${FDFILE}) or (cd ${DIRNAME} && ${FDESIGN} -convert ${FDFILE}) > > Angus>if [ $? -ne 0 ]

Re: [patch] Use Boost.Format for l10n messages

2002-11-21 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Wednesday 20 November 2002 10:19 pm, Lars Gullik Bjønnes wrote: >> IMHO we should use Boost.Format to make l10n messages and strings >> easier to translate, and also enable reordering of arguments. A thing >> that is needed for several languages. >> >

Re: Multilingual spell checking (with possible design changes)

2002-11-21 Thread Angus Leeming
On Thursday 21 November 2002 3:47 am, Alexey Spiridonov wrote: > * It's conceivable that I might even need 3 -- that begs the question of > how I'm to display, say, both Russian and French at the same time, since > French accented letters overlap with the Russian character set, If > someone knows t

Re: Fwd: Lyx bug or install bug

2002-11-21 Thread Angus Leeming
Hello, Ron. The message is generated in src/insets/insetgraphics.C 627 // if the file doen't exists, copy it into the tempdir 628 if (file_has_changed || !IsFileReadable(temp_file)) { 629 bool const success = lyx::copy(orig_file_w

Re: yet another dumn question

2002-11-21 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Which is "better"? (cd ${DIRNAME}; ${FDESIGN} -convert Angus> ${FDFILE}) or (cd ${DIRNAME} && ${FDESIGN} -convert ${FDFILE}) Angus> if [ $? -ne 0 ]; then echo "\"${FDESIGN} -convert ${FDFILE}\" Angus> failed. Please investigate."

Re: Patch: alignment in fixed width columns in a table

2002-11-21 Thread Dekel Tsur
On Thu, Nov 21, 2002 at 08:44:20AM +0100, Juergen Vigna wrote: > Dekel Tsur wrote: > >Currently, when creating a fixed width column n a tabular, > >the possible alignments are left, right and center. > >It is not possible to have block alignment. > > > >The following patch fixes that. OK to apply ?

Re: [patch] Use Boost.Format for l10n messages

2002-11-21 Thread Angus Leeming
On Wednesday 20 November 2002 10:19 pm, Lars Gullik Bjønnes wrote: > IMHO we should use Boost.Format to make l10n messages and strings > easier to translate, and also enable reordering of arguments. A thing > that is needed for several languages. > > This patch does this for all the obvious patches

Re: yet another dumn question

2002-11-21 Thread Angus Leeming
On Thursday 21 November 2002 10:53 am, Andre Poenitz wrote: > On Thu, Nov 21, 2002 at 10:57:00AM +, Angus Leeming wrote: > > Which is "better"? > > (cd ${DIRNAME}; ${FDESIGN} -convert ${FDFILE}) > > or > > (cd ${DIRNAME} && ${FDESIGN} -convert ${FDFILE}) > > > > if [ $? -ne 0 ]; the

Re: yet another dumn question

2002-11-21 Thread Andre Poenitz
On Thu, Nov 21, 2002 at 10:57:00AM +, Angus Leeming wrote: > Which is "better"? > (cd ${DIRNAME}; ${FDESIGN} -convert ${FDFILE}) > or > (cd ${DIRNAME} && ${FDESIGN} -convert ${FDFILE}) > > if [ $? -ne 0 ]; then > echo "\"${FDESIGN} -convert ${FDFILE}\" failed. P

yet another dumn question

2002-11-21 Thread Angus Leeming
Which is "better"? (cd ${DIRNAME}; ${FDESIGN} -convert ${FDFILE}) or (cd ${DIRNAME} && ${FDESIGN} -convert ${FDFILE}) if [ $? -ne 0 ]; then echo "\"${FDESIGN} -convert ${FDFILE}\" failed. Please investigate." exit 1 fi I'm not used t

  1   2   >