Re: [PATCH] lfun.diff

2002-08-13 Thread Andre Poenitz
On Mon, Aug 12, 2002 at 08:06:21PM +0100, John Levon wrote: Hmm, why is this a step forward ? - lv_.getLyXFunc()-dispatch(FuncRequest(LFUN_TABULAR_INSERT, val)); + lv_.dispatch(FuncRequest(0, LFUN_TABULAR_INSERT, val)); this 0 thing just seems ugly and wrong. I

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-13 Thread Andre Poenitz
On Mon, Aug 12, 2002 at 08:30:11PM +0100, John Levon wrote: Good. I'll find out how, now that I am told. Will the casual user find this out easily? I believe we should implement a delay before reflowing anyway. Then the next person will complain about sluggishness... Andre' -- Those

Re: configure script needs lXpm for the Xforms check.

2002-08-13 Thread Juergen Vigna
Duncan Simpson wrote: Stop right there. This would be a really *bad idea* in many instances because the only known method of doing this on linux is to statically link the library with .a versions of the other libraries it needs. If the libraries required are small (like libz) this is not a

Re: undo - cvs

2002-08-13 Thread Juergen Vigna
John Levon wrote: On Mon, Aug 12, 2002 at 10:04:15AM +0200, Juergen Vigna wrote: Well I don't think so it just should mean we store 100 undo operations, while one undo operation can contain between 1..n paragraphs where n is the max number of paragraphs in the buffer! Surely only if the

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-13 Thread Andre Poenitz
On Mon, Aug 12, 2002 at 09:16:51PM +0200, David Kastrup wrote: The default fonts on my system look like junk. Sorry, that's how it is. In particular, the math fonts plainly are awful (basically being sloppily rendered line drawings). This is _only_ for delimiters and accents. For ordinary

getLabelList

2002-08-13 Thread Andre Poenitz
[I believe the getLabelList() should be named fillLabelList() or so, take a ref to a vectorstring and fill it instead of returning the vector by value (most empty vectors btw). But that's not really important] Andre' -- Those who desire to give up Freedom in order to gain Security, will not

Re: Math bug: }or $ missing with dvi/ps viewing

2002-08-13 Thread Herbert Voss
Andre Poenitz wrote: On Tue, Aug 13, 2002 at 12:39:58PM +0900, Rob Lahaye wrote: I've got trouble with the following LyX math inset: Hm... one should not be able to type ^ in \text.. insets. Use \mathrm instead... I think this can be fixed easily once we have local input dispatch

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 02:59:11PM +1000, Allan Rae wrote: I think it was just the ordering of the two texts and then comparing LyX to TeXmacs (ie. using TeXmacs as a reference) that gave the impression TeXmacs was an older if not more mature product. No big deal. Hm, I was actually a bit

Re: Math bug: }or $ missing with dvi/ps viewing

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 09:26:15AM +0200, Herbert Voss wrote: I think this can be fixed easily once we have local input dispatch which I am working on right now. what do you want to fix? it is obviously wrong latex code written by the user. I want to prevent the insertion of e.g. ^ and _

Re: Math bug: }or $ missing with dvi/ps viewing

2002-08-13 Thread Herbert Voss
Andre Poenitz wrote: On Tue, Aug 13, 2002 at 09:26:15AM +0200, Herbert Voss wrote: I think this can be fixed easily once we have local input dispatch which I am working on right now. what do you want to fix? it is obviously wrong latex code written by the user. I want to prevent the

Re: lyxlock

2002-08-13 Thread Jean-Marc Lasgouttes
Andre == Andre Poenitz [EMAIL PROTECTED] writes: Andre No. When typing \frac 1 2 I close it with C-i instead of Andre leaving the inset with space. Extra work == pressing a modifier Andre key (which even could be avoided by binding to a single key). Andre Big deal... I think this is really a

Re: Does LyX 1.2.0 support character styles?

2002-08-13 Thread Helge Hafting
Lars Gullik Bjønnes wrote: John Levon [EMAIL PROTECTED] writes: | On Mon, Aug 12, 2002 at 05:42:19PM +0200, Lars Gullik Bjønnes wrote: For the manual fontchanges we automatically create a unnamed CharacterStyle for it. (some magic internal name) | I'd rather not allow such manual

Re: Kornel's example and lyxsize_type

2002-08-13 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Monday 12 August 2002 08:40, Andre Poenitz wrote: On Fri, Aug 09, 2002 at 04:29:04PM +0100, Angus Leeming wrote: I am not very happy with this. This document is perfectly ok with lyx-1.2, as far as I can see. And there are still problems with its

Re: Does LyX 1.2.0 support character styles?

2002-08-13 Thread Jean-Marc Lasgouttes
Dekel == Dekel Tsur [EMAIL PROTECTED] writes: 4) Bookmarks do not work inside an inset. What is a bookmark? Dekel It allows you to save a position in the document and return to Dekel it later. Note that this is a bug entered in bugzilla (bug 384). Could you have a quick look at it? It is

LaTeX export: graphics files wrongly exported ?

2002-08-13 Thread Rob Lahaye
Hi, My Graphics insets contain .agr Grace files. When exporting the document to LaTeX, these graphics files still appear as .agr files in the latex output. My graphics LaTeX export looks like: [...] \begin{figure}[htbp] \includegraphics[% bb=25bp 45bp 580bp 625bp, clip,

paragraphs in wrong order

2002-08-13 Thread Lars Gullik Bjønnes
I have been looking hard at the ParagraphList patch to find the cause for this, but I just cannot see it. I'd appreciate if somebody else could have a look. -- Lgb

Re: paragraphs in wrong order

2002-08-13 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | I have been looking hard at the ParagraphList patch to find the cause | for this, but I just cannot see it. I'd appreciate if somebody else | could have a look. The problem is most likely in InsetText. sympthoms: float: -- 1

Re: paragraphs in wrong order

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 10:48:54AM +0200, Lars Gullik Bjønnes wrote: I have been looking hard at the ParagraphList patch to find the cause for this, but I just cannot see it. I'd appreciate if somebody else could have a look. I've never heard of Norwegian cavallery... [Give me a few minutes

Re: paragraphs in wrong order

2002-08-13 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | On Tue, Aug 13, 2002 at 10:48:54AM +0200, Lars Gullik Bjønnes wrote: | I have been looking hard at the ParagraphList patch to find the cause | for this, but I just cannot see it. I'd appreciate if somebody else | could have a look. | | I've never

Re: make Error: boost/checked_delete.hpp:25: incomplete `x' definedhere

2002-08-13 Thread Rob Lahaye
Rob Lahaye wrote: Current CVS doesn't compile: [...] FormDocument.C: In method `Buffer::Buffer(const Buffer )': ../../../boost/boost/scoped_ptr.hpp:36: `boost::scoped_ptrCounters::scoped_ptr(const boost::scoped_ptrCounters )' is private Thanks for fixing it! Rob.

Re: paragraphs in wrong order

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 11:06:57AM +0200, Lars Gullik Bjønnes wrote: the the error in FormDocument? I fixed that. Ah... I did an update early this morning but did not see commit messages. So I thought I had a clean tree (plus 40k patch ;-}) Andre' -- Those who desire to give up Freedom in

Re: getLabelList

2002-08-13 Thread Angus Leeming
On Tuesday 13 August 2002 8:10 am, Andre Poenitz wrote: [I believe the getLabelList() should be named fillLabelList() or so, take a ref to a vectorstring and fill it instead of returning the vector by value (most empty vectors btw). But that's not really important] and I believe that it

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-13 Thread David Kastrup
Andre Poenitz [EMAIL PROTECTED] writes: On Mon, Aug 12, 2002 at 09:16:51PM +0200, David Kastrup wrote: The default fonts on my system look like junk. Sorry, that's how it is. In particular, the math fonts plainly are awful (basically being sloppily rendered line drawings). This is

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-13 Thread David Kastrup
Andre Poenitz [EMAIL PROTECTED] writes: On Mon, Aug 12, 2002 at 09:16:51PM +0200, David Kastrup wrote: The default fonts on my system look like junk. Sorry, that's how it is. In particular, the math fonts plainly are awful (basically being sloppily rendered line drawings). This is

Re: Short title inset: Picture!

2002-08-13 Thread Angus Leeming
Martin Vermeer wrote: Looks already good, doesn't it? Pity it doesn't work so good. And I'm not even sure I'm on the right track. Martin Looks great. It means that InsetShortTitle is working fine. I have experimented by creating the inset as a standalone, in an arbitrary text

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-13 Thread Jean-Marc Lasgouttes
David == David Kastrup [EMAIL PROTECTED] writes: David Just for a try, I replaced times in the font selection scheme David with fixed. I now get a display with an array of wildly David inconsistent font sizes. Do you have 'use scalable fonts' unchecked? This is better if you want to have nice

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-13 Thread David Kastrup
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: David == David Kastrup [EMAIL PROTECTED] writes: David Just for a try, I replaced times in the font selection scheme David with fixed. I now get a display with an array of wildly David inconsistent font sizes. Do you have 'use scalable

Re: lyx-devel src/: Tag: BRANCH-1_2_X ChangeLog sp_spell.C

2002-08-13 Thread Jean-Marc Lasgouttes
John == John Levon [EMAIL PROTECTED] writes: John On Tue, Aug 06, 2002 at 04:19:30PM +0200, Lars Gullik Bjønnes John wrote: Ok, let me put this another way: Who reviewed your patch, tested it and confirmed that it does what it says it does? (and more than one person would be nice as long

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-13 Thread Angus Leeming
David Kastrup wrote: Andre Poenitz [EMAIL PROTECTED] writes: For ordinary characters like 'a', \mathbb{R}, \sum etc, either the X symbol font or suitable LaTeX fonts can be used. So saying math fonts are ... basically being sloppily rendered line drawings is a bit strong. LaTeX fonts?

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 11:32:41AM +0200, David Kastrup wrote: For ordinary characters like 'a', \mathbb{R}, \sum etc, either the X symbol font or suitable LaTeX fonts can be used. So saying math fonts are ... basically being sloppily rendered line drawings is a bit strong. LaTeX

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-13 Thread Jean-Marc Lasgouttes
David == David Kastrup [EMAIL PROTECTED] writes: David Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: David == David Kastrup [EMAIL PROTECTED] writes: David Just for a try, I replaced times in the font selection scheme David with fixed. I now get a display with an array of wildly David

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 11:34:38AM +0200, David Kastrup wrote: Just for a try, I replaced times in the font selection scheme with fixed. I now get a display with an array of wildly inconsistent font sizes. Maybe you don't have 'fixed' in the 'consistent' sizes for all shapes and your 'fixed'

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-13 Thread David Kastrup
Andre Poenitz [EMAIL PROTECTED] writes: On Tue, Aug 13, 2002 at 11:32:41AM +0200, David Kastrup wrote: For ordinary characters like 'a', \mathbb{R}, \sum etc, either the X symbol font or suitable LaTeX fonts can be used. So saying math fonts are ... basically being sloppily rendered

Re: [Devel] [PATCH]: Button 3 opens inset dialogs and uncollapses insets

2002-08-13 Thread Jean-Marc Lasgouttes
Juergen == Juergen Vigna [EMAIL PROTECTED] writes: Juergen This patch fixes the behaviour I leave it to Jean-Marc to Juergen apply it to the 1.2.x tree. I commited this to 1.3.0cvs. What was the test case? I'd like to check it does what I want it to do. JMarc

Re: [Devel] [PATCH]: Button 3 opens inset dialogs and uncollapsesinsets

2002-08-13 Thread Juergen Vigna
Jean-Marc Lasgouttes wrote: Juergen This patch fixes the behaviour I leave it to Jean-Marc to Juergen apply it to the 1.2.x tree. I commited this to 1.3.0cvs. What was the test case? I'd like to check it does what I want it to do. There is no testcase just create a new doc with a minipage

Re: [Devel] [PATCH]: Button 3 opens inset dialogs and uncollapses insets

2002-08-13 Thread Jean-Marc Lasgouttes
Juergen == Juergen Vigna [EMAIL PROTECTED] writes: Juergen Jean-Marc Lasgouttes wrote: This patch fixes the behaviour I Juergen leave it to Jean-Marc to apply it to the 1.2.x tree. I Juergen commited this to 1.3.0cvs. What was the test case? I'd like to check it does what I want it to do.

Latest CVS does not compile (boost/regex)

2002-08-13 Thread Kayvan A. Sylvan
g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../.. -I../.. -I../../boost +-I../../src/cheaders -isystem /usr/X11R6/include -O2 -m486 -fno-strength-reduce +-W -Wall -c lstrings.C -Wp,-MD,.deps/lstrings.TPlo -o lstrings.o In file included from ../../boost/boost/regex/regex_traits.hpp:28,

Re: [Devel] [PATCH]: Button 3 opens inset dialogs and uncollapses insets

2002-08-13 Thread John Levon
On Tue, Aug 13, 2002 at 12:33:30PM +0200, Jean-Marc Lasgouttes wrote: Juergen There is no testcase just create a new doc with a minipage There's always a test case ! http://bugzilla.lyx.org/show_bug.cgi?id=419 Can somebody resolive it fixed ? Note the last comment I make though. regards

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-13 Thread John Levon
On Tue, Aug 13, 2002 at 11:32:41AM +0200, David Kastrup wrote: LyX trumpets user friendliness. There is no point in keeping people from having to learn a few mnemonic LaTeX commands, and then demand digging into the X font system only to arrive at a configuration that should either be the

Re: New Graphics dialog layout

2002-08-13 Thread John Levon
On Tue, Aug 13, 2002 at 02:29:18PM +0900, Rob Lahaye wrote: Subtle detail: the [Cancel] button in Xforms has become a [Close] button in Qt. Which one is better? Hmm, they should be the same - i.e. they change to Cancel when some of the dialog contents change. Another one: configure still

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 12:20:39PM +0200, David Kastrup wrote: Don't know what one uses with an installed version of LyX. I always run it from the build dir and put /path/to/lyxbuild/lib/xfonts in the font path. Then perhaps the RPM for RedHat should take care to do something like that.

Re: [PATCH] lfun.diff

2002-08-13 Thread John Levon
On Tue, Aug 13, 2002 at 08:55:31AM +0200, Andre Poenitz wrote: val)); + lv_.dispatch(FuncRequest(0, LFUN_TABULAR_INSERT, val)); this 0 thing just seems ugly and wrong. I wanted to make sure I catched all occurence. I think I'll add another constructor that does not

Re: [PATCH] lfun.diff

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 11:56:21AM +0100, John Levon wrote: I think I'll add another constructor that does not need the 0 later... Please do. Done. But now I am off to insettext *sigh* Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they

Re: lyx-devel src/mathed/: formulabase.C

2002-08-13 Thread John Levon
On Tue, Aug 13, 2002 at 09:44:19AM +0200, Jean-Marc Lasgouttes wrote: John Two reliable ones in the bug, but I haven't checked 1.2.1 Excellent. What is the bug number? http://bugzilla.lyx.org/show_bug.cgi?id=511 john -- It is unbecoming for young men to utter maxims. - Aristotle

Re: New Graphics dialog layout

2002-08-13 Thread Angus Leeming
On Tuesday 13 August 2002 11:54 am, John Levon wrote: On Tue, Aug 13, 2002 at 02:29:18PM +0900, Rob Lahaye wrote: Subtle detail: the [Cancel] button in Xforms has become a [Close] button in Qt. Which one is better? Hmm, they should be the same - i.e. they change to Cancel when some of

Future preview interaction. Was: Draft paper about WYSIWYG/LaTeX

2002-08-13 Thread David Kastrup
Andre Poenitz [EMAIL PROTECTED] writes: On Tue, Aug 13, 2002 at 11:34:38AM +0200, David Kastrup wrote: Just for a try, I replaced times in the font selection scheme with fixed. I now get a display with an array of wildly inconsistent font sizes. Maybe you don't have 'fixed' in the

Re: lyx-devel src/mathed/: formulabase.C

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 11:58:06AM +0100, John Levon wrote: Excellent. What is the bug number? http://bugzilla.lyx.org/show_bug.cgi?id=511 The second part is fixed in 1.2.1cvs as far as I can tell. The first part is not fixed, but not excctly critical. Andre' -- Those who desire to give

Re: Latest CVS does not compile (boost/regex)

2002-08-13 Thread John Levon
On Tue, Aug 13, 2002 at 03:35:08AM -0700, Kayvan A. Sylvan wrote: g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../.. -I../.. -I../../boost +-I../../src/cheaders -isystem /usr/X11R6/include -O2 -m486 -fno-strength-reduce +-W -Wall -c lstrings.C -Wp,-MD,.deps/lstrings.TPlo -o lstrings.o

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-13 Thread John Levon
On Tue, Aug 13, 2002 at 12:54:42PM +0200, Andre Poenitz wrote: Maybe I am trying to appeal to different people than you think LyX tries. Fixing a font path is certainly not above the head of the user base _I_ know, even less when given instruction. Do I count ? I don't want to pissing around

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 12:13:07PM +0100, John Levon wrote: Maybe I am trying to appeal to different people than you think LyX tries. Fixing a font path is certainly not above the head of the user base _I_ know, even less when given instruction. Do I count ? Yes. Now that David is gone

Re: lyx-devel src/mathed/: formulabase.C

2002-08-13 Thread John Levon
On Tue, Aug 13, 2002 at 01:07:47PM +0200, Andre Poenitz wrote: On Tue, Aug 13, 2002 at 11:58:06AM +0100, John Levon wrote: Excellent. What is the bug number? http://bugzilla.lyx.org/show_bug.cgi?id=511 The second part is fixed in 1.2.1cvs as far as I can tell. The first part is not

Re: lyx-devel src/mathed/: formulabase.C

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 12:17:15PM +0100, John Levon wrote: The second part is fixed in 1.2.1cvs as far as I can tell. The first part is not fixed, but not excctly critical. Last I chcked it seemed fix in 1.3. Are you saying it's not ? I am saying I see the first part in 1.2.1cvs. Andre'

Re: [Devel] [PATCH]: Button 3 opens inset dialogs and uncollapses insets

2002-08-13 Thread Jean-Marc Lasgouttes
John == John Levon [EMAIL PROTECTED] writes: John Can somebody resolive it fixed ? Done. JMarc

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-13 Thread Angus Leeming
On Tuesday 13 August 2002 12:15 pm, Andre Poenitz wrote: Now that David is gone I can admit that :-) I was rather surprised by both your reactions to each others comments. The Qt frontend will of course use Qt's useful, handy, intuitive, font selection dialog. But doesn't use it yet? The

Re: Latest CVS does not compile (boost/regex)

2002-08-13 Thread Lars Gullik Bjønnes
John Levon [EMAIL PROTECTED] writes: | On Tue, Aug 13, 2002 at 03:35:08AM -0700, Kayvan A. Sylvan wrote: g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../.. -I../.. -I../../boost +-I../../src/cheaders -isystem /usr/X11R6/include -O2 -m486 -fno-strength-reduce +-W -Wall -c lstrings.C

Re: lyx-devel src/mathed/: formulabase.C

2002-08-13 Thread Jean-Marc Lasgouttes
Andre == Andre Poenitz [EMAIL PROTECTED] writes: Andre On Tue, Aug 13, 2002 at 11:58:06AM +0100, John Levon wrote: Excellent. What is the bug number? http://bugzilla.lyx.org/show_bug.cgi?id=511 Andre The second part is fixed in 1.2.1cvs as far as I can tell. The Andre first part is not

Re: paragraphs in wrong order

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 10:55:01AM +0200, Lars Gullik Bjønnes wrote: The problem is most likely in InsetText. sympthoms: float: -- 1 2 3 Figure #: en to tre -- After a save and a reload: -- en to tre321

Re: New Graphics dialog layout

2002-08-13 Thread Angus Leeming
On Tuesday 13 August 2002 6:29 am, Rob Lahaye wrote: Hi, As a tried to merge Xforms Graphics dialog with the Qt-version (Qt version is really nice!), I have come up with the layout for Xforms as attached. Good idea. Taking the best ideas from each frontend to impove them all is a Good

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-13 Thread Juergen Vigna
John Levon wrote: The Qt frontend will of course use Qt's useful, handy, intuitive, font selection dialog. I _really_ doubt that Qt can set the font-path in the intuitive font selection dialog. I think you mix stuff here, one is configuring your XServer and the FontPath to all the fonts you

Re: lyx-devel src/mathed/: formulabase.C

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 01:38:30PM +0200, Jean-Marc Lasgouttes wrote: Andre The second part is fixed in 1.2.1cvs as far as I can tell. The Andre first part is not fixed, but not excctly critical. First part of what? Second testcase? The misdrawn pink frame part after typing \demospace. I

Re: lyx-devel src/mathed/: formulabase.C

2002-08-13 Thread Jean-Marc Lasgouttes
Andre == Andre Poenitz [EMAIL PROTECTED] writes: Andre On Tue, Aug 13, 2002 at 01:38:30PM +0200, Jean-Marc Lasgouttes Andre wrote: The second part is fixed in 1.2.1cvs as far as I can Andre tell. The first part is not fixed, but not excctly critical. First part of what? Second testcase?

Re: lyx-devel src/mathed/: formulabase.C

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 01:45:20PM +0200, Jean-Marc Lasgouttes wrote: Does this mean that you cannot see anymore cursor jumping when inserting a superscript or a fraction? I cannot see it on the test case. Andre' -- Those who desire to give up Freedom in order to gain Security, will not

Re: lyx-devel src/mathed/: formulabase.C

2002-08-13 Thread Jean-Marc Lasgouttes
Andre == Andre Poenitz [EMAIL PROTECTED] writes: Andre On Tue, Aug 13, 2002 at 01:45:20PM +0200, Jean-Marc Lasgouttes Andre wrote: Does this mean that you cannot see anymore cursor jumping when inserting a superscript or a fraction? Andre I cannot see it on the test case. And are you able

Re: paragraphs in wrong order

2002-08-13 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | On Tue, Aug 13, 2002 at 10:55:01AM +0200, Lars Gullik Bjønnes wrote: The problem is most likely in InsetText. sympthoms: float: -- 1 2 3 Figure #: en to tre -- After a save and a reload:

Re: bg.po, he.po: Charset windows-1251, unknown not portable encoding name.

2002-08-13 Thread Jean-Marc Lasgouttes
Rob == Rob Lahaye [EMAIL PROTECTED] writes: Rob Hi, Rob po/bg.po (Bulgarian) has in its header: Content-Type: Rob text/plain; charset=windows-1251\n Content-Transfer-Encoding: Rob 8bit\n Can you try again? I changed the encoding to CP1251 Rob and po/he.po (Hebrew) has there: Content-Type:

Re: lyx-devel src/mathed/: formulabase.C

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 01:51:18PM +0200, Jean-Marc Lasgouttes wrote: And are you able to reproduce it on your own? Could you tell me what I should do to reproduce it? Scroll down by pressing PageDown (no left/right), press C-S-m, type \demospace Andre' -- Those who desire to give up

Re: paragraphs in wrong order

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 01:50:20PM +0200, Lars Gullik Bjønnes wrote: I'll try to revert all my ParagraphList changes to InsetText, to check if that helps. The ParagraphList is really needed to get the rest of the work done. (removal of prev,next) Hm... Or a clean rewrite from scratch.

Re: paragraphs in wrong order

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 01:50:20PM +0200, Lars Gullik Bjønnes wrote: I'll try to revert all my ParagraphList changes to InsetText, to check if that helps. Try that please. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either

Re: 1.2.0 link problem on RedHat 7.3

2002-08-13 Thread Jean-Marc Lasgouttes
Peter == Peter [EMAIL PROTECTED] writes: Peter Hi, I picked up xforms 1.0rc4 from Peter ftp.lyx.org/pub/xforms/OpenSource/ and built it with an install Peter directory of /usr/local/xforms. I ran xmkmf -a and then make. Peter Mostly this went well except when the make tried to link Peter

Re: bg.po, he.po: Charset windows-1251, unknown not portableencoding name.

2002-08-13 Thread Rob Lahaye
Jean-Marc Lasgouttes wrote: Rob == Rob Lahaye [EMAIL PROTECTED] writes: Rob Hi, Rob po/bg.po (Bulgarian) has in its header: Content-Type: Rob text/plain; charset=windows-1251\n Content-Transfer-Encoding: Rob 8bit\n Can you try again? I changed the encoding to CP1251 Hmmm, apparently

Re: bg.po, he.po: Charset windows-1251, unknown not portable encoding name.

2002-08-13 Thread Jean-Marc Lasgouttes
Rob == Rob Lahaye [EMAIL PROTECTED] writes: Rob Hmmm, apparently I got these warnings with an accidental make. Rob They don't appear anymore. Even the unknown warning from he.po. Rob There seems nothing to be done in po/. Rob What do I need to touch in order to have gettext work again on Rob

Re: bg.po, he.po: Charset windows-1251, unknown not portableencoding name.

2002-08-13 Thread Rob Lahaye
Jean-Marc Lasgouttes wrote: Rob == Rob Lahaye [EMAIL PROTECTED] writes: Rob Hmmm, apparently I got these warnings with an accidental make. Rob They don't appear anymore. Even the unknown warning from he.po. Rob There seems nothing to be done in po/. Rob What do I need to touch in order

Re: [Devel] Comment on new handling of \textsf{} etc.

2002-08-13 Thread Dekel Tsur
On Tue, Aug 13, 2002 at 10:43:43AM +0200, Jean-Marc Lasgouttes wrote: Michael I still believe there is a rather simple solution for the Michael problem above. Just output Michael{\sf ... } You mean {\sffamily ...}, right? Michael instead Michael\textsf{ ... } We got rid

Re: [Devel] Comment on new handling of \textsf{} etc.

2002-08-13 Thread Dekel Tsur
On Mon, Aug 12, 2002 at 11:37:55PM +0200, Michael Schmitt wrote: I have noticed that you have changed the LaTeX output. IIRC, the original problem was that LaTeX does not accept \textsf{ ... \begin{tabular} ... \end{tabular} ... } I checked your new solution and there seem to be some

Re: bg.po, he.po: Charset windows-1251, unknown not portable encoding name.

2002-08-13 Thread Jean-Marc Lasgouttes
Rob == Rob Lahaye [EMAIL PROTECTED] writes: Rob Jean-Marc Lasgouttes wrote: Rob == Rob Lahaye [EMAIL PROTECTED] writes: Rob Hmmm, apparently I got these warnings with an accidental make. Rob They don't appear anymore. Even the unknown warning from he.po. Rob There seems nothing to be done in

Re: Menu policy: grey out item, which subitems are all grey

2002-08-13 Thread Jean-Marc Lasgouttes
Rob == Rob Lahaye [EMAIL PROTECTED] writes: RobFile - Version Control File - Export should also be greyed Rob out, when no document is loaded. I think it is fixed now. Can you check? JMarc

Re: New Graphics dialog layout

2002-08-13 Thread Dekel Tsur
On Tue, Aug 13, 2002 at 02:29:18PM +0900, Rob Lahaye wrote: Hi, As a tried to merge Xforms Graphics dialog with the Qt-version (Qt version is really nice!), I have come up with the layout for Xforms as attached. Main changes are: You seem to ignored my suggestions: - No LyX View buttons

Re: fancy hdr problem (NEW)

2002-08-13 Thread Jean-Marc Lasgouttes
Garst == Garst R Reese [EMAIL PROTECTED] writes: Garst The ERT below used to (like last month) put something like: Garst Reese, page 5 Assignment 6 123456 Garst At the top of each page. Garst Now it is just puts: Garst Reese, page 5 Assignment Garst All of the assigned stuff is used at the

Re: anoncvs

2002-08-13 Thread Jean-Marc Lasgouttes
Felix == Felix Kurth [EMAIL PROTECTED] writes: Felix Hi i wanted dig a bit through the code.. But both anoncvs Felix repostories doesnt work... (as described on lyx.org) Felix (connection time out) How to get the code ? Hello Felix, Did you manage to access anoncvs? JMarc

Re: patches: make lyx 1.2.0 work for Turkish again

2002-08-13 Thread Jean-Marc Lasgouttes
Mike == Mike Fabian [EMAIL PROTECTED] writes: Mike But this patch is really only a hack and certainly should not Mike applied like that to the upstream version of LyX. I only Mike attached it to show what the problem is. There must be a better Mike solution. Yes, but I really do not know which

Re: New Graphics dialog layout

2002-08-13 Thread Rob Lahaye
Dekel Tsur wrote: You seem to ignored my suggestions: - No LyX View buttons (except a single scale button) Hmmm, if I temporarily want to display a single graph, do you want me set that for all graphs in the prefs? I can imagine to have the prefs on don't display, but when inserting a new

Re: Making personal lyx.mo files with 1.2.0

2002-08-13 Thread Jean-Marc Lasgouttes
Philipp == Philipp Sasse [EMAIL PROTECTED] writes: Philipp Hello, (sorry I didn't find where this is documented ...) It is not. Philipp I'm used to applying lots of changes to my po/xx.po file Philipp before building lyx. But as with 1.2.0 the changes are Philipp ignored. It seems, the xx.gmo

Re: lyx-devel lib/lyx2lyx/: lyxconvert_218.py parser_tools.py

2002-08-13 Thread Dekel Tsur
On Tue, Aug 13, 2002 at 12:28:48AM +0100, John Levon wrote: On Mon, Aug 12, 2002 at 11:48:47PM +, [EMAIL PROTECTED] wrote: Log message: old ERT insets should just be ignored Eh ? Isn't this serious data loss ? This just means that I convert \begin_inset ERT text \end_inset to

Re: New Graphics dialog layout

2002-08-13 Thread Jean-Marc Lasgouttes
Rob == Rob Lahaye [EMAIL PROTECTED] writes: Rob Dekel Tsur wrote: You seem to ignored my suggestions: - No LyX View buttons (except a single scale button) Rob Hmmm, if I temporarily want to display a single graph, do you Rob want me set that for all graphs in the prefs? I can imagine to Rob

Re: Menu policy: grey out item, which subitems are all grey

2002-08-13 Thread Rob Lahaye
Jean-Marc Lasgouttes wrote: Rob == Rob Lahaye [EMAIL PROTECTED] writes: RobFile - Version Control File - Export should also be greyed Rob out, when no document is loaded. I think it is fixed now. Can you check? Not here. Have you committed it to CVS? Rob.

Re: Menu policy: grey out item, which subitems are all grey

2002-08-13 Thread Jean-Marc Lasgouttes
Rob == Rob Lahaye [EMAIL PROTECTED] writes: Rob Jean-Marc Lasgouttes wrote: Rob == Rob Lahaye [EMAIL PROTECTED] writes: Rob File - Version Control File - Export should also be greyed out, Rob when no document is loaded. I think it is fixed now. Can you check? Rob Not here. Have you

Re: Menu policy: grey out item, which subitems are all grey

2002-08-13 Thread Rob Lahaye
Jean-Marc Lasgouttes wrote: Rob == Rob Lahaye [EMAIL PROTECTED] writes: Rob Jean-Marc Lasgouttes wrote: Rob == Rob Lahaye [EMAIL PROTECTED] writes: Rob File - Version Control File - Export should also be greyed out, Rob when no document is loaded. I think it is fixed now. Can you

Re: bg.po, he.po: Charset windows-1251, unknown not portableencoding name.

2002-08-13 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Rob == Rob Lahaye [EMAIL PROTECTED] writes: | Rob Jean-Marc Lasgouttes wrote: Rob == Rob Lahaye [EMAIL PROTECTED] writes: | Rob Hmmm, apparently I got these warnings with an accidental make. | Rob They don't appear anymore. Even the unknown

Re: Menu policy: grey out item, which subitems are all grey

2002-08-13 Thread Jean-Marc Lasgouttes
Rob == Rob Lahaye [EMAIL PROTECTED] writes: Rob I use Rob :pserver:[EMAIL PROTECTED]:/cvs/lyx Rob What else is there? I use cvs.lyx.org, which is the real cvs (because I am an important person and have an account there :). I think anoncvs has a delay of a few dozens of minutes. JMarc

Re: anoncvs

2002-08-13 Thread Felix Kurth
On 13 Aug 2002 15:09:19 +0200 Jean-Marc Lasgouttes [EMAIL PROTECTED] wrote: Felix == Felix Kurth [EMAIL PROTECTED] writes: Felix Hi i wanted dig a bit through the code.. But both anoncvs Felix repostories doesnt work... (as described on lyx.org) Felix (connection time out) How to get the

Re: New Graphics dialog layout

2002-08-13 Thread Rob Lahaye
Jean-Marc Lasgouttes wrote: Rob == Rob Lahaye [EMAIL PROTECTED] writes: Rob Dekel Tsur wrote: You seem to ignored my suggestions: - No LyX View buttons (except a single scale button) Rob Hmmm, if I temporarily want to display a single graph, do you Rob want me set that for all graphs

Re: bug in image-preview

2002-08-13 Thread Angus Leeming
On Monday 12 August 2002 12:31 pm, Herbert Voss wrote: open two docs and copy an image from one into the other doc. When having relativ filenames and the docs are in different dirs, then the image preview shouldn't show the image! Running latex gives the expected error - file not found Hi,

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-13 Thread Dekel Tsur
On Tue, Aug 13, 2002 at 11:50:29AM +0100, John Levon wrote: On Tue, Aug 13, 2002 at 11:32:41AM +0200, David Kastrup wrote: LyX trumpets user friendliness. There is no point in keeping people from having to learn a few mnemonic LaTeX commands, and then demand digging into the X font

Re: bug in image-preview

2002-08-13 Thread Herbert Voss
Angus Leeming wrote: Well, I've tried and tried and I can't trigger it. Call me dumn! doc a.lyx from /tmp/a/ with sub dir images/ doc b.lyx from /tmp/b/ - a.lyx contains an image from images/a.gif - I copy the graphic inset and paste it into doc b.lyx the relative filename is

Re: New Graphics dialog layout

2002-08-13 Thread Dekel Tsur
On Tue, Aug 13, 2002 at 10:12:28PM +0900, Rob Lahaye wrote: Dekel Tsur wrote: - No LyX View buttons (except a single scale button) Hmmm, if I temporarily want to display a single graph, do you want me set that for all graphs in the prefs? I can imagine to have the prefs on don't display,

Re: bug in image-preview

2002-08-13 Thread Angus Leeming
On Tuesday 13 August 2002 2:51 pm, Herbert Voss wrote: Angus Leeming wrote: Well, I've tried and tried and I can't trigger it. Call me dumn! doc a.lyx from /tmp/a/ with sub dir images/ doc b.lyx from /tmp/b/ - a.lyx contains an image from images/a.gif - I copy the graphic inset and paste

Re: bug in image-preview

2002-08-13 Thread Herbert Voss
Angus Leeming wrote: So we're not talking about previews at all, but the graphics inset? yes, the LyX (pre)view of images Herbert -- http://www.lyx.org/help/

Turning guiapi.C on its head

2002-08-13 Thread Angus Leeming
We used to have code that would have resulted in each separate LyXView having its own set of dialogs. Lars created guiapi.C and moved all the dialogs into singleton classes that could be accessed through the various functions. Eg extern C { void gui_ShowAboutlyx(LyXView lv, Dialogs

Re: anoncvs

2002-08-13 Thread Jean-Marc Lasgouttes
Felix == Felix Kurth [EMAIL PROTECTED] writes: Felix On 13 Aug 2002 15:09:19 +0200 Felix Jean-Marc Lasgouttes [EMAIL PROTECTED] wrote: Felix == Felix Kurth [EMAIL PROTECTED] writes: Felix Hi i wanted dig a bit through the code.. But both anoncvs Felix repostories doesnt work... (as

Re: Turning guiapi.C on its head

2002-08-13 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | We used to have code that would have resulted in each separate LyXView having | its own set of dialogs. | Lars created guiapi.C and moved all the dialogs into singleton classes that | could be accessed through the various functions. Eg | extern C {

  1   2   3   4   >