pdflatex and xfig conversion

2002-12-12 Thread Juergen Spitzmueller
While compiling a document with an xfig figure (using the external material inset) pdflatex bails out with this error: LaTeX Error: unknown graphics extension: .eps I wonder if we cannot do the missing conversion here. The tex2pdf script seems to do this and succeeds btw. Jürgen.

Re: bug

2002-12-12 Thread Andre Poenitz
On Wed, Dec 11, 2002 at 10:59:07PM +0100, Alfredo Braunstein wrote: > When doing ctrl-up/down (paragraph up/down) from a math inset, the cursor > goes to strange (unexisting) positions. Actually, the real cursor seems to > remain on the math inset (typing still inserts chars on the inset), but th

Re: bug

2002-12-12 Thread Alfredo Braunstein
Andre Poenitz wrote: > On Wed, Dec 11, 2002 at 10:59:07PM +0100, Alfredo Braunstein wrote: >> When doing ctrl-up/down (paragraph up/down) from a math inset, the cursor >> goes to strange (unexisting) positions. Actually, the real cursor seems >> to remain on the math inset (typing still inserts ch

Re: pdflatex and xfig conversion

2002-12-12 Thread Michael Abshoff
Juergen Spitzmueller wrote: While compiling a document with an xfig figure (using the external material inset) pdflatex bails out with this error: LaTeX Error: unknown graphics extension: .eps I wonder if we cannot do the missing conversion here. The tex2pdf script seems to do this and succe

Re: bug

2002-12-12 Thread Andre Poenitz
On Thu, Dec 12, 2002 at 09:01:26AM +0100, Alfredo Braunstein wrote: > Yesterday's CVS Please try the attached patch. Lars: Ok? Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson) ? tmp.diff ? 1.diff ? cut.diff

Re: pdflatex and xfig conversion

2002-12-12 Thread Juergen Spitzmueller
Michael Abshoff wrote: > pdflatex doesn't do eps - it was done on purpose by the developers. This > seems to have triggered the > development of tex2pdf, which converts the eps to pdf. Shure. But we do convert eps files to pdf on a pdflatex run. This does not happen with the xfig inset (i.e. afte

Re: bug

2002-12-12 Thread Alfredo Braunstein
Andre Poenitz wrote: > On Thu, Dec 12, 2002 at 09:01:26AM +0100, Alfredo Braunstein wrote: >> Yesterday's CVS > > Please try the attached patch. > > Lars: Ok? > > Andre' > It works... sort of. There's still some behaviour inconsistency. If you are not on a math inset, the first ctrl-up moves

Re: LyXTextClass crash

2002-12-12 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Wed, Dec 11, 2002 at 03:35:01PM +, Angus Leeming wrote: >> Open LyX New document Type Control-Shift-Y Crashes in >> lyxtextclass.C, line 698: John> Curious. In mainline we should end up ignoring the modifiers and John> inserting

Re: bug

2002-12-12 Thread Andre Poenitz
On Thu, Dec 12, 2002 at 09:46:27AM +0100, Alfredo Braunstein wrote: > It works... sort of. There's still some behaviour inconsistency. If you are > not on a math inset, the first ctrl-up moves you to the start of the > paragraph, subsequent ones to the start of previous paragraphs. > When on the

Re: Towards LyX 1.2.2 [status update #5]

2002-12-12 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> On Wed, Dec 11, 2002 at 06:28:57PM +0100, Jean-Marc Lasgouttes Dekel> wrote: >> I think that the problems with epsi files are solved now, and I >> would like to release what we have as lyx 1.2.2 tomorrow or friday. >> If somebody has

Re: odd error (fwd)

2002-12-12 Thread Jean-Marc Lasgouttes
> "Rod" == Rod Pinna <[EMAIL PROTECTED]> writes: Rod> Final bit of the puzzle...the program generating the .eps file (a Rod> shiny new version of ABAQUS/CAE) seems to produce less compliant Rod> eps files than the previous version. Interesting string of messages :( OK, I think we will ignore

Re: bug

2002-12-12 Thread Alfredo Braunstein
Andre Poenitz wrote: > On Thu, Dec 12, 2002 at 09:46:27AM +0100, Alfredo Braunstein wrote: >> It works... sort of. There's still some behaviour inconsistency. If you >> are not on a math inset, the first ctrl-up moves you to the start of the >> paragraph, subsequent ones to the start of previous p

Re: bug

2002-12-12 Thread Andre Poenitz
On Thu, Dec 12, 2002 at 09:53:13AM +0100, Alfredo Braunstein wrote: > The same as outside math inset. First ctrl-up moves you to the start of the > paragraph (and then subsequent ones to previous paragraphs). What's a paragraph in a formula? Andre' -- Those who desire to give up Freedom in ord

Re: bug

2002-12-12 Thread Andre Poenitz
On Thu, Dec 12, 2002 at 09:57:32AM +0100, Andre' Poenitz wrote: > What's a paragraph in a formula? Ok, next choice: see attached patch. Btw, I noticed that this function does not break out of tables and notes. Isn't that annoying, too? Andre' -- Those who desire to give up Freedom in order to

Re: bug

2002-12-12 Thread Alfredo Braunstein
Andre Poenitz wrote: > On Thu, Dec 12, 2002 at 09:53:13AM +0100, Alfredo Braunstein wrote: >> The same as outside math inset. First ctrl-up moves you to the start of >> the paragraph (and then subsequent ones to previous paragraphs). > > What's a paragraph in a formula? > > Andre' > I mean the

Re: odd error (fwd)

2002-12-12 Thread Rod Pinna
Absolutely...I don't think there is anything that could be done about it anyway. To fix the eps images, I have to first do convert x.eps eps2:x2.eps and then eps2eps x2.eps x3.eps Neither convert or eps2eps will fix them on it's own. The problem with gs 8.0 might be a bit more of a concern

Re: bug

2002-12-12 Thread Alfredo Braunstein
Andre Poenitz wrote: > On Thu, Dec 12, 2002 at 09:57:32AM +0100, Andre' Poenitz wrote: >> What's a paragraph in a formula? > > Ok, next choice: see attached patch. > > Btw, I noticed that this function does not break out of tables and notes. > Isn't that annoying, too? > > Andre' > And floats

Re: bug

2002-12-12 Thread Andre Poenitz
On Thu, Dec 12, 2002 at 10:01:03AM +0100, Alfredo Braunstein wrote: > I mean the paragraph where the formula is. Rephrasing it, I would expect the > same behaviour if the cursor if just before or after a math inset than if > its inside. Does it makes sense? A bit, but all I can offer is to put t

Re: bug

2002-12-12 Thread Andre Poenitz
On Thu, Dec 12, 2002 at 10:11:43AM +0100, Andre' Poenitz wrote: > A bit, but all I can offer is to put the cursor immediately in front of the > inset as "directly going to the start of the enclosing paragraph" would > need more code in areas I do not want to touch right now. The patch for this cas

Re: bug

2002-12-12 Thread Alfredo Braunstein
Andre Poenitz wrote: > A bit, but all I can offer is to put the cursor immediately in front of > the inset as "directly going to the start of the enclosing paragraph" > would need more code in areas I do not want to touch right now. > > Andre' > I'm fine with ctrl-up==home of your patch (but it

Re: bug

2002-12-12 Thread Andre Poenitz
On Thu, Dec 12, 2002 at 10:22:20AM +0100, Alfredo Braunstein wrote: > I'm fine with ctrl-up==home of your patch (but it's not putting it directly > in front of the inset). This was the second of the three patches? Andre' -- Those who desire to give up Freedom in order to gain Security, will no

Re: bug

2002-12-12 Thread Alfredo Braunstein
Andre Poenitz wrote: > This was the second of the three patches? > > Andre' > The third patch is behaving as intended, and I'm ok with it. Thanks for the prompt reply, Alfredo.

Re: LyXTextClass crash

2002-12-12 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Thu, Dec 12, 2002 at 12:10:45AM +0100, Lars Gullik Bjønnes wrote: | | > | I'm still waiting for a yay/nay on that patch too ... | > | > I have memory as a gold fish... what patch? | | This one : | | http://marc.theaimsgroup.com/?l=lyx-devel&m=1039321

Re: bug

2002-12-12 Thread Alfredo Braunstein
Andre Poenitz wrote: > On Thu, Dec 12, 2002 at 10:22:20AM +0100, Alfredo Braunstein wrote: >> I'm fine with ctrl-up==home of your patch (but it's not putting it >> directly in front of the inset). > > This was the second of the three patches? Yes, I'm compiling the third one now. Alfredo > > A

Re: bug

2002-12-12 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Thu, Dec 12, 2002 at 09:01:26AM +0100, Alfredo Braunstein wrote: | > Yesterday's CVS | | Please try the attached patch. | | Lars: Ok? Yes, if Alfredo says it makes a difference. -- Lgb

Re: bug

2002-12-12 Thread Juergen Vigna
Andre Poenitz wrote: On Thu, Dec 12, 2002 at 10:01:03AM +0100, Alfredo Braunstein wrote: I mean the paragraph where the formula is. Rephrasing it, I would expect the same behaviour if the cursor if just before or after a math inset than if its inside. Does it makes sense? A bit, but all I ca

Re: bug

2002-12-12 Thread Darren Freeman
I reported something similar involving use of the tab key in mathed. That bug went away, didn't it?? Darren On Thu, 2002-12-12 at 08:29, Alfredo Braunstein wrote: > When doing ctrl-up/down (paragraph up/down) from a math inset, the cursor > goes to strange (unexisting) positions. Actually, the

Re: bug

2002-12-12 Thread Andre Poenitz
On Thu, Dec 12, 2002 at 08:33:41PM +1030, Darren Freeman wrote: > I reported something similar involving use of the tab key in mathed. > That bug went away, didn't it?? Pointer to archive? Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserv

Re: LyXTextClass crash

2002-12-12 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Donnerstag, 12. Dezember 2002 02:08, John Levon wrote: > This one : > > http://marc.theaimsgroup.com/?l=lyx-devel&m=103932187604592&w=2 > bool QLyXKeySym::isOK() const > { > - return ! key_ == 0; > + bool const ok(!(text_.isEmpty() && key_ ==

Lyx 1.3.0cvs crashes when F7 is pressed

2002-12-12 Thread Aide Florent
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Lyx developers, First I would like to say a big thank you to all of you who contribute to produce such a marvelous program. I would like to report a crash which occurs when I press F7 to do a spell-checking. Here are my specs: - -- Lyx 1.3.

Re: Lyx 1.3.0cvs crashes when F7 is pressed

2002-12-12 Thread Aide Florent
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello again, here is the output when I run lyx from the CLI: - -- begin session aide@iago:lyx-devel$ /usr/local/lyxqt/bin/lyx PreviewLoader::startLoading() No converter from "lyxpreview" format has been defined. lyx: SIGSEGV signal caught Sorry, y

Re: bug

2002-12-12 Thread Darren Freeman
On Thu, 2002-12-12 at 20:33, Andre Poenitz wrote: > On Thu, Dec 12, 2002 at 08:33:41PM +1030, Darren Freeman wrote: > > I reported something similar involving use of the tab key in mathed. > > That bug went away, didn't it?? > > Pointer to archive? > > Andre' In reality I'll never find it, it wa

Re: bug

2002-12-12 Thread Andre Poenitz
On Thu, Dec 12, 2002 at 09:41:56PM +1030, Darren Freeman wrote: > In reality I'll never find it, it was like 6 months ago when I was still > stuck using Windows for mail. I (understandably) don't want to boot > windows and install the mailer to find the message =) [Mount the Windows partition, fin

Re: xfig figure in a slide?

2002-12-12 Thread Jean-Marc Lasgouttes
> "Nirmal" == Nirmal Govind <[EMAIL PROTECTED]> writes: Nirmal> Hi.. I'm trying to include an xfig figure in a presentation Nirmal> made using the pdfscreen package along with LyX. Pdflatex Nirmal> doesn't like xfig apparently and I have special text (LaTeX Nirmal> math) in my xfig figure so I

Two mathed issues

2002-12-12 Thread Dekel Tsur
1. For a math inset inside an emphasized text, the letters appear in Upright shape and not in italics. 2. The size of text in subscript is too small. This is especially true when in the text size is smaller than normal (e.g., when the formula is inside an abstract paragraph) See attached file. #

Search autocompletion

2002-12-12 Thread Alfredo Braunstein
This patch removes autocompletion in the search dialog (QT frontend). Autocompletion makes impossible to search for an 'a' if we have previously searched for a word that begins with 'A'. Alfredo. Index: QSearchDialog.ui === RCS file:

Re: Two mathed issues

2002-12-12 Thread Andre Poenitz
On Thu, Dec 12, 2002 at 01:33:44PM +0200, Dekel Tsur wrote: > 2. The size of text in subscript is too small. > This is especially true when in the text size is smaller than normal > (e.g., when the formula is inside an abstract paragraph) What are the rules TeX uses here? Andre' -- Those who de

duplicate insertion

2002-12-12 Thread Alfredo Braunstein
This patch avoids duplicate insertions in the search combobox (QT). Insertions seem to be already handled by the widget. Alfredo Index: QSearchDialog.C === RCS file: /cvs/lyx/lyx-devel/src/frontends/qt2/QSearchDialog.C,v retrieving r

search

2002-12-12 Thread Alfredo Braunstein
I want to remove the 'feature' of an unsuccessful search leaving the cursor at the end of the document. This patch seems to achieve it (removing ~10 lines of code). I've somehow tested it, but as I don't know why it was there on the first place, I'm probably missing something. Alfredo Index: lyx

Re: Two mathed issues

2002-12-12 Thread Dekel Tsur
On Thu, Dec 12, 2002 at 12:42:19PM +0100, Andre Poenitz wrote: > On Thu, Dec 12, 2002 at 01:33:44PM +0200, Dekel Tsur wrote: > > 2. The size of text in subscript is too small. > > This is especially true when in the text size is smaller than normal > > (e.g., when the formula is inside an abstract

autoconf 2.56

2002-12-12 Thread Juergen Vigna
I installed automake 1.6 and had to upgrade also to autoconf 2.56, now autogen.sh tells me that autoconf 2.56 is not supported by LyX, are we serious about that? Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PROTECTE

Re: Two mathed issues

2002-12-12 Thread Andre Poenitz
On Thu, Dec 12, 2002 at 02:41:54PM +0200, Dekel Tsur wrote: > I think that the rule should be: > If current text size is <= \normalsize (and > \tiny), use \scriptsize/\tiny > If current text size is the i-th size after \normalsize, increase the sizes > above by i. If applied to a 10pt font this is

Re: Two mathed issues

2002-12-12 Thread Dekel Tsur
On Thu, Dec 12, 2002 at 02:41:54PM +0200, Dekel Tsur wrote: > > What are the rules TeX uses here? > > I don't know the exact rules. > When the size of the normal text is \normalsize, then TeX uses \scriptsize > for subscript, and \tiny for double subscript. > Currently, LyX uses \tiny for both. >

Re: autoconf 2.56

2002-12-12 Thread Pablo Ruiz Múzquiz
El día Thursday 12 December 2002 13:55, Juergen Vigna escribió: :> I installed automake 1.6 and had to upgrade also to autoconf 2.56, :> now autogen.sh tells me that autoconf 2.56 is not supported by LyX, :> are we serious about that? :> :>Jug Same problem here. I'm using debian

Re: Two mathed issues

2002-12-12 Thread Andre Poenitz
On Thu, Dec 12, 2002 at 02:57:31PM +0200, Dekel Tsur wrote: > Actually, it might be better to use \footnotesize/\scriptsize instead. > It is more important to have the text readable on your screen, than have the > same algorithm as TeX. Sure. But if we are too sloppy (like not decreasing output at

Re: autoconf 2.56

2002-12-12 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> I installed automake 1.6 and had to upgrade also to autoconf Juergen> 2.56, now autogen.sh tells me that autoconf 2.56 is not Juergen> supported by LyX, are we serious about that? Probably not. Try it. JMarc

Re: Two mathed issues

2002-12-12 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> poenitz@millo:~ > latex This is TeX, Version 3.14159 (Web2C Andre> 7.3.1) **\show\footnotesize LaTeX2e <2000/06/01> Babel Andre> and hyphenation patterns for american, french, german, ngerman, Andre> n ohyphenation, loaded. >> \foo

Re: further

2002-12-12 Thread John Levon
On Thu, Dec 12, 2002 at 08:23:33AM +0100, Andre Poenitz wrote: > On Wed, Dec 11, 2002 at 03:54:18PM +0100, Jean-Marc Lasgouttes wrote: > > This is indeed very strange... And what happens when exporting to > > html? What is the best strategy? > > I really don't like bloating an interface, but what

Re: LyXTextClass crash

2002-12-12 Thread John Levon
On Thu, Dec 12, 2002 at 11:12:56AM +0100, Kornel Benko wrote: > This may not be sufficient. I have cases in which > key_ == Qt::Key_unknown > text_.isEmpty() == false !! > text_.isNull() == true > which should be impossible, but I can see it. (text_.length() == 1 in that case btw

Re: duplicate insertion

2002-12-12 Thread John Levon
On Thu, Dec 12, 2002 at 12:50:36PM +0100, Alfredo Braunstein wrote: > This patch avoids duplicate insertions in the search combobox (QT). > Insertions seem to be already handled by the widget. Both applied. btw, it would be great if you could supply changelog entries in your patches - just add i

Re: search

2002-12-12 Thread John Levon
On Thu, Dec 12, 2002 at 01:02:36PM +0100, Alfredo Braunstein wrote: > I want to remove the 'feature' of an unsuccessful search leaving the cursor > at the end of the document. This patch seems to achieve it (removing ~10 > lines of code). I've somehow tested it, but as I don't know why it was >

Re: Lyx 1.3.0cvs crashes when F7 is pressed

2002-12-12 Thread John Levon
On Thu, Dec 12, 2002 at 11:16:37AM +0100, Aide Florent wrote: > - -- Aspell worked perfectly well for me from version 1.1.6* to 1.2.1 > - -- Aspell work perfectly well with all other applications (kmail ;) > - -- I have compiled --with-pspell ^ You're using an o

Re: Two mathed issues

2002-12-12 Thread Dekel Tsur
On Thu, Dec 12, 2002 at 01:54:32PM +0100, Andre Poenitz wrote: > On Thu, Dec 12, 2002 at 02:41:54PM +0200, Dekel Tsur wrote: > > I think that the rule should be: > > If current text size is <= \normalsize (and > \tiny), use \scriptsize/\tiny > > If current text size is the i-th size after \normalsi

Re: Lyx 1.3.0cvs crashes when F7 is pressed

2002-12-12 Thread Aide Florent
Thanks, > You're using an old broken version of pspell that crashes on > initialisation. Upgrade pspell or don't use --with-pspell > All is fine using aspell 0.50-2, but you neglected to give this info (or > a backtrace ...) I recompiled without the --with-pspell option and after upgrading aspe

Re: LyXTextClass crash

2002-12-12 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Donnerstag, 12. Dezember 2002 14:36, John Levon wrote: > I thought you'd tested this patch ? Yes, but I had to modify it. An d that is not part of this patch. 1.) void QLyXKeySym::set(QKeyEvent * ev) rewritten 2.) string QLyXKeySym::getSymbolName() const

Re: Lyx 1.3.0cvs crashes when F7 is pressed

2002-12-12 Thread John Levon
On Thu, Dec 12, 2002 at 04:14:28PM +0100, Aide Florent wrote: > PS: sorry John I clicked reply and did do see that it replied only to you and > not to the list. he he, ok. You should get a better mail client :) john -- "Anyone who says you can have a lot of widely dispersed people hack away

Re: LyXTextClass crash

2002-12-12 Thread John Levon
On Thu, Dec 12, 2002 at 04:24:45PM +0100, Kornel Benko wrote: > Yes, but I had to modify it. An d that is not part of this patch. > > 1.) void QLyXKeySym::set(QKeyEvent * ev) rewritten This is to add something not supported yet, i.e. non-latin1 > 2.) string QLyXKeySym::getSymbolName() const w

Re: lyx screen font problem. Further output.

2002-12-12 Thread Bo Peng
On Wed, Dec 11, 2002 at 11:43:43PM +0200, Dekel Tsur wrote: > I need more information: > The output of 'ls -l ~/.lyx13/xfonts', and > 'ls -l /home/bpeng/download/cvslyx/share/lyx/xfonts/' bpeng@bp6:~/download/cvslyx/bin % ls -l ~/.lyx13/xfonts/ total 0 bpeng@bp6:~/download/cvslyx/bin % ls -l /ho

Re: Lyx 1.3.0cvs crashes when F7 is pressed

2002-12-12 Thread Aide Florent
> he he, ok. You should get a better mail client :) Well in fact I need to click on "reply to all" since the mailing list respects the mail headers of your original mail... this is a completely normal behaviour of my mail client. And since I like it (kmail) I think I will keep it for now :) Ch

Re: Lyx 1.3.0cvs crashes when F7 is pressed

2002-12-12 Thread John Levon
On Thu, Dec 12, 2002 at 05:10:36PM +0100, Aide Florent wrote: > > he he, ok. You should get a better mail client :) > > Well in fact I need to click on "reply to all" since the mailing list respects > the mail headers of your original mail... this is a completely normal > behaviour of my mail c

Cursor movement in nested insets

2002-12-12 Thread Dekel Tsur
This may be a known bug: pressing cursor up/down inside an inset which is inside another inset, will move the cursor out of both inset.

Re: Cursor movement in nested insets

2002-12-12 Thread John Levon
On Thu, Dec 12, 2002 at 06:46:45PM +0200, Dekel Tsur wrote: > This may be a known bug: pressing cursor up/down inside an inset which is > inside another inset, will move the cursor out of both inset. Can't reproduce this with a note inside a minipage going up, only down. but it's quite a bad bu

Re: LyXTextClass crash

2002-12-12 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Donnerstag, 12. Dezember 2002 16:57, John Levon wrote: > On Thu, Dec 12, 2002 at 04:24:45PM +0100, Kornel Benko wrote: > > Yes, but I had to modify it. An d that is not part of this patch. > > > > 1.) void QLyXKeySym::set(QKeyEvent * ev) rewritten > > This is

Re: Cursor movement in nested insets

2002-12-12 Thread Dekel Tsur
On Thu, Dec 12, 2002 at 04:49:50PM +, John Levon wrote: > On Thu, Dec 12, 2002 at 06:46:45PM +0200, Dekel Tsur wrote: > > > This may be a known bug: pressing cursor up/down inside an inset which is > > inside another inset, will move the cursor out of both inset. > > Can't reproduce this with

cvs1.3 bug: preference -> bind file -> browse

2002-12-12 Thread Bo Peng
I can set the bind file if I input the filename directly but not through browse button. When I click browse, the preference window closes and the value won't be set. -- Bo Peng

Re: Cursor movement in nested insets

2002-12-12 Thread John Levon
On Thu, Dec 12, 2002 at 06:59:42PM +0200, Dekel Tsur wrote: > Yes, the problem is only with cursor down. I careated a bug for this. Thankfully, it's not a 1.3 regression regards john -- "Anyone who says you can have a lot of widely dispersed people hack away on a complicated piece of code and

Re: LyXTextClass crash

2002-12-12 Thread John Levon
On Thu, Dec 12, 2002 at 05:52:16PM +0100, Kornel Benko wrote: > No this is not correct. Only 1 line of this patch is non-latin-1 relevant. > (unicode of non-latin1 char == 0 (in my QT3.0.5-Version)) I'm applying a far simpler version which resets text_ to "" if we find isEmpty() is true. Probabl

Bibtex dialog in QT frontend

2002-12-12 Thread Dekel Tsur
Suppose that I have foo.bib in a place accessible by bibtex (e.g. /home/dekel/bib). In the bibtex dialog of the QT frontend, I cannot just write foo in order to insert this database: I have to use the file dialog in order to navigate to the /home/dekel/bib directory. This is not just the inconvenie

Re: cvs1.3 bug: preference -> bind file -> browse

2002-12-12 Thread John Levon
On Thu, Dec 12, 2002 at 11:09:46AM -0600, Bo Peng wrote: > I can set the bind file if I input the filename directly but not through > browse button. When I click browse, the preference window closes and the > value won't be set. are you sure it's not just being lowered behind another window ? q

Spellchecker dialog in QT frontend

2002-12-12 Thread Dekel Tsur
Bug: The misspelled word is not copied into the replacement field.

Re: Bibtex dialog in QT frontend

2002-12-12 Thread John Levon
On Thu, Dec 12, 2002 at 07:11:43PM +0200, Dekel Tsur wrote: > Suppose that I have foo.bib in a place accessible by bibtex (e.g. > /home/dekel/bib). > In the bibtex dialog of the QT frontend, I cannot just write foo in order to > insert this database: I have to use the file dialog in order to navig

Re: cvs1.3 bug: preference -> bind file -> browse

2002-12-12 Thread Bo Peng
> > I can set the bind file if I input the filename directly but not through > > browse button. When I click browse, the preference window closes and the > > value won't be set. > are you sure it's not just being lowered behind another window ? qt file > dialog seems to like to change the window

Re: cvs1.3 bug: preference -> bind file -> browse

2002-12-12 Thread John Levon
On Thu, Dec 12, 2002 at 11:24:05AM -0600, Bo Peng wrote: > > You are right. The preference window is covered by the main window. Of > course this is annoying (and confusive) though. I fixed it john -- "Anyone who says you can have a lot of widely dispersed people hack away on a complicated p

Re: LyXTextClass crash

2002-12-12 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Donnerstag, 12. Dezember 2002 18:11, John Levon wrote: > On Thu, Dec 12, 2002 at 05:52:16PM +0100, Kornel Benko wrote: > > No this is not correct. Only 1 line of this patch is non-latin-1 > > relevant. (unicode of non-latin1 char == 0 (in my QT3.0.5-Version))

zooming instant preview?

2002-12-12 Thread Bo Peng
Hi, I am sorry for my stupid questions about instant preview... I have it installed now and it works great. Now, 1. Even when I have wrong screen display, (\alpha as trademark), at least the preview gives me correct formula. 2. For bug 717 (force \alpha to text-mode), now the text-mode

Re: Bibtex dialog in QT frontend

2002-12-12 Thread Dekel Tsur
On Thu, Dec 12, 2002 at 05:18:29PM +, John Levon wrote: > > Suppose that I have foo.bib in a place accessible by bibtex (e.g. > > /home/dekel/bib). > > In the bibtex dialog of the QT frontend, I cannot just write foo in order to > > insert this database: I have to use the file dialog in order t

Re: zooming instant preview?

2002-12-12 Thread Angus Leeming
On Thursday 12 December 2002 5:43 pm, Bo Peng wrote: > Hi, > > I am sorry for my stupid questions about instant preview... I have it > installed now and it works great. Now, > > 1. Even when I have wrong screen display, (\alpha as trademark), at >least the preview gives me correct formula. > >

Re: Bibtex dialog in QT frontend

2002-12-12 Thread John Levon
On Thu, Dec 12, 2002 at 07:52:00PM +0200, Dekel Tsur wrote: > Currently, I don't have the time for doing a patch. maybe someone else can > And furthermore, I only have the QT3 development tools installed, and if I'm > not mistaken, they cannot be used for changing the LyX dialog as they are > no

l10n and Qt

2002-12-12 Thread John Levon
AIUI the problem is that the char * strings are encoded in non-latin1, so we cannot make QStrings with the right text from them. However, there is this function : void QTextCodec::setCodecForCStrings ( QTextCodec * c ) [static] Warning: This function is not reentrant. Sets the codec used by QSt

Re: zooming instant preview?

2002-12-12 Thread Bo Peng
On Thu, Dec 12, 2002 at 06:01:22PM +, Angus Leeming wrote: > The idea is that these previews are exactly the same size as the > surrounding text. So, change your zoom, close the document and open it > again. You could also try changing the preview_scale_factor (default > value of 0.9). Than

Re: zooming instant preview?

2002-12-12 Thread Angus Leeming
On Thursday 12 December 2002 6:13 pm, Bo Peng wrote: > On Thu, Dec 12, 2002 at 06:01:22PM +, Angus Leeming wrote: > > The idea is that these previews are exactly the same size as the > > surrounding text. So, change your zoom, close the document and open it > > again. You could also try changin

Re: Fixed GCC for SuSE-8.1

2002-12-12 Thread Daniel Naber
On Monday 09 December 2002 19:09, Moritz Moeller-Herrmann wrote: > Compilation works on SuSE-8.1 with the gcc provided here: > ftp://ftp.gwdg.de/linux/suse/ftp.suse.com/projects/gcc/8.1/ Yes, it compiles with that. But after that I get this error when starting lyx (using qt frontend with Qt 3.1)

Re: zooming instant preview?

2002-12-12 Thread Bo Peng
On Thu, Dec 12, 2002 at 06:33:02PM +, Angus Leeming wrote: > It certainly shouldn't be for 5 secs though. Perhaps you could run a > profiler on the code to see where the block is occurring? (I have no > such problems here.) I opened another BIG document and it did behave like you've just sai

Re: l10n and Qt

2002-12-12 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Donnerstag, 12. Dezember 2002 19:10, John Levon wrote: > AIUI the problem is that the char * strings are encoded in non-latin1, > so we cannot make QStrings with the right text from them. However, there > is this function : > > void QTextCodec::setCodecForCStr

Re: zooming instant preview?

2002-12-12 Thread Angus Leeming
On Thursday 12 December 2002 6:46 pm, Bo Peng wrote: > On Thu, Dec 12, 2002 at 06:33:02PM +, Angus Leeming wrote: > > It certainly shouldn't be for 5 secs though. Perhaps you could run a > > profiler on the code to see where the block is occurring? (I have no > > such problems here.) > > I open

Re: Fixed GCC for SuSE-8.1

2002-12-12 Thread Lars Gullik Bjønnes
Daniel Naber <[EMAIL PROTECTED]> writes: | On Monday 09 December 2002 19:09, Moritz Moeller-Herrmann wrote: > >> Compilation works on SuSE-8.1 with the gcc provided here: >> ftp://ftp.gwdg.de/linux/suse/ftp.suse.com/projects/gcc/8.1/ > | Yes, it compiles with that. But after that I get this error

Re: LyXLookupString

2002-12-12 Thread Angus Leeming
On Thursday 12 December 2002 2:43 pm, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Yes, I was thinking about this myself last night. I think > Angus> do_keyboard should be like this: > > Yes, this seems fine. Did you try it? If you have a patch

Re: l10n and Qt

2002-12-12 Thread Juergen Spitzmueller
Kornel Benko wrote: > > void QTextCodec::setCodecForCStrings ( QTextCodec * c ) [static] > I did not find this function in qt3 ... It is a new function of qt 3.1: http://www.trolltech.com/developer/changes/3.1.html Jürgen.

Qt font size and previews.

2002-12-12 Thread Angus Leeming
Bo Peng has sent me a snapshot of his LyX screen when he's enabled the preview gadget. I'm forwarding it here because I think it demonstrates a small bug quite nicely. Note that the previews have a smaller font than the surrounding text. As a result, inline formulae have incorrect placement met

Re: l10n and Qt

2002-12-12 Thread John Levon
On Thu, Dec 12, 2002 at 08:04:24PM +0100, Juergen Spitzmueller wrote: > It is a new function of qt 3.1: > http://www.trolltech.com/developer/changes/3.1.html darn. Alternatively I wonder if we could pass every string through a fucntion before passing it to Qt, that converted it to a QString via Q

Re: l10n and Qt

2002-12-12 Thread John Levon
On Thu, Dec 12, 2002 at 07:51:12PM +0100, Kornel Benko wrote: > > Is there some Qt user who could test this ? Is there somebody who would > > be willing to test a QLyXKeySym that tries to iterate through all codecs > > with canEncode() to find a codec that can convert to getISOEncoded ? > > What

Re: zooming instant preview?

2002-12-12 Thread Bo Peng
On Thu, Dec 12, 2002 at 06:33:02PM +, Angus Leeming wrote: > > Thanks. The bitmaps are correct after close/open. Anyway, it would > > definitely be better if the bitmaps are regenerated after a preference > > zoom change. I would suggest it as a minor feature enhancement. > That won't happen a

Re: l10n and Qt

2002-12-12 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Donnerstag, 12. Dezember 2002 20:36, John Levon wrote: > but I don't know why xforms just shows wrong fonts, and qt shows '?' > everywhere. Why should qt do that? See attached Kornel - -- Kornel Benko [EMAIL PROTECTED] -BEGIN PGP SIGNATURE-

Re: l10n and Qt

2002-12-12 Thread Angus Leeming
On Thursday 12 December 2002 7:57 pm, Kornel Benko wrote: > -BEGIN PGP SIGNED MESSAGE- > > On Donnerstag, 12. Dezember 2002 20:36, John Levon wrote: > > but I don't know why xforms just shows wrong fonts, and qt shows '?' > > everywhere. > > Why should qt do that? > See attached The xforms

Re: l10n and Qt

2002-12-12 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Donnerstag, 12. Dezember 2002 21:10, Angus Leeming wrote: ... > The xforms frontend certainly displays this incorrectly. Attached. > Angus Yes I knew this. I am regularly testing with both frontends. I was answering to Johns: "...and qt shows '?'" which in my

Re: LyXLookupString

2002-12-12 Thread Angus Leeming
On Thursday 12 December 2002 8:10 pm, Garst R. Reese wrote: > Angus Leeming wrote: > > I'm going to cc the lyx-devel list with this. If I can find anyone > > willing to test this stuff out, I'll be very happy indeed. > > Hi Angus, > I'd be happy to test x86, linux. If you have specific tests you wa

Re: duplicate insertion

2002-12-12 Thread Alfredo Braunstein
John Levon wrote: > Both applied. btw, it would be great if you could supply changelog > entries in your patches - just add it in the usual style to > qt2/ChangeLog and diff that too Will do. Thanks to you, John. Alfredo

Re: l10n and Qt

2002-12-12 Thread John Levon
On Thu, Dec 12, 2002 at 08:57:55PM +0100, Kornel Benko wrote: > On Donnerstag, 12. Dezember 2002 20:36, John Levon wrote: > > but I don't know why xforms just shows wrong fonts, and qt shows '?' > > everywhere. > > Why should qt do that? > See attached and indeed, apart from the u, I get '?' xf

Re: l10n and Qt

2002-12-12 Thread John Levon
On Thu, Dec 12, 2002 at 08:10:10PM +, Angus Leeming wrote: > The xforms frontend certainly displays this incorrectly. Attached. because you, like me, haven't got latin2 fonts I suppose ? I just don't understand why there's a difference. Hmm actually I suppose Xlib will just display what we

Re: l10n and Qt

2002-12-12 Thread Juergen Spitzmueller
Kornel Benko wrote: > Yes I knew this. I am regularly testing with both frontends. > I was answering to Johns: "...and qt shows '?'" > which in my case is not valid. I have similar experiences. In xforms, ru_intro is displayed with weird characters, in qt, it looks like correct russian (not that

  1   2   >