Re: spellchecker crash

2002-01-09 Thread Asger K. Alstrup Nielsen
On Tue, 8 Jan 2002, Lars Gullik Bjønnes wrote: if fl_get_browser_line can return null, then it must be char const * tmp = fl_get_browser_line(...); string blah = (tmp ? tmp : ); I think you meant string blah = tmp ? tmp : string(); Never use as a substitute for string(). It's not as

Re: More bugs (=new list)

2002-01-09 Thread Kayvan A. Sylvan
On Tue, Jan 08, 2002 at 09:33:30PM -0500, Larry Kollar wrote: Jean-Marc Lasgouttes wrote: I know how to fix that and will do so next week (once I can enjoy celibacy again...). Kayvan This sounds interesting... Do tell. ;-) What? The fix or the celibacy? For the latter, do

Re: How would you like this?

2002-01-09 Thread Andre Poenitz
On Tue, Jan 08, 2002 at 08:39:16PM +0200, Dekel Tsur wrote: Now *that's* one I'd really like easily accessible. Type \mathbb space some letter But not everybody knows the 'mathbb' password by heart... I actually like the idea of putting some often used font stuff in the panel and do not

Re: How would you like this?

2002-01-09 Thread Andre Poenitz
On Tue, Jan 08, 2002 at 08:58:18PM +0200, Martin Vermeer wrote: Sort of. I.e. the pop-up works, \displaystyle (and the other styles) work, but \mathcal etc. only work one character at a time. That's intended behaviour. But I feel that's a mathed problem rather than a front-end UI issue,

Re: How would you like this?

2002-01-09 Thread Jean-Marc Lasgouttes
Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin Okay, that can be done. (Not separate pop-ups; a lot of work Martin and anyway these two things are sort-of related. I can change Martin the window title and perhaps put headers over the columns in Martin the pop-up. That's what I had

Re: Printing selected pages

2002-01-09 Thread Jean-Marc Lasgouttes
Allan == Allan Rae [EMAIL PROTECTED] writes: Allan I'm open to suggestions on how to handle this. The numbers you Allan enter are fed to dvips (or whatever print command you have Allan set). So after inspecting the `info dvips` I'd say: you're Allan screwed. Why? The info page says: `-p

Re: More bugs (=new list)

2002-01-09 Thread Jean-Marc Lasgouttes
Kayvan == Kayvan A Sylvan [EMAIL PROTECTED] writes: No, no... how do you ENJOY it??? Kayvan Yes, that was indeed my question. ;-) Note that my messsage was posted on friday. JMarc

Re: Merging LaTeX preamble with Document Layout

2002-01-09 Thread Jean-Marc Lasgouttes
John == John Levon [EMAIL PROTECTED] writes: John as for the tab suggestion, I'd rather not - tabs suck ! Why? JMarc

RE: cosmetic line-breaking with quote insets

2002-01-09 Thread Allan Rae
On Tue, 8 Jan 2002, Juergen Vigna wrote: On 08-Jan-2002 Allan Rae wrote: If you have a sentence that is longer than a line and ends with a quoted string, something like fred, then LyX currently will break the line just like that (pushing the trailing quote inset onto a following

Re: [PATCH] Help wanted with FormPara

2002-01-09 Thread Angus Leeming
On Tuesday 08 January 2002 7:42 pm, John Levon wrote: On Tue, Jan 08, 2002 at 07:31:23PM +, Angus Leeming wrote: [snip future ways forward] Again, what is /actually/ wrong with the current code + my patch ? I can't see the problem; it seems getCurrentParagraph is returning different

Re: Bug #50: Minibuffer completion drop down and mouse selection

2002-01-09 Thread Angus Leeming
On Wednesday 09 January 2002 6:02 am, Allan Rae wrote: On Tue, 8 Jan 2002, John Levon wrote: On Tue, Jan 08, 2002 at 07:42:06PM +, Angus Leeming wrote: This is what I was doing. Open the dropdown and with it open move the main window. The drop down remains in its original

Re: cosmetic line-breaking with quote insets

2002-01-09 Thread Andre Poenitz
On Wed, Jan 09, 2002 at 07:03:24PM +1000, Allan Rae wrote: My hero! Hooray! Jürgen, you're the greatest! You can do anything! Yes. But it's not polite to put your fingers in open sores on Wednesdays. Andre' -- André Pönitz .. [EMAIL PROTECTED]

Re: Minor mathed nitpick

2002-01-09 Thread Angus Leeming
On Tuesday 08 January 2002 8:10 pm, Dekel Tsur wrote: On Tue, Jan 08, 2002 at 06:57:42PM +, Angus Leeming wrote: On Tuesday 08 January 2002 6:42 pm, Dekel Tsur wrote: On Tue, Jan 08, 2002 at 04:56:14PM +, Angus Leeming wrote: With the fancy font display stuff enabled,

Re: Printing selected pages

2002-01-09 Thread Jean-Marc Lasgouttes
Allan == Allan Rae [EMAIL PROTECTED] writes: Allan My `info dvips` does not mention the equals sign. It's from Allan tetex-1.0.7. I imagine Garst is also in the same boat. Hmmm... lapinot: dvips -v This is dvips(k) 5.86e Copyright 2001 Radical Eye Software (www.radicaleye.com) lapinot: rpm

Re: How would you like this?

2002-01-09 Thread Martin Vermeer
On Wed, Jan 09, 2002 at 09:28:12AM +0100, Andre Poenitz wrote: te: Sort of. I.e. the pop-up works, \displaystyle (and the other styles) work, but \mathcal etc. only work one character at a time. That's intended behaviour. But I feel that's a mathed problem rather than a front-end UI

Re: [PATCH] Help wanted with FormPara

2002-01-09 Thread Angus Leeming
On Tuesday 08 January 2002 6:03 pm, John Levon wrote: Try the below patch. The ehaviour seems totally random: sometimes a fixed-width cell allows the dialog, sometimes it doesn't. I have NO idea why. Juergen, Angus, can you look please ? thanks john Index: FormParagraph.C @@ -170,6

{Add] missing file in CVS

2002-01-09 Thread Martin Vermeer
FuncStatus.h seems not in CVS. Attached. ...and thx for doing the rest :-) -- Martin // -*- C++ -*- #ifndef FUNC_STATUS_H #define FUNC_STATUS_H /// The status of a function. class FuncStatus { private: enum StatusCodes { /// OK = 0,

Re: How would you like this?

2002-01-09 Thread Andre Poenitz
On Wed, Jan 09, 2002 at 12:31:35PM +0200, Martin Vermeer wrote: Good idea... only, it doesn't work inside mathed. Ah well, you're right of course. This means it works as I said, doesn't it? Andre' -- André Pönitz .. [EMAIL PROTECTED]

Re: How would you like this?

2002-01-09 Thread Martin Vermeer
On Wed, Jan 09, 2002 at 11:43:15AM +0100, Andre Poenitz wrote: On Wed, Jan 09, 2002 at 12:31:35PM +0200, Martin Vermeer wrote: Good idea... only, it doesn't work inside mathed. Ah well, you're right of course. This means it works as I said, doesn't it? Andre' What I mean is that

Re: How would you like this?

2002-01-09 Thread Andre Poenitz
On Wed, Jan 09, 2002 at 12:58:03PM +0200, Martin Vermeer wrote: What I mean is that painting a selection works, but if you then start typing \mathbfspace or whatever, the selection disappears again, the command pops into an invisible marker,and only the ONE following character is made bold.

[Adds, Patch] Re: How would you like this?

2002-01-09 Thread Martin Vermeer
Here is the stuff. -- Martin -- Martin Vermeer [EMAIL PROTECTED] Helsinki University of Technology Department of Surveying P.O. Box 1200, FIN-02015 HUT, Finland :wq Index: ChangeLog === RCS file:

Re: How would you like this?

2002-01-09 Thread Martin Vermeer
On Wed, Jan 09, 2002 at 12:13:39PM +0100, Andre Poenitz wrote: What I mean is that painting a selection works, but if you then start typing \mathbfspace or whatever, the selection disappears again, the command pops into an invisible marker,and only the ONE following character is made

Re: How would you like this?

2002-01-09 Thread Angus Leeming
On Wednesday 09 January 2002 11:26 am, Martin Vermeer wrote: On Wed, Jan 09, 2002 at 12:13:39PM +0100, Andre Poenitz wrote: What I mean is that painting a selection works, but if you then start typing \mathbfspace or whatever, the selection disappears again, the command pops into an

Re: How would you like this?

2002-01-09 Thread Martin Vermeer
On Wed, Jan 09, 2002 at 11:47:38AM +, Angus Leeming wrote: On Wednesday 09 January 2002 11:26 am, Martin Vermeer wrote: On Wed, Jan 09, 2002 at 12:13:39PM +0100, Andre Poenitz wrote: What I mean is that painting a selection works, but if you then start typing \mathbfspace or

Re: [Adds, Patch] Re: How would you like this?

2002-01-09 Thread Martin Vermeer
On Wed, Jan 09, 2002 at 01:19:58PM +0200, Martin Vermeer wrote: Here is the stuff. -- Martin -- Martin Vermeer [EMAIL PROTECTED] Helsinki University of Technology Department of Surveying P.O. Box 1200, FIN-02015 HUT, Finland :wq ...and of course I forgot this ;-} -- Martin

Re: {Add] missing file in CVS

2002-01-09 Thread Jean-Marc Lasgouttes
Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin FuncStatus.h seems not in CVS. Attached. ...and thx for doing Martin the rest :-) It is in: http://www.lyx.org/cgi-bin/cvsweb.cgi/lyx-devel/src/FuncStatus.h Maybe you had a problem because you had your own version in. JMarc

Re: [Adds, Patch] Re: How would you like this?

2002-01-09 Thread Angus Leeming
On Wednesday 09 January 2002 12:09 pm, Martin Vermeer wrote: ...and of course I forgot this ;-} and equivalent for forms/makefile, but not to worry. Angus

Re: How would you like this?

2002-01-09 Thread Andre Poenitz
On Wed, Jan 09, 2002 at 01:26:54PM +0200, Martin Vermeer wrote: Okay, then I suppose we'll have to modify FormMathsStyle::apply to call the LFUN functions instead of insertSymbol. What do you think? Yes. Andre' -- André Pönitz .. [EMAIL PROTECTED]

Re: How would you like this?

2002-01-09 Thread Andre Poenitz
On Wed, Jan 09, 2002 at 11:47:38AM +, Angus Leeming wrote: Does this mean that I should hold off applying the files you sent for a little while? Probably. Actually maybe it's time to state one of my preferences again: Every interaction between the GUI (math panel in this case) and the

Re: ascii-tilde and asciicircum in cvs

2002-01-09 Thread Jean-Marc Lasgouttes
Herbert == Herbert Voss [EMAIL PROTECTED] writes: Herbert cvs uses \textasciicircum and \textasciitilde for ^ and ~. Herbert This is in difference to 1.1.6 where the original latex- Herbert definitions were used. This doesn't matter as long as you Herbert don't use latex2html. It doesn't knows

Re: [Adds, Patch] Re: How would you like this?

2002-01-09 Thread Angus Leeming
On Wednesday 09 January 2002 11:19 am, Martin Vermeer wrote: Here is the stuff. It works fine here with one problem I think. It appears that I can insert a math-inset within a math-inset. This shouldn't be allowed, should it? (Within a math-insert, press Display on the new style dialog, then

Re: CVS Update: lyx-devel

2002-01-09 Thread Juergen Vigna
On 08-Jan-2002 John Levon wrote: lyx-devel/src/: BufferView_pimpl.C lyx-devel/src/frontends/xforms/: FormParagraph.C lyx-devel/src/insets/: insettext.C Log message: Update the toolbar if we unlock an inset (or change paragraph). I thought I had fixed this

Re: Bug #50: Minibuffer completion drop down and mouse selection

2002-01-09 Thread Juergen Vigna
On 09-Jan-2002 Allan Rae wrote: I think you'll find Angus is referring to the workarea -- adding a hidden object (the DropUp history browser) that overlaps the workarea and is only shown when needed (we don't resize the workarea just overlap it with a browser). This seems like a better

Re: Bug #50: Minibuffer completion drop down and mouse selection

2002-01-09 Thread Juergen Vigna
On 08-Jan-2002 Angus Leeming wrote: I still think this is a mess. If nobody makes any noise to the contrary, I suggest that we remove the keys functionality from the DropDown so that it is navigable simply with the mouse. Keyboard junkies will be able to progressively refine the

Re: [Adds, Patch] Re: How would you like this?

2002-01-09 Thread Andre Poenitz
On Wed, Jan 09, 2002 at 12:46:45PM +, Angus Leeming wrote: It works fine here with one problem I think. It appears that I can insert a math-inset within a math-inset. This shouldn't be allowed, should it? It should at some point of time. Think of math in \mbox... Maybe the mbox stuff has

Re: cosmetic line-breaking with quote insets

2002-01-09 Thread Juergen Vigna
On 09-Jan-2002 Andre Poenitz wrote: On Wed, Jan 09, 2002 at 07:03:24PM +1000, Allan Rae wrote: My hero! Hooray! Jürgen, you're the greatest! You can do anything! Yes. But it's not polite to put your fingers in open sores on Wednesdays. Fuck I missed that EMail, well I'll have a look at

Re: Two crashes, mathed and note

2002-01-09 Thread Shigeru Miyata
Andre Poenitz wrote: What a mess. But it is "logical" bold, isn't it? So one could hack it in by providing another 'char' argument for whichFont()... Not nice, though. Math versions are supposed be orthogonal. (fontmath.ltx) | normal bold

Re: Minor mathed nitpick

2002-01-09 Thread Dekel Tsur
On Wed, Jan 09, 2002 at 09:55:13AM +, Angus Leeming wrote: 12 cmmi10.pfb -bluesky-cmr-medium-i-normal--0-0-0-0-p-0-adobe-fontspecific cmsy10.pfb -bluesky-cmsy-medium-r-normal--0-0-0-0-p-0-adobe-fontspecific cmex10.pfb -bluesky-cmex-medium-r-normal--0-0-0-0-p-0-adobe-fontspecific

Re: Minor mathed nitpick

2002-01-09 Thread Angus Leeming
On Wednesday 09 January 2002 1:32 pm, Dekel Tsur wrote: Your fonts.dir is wrong. Replace the first two lines 12 cmmi10.pfb -bluesky-cmr-medium-i-normal--0-0-0-0-p-0-adobe-fontspecific by 13 cmr10.pfb -bluesky-cmr-medium-r-normal--0-0-0-0-m-0-adobe-fontspecific cmmi10.pfb

Re: [Adds, Patch] Re: How would you like this?

2002-01-09 Thread Martin Vermeer
On Wed, Jan 09, 2002 at 01:51:17PM +0100, Andre Poenitz wrote: On Wed, Jan 09, 2002 at 12:46:45PM +, Angus Leeming wrote: It works fine here with one problem I think. It appears that I can insert a math-inset within a math-inset. This shouldn't be allowed, should it? It should at

Re: {Add] missing file in CVS

2002-01-09 Thread Martin Vermeer
On Wed, Jan 09, 2002 at 01:14:31PM +0100, Jean-Marc Lasgouttes wrote: Maybe you had a problem because you had your own version in. JMarc Yeah, that was it. (functionally equivalent to yours btw ;-) Martin msg31203/pgp0.pgp Description: PGP signature

Re: Minor mathed nitpick

2002-01-09 Thread Dekel Tsur
On Wed, Jan 09, 2002 at 02:01:25PM +, Angus Leeming wrote: On Wednesday 09 January 2002 1:32 pm, Dekel Tsur wrote: Your fonts.dir is wrong. Replace the first two lines 12 cmmi10.pfb -bluesky-cmr-medium-i-normal--0-0-0-0-p-0-adobe-fontspecific by 13 cmr10.pfb

Re: [Adds, Patch] Re: How would you like this?

2002-01-09 Thread Angus Leeming
On Wednesday 09 January 2002 2:10 pm, Martin Vermeer wrote: On Wed, Jan 09, 2002 at 01:51:17PM +0100, Andre Poenitz wrote: On Wed, Jan 09, 2002 at 12:46:45PM +, Angus Leeming wrote: It works fine here with one problem I think. It appears that I can insert a math-inset within a

Re: How would you like this?

2002-01-09 Thread Dekel Tsur
On Wed, Jan 09, 2002 at 09:28:12AM +0100, Andre Poenitz wrote: On Tue, Jan 08, 2002 at 08:58:18PM +0200, Martin Vermeer wrote: Sort of. I.e. the pop-up works, \displaystyle (and the other styles) work, but \mathcal etc. only work one character at a time. That's intended behaviour. But

Re: Minor mathed nitpick

2002-01-09 Thread Angus Leeming
On Wednesday 09 January 2002 2:17 pm, Dekel Tsur wrote: On Wed, Jan 09, 2002 at 02:01:25PM +, Angus Leeming wrote: On Wednesday 09 January 2002 1:32 pm, Dekel Tsur wrote: Your fonts.dir is wrong. Replace the first two lines 12 cmmi10.pfb

Re: How would you like this?

2002-01-09 Thread Andre Poenitz
On Wed, Jan 09, 2002 at 04:20:53PM +0200, Dekel Tsur wrote: But this inconsistent with the behavior outside of mathed. I am aware of that difference. But mathed is used differently, having to reverse font changes after a single char in 90% of the cases is annoying. When I think more about it:

Re: [Adds, Patch] Re: How would you like this?

2002-01-09 Thread Martin Vermeer
On Wed, Jan 09, 2002 at 02:28:09PM +, Angus Leeming wrote: On Wednesday 09 January 2002 2:10 pm, Martin Vermeer wrote: On Wed, Jan 09, 2002 at 01:51:17PM +0100, Andre Poenitz wrote: On Wed, Jan 09, 2002 at 12:46:45PM +, Angus Leeming wrote: It works fine here with one

The new mathsytle menu

2002-01-09 Thread Herbert Voss
where is the sense of Displaystyle and Textstyle? Both have the same size by default. From my point of view, there should only be Displaystyle or Default as a synonym for Standard. If you have both, than you should do it right: Displaystyle disabled for inlinemode Textstyle disabled for

Re: The new mathsytle menu

2002-01-09 Thread Andre Poenitz
On Wed, Jan 09, 2002 at 04:12:23PM +0100, Herbert Voss wrote: where is the sense of Displaystyle and Textstyle? Both have the same size by default. From my point of view, there should only be Displaystyle or Default as a synonym for Standard. If you have both, than you should do it right:

Re: How would you like this?

2002-01-09 Thread Dekel Tsur
On Wed, Jan 09, 2002 at 03:58:10PM +0100, Andre Poenitz wrote: On Wed, Jan 09, 2002 at 04:20:53PM +0200, Dekel Tsur wrote: But this inconsistent with the behavior outside of mathed. I am aware of that difference. But mathed is used differently, having to reverse font changes after a single

Re: How would you like this?

2002-01-09 Thread Andre Poenitz
On Wed, Jan 09, 2002 at 05:24:09PM +0200, Dekel Tsur wrote: Why not use lyxrc for that ? Because key bindings are more flexible and it can be used with 'command-sequence' etc. What if I'd like 'sticke' for 'bold' but not for 'cal'? No problem with the lfun... Andre' -- André Pönitz

Re: How would you like this?

2002-01-09 Thread Andre Poenitz
On Wed, Jan 09, 2002 at 06:08:13PM +0200, Dekel Tsur wrote: You can have several boolean lyxrc vars. Sure. I simply don't like the idea of dozens of them similar to the way I don't like dozens lfuns that more or less do the same. Look at the current handling of the accent LFUNs in

Re: The new mathsytle menu

2002-01-09 Thread Jean-Marc Lasgouttes
Andre == Andre Poenitz [EMAIL PROTECTED] writes: Andre On Wed, Jan 09, 2002 at 04:12:23PM +0100, Herbert Voss wrote: where is the sense of Displaystyle and Textstyle? Both have the same size by default. From my point of view, there should only be Displaystyle or Default as a synonym for

Re: How would you like this?

2002-01-09 Thread Jean-Marc Lasgouttes
Dekel == Dekel Tsur [EMAIL PROTECTED] writes: Dekel On Wed, Jan 09, 2002 at 04:33:29PM +0100, Andre Poenitz wrote: On Wed, Jan 09, 2002 at 05:24:09PM +0200, Dekel Tsur wrote: Why not use lyxrc for that ? Because key bindings are more flexible and it can be used with 'command-sequence'

Re: How would you like this?

2002-01-09 Thread Andre Poenitz
On Wed, Jan 09, 2002 at 05:23:13PM +0100, Jean-Marc Lasgouttes wrote: What about having a toggle LFUN math-sticky-font to be able to change behaviour on the fly? This might be an option. Andre' PS: Of course I still want a single LFUN 'math' so this is strictly temporary ;-} *sigh* --

Re: How would you like this?

2002-01-09 Thread Jean-Marc Lasgouttes
Andre == Andre Poenitz [EMAIL PROTECTED] writes: Andre PS: Of course I still want a single LFUN 'math' so this is Andre strictly temporary ;-} *sigh* I know that. Just go read again this INTJ page. JMarc

Re: How would you like this?

2002-01-09 Thread Dekel Tsur
On Wed, Jan 09, 2002 at 05:23:13PM +0100, Jean-Marc Lasgouttes wrote: Dekel == Dekel Tsur [EMAIL PROTECTED] writes: Dekel On Wed, Jan 09, 2002 at 04:33:29PM +0100, Andre Poenitz wrote: On Wed, Jan 09, 2002 at 05:24:09PM +0200, Dekel Tsur wrote: Why not use lyxrc for that ? Because

Re: How would you like this?

2002-01-09 Thread Andre Poenitz
On Wed, Jan 09, 2002 at 06:48:24PM +0200, Dekel Tsur wrote: But what if I want to keep my preferred behaviour ? Just to get it right: Your prefered behaviour is 'change-to-cal L change-to-normal' to enter \mathcal{L}? What make this superior to 'change-to-one-shot-cal L' except that

Re: How would you like this?

2002-01-09 Thread Jules Bean
On Wed, Jan 09, 2002 at 05:55:54PM +0100, Andre Poenitz wrote: On Wed, Jan 09, 2002 at 06:48:24PM +0200, Dekel Tsur wrote: But what if I want to keep my preferred behaviour ? Just to get it right: Your prefered behaviour is 'change-to-cal L change-to-normal' to enter \mathcal{L}?

Re: [PATCH] Help wanted with FormPara

2002-01-09 Thread John Levon
On Wed, Jan 09, 2002 at 10:41:39AM +, Angus Leeming wrote: Actually, this looks suspicious. par_ is the pointer to the paragraph whose parameters originally filled the dialog. It should be reset only on a restore. I think you want: Paragraph const * p = getCurrentParagraph();

Re: Bug #50: Minibuffer completion drop down and mouse selection

2002-01-09 Thread John Levon
On Wed, Jan 09, 2002 at 09:30:18AM +, Angus Leeming wrote: Shouldn't you rather be catching a loss of focus and closing the browser by setting a callback? I'm pretty sure this can be done with XForms but I've never tried. Yes, this is easy enough. Just need a pre-handler. I'll have

Re: Bug #50: Minibuffer completion drop down and mouse selection

2002-01-09 Thread Angus Leeming
On Wednesday 09 January 2002 5:54 pm, John Levon wrote: On Wed, Jan 09, 2002 at 09:30:18AM +, Angus Leeming wrote: Shouldn't you rather be catching a loss of focus and closing the browser by setting a callback? I'm pretty sure this can be done with XForms but I've never tried.

Re: Merging LaTeX preamble with Document Layout

2002-01-09 Thread Jean-Marc Lasgouttes
dochawk == dochawk [EMAIL PROTECTED] writes: dochawk jmarc jmubmled, John == John Levon [EMAIL PROTECTED] writes: John as for the tab suggestion, I'd rather not - tabs suck ! Why? dochawk mousey. Extra reach click. Not as natural to access fromthe dochawk keybaord. So poorly and

bug in ascii-export, latest cvs

2002-01-09 Thread Herbert Voss
the lyxtext snip- A Test for ASCII export. \begin_inset LatexCommand \cite{key-1} \end_inset snip- is exported to ascii as snip- A Test for ASCII export.[key-1]export. snip- attached is the demofile. Herbert --

more bugs in ascii-export, latest cvs

2002-01-09 Thread Herbert Voss
the lyxtext snip- \begin_inset Quotes gld \end_inset \begin_inset Formula $a$ \end_inset enter \begin_inset Formula $b$ \end_inset enter \begin_inset Formula $\times $ \end_inset \begin_inset Quotes grd \end_inset . snip- in short form as

Re: more bugs in ascii-export, latest cvs

2002-01-09 Thread Herbert Voss
sorry forgot the third one: snip- \family typewriter pstricks \family default ( \begin_inset LatexCommand \url{CTAN:/graphics/pstricks/} \end_inset ) ist nichts weiter als ein Frontend für snip- in short form an URL in () written:

bug in table - latest cvs

2002-01-09 Thread Herbert Voss
can somebody confirm? a cell is like: -snip row topline=true bottomline=false endhead=false endfirsthead=false endfoot=false endlastfoot=false newpage=false cell multicolumn=0 alignment=left valignment=top topline=true bottomline=false leftline=true

Re: more bugs in ascii-export, latest cvs

2002-01-09 Thread Michael Koziarski
At 07:57 PM 1/9/02 +0100, Herbert Voss wrote: sorry forgot the third one: snip- \family typewriter pstricks \family default ( \begin_inset LatexCommand \url{CTAN:/graphics/pstricks/} \end_inset ) ist nichts weiter als ein Frontend für snip- in short form an

Re: bug in table - latest cvs

2002-01-09 Thread Michael Koziarski
At 08:42 PM 1/9/02 +0100, Herbert Voss wrote: can somebody confirm? a cell is like: -snip row topline=true bottomline=false endhead=false endfirsthead=false endfoot=false endlastfoot=false newpage=false cell multicolumn=0 alignment=left valignment=top

Font in menus

2002-01-09 Thread Dekel Tsur
Recently, the font in the menus became bold. Is it intentional ?

Re: Bug #50: Minibuffer completion drop down and mouse selection

2002-01-09 Thread John Levon
On Wed, Jan 09, 2002 at 06:14:23PM +, Angus Leeming wrote: little thing when there are much more serious problems elsewhere ! Well, I just looked at the list of bugs assigned to me. Non of them are serious, so I just started at the beginning. it is only default assignment by

Re: Font in menus

2002-01-09 Thread John Levon
On Wed, Jan 09, 2002 at 11:08:32PM +0200, Dekel Tsur wrote: Recently, the font in the menus became bold. Is it intentional ? actually a bug got fixed (by Angus) check your preferences and change the menu settings to medium instead of bold. regards john -- I went to set up a Yahoo ID for

Re: Font in menus

2002-01-09 Thread Dekel Tsur
On Wed, Jan 09, 2002 at 09:22:33PM +, John Levon wrote: On Wed, Jan 09, 2002 at 11:08:32PM +0200, Dekel Tsur wrote: Recently, the font in the menus became bold. Is it intentional ? actually a bug got fixed (by Angus) check your preferences and change the menu settings to medium

Re: Font in menus

2002-01-09 Thread John Levon
On Wed, Jan 09, 2002 at 11:31:03PM +0200, Dekel Tsur wrote: I've done that and now the menus are OK. But now the font of the upper tab row in preferences is not bold. ok, weird, form_preferences.fd didn't have the style as bold font. but when I changed it, it made no difference ... Allan ?

Re: Printing selected pages

2002-01-09 Thread Allan Rae
On 9 Jan 2002, Jean-Marc Lasgouttes wrote: Allan == Allan Rae [EMAIL PROTECTED] writes: Allan My `info dvips` does not mention the equals sign. It's from Allan tetex-1.0.7. I imagine Garst is also in the same boat. Hmmm... lapinot: dvips -v This is dvips(k) 5.86e Copyright 2001 Radical

Re: [Devel] Re: Printing selected pages

2002-01-09 Thread Allan Rae
On Wed, 9 Jan 2002, Jose Abilio Oliveira Matos wrote: On Wednesday 09 January 2002 09:10, Allan Rae wrote: My `info dvips` does not mention the equals sign. It's from tetex-1.0.7. I imagine Garst is also in the same boat. dvips -v This is dvips(k) 5.86 Copyright 1999 Radical Eye

Re: Font in menus

2002-01-09 Thread Allan Rae
On Wed, 9 Jan 2002, John Levon wrote: On Wed, Jan 09, 2002 at 11:31:03PM +0200, Dekel Tsur wrote: I've done that and now the menus are OK. But now the font of the upper tab row in preferences is not bold. ok, weird, form_preferences.fd didn't have the style as bold font. but when I

Re: Font in menus

2002-01-09 Thread John Levon
On Thu, Jan 10, 2002 at 01:53:59PM +1000, Allan Rae wrote: What's wrong with that? Does it do it after a restart? If so, _then_ we have a problem. I'm recompiling now after updating so will have to have lunch and try it when I get back. yes. I suppose you need to override the default or

Re: [Devel] Mysterious bug #1

2002-01-09 Thread Allan Rae
On Wed, 9 Jan 2002, Michael Schmitt wrote: Hi, since about two weeks, I have a mysterious problem with LyX: When I start it, the size of its window is bigger than the area that is actually used. After changing the window size, the output is synchronized. Sounds strange, doesn't it? Does

Re: Font in menus

2002-01-09 Thread Allan Rae
On Thu, 10 Jan 2002, John Levon wrote: On Thu, Jan 10, 2002 at 01:53:59PM +1000, Allan Rae wrote: What's wrong with that? Does it do it after a restart? If so, _then_ we have a problem. I'm recompiling now after updating so will have to have lunch and try it when I get back. yes. I

Re: more bugs in ascii-export, latest cvs

2002-01-09 Thread Andre Poenitz
snip- $a$ enter$b$enterenter$\times $enterenterenterenter. snip- Does not directly like mathed's fault. How desperately do you need this working? Andre' -- André Pönitz .. [EMAIL PROTECTED]

Semi Regular Bug Update

2002-01-09 Thread Michael Koziarski
Hey guys, Once again I'll summarise bugzilla's current list of blockers for 1.2.0pre1 for those of you with intermittent web access. This is the list of bugs with a target milestone of 1.2.0pre1. One of them does *not* crash lyx (#11).

Re: more bugs in ascii-export, latest cvs

2002-01-09 Thread Herbert Voss
Andre Poenitz wrote: snip- $a$ enter$b$enterenter$\times $enterenterenterenter. snip- Does not directly like mathed's fault. How desperately do you need this working? I always send a pdf- and ascii-output to my publisher. So I think it could be a good

Re: [Further patch] Re: How would you like this?

2002-01-09 Thread Martin Vermeer
OK, here comes a further patch to make the styles/fonts panel use LFUN's. So now you can select a piece of a math expression and toggle its font attributes individually. I'm sorry for adding a few more LFUN's to the mess ;-) I noticed two BUGS that I don't remember seeing reported: 1. Toggling

Re: spellchecker crash

2002-01-09 Thread Asger K. Alstrup Nielsen
On Tue, 8 Jan 2002, Lars Gullik Bjønnes wrote: > if fl_get_browser_line can return null, then it must be > > char const * tmp = fl_get_browser_line(...); > string blah = (tmp ? tmp : ""); I think you meant string blah = tmp ? tmp : string(); Never use "" as a substitute for string(). It's

Re: More bugs (=new list)

2002-01-09 Thread Kayvan A. Sylvan
On Tue, Jan 08, 2002 at 09:33:30PM -0500, Larry Kollar wrote: > > Jean-Marc Lasgouttes wrote: > > > >> I know how to fix that and will do so next week (once I can enjoy > > >> celibacy again...). > > > > Kayvan> This sounds interesting... Do tell. ;-) > > > > What? The fix or the celibacy?

Re: How would you like this?

2002-01-09 Thread Andre Poenitz
On Tue, Jan 08, 2002 at 08:39:16PM +0200, Dekel Tsur wrote: > > Now *that's* one I'd really like easily accessible. > > Type \mathbb But not everybody knows the 'mathbb' password by heart... I actually like the idea of putting some often used font stuff in the panel and do not really care

Re: How would you like this?

2002-01-09 Thread Andre Poenitz
On Tue, Jan 08, 2002 at 08:58:18PM +0200, Martin Vermeer wrote: > Sort of. I.e. the pop-up works, \displaystyle (and the other styles) > work, but \mathcal etc. only work one character at a time. That's intended behaviour. > But I feel that's a mathed problem rather than a front-end UI issue, >

Re: How would you like this?

2002-01-09 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Okay, that can be done. (Not separate pop-ups; a lot of work Martin> and anyway these two things are sort-of related. I can change Martin> the window title and perhaps put headers over the columns in Martin> the pop-up. That's

Re: Printing selected pages

2002-01-09 Thread Jean-Marc Lasgouttes
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: Allan> I'm open to suggestions on how to handle this. The numbers you Allan> enter are fed to dvips (or whatever print command you have Allan> set). So after inspecting the `info dvips` I'd say: you're Allan> screwed. Why? The info page

Re: More bugs (=new list)

2002-01-09 Thread Jean-Marc Lasgouttes
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: >> No, no... how do you ENJOY it??? Kayvan> Yes, that was indeed my question. ;-) Note that my messsage was posted on friday. JMarc

Re: Merging "LaTeX preamble" with "Document Layout"

2002-01-09 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> as for the tab suggestion, I'd rather not - tabs suck ! Why? JMarc

RE: cosmetic line-breaking with quote insets

2002-01-09 Thread Allan Rae
On Tue, 8 Jan 2002, Juergen Vigna wrote: > > On 08-Jan-2002 Allan Rae wrote: > > > > If you have a sentence that is longer than a line and ends with a > > quoted string, something like "fred", then LyX currently will "break > > " the line just like that (pushing the trailing quote inset onto a >

Re: [PATCH] Help wanted with FormPara

2002-01-09 Thread Angus Leeming
On Tuesday 08 January 2002 7:42 pm, John Levon wrote: > On Tue, Jan 08, 2002 at 07:31:23PM +, Angus Leeming wrote: [snip future ways forward] > Again, what is /actually/ wrong with the current code + my patch ? I can't > see the problem; it seems getCurrentParagraph is returning different

Re: Bug #50: Minibuffer completion drop down and mouse selection

2002-01-09 Thread Angus Leeming
On Wednesday 09 January 2002 6:02 am, Allan Rae wrote: > On Tue, 8 Jan 2002, John Levon wrote: > > > On Tue, Jan 08, 2002 at 07:42:06PM +, Angus Leeming wrote: > > > > > This is what I was doing. Open the dropdown and with it open move the main > > > window. The drop down remains in its

Re: cosmetic line-breaking with quote insets

2002-01-09 Thread Andre Poenitz
On Wed, Jan 09, 2002 at 07:03:24PM +1000, Allan Rae wrote: > My hero! Hooray! Jürgen, you're the greatest! You can do anything! Yes. But it's not polite to put your fingers in open sores on Wednesdays. Andre' -- André Pönitz .. [EMAIL PROTECTED]

Re: Minor mathed nitpick

2002-01-09 Thread Angus Leeming
On Tuesday 08 January 2002 8:10 pm, Dekel Tsur wrote: > On Tue, Jan 08, 2002 at 06:57:42PM +, Angus Leeming wrote: > > On Tuesday 08 January 2002 6:42 pm, Dekel Tsur wrote: > > > On Tue, Jan 08, 2002 at 04:56:14PM +, Angus Leeming wrote: > > > > With the fancy font display stuff enabled,

Re: Printing selected pages

2002-01-09 Thread Jean-Marc Lasgouttes
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: Allan> My `info dvips` does not mention the equals sign. It's from Allan> tetex-1.0.7. I imagine Garst is also in the same boat. Hmmm... lapinot: dvips -v This is dvips(k) 5.86e Copyright 2001 Radical Eye Software (www.radicaleye.com)

Re: How would you like this?

2002-01-09 Thread Martin Vermeer
On Wed, Jan 09, 2002 at 09:28:12AM +0100, Andre Poenitz wrote: > > te: > > Sort of. I.e. the pop-up works, \displaystyle (and the other styles) > > work, but \mathcal etc. only work one character at a time. > > That's intended behaviour. > > > But I feel that's a mathed problem rather than a

Re: [PATCH] Help wanted with FormPara

2002-01-09 Thread Angus Leeming
On Tuesday 08 January 2002 6:03 pm, John Levon wrote: > Try the below patch. The ehaviour seems totally random: sometimes a fixed-width > cell allows the dialog, sometimes it doesn't. I have NO idea why. Juergen, Angus, > can you look please ? > > thanks > john > > > Index: FormParagraph.C >

  1   2   >