Re: current diff againt test

2002-08-14 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Wed, Aug 14, 2002 at 05:45:17PM +0200, Lars Gullik Bjønnes wrote: | > I'll continue to feed parts of this into CVS proper. | | Looks good. | | A question: | | if (!locked) { | - Paragraph * p = &*(paragraphs.begin()); | -

Re: mathspace

2002-08-14 Thread Andre Poenitz
On Wed, Aug 14, 2002 at 05:35:28PM +0200, Herbert Voss wrote: > support for missing \negmedspace and \negthickspace Applied. Thanks. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

Re: New Graphics dialog layout

2002-08-14 Thread Herbert Voss
Rob Lahaye wrote: > > Preferences: > > [x] Do/don't display > > Display mode [] we have: one click you want: two clicks > Graphics: > > [x] Force display > > > > The "Do/don't display" and "For

Re: Dependencies on config/configure.[in,ac] absent

2002-08-14 Thread Lars Gullik Bjønnes
Rob Lahaye <[EMAIL PROTECTED]> writes: | Hi, | | By moving configure.in/ac into the config directory, the dependency on it has broken. | When config/configure.[in,ac] is updated in CVS, a make won't rerun anything to |produce | a new configure script. | | Is it difficult/worthwhile to add the

Re: current diff againt test

2002-08-14 Thread Andre Poenitz
On Wed, Aug 14, 2002 at 05:45:17PM +0200, Lars Gullik Bjønnes wrote: > I'll continue to feed parts of this into CVS proper. Looks good. A question: if (!locked) { - Paragraph * p = &*(paragraphs.begin()); - while (p->next()) - p = p->nex

Re: lfun patch, next try

2002-08-14 Thread Andre Poenitz
On Wed, Aug 14, 2002 at 05:48:23PM +0100, John Levon wrote: > We could probably keep both. But the monolithic thing makes it more > hassle to re-order the panel (see e.g. the bug in bugzilla) No. Split it up. More work in the beginning, less trouble in the end. Andre' -- Those who desire to gi

Re: New Graphics dialog layout

2002-08-14 Thread Rob Lahaye
Allan Rae wrote: > Maybe you didn't read what Garst does? Can't recall. > FWIW, just 'cos it's in colour doesn't mean it will be printed in > colour as some people like their LyX display to look a lot like their Okay. I see. So maybe we can come a conclusive layout for the display setup: -

Re: New Graphics dialog layout

2002-08-14 Thread Rod Pinna
> Maybe you didn't read what Garst does? > > FWIW, just 'cos it's in colour doesn't mean it will be printed in > colour as some people like their LyX display to look a lot like their > printouts (especially useful for foils if you get the width of the LyX > window just right). In addition an im

Re: New Graphics dialog layout

2002-08-14 Thread Allan Rae
On Thu, 15 Aug 2002, Rob Lahaye wrote: > Another thought: > > Let's get rid of the gs/mono/color choice all together. Only implement the > "Do not display" toggle in the prefs/graph dialogs; the rest should be dealt > with automagically. Automagic is the worst kind of magic. I'm sure John must

Re: bug with bad included postscript

2002-08-14 Thread Rob Lahaye
John Levon wrote: > On Wed, Aug 14, 2002 at 07:32:25PM -0400, Dr. Richard E. Hawkins wrote: > > >>execvp of "/usr/local/share/lyx/scripts/convertDefault.sh >>/usr/local/share/lyx/s >>cripts/convertDefault.sh ps:/tmp/abc.ps > > > Do you have a "/bin/bash" ? We stupidly have that in the script.

Re: New Graphics dialog layout

2002-08-14 Thread Rob Lahaye
John Levon wrote: > On Thu, Aug 15, 2002 at 12:20:01PM +0900, Rob Lahaye wrote: > > >>No, I haven't changed my mind :). > > > Hmmph. Well if we have this we should at least have the dont display > checkbox as separate in both cases (with the combo box enable-dependent > upon it) > > (I still

Re: bug with bad included postscript

2002-08-14 Thread John Levon
On Wed, Aug 14, 2002 at 07:32:25PM -0400, Dr. Richard E. Hawkins wrote: > execvp of "/usr/local/share/lyx/scripts/convertDefault.sh > /usr/local/share/lyx/s > cripts/convertDefault.sh ps:/tmp/abc.ps Do you have a "/bin/bash" ? We stupidly have that in the script. If the ps itself doesn't exist,

Re: lfun patch, next try

2002-08-14 Thread John Levon
On Thu, Aug 15, 2002 at 02:13:20PM +1000, Allan Rae wrote: > Amipro had wonderful user-configurable toolbars. We (or at least Qt) can easily do hanging icon menus from toolbar items. > I'm not sure custom > panels are really going to be that useful -- except as an interim > solution until mutli

Re: lfun patch, next try

2002-08-14 Thread Allan Rae
On Thu, 15 Aug 2002, John Levon wrote: > On Thu, Aug 15, 2002 at 01:42:40PM +1000, Allan Rae wrote: > > > > Additionally, the monolithic images make a "my favourite symbols" > > > dynamic panel a lot harder to do. > > > > Not such a bad thing then even if you mean user-defined panel instead > > R

Re: lfun patch, next try

2002-08-14 Thread John Levon
On Thu, Aug 15, 2002 at 01:42:40PM +1000, Allan Rae wrote: > > Additionally, the monolithic images make a "my favourite symbols" > > dynamic panel a lot harder to do. > > Not such a bad thing then even if you mean user-defined panel instead Right, that's what I'm talking about. Maybe arbitrary

Re: lfun patch, next try

2002-08-14 Thread Allan Rae
On Wed, 14 Aug 2002, John Levon wrote: [...] > Additionally, the monolithic images make a "my favourite symbols" > dynamic panel a lot harder to do. Not such a bad thing then even if you mean user-defined panel instead of one of those super-dumb automatically generated "favourites" things. On a

Dependencies on config/configure.[in,ac] absent

2002-08-14 Thread Rob Lahaye
Hi, By moving configure.in/ac into the config directory, the dependency on it has broken. When config/configure.[in,ac] is updated in CVS, a make won't rerun anything to produce a new configure script. Is it difficult/worthwhile to add the proper dependency for that? Rob.

Re: New Graphics dialog layout

2002-08-14 Thread John Levon
On Thu, Aug 15, 2002 at 12:20:01PM +0900, Rob Lahaye wrote: > No, I haven't changed my mind :). Hmmph. Well if we have this we should at least have the dont display checkbox as separate in both cases (with the combo box enable-dependent upon it) (I still not sure how I'm going to even implement

Re: New Graphics dialog layout

2002-08-14 Thread Rob Lahaye
John Levon wrote: > On Thu, Aug 15, 2002 at 11:15:25AM +0900, Rob Lahaye wrote: > > >>There could be an important disadvantage with the new setup. >> >>Now, per-graph I can overrule the prefs display by selecting one of >>Monochrome, Grayscale, and Color. One graph may be better visible in >>Gra

Re: New Graphics dialog layout

2002-08-14 Thread John Levon
On Thu, Aug 15, 2002 at 11:15:25AM +0900, Rob Lahaye wrote: > There could be an important disadvantage with the new setup. > > Now, per-graph I can overrule the prefs display by selecting one of > Monochrome, Grayscale, and Color. One graph may be better visible in > Grayscale, another in Color

Re: New Graphics dialog layout

2002-08-14 Thread Rob Lahaye
John Levon wrote: > > Usability is not a linear function of the number of widgets. My > suggestions are IMHO better for the following reasons : > > 1) the global don't display is far more discoverable and understandable > > 2) a combo box that only ever has two entries is logically a checkbox i

Re: New Graphics dialog layout

2002-08-14 Thread John Levon
On Thu, Aug 15, 2002 at 10:20:27AM +0900, Rob Lahaye wrote: > >OK, this is a "final" solution, taking in Rob's redesign, and everyone's > >comments (I hope). > > > >Global prefs : > > > > o Display graphics > > > > > > Display mode: | Color| > > ---

Re: New Graphics dialog layout

2002-08-14 Thread Rob Lahaye
John Levon wrote: > > OK, this is a "final" solution, taking in Rob's redesign, and everyone's > comments (I hope). > > Global prefs : > > o Display graphics > > > Display mode: | Color| > > > disabling the checkbox does NOT disab

"end" key does nothing in dialog boxes

2002-08-14 Thread Dr. Richard E. Hawkins
arrow keys and page up/down work in open dialog box, but end and home do not. This seems to violate the "least astonishment" principal. hawk -- Richard E. Hawkins, Asst. Prof. of Economics/"\ ASCII ribbon campaign [EMAIL PROTECTED] Smeal 178 (814) 375-4700 \ / against HTML mail

a debug message that probably shouldn't happen

2002-08-14 Thread Dr. Richard E. Hawkins
WHile I'm up and down arrowing in the document open dialog, Xlib: sequence lost (0x1003a > 0xff94) in reply type 0x1! showed up in gdb hawk -- Richard E. Hawkins, Asst. Prof. of Economics/"\ ASCII ribbon campaign [EMAIL PROTECTED] Smeal 178 (814) 375-4700 \ / against HTML mail

LyX CVS build failure 2 - 2002-08-14

2002-08-14 Thread Kayvan A. Sylvan
make[2]: Entering directory `/home/kayvan/src/lyx/src/frontends' make[2]: *** No rule to make target `DialogBase.h', needed by `distdir'. Stop. make[2]: Leaving directory `/home/kayvan/src/lyx/src/frontends' -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Ass

bug with bad included postscript

2002-08-14 Thread Dr. Richard E. Hawkins
This is dvips(k) 5.86 Copyright 1999 Radical Eye Software (www.radicaleye.com) ' TeX output 2002.08.14:1915' -> syllabus.f02.micro.ps <8r.enc>. [1] [2] [3] [4] This is dvips(k) 5.86 Copyright 1999 Radical Eye Software (www.radicaleye.com) ' TeX output 2002.08.14:1916' -> syllabus.f02.micro.ps <8

diff-6.diff.gz

2002-08-14 Thread Lars Gullik Bjønnes
What is in the test dir now... diff-6.diff.gz Description: GNU Zip compressed data -- Lgb

Re: [PATCH]: Dialogs and guiapi refactoring

2002-08-14 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Attached is a patch that turns guiapi and Dialogs on their head, as I | proposed the other day. | | The guiapi functions no longer require a LyXView argument. Instead, they | invoke the Dialogs methods and so guiapi.C is now common to all frontends.

[PATCH]: Dialogs and guiapi refactoring

2002-08-14 Thread Angus Leeming
Attached is a patch that turns guiapi and Dialogs on their head, as I proposed the other day. The guiapi functions no longer require a LyXView argument. Instead, they invoke the Dialogs methods and so guiapi.C is now common to all frontends. The "work" is done in xforms/Dialogs.C xforms/Dialog

Re: Bullets in document-layout

2002-08-14 Thread Angus Leeming
On Wednesday 14 August 2002 9:45 am, Kornel Benko wrote: > lyx-1.3cvs: > > Choose the dialog > Layout->Document->Bullets > There are no bullets seen. Moreover, the try to select > to e.g. "Ding 1", leads to immediate core dump. I believe I've fixed it. Perhaps you'd try again? Angus

Re: New Graphics dialog layout

2002-08-14 Thread John Levon
On Wed, Aug 14, 2002 at 07:42:07PM +0200, Herbert Voss wrote: > >>Did you ever noticed that no user complained about this > >>graphic dialog ... > > > >This is (almost) irrelevant. > > cool. LyX, an open source as playground for developers You mis understand. It's the old "can't prove a negativ

Re: New Graphics dialog layout

2002-08-14 Thread Herbert Voss
John Levon wrote: >>Did you ever noticed that no user complained about this >>graphic dialog ... >> > > This is (almost) irrelevant. cool. LyX, an open source as playground for developers Herbert -- http://www.lyx.org/help/

Re: general LFUN question

2002-08-14 Thread John Levon
On Wed, Aug 14, 2002 at 07:10:34PM +0200, Lars Gullik Bjønnes wrote: > | approach with a silly patch a while ago ? > > Yes, did I shoot it down? I think we all just um'd and ah'd for a bit ... regards john -- "It is unbecoming for young men to utter maxims." - Aristotle

Re: general LFUN question

2002-08-14 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Wed, Aug 14, 2002 at 04:12:20PM +0200, Lars Gullik Bjønnes wrote: | | > Wouldn't a system where the "insets" register LFUNS with the | > dispatcher (which we would only need one of) be better? | | Has time started running backwards ? Didn't I illustra

CVS auto-build compile error of 2002-08-14

2002-08-14 Thread Kayvan A. Sylvan
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../images -I../../../src/ +-I../../../src/frontends/ -I../../../src/frontends/controllers -I../../../boost +-isystem /usr/X11R6/include -O2 -m486 -fno-strength-reduce -W -Wall -c +Tooltips.C -Wp,-MD,.deps/Tooltips.TPlo Tooltips.C:112: parse error

Re: general LFUN question

2002-08-14 Thread John Levon
On Wed, Aug 14, 2002 at 04:12:20PM +0200, Lars Gullik Bjønnes wrote: > Wouldn't a system where the "insets" register LFUNS with the > dispatcher (which we would only need one of) be better? Has time started running backwards ? Didn't I illustrate this exact approach with a silly patch a while ag

Re: Bullets in document-layout

2002-08-14 Thread John Levon
On Wed, Aug 14, 2002 at 10:45:02AM +0200, Kornel Benko wrote: > Layout->Document->Bullets > There are no bullets seen. Moreover, the try to select > to e.g. "Ding 1", leads to immediate core dump. known bug - the bugzilla report details the problem exactly. regards john -- "It is unbeco

Re: lfun patch, next try

2002-08-14 Thread John Levon
On Wed, Aug 14, 2002 at 10:57:20AM -0400, Kuba Ober wrote: > Wouldn't it be possible to do that at runtime? Load the big thing, paint > cropped parts into a pixmap, and you seem to be done. That way the (quite > reasonable) idea of panels is preserved. This is what (xforms) does already. IT's

Re: lfun patch, next try

2002-08-14 Thread John Levon
On Wed, Aug 14, 2002 at 09:53:50AM +0300, Martin Vermeer wrote: > Actually because XPM's are in reality little snippets of C, I would suggest > to convert whole XBM panels to XPM first, and then add sub-rectangle > extraction code to them (inside two loops) and run them as programs. That > will

Re: New Graphics dialog layout

2002-08-14 Thread John Levon
On Wed, Aug 14, 2002 at 10:25:08AM +0200, Herbert Voss wrote: > >Rob wants to be able to control display (on/off) locally. If the > >global setting is off and the local setting is on with your option > >how should the graphics be displayed? colour, grey or mono? > > > >Did you read Rob's descri

Re: New Graphics dialog layout

2002-08-14 Thread Rob Lahaye
Dekel Tsur wrote: > On Wed, Aug 14, 2002 at 06:20:44PM +1000, Allan Rae wrote: > > I believe that for this mode of work, the following interface would be better: > in the global preferences you choose display type (mono/grey/color), > and display mode: display/don't display/display only when dial

current diff againt test

2002-08-14 Thread Lars Gullik Bjønnes
I'll continue to feed parts of this into CVS proper. diff-4.diff.gz Description: GNU Zip compressed data -- Lgb

mathspace

2002-08-14 Thread Herbert Voss
support for missing \negmedspace and \negthickspace Herbert -- http://www.lyx.org/help/ Index: lib/symbols === RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/symbols,v retrieving revision 1.25 diff -u -r1.25 symbols --- lib/sy

Re: general LFUN question

2002-08-14 Thread Andre Poenitz
On Wed, Aug 14, 2002 at 04:57:19PM +0200, Jean-Marc Lasgouttes wrote: > Andre> Anyway, the default: should solve my problem. > > Except that it will cause problems every time the inheritence chain is > changed and one forgets to update dispatch(). Well... this should happen considerably less oft

Re: lfun patch, next try

2002-08-14 Thread Kuba Ober
On wtorek 13 sierpień 2002 02:28 pm, John Levon wrote: > On Tue, Aug 13, 2002 at 08:24:11PM +0200, Andre Poenitz wrote: > > On Tue, Aug 13, 2002 at 08:22:29PM +0200, Lars Gullik Bjønnes wrote: > > > But you don't have to fiddle with dialogs to be of help with GUIi. > > > > But that's what is mis

Re: general LFUN question

2002-08-14 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> Anyway, the default: should solve my problem. Except that it will cause problems every time the inheritence chain is changed and one forgets to update dispatch(). JMarc

Re: general LFUN question

2002-08-14 Thread Andre Poenitz
On Wed, Aug 14, 2002 at 04:46:29PM +0200, Jean-Marc Lasgouttes wrote: > What you should do, I think is to have every InsetFoo::dispatch(...) > method call its parent dispatch on the 'default:' of the switch(). Do > you have to know explicitely the parent name for that in C++ Yes. But that's no pr

Re: general LFUN question

2002-08-14 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> But that does not solve my current problem of having to call a Andre> base class' handlers manually in a derived class as far as I Andre> can see. Or does it? What you should do, I think is to have every InsetFoo::dispatch(...) me

Re: bug in mathed

2002-08-14 Thread Andre Poenitz
On Wed, Aug 14, 2002 at 04:33:46PM +0200, Herbert Voss wrote: > char const * latex_mathspace[] = { > - "!", ",", ";", ":", "quad", "qquad", "lyxnegspace", "lyxposspace" > + "!", ",", ":", ";", "quad", "qquad", "lyxnegspace", "lyxposspace" Isn't a ':' "longer" than a ";"? Andre' -- T

bug in mathed

2002-08-14 Thread Herbert Voss
this fixes the wrong order and wrong view in mathed Herbert -- http://www.lyx.org/help/ Index: math_spaceinset.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/math_spaceinset.C,v retrieving revision 1.35 diff -u -r1.

Re: general LFUN question

2002-08-14 Thread Andre Poenitz
On Wed, Aug 14, 2002 at 04:12:20PM +0200, Lars Gullik Bjønnes wrote: > | The only disadvantage I see is that we'll have 100+ additional member > | functions in the base class (which is certainly not Nice), but the total > | effort should be about the same. > > Do we really want any of those appro

Latest CVS does not compile

2002-08-14 Thread adrien . rebollo
Hello, I have this error when I try to compile latest CVS : g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../images -I../../../src/ -I../../../src/frontends/ -I../../../src/frontends/controllers -I../../../boost -isystem /usr/X11R6/include -g -O -fno-exceptions -Wno-non-template-friend -W

Re: general LFUN question

2002-08-14 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | I just wondered: Why is it sensible to have the dispatch switches in each | inset? > | As far as I can tell, the same functionality can achieved by virtual | functions for individual LFUNs and a single big switch in the inset base | class. > | The only

Re: Bug in 1.2.1cvs: CTRL key sequences in mathed

2002-08-14 Thread Andre Poenitz
On Wed, Aug 14, 2002 at 03:28:07PM +0200, Michael Schmitt wrote: > Guess: Are these CTRL sequences ignored by math and passed to the > event handler of the outer text handler??? Sounds sensible. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have,

Re: New Graphics dialog layout

2002-08-14 Thread Dekel Tsur
On Wed, Aug 14, 2002 at 04:54:57AM -0300, Garst R. Reese wrote: > Jean-Marc Lasgouttes wrote: > > > > > "Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes: > > > > Rob> But what to choose for the display mode, when it's selected; grey > > Rob> scale, color, or monochrome. If this is not trivial,

general LFUN question

2002-08-14 Thread Andre Poenitz
I just wondered: Why is it sensible to have the dispatch switches in each inset? As far as I can tell, the same functionality can achieved by virtual functions for individual LFUNs and a single big switch in the inset base class. The only disadvantage I see is that we'll have 100+ additional me

Re: New Graphics dialog layout

2002-08-14 Thread Dekel Tsur
On Wed, Aug 14, 2002 at 06:20:44PM +1000, Allan Rae wrote: > > Did you read Rob's description of how he uses graphics? It's the > opposite of your way of doing things (he defaults of off globally and > only enables display for a short time while fiddling locally). Here is Rob's mail: 1) A la

Bug in 1.2.1cvs: CTRL key sequences in mathed

2002-08-14 Thread Michael Schmitt
Hi Andre, another small bug in mathed. I hope it has not been reported before: - The following keys are not handled correctly in mathed: CTRL+CursorLeft - the cursor is moved above (i.e. physically outside) the formula though input is st

Re: bug in mathed

2002-08-14 Thread Andre Poenitz
On Wed, Aug 14, 2002 at 03:26:03PM +0200, Herbert Voss wrote: > I can convert to math "$a\kern0.5cm b$" but when I > write in mathed \kern0.5cm, it's still set to > \kern0pt and 0.5cm is standard math text Hm... becau... ok. I'll change that. Andre' -- Those who desire to give up Freedom in or

bug in mathed

2002-08-14 Thread Herbert Voss
I can convert to math "$a\kern0.5cm b$" but when I write in mathed \kern0.5cm, it's still set to \kern0pt and 0.5cm is standard math text Herbert -- http://www.lyx.org/help/

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-14 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> Why we don't have a code for adding LYXLIB/xfonts to the Dekel> fontpath ? Because it is difficult to do in all generality and it is probably something that should be done by the packager (different for debian, redhat, cygwin...) JM

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-14 Thread Dekel Tsur
On Tue, Aug 13, 2002 at 04:50:54PM +0100, John Levon wrote: > On Tue, Aug 13, 2002 at 01:39:43PM +0200, Juergen Vigna 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 "intuiti

Re: lib/symbols

2002-08-14 Thread Andre Poenitz
On Wed, Aug 14, 2002 at 12:45:58PM +0200, Herbert Voss wrote: > fix for leo Thanks. I wonder how things like that can sneak it... Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

lib/symbols

2002-08-14 Thread Herbert Voss
fix for leo HErbert -- http://www.lyx.org/help/ Index: symbols === RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/symbols,v retrieving revision 1.23 diff -u -r1.23 symbols --- symbols 12 Aug 2002 07:05:01 - 1.23 +++

Re: mathed

2002-08-14 Thread Andre Poenitz
On Wed, Aug 14, 2002 at 12:33:49PM +0200, Andre' Poenitz wrote: > In theory you type 1+2 in a mathbox and call 'math-extern octave' or > 'math-extern maple simplify' etc. The result will be added after a '=' > Alternately, you can select part of a formula and the result will replace > that bit.

Re: mathed

2002-08-14 Thread Andre Poenitz
On Wed, Aug 14, 2002 at 12:26:26PM +0200, Herbert Voss wrote: > how does the octave, mathml, maple, mathematics stuff > works In theory you type 1+2 in a mathbox and call 'math-extern octave' or 'math-extern maple simplify' etc. The result will be added after a '=' Alternately, you can sel

mathed

2002-08-14 Thread Herbert Voss
how does the octave, mathml, maple, mathematics stuff works Herbert -- http://www.lyx.org/help/

Re: Cut&Paste slow

2002-08-14 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | Cut and paste of a few pages (with lots of formulas?) seems to be | extraordinarily slow right know. Has the paragraphlist work changed | the "asymptotic" behaviour of something? It shouldn't really... -- Lgb

Re: paragraphs in wrong order

2002-08-14 Thread Angus Leeming
On Wednesday 14 August 2002 11:09 am, Andre Poenitz wrote: > On Wed, Aug 14, 2002 at 11:57:55AM +0200, Lars Gullik Bjønnes wrote: > > anyhow imho since lyxfunc is stored as a shared_ptr in LyXView it > > should never be stored anywere as a reference. it should rather be > > stored as a shared_ptr

Cut&Paste slow

2002-08-14 Thread Andre Poenitz
Cut and paste of a few pages (with lots of formulas?) seems to be extraordinarily slow right know. Has the paragraphlist work changed the "asymptotic" behaviour of something? Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one

Re: paragraphs in wrong order

2002-08-14 Thread Andre Poenitz
On Wed, Aug 14, 2002 at 11:57:55AM +0200, Lars Gullik Bjønnes wrote: > anyhow imho since lyxfunc is stored as a shared_ptr in LyXView it > should never be stored anywere as a reference. it should rather be > stored as a shared_ptr or a weak_ptr. I think the shared_ptr is just a device to "pimpl"

Re: [Patch] lfun4.diff

2002-08-14 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | Some cleanup. Even saves a few includes... > | Ok? Looks ok to me, so it if works... -- Lgb

Re: paragraphs in wrong order

2002-08-14 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Wed, Aug 14, 2002 at 11:13:06AM +0200, Lars Gullik Bjønnes wrote: >> Ok, I found the problem. >> And I realize now that I have been bitten by this one before. >> It because of the _terrible_ calling convetions of >> parseSingleLyXformat2Token... it r

[Patch] lfun4.diff

2002-08-14 Thread Andre Poenitz
Some cleanup. Even saves a few includes... 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) Index: LyXAction.C === RCS file: /usr/local/

Minibuffer crash

2002-08-14 Thread Andre Poenitz
Ok, the ControlCommand gets initialized from here: LyXView::LyXView() : controlcommand_(new ControlCommandBuffer(getLyXFunc())), intl_(new Intl), autosave_timeout_(new Timeout(5000)), lyxfunc_(new LyXFunc(this)), dialogs_(new Dialogs(this)) {

Re: paragraphs in wrong order

2002-08-14 Thread Andre Poenitz
On Wed, Aug 14, 2002 at 11:13:06AM +0200, Lars Gullik Bjønnes wrote: > Ok, I found the problem. > And I realize now that I have been bitten by this one before. > It because of the _terrible_ calling convetions of > parseSingleLyXformat2Token... it requires that a "reference to > pointer" to be pas

Re: New Graphics dialog layout

2002-08-14 Thread Allan Rae
On Wed, 14 Aug 2002, Herbert Voss wrote: > and I use globally on and locally what the output may be and > never use off. Globally on what? colour/grey or mono? Then override this locally to display an image as something different? Is this really that useful? apart from selecting grey as global

Re: paragraphs in wrong order

2002-08-14 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | 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) Ok, I found the problem. And I realize now that I have been

Bullets in document-layout

2002-08-14 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- lyx-1.3cvs: Choose the dialog Layout->Document->Bullets There are no bullets seen. Moreover, the try to select to e.g. "Ding 1", leads to immediate core dump. As I could see from strace, there was an attempt to open "psnfss2.xpm", which failed.

Re: Showing changes between files

2002-08-14 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> You still have not really answered the question how it should Andre> look like in the end, and as there are orders of magnitudes Andre> between "the easy way" and "all bells and whistles" you cannot Andre> expect real answers to yo

Re: New Graphics dialog layout

2002-08-14 Thread Herbert Voss
Allan Rae wrote: >>Allan> One for what to display as (grey/color/mono) and another to >>Allan> decide whether displaying is on/off globally. >> >>It could be grey/color/mono/off. >> > > How is that going to work? > > Rob wants to be able to control display (on/off) locally. If the > global set

Re: New Graphics dialog layout

2002-08-14 Thread Jean-Marc Lasgouttes
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: Allan> How is that going to work? Allan> Rob wants to be able to control display (on/off) locally. If Allan> the global setting is off and the local setting is on with your Allan> option how should the graphics be displayed? colour, grey or

Re: New Graphics dialog layout

2002-08-14 Thread Allan Rae
On 14 Aug 2002, Jean-Marc Lasgouttes wrote: > > "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: > > Allan> On 14 Aug 2002, Jean-Marc Lasgouttes wrote: > >> > "Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes: > >> > Rob> But what to choose for the display mode, when it's selected; grey > Ro

Re: New Graphics dialog layout

2002-08-14 Thread Jean-Marc Lasgouttes
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: Allan> On 14 Aug 2002, Jean-Marc Lasgouttes wrote: >> > "Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes: >> Rob> But what to choose for the display mode, when it's selected; grey Rob> scale, color, or monochrome. If this is not trivial, w

Re: New Graphics dialog layout

2002-08-14 Thread Allan Rae
On 14 Aug 2002, Jean-Marc Lasgouttes wrote: > > "Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes: > > Rob> But what to choose for the display mode, when it's selected; grey > Rob> scale, color, or monochrome. If this is not trivial, we better > Rob> keep the full choice selector as before. > >

Correction: LyX 1.2.1cvs instead of LyX 1.2.0cvs

2002-08-14 Thread Michael Schmitt
Hi, two days ago I sent a large number of bug reports to [EMAIL PROTECTED] Unfortunately, I said these bugs are related to 1.2.0cvs. Of course, I made a mistake - the bugs concern LyX 1.2.1.cvs! I apologize, Michael

Re: Bug in LyX 1.2.0cvs: Mathed's super/subscripts make LyX scroll madly

2002-08-14 Thread Andre Poenitz
On Wed, Aug 14, 2002 at 09:32:53AM +0200, Michael Schmitt wrote: > there is a problem with mathed in LyX 1.2.0cvs. No problem with my 1.2.1cvs tree. Please try the attached patch. Andre' PS: Jean-Marc, I think now this should go in. -- Those who desire to give up Freedom in order to gain Sec

Re: New Graphics dialog layout

2002-08-14 Thread Jean-Marc Lasgouttes
> "Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes: Rob> But what to choose for the display mode, when it's selected; grey Rob> scale, color, or monochrome. If this is not trivial, we better Rob> keep the full choice selector as before. This is what I meant in my earlier posting: this grey/col

Bug in LyX 1.2.0cvs: Mathed's super/subscripts make LyX scroll madly

2002-08-14 Thread Michael Schmitt
Hi Andre, there is a problem with mathed in LyX 1.2.0cvs. Very often, if I enter a "_" or "^", the document is scrolled even though this is not necessary. In many cases, the math formula gets out of screen such that I have to type the formula "blindly". I have attached a simple document whi

Re: lfun patch, next try

2002-08-14 Thread Andre Poenitz
On Wed, Aug 14, 2002 at 05:27:46PM +1000, Allan Rae wrote: > You seem to have plenty of free time. Schein und Sein... [sort of "Appearances are deceiving", but as German is famous for having long words...] Andre' -- Those who desire to give up Freedom in order to gain Security, will not have,

Re: lfun patch, next try

2002-08-14 Thread Allan Rae
On Wed, 14 Aug 2002, Andre Poenitz wrote: > On Wed, Aug 14, 2002 at 04:41:27PM +1000, Allan Rae wrote: > > Matthias or Kalle did this years ago for KLyX (including the bullets). > > I just had a look, there are indeed quite a few more .xbm in KLyX than we > have. Hahahaha... "quite a few more" I