Re: eqascii

2002-03-14 Thread Andre Poenitz
On Thu, Mar 14, 2002 at 07:55:18PM +0100, Asger K. Alstrup Nielsen wrote: > A suggestion for Andre: Use eqascii to implement ascii output of > math formulas. Use google to find it. I think I had already a look at it and did not really like the coding. But implementing it similarly to what we ha

Re: ostringstream question

2002-03-14 Thread Andre Poenitz
On Thu, Mar 14, 2002 at 06:32:29PM +, Angus Leeming wrote: > So did I quote you incorrectly? (below) > > > Do I not remember André telling me that code like this is very bad > > practise: > > > > ostringstream word; > > word << "some string"; > > ... > > word.str(""); > > > > because resettin

next guii patch

2002-03-14 Thread John Levon
http://www.movement.uklinux.net/q2.diff.bz2 Mostly cleanups over the other one. Some short description of what's been done so far I think this is a really good opportunity to kill some old cruft and update stuff to the new way of doing things (boost usage etc.). PainterBase renamed Painter to

Re: Lyx

2002-03-14 Thread Allan Rae
On 14 Mar 2002, Jean-Marc Lasgouttes wrote: > It is in cvs, but not released. I am waiting for an excuse to release > 1.1.6fix5 :) Are you going to include that one line fix of Jürgen's for the InsetText code? The one we argued about just before/after fix4 came out. Allan. (ARRae)

Update on Windows build of lyx-1.2.0cvs (please apply patch)

2002-03-14 Thread Kayvan A. Sylvan
In regards to the WinXP build problem reported earlier (See http://bugzilla.lyx.org/show_bug.cgi?id=260 for details), I have some more info. It looks like "ld -r" used by ``libtool --mode=link'' just does not work on Cygwin. Since I managed to build the latest CVS after some work, I thought I w

Re: a symbol for ||| ... |||

2002-03-14 Thread Duncan Simpson
This a a *TeX question... and actually not too hard to answer The simplest \usepckage{zed-csp.sty} and then the symbol is \interleave (as you would expect if you know CSP). Expanding macros tells you \interleave is equivielent to \mathrel{\mathord{\mid}\mkern-2mu\mathord{\mid}\mkern-2mu\mathord{

eqascii

2002-03-14 Thread Asger K. Alstrup Nielsen
Hi, A suggestion for Andre: Use eqascii to implement ascii output of math formulas. Use google to find it. Greets, Asger

Another tiny Literate.lyx fix

2002-03-14 Thread Kayvan A. Sylvan
Looks like my other fix broke build-listerrors. Please apply. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92)

Re: ostringstream question

2002-03-14 Thread Angus Leeming
On Thursday 14 March 2002 6:17 pm, Andre Poenitz wrote: > On Thu, Mar 14, 2002 at 06:15:36PM +, Angus Leeming wrote: > > We certainly haven't used "ends" at all. > > 'ends' is not necessary when using ostringstreams. And one does not have to > handle freezing. > > Andre' So did I quote you

Re: ostringstream question

2002-03-14 Thread Andre Poenitz
On Thu, Mar 14, 2002 at 06:15:36PM +, Angus Leeming wrote: > We certainly haven't used "ends" at all. 'ends' is not necessary when using ostringstreams. And one does not have to handle freezing. Andre' -- André Pönitz .. [EMAIL PROTECTED]

Re: ostringstream question

2002-03-14 Thread Angus Leeming
On Thursday 14 March 2002 6:05 pm, Kuba Ober wrote: Kuba, we have been wondering about whether our use of stringstream was correct. It may well be that it isn't, hence the problems I have been occasionally suffereing from with my (DEC Alpha) implementation of the STL. We certainly haven't use

Re: ostringstream question

2002-03-14 Thread Kuba Ober
On Thursday 07 March 2002 13:10, you wrote: > Do I not remember André telling me that code like this is very bad > practise: > > ostringstream word; > word << "some string"; > ... > word.str(""); > > because resetting the the pointers inside the ostringstream isn't > guaranteed? Instead he suggest

Re: [Fwd: CTAN update -- bmeps 1.0.2]

2002-03-14 Thread Kuba Ober
On Monday 11 March 2002 14:53, you wrote: > On Mon, Mar 11, 2002 at 02:46:56PM +0100, Juergen Spitzmueller wrote: > > Angus Leeming wrote: > > > Incidentally, I have some students here who have convinced themselves > > > that LyX is better than MS word for writing theses (don't know who > > > coul

Re: lyx-devel src/: ChangeLog text.C text2.C undo_funcs.C

2002-03-14 Thread Juergen Vigna
On 14-Mar-2002 John Levon wrote: > On Thu, Mar 14, 2002 at 01:46:43PM +, John Levon wrote: > >> Excellent !!! Shall test soon. pre1 is at hand ... > > but what's the purpose of the #if 0'd code in text2.C ? The ChangeLog is your friend ;) Jug -- -._-._-._-._-._-._-._-._-._-._-

Re: configure question

2002-03-14 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Thanks for the info, JMarc. I will try it. Incidentally, I Angus> found that, in order to get the configure test to run properly: Angus> LYX_USE_XFORMS_IMAGE_LOADER Angus> I had to define CPPFLAGS=-I/usr/local/include rather than

BadWindow

2002-03-14 Thread John Levon
I really see no other option. Whilst the previous ones could be traced to a known point, and a seemingly successful workaround has been applied, the problem I /can/ reproduce doesn't happen with -sync, so there is nothing more I can do. sorry (and please apply), john -- I am a complete moron fo

Re: hmpf

2002-03-14 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Koziarski <[EMAIL PROTECTED]> writes: Michael> I think I do this more than anyone else -- Applied anyway :) JMarc

Re: lyx-devel src/: ChangeLog text.C text2.C undo_funcs.C

2002-03-14 Thread John Levon
On Thu, Mar 14, 2002 at 01:46:43PM +, John Levon wrote: > Excellent !!! Shall test soon. pre1 is at hand ... but what's the purpose of the #if 0'd code in text2.C ? john -- I am a complete moron for forgetting about endianness. May I be forever marked as such.

Re: lyx-devel src/: ChangeLog text.C text2.C undo_funcs.C

2002-03-14 Thread John Levon
On Thu, Mar 14, 2002 at 02:40:20PM +, [EMAIL PROTECTED] wrote: > Log message: > Fix deleting of paragraphs after undo (fix #236). Excellent !!! Shall test soon. pre1 is at hand ... thanks john -- I am a complete moron for forgetting about endianness. May I be forever marked as such.

Re: [PATCH] Lar's optimisation font patch broken

2002-03-14 Thread John Levon
On Thu, Mar 14, 2002 at 11:53:32AM +0100, Jean-Marc Lasgouttes wrote: > Why should it? Did anybody tell you that italic and emph are the same? > They lied. d'oh. remind me never to report bugs after midnight ... john -- I am a complete moron for forgetting about endianness. May I be forever m

Re: [PATCH] Lar's optimisation font patch broken

2002-03-14 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> new doc John> type a John> apply dialog italic John> type b John> <-- icon doesn't change Why should it? Did anybody tell you that italic and emph are the same? They lied. John> press emph icon (so it becomes on) John> type c Jo

Re: a symbol for ||| ... |||

2002-03-14 Thread Jules Bean
On Thu, Mar 14, 2002 at 10:16:10AM +0100, Andre Poenitz wrote: > > Does anybody know a symbol like \Vert, but with three lines? You want symbols-a4.ps from CTAN http://www.ctan.org/tex-archive/info/symbols/comprehensive/ Short answer: Stmaryrd appears to include one to be used as an operator,

feature request

2002-03-14 Thread Andre Poenitz
Would anybody of the GUI people be so kind and built a small dialog to create math macros? It basically just has to ask for a name and a one-digit-number (defaulting to 0 if possible) and call "math-macro "? Andre' -- André Pönitz .. [EMAIL PROTECTE

Re: Lyx

2002-03-14 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> On 14-Mar-2002 Allan Rae wrote: >> Jürgen, is this an easy fix you could backport to 1.1.6? Juergen> But didn't Jean-Marc not fix this already? I think yes. Tell Juergen> him to use the latest fix release. It is in cvs, but

Re: Tooltips revamp

2002-03-14 Thread Jean-Marc Lasgouttes
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: >> No, because the tooltips are designed to be lengthy, helpful and >> annoying when you do not need them. So it is reasonable to turn >> them off by default. Allan> I don't see a problem. Sure, some of the tooltips are long but Allan> you

Re: Lyx

2002-03-14 Thread Jean-Marc Lasgouttes
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: Allan> On Thu, 14 Mar 2002, Marianne Doyle wrote: >> Dear Dr Rae, Allan> I'm still only a mister :( but I'm working on it! >> Ian Mortimer from the physics dept said you may be able to help me >> with a lyx problem. >> >> Is there any way

Re: Keyboard handling

2002-03-14 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Wed, Mar 13, 2002 at 09:44:55PM +, John Levon wrote: >> John> stupid question, but how do normal keypresses like 'a' end up so John> that a lookup() in the kbmap returns LFUN_INSERT ??? Look in lib/bind/latinkeys.bind JMarc

a symbol for ||| ... |||

2002-03-14 Thread Andre Poenitz
Does anybody know a symbol like \Vert, but with three lines? Andre' -- André Pönitz .. [EMAIL PROTECTED]

Re: Lyx

2002-03-14 Thread Juergen Vigna
On 14-Mar-2002 Allan Rae wrote: > Jürgen, is this an easy fix you could backport to 1.1.6? But didn't Jean-Marc not fix this already? I think yes. Tell him to use the latest fix release. Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen Vigna