Re: FINISHED_UP/DOWN/...

2002-07-14 Thread Juergen Vigna
Dekel Tsur wrote: > Why do we need FINISHED_UP et al. ? > These are used only when exiting an inset with a cursor key (namely LFUN_UP > et al. is called), so the direction is known according to the action. > So, why can't we have something like > >result = lockinginset->localDispatch(..,actio

Re: minibuffer design problems

2002-07-14 Thread Juergen Vigna
John Levon wrote: > I don't think you understand: they are two entirely separate UI objects, > both visible at once. I don't think they are visible at once. There is or the message bar or the input buffer visible (well they have the same design so you won't notice. But they use the same space. Do

Your Graphics Are Done!

2002-07-14 Thread Derek
Premier Digial Designs: Graphic design, photograph, image art manipulation and retouching... We can assist you. Call us for your design needs... CD's • Advertising • One Sheets • Video Boxes • Movie • Key Art • Brochures • Logos ... and more!!! = Premier Digital Designs 8235 Santa Monic

Interesting project

2002-07-14 Thread John Levon
http://www.miwie.org/tex-refs/ It would be pretty easy to xslt this into context-sensitive help files. This might be particularly useful for mathed. Something to keep an eye on anyhoo regards john -- "Be sure of this, O young ambition, all mortal greatness is but disease." - Hermann

Re: Qt frontend TODO list

2002-07-14 Thread John Levon
On Sun, Jul 14, 2002 at 10:12:58PM +0200, Jean-Marc Lasgouttes wrote: > What does klyx do? I fixed it. QSocketNotifier doubles as a select() on pipes (I tested with gbib) regards john -- "Be sure of this, O young ambition, all mortal greatness is but disease." - Hermann Melville

Re: Qt frontend TODO list

2002-07-14 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Thu, Jul 11, 2002 at 02:16:48PM +0200, Juergen Vigna wrote: >> We didn't port LyXServer to GUII in the meeting because we would >> like to know how you would do the event polling. Please have a look >> at the only xforms specific stu

Re: Exit confirmation preference

2002-07-14 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> On Friday 12 July 2002 4:07 am, John Levon wrote: >> What would people think of making this pref default to /off/ >> >> (Remember it is really "additional exit confirmation" - you still >> get a cancel available if you haven't sav

Re: missing ;

2002-07-14 Thread Edwin Leuven
> Please, what compiler again ? Are you running Mandrake ? The optimized that only runs with valgrind is on a redhat 7.2 system, gcc-c++-2.96-98. Valgrind gives this btw: ==2218== Invalid free() / delete / delete[] ==2218==at 0x400466D9: free (vg_clientfuncs.c:171) ==2218==by 0x805A43

Re: CVS compile failure

2002-07-14 Thread John Levon
On Sun, Jul 14, 2002 at 10:17:11AM -0700, Kayvan A. Sylvan wrote: > formulamacro.C:40: sstream: No such file or directory Should be "Lsstream.h" john -- "Be sure of this, O young ambition, all mortal greatness is but disease." - Hermann Melville

CVS compile failure

2002-07-14 Thread Kayvan A. Sylvan
This is the automated lyx RPM build, using "make dist": g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../../boost -isystem /usr/X11R6/include -O2 -m486 -fno-strength-reduce -W -Wall -c formulamacro.C -Wp,-MD,.deps/formulamacro.TPlo formulamacro.C:40: sstream: No such file or directory -

Re: CVS coredump

2002-07-14 Thread John Levon
On Sun, Jul 14, 2002 at 05:22:18PM +0200, Kornel Benko wrote: > There are still the unpredictable selections when you click at normal text > while being with the cursor in a formula. This is probably a result of the preview stuff I suppose. Please open a bugzilla bug, with a testcase, if you hav

Re: CVS coredump

2002-07-14 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Sunday 14 July 2002 17:18, John Levon wrote: ... > > beyond turning off optimisation, I don't have any great suggestions :( There are still the unpredictable selections when you click at normal text while being with the cursor in a formula. Kornel -

Re: CVS coredump

2002-07-14 Thread John Levon
On Sun, Jul 14, 2002 at 05:07:21PM +0200, Kornel Benko wrote: > -BEGIN PGP SIGNED MESSAGE- > > On Sunday 14 July 2002 16:06, John Levon wrote: > > What compiler ? What RPM version (if appropriate) ? Are you sure it's > > the latest available for your distro ? > > gcc -v > Reading

Re: missing ;

2002-07-14 Thread John Levon
On Sun, Jul 14, 2002 at 05:03:37PM +0200, Kornel Benko wrote: > > Then you're running a lyx version from last week. Please always "cvs up" > > to the latest CVS before reporting build errors > > John, Makefile.am is not updated! It certainly is, in fact it doesn't even exist in current CVS. re

Re: CVS coredump

2002-07-14 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Sunday 14 July 2002 16:06, John Levon wrote: > What compiler ? What RPM version (if appropriate) ? Are you sure it's > the latest available for your distro ? gcc -v Reading specs from /usr/lib/gcc-lib/i486-suse-linux/2.95.3/specs It is the latest Su

Re: missing ;

2002-07-14 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Sunday 14 July 2002 16:05, John Levon wrote: > Then you're running a lyx version from last week. Please always "cvs up" > to the latest CVS before reporting build errors John, Makefile.am is not updated! in this directory. I edited it, and now it's working,

Re: missing ;

2002-07-14 Thread John Levon
On Sun, Jul 14, 2002 at 04:25:17PM +0200, Edwin Leuven wrote: > > Whoops ! Something horrible is going on. Try building w/o optimisation. > > lyx runs without optimization, in fact with optimization running lyx would > fail but running lyx with valgrind wouldn't... Please, what compiler again

Re: missing ;

2002-07-14 Thread Edwin Leuven
> Whoops ! Something horrible is going on. Try building w/o optimisation. lyx runs without optimization, in fact with optimization running lyx would fail but running lyx with valgrind wouldn't... Ed.

Re: CVS coredump

2002-07-14 Thread John Levon
On Sun, Jul 14, 2002 at 01:05:31PM +0200, Kornel Benko wrote: > > I try to recompile w/o. > > Sorry, not reproducible without optimisation. What compiler ? What RPM version (if appropriate) ? Are you sure it's the latest available for your distro ? regards john -- "Be sure of this, O young a

Re: missing ;

2002-07-14 Thread John Levon
On Sun, Jul 14, 2002 at 09:53:02AM +0200, Kornel Benko wrote: > The only help here was a symbolic link > ln -s xformsImage.C xformsGImage.C Then you're running a lyx version from last week. Please always "cvs up" to the latest CVS before reporting build errors thanks john -- "Be sure of

Re: CVS coredump

2002-07-14 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Sunday 14 July 2002 12:39, Kornel Benko wrote: > At that time cursor was inside a math-formula. > Click with the left-mouse-button outside ==> core. > > I try to recompile w/o. Sorry, not reproducible without optimisation. Kornel - -- Kornel Benko

CVS coredump

2002-07-14 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- Playing with the newest CVS (5 minutes old). ... Updating scrollbar: h 1501, first_y 788, default height 16 scroll: height now 1501 scroll: work_height 2b6 lyx: SIGSEGV signal caught Sorry, you have found a bug in LyX. Please read the bug-reporting instruction

Re: missing ;

2002-07-14 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Saturday 13 July 2002 16:43, John Levon wrote: > touch frontends/qt2/xforms/Makefile.am > > Don't ask me why this is needed. I did not understand, why that would be of any help. There is a line in Makefile.am: XFORMSGIMAGE = xformsGImage.C xformsGIm