XHTML and website ideas

2002-11-27 Thread Allan Rae
While searching with Google to try to find some other sites on the web that are proud to use XHTML-strict for their web site (in particular anyone else who uses instead of for formatting) I found a nice menu structure at: http://www.webstandards.org/ I quite like their separation of en

Re: The math crash

2002-11-27 Thread Darren Freeman
Just an update. I don't know if anything changed in the CVS or not, but here's another trace obtained in the same manner as before, cvs update, make, lyxdbg.. etc. Darren LyX 1.3.0cvs of Fri, May 3, 2002 Built on Nov 28 2002, 14:27:15 Configuration Host type: i686-pc-linux

Re: native Windows LyX?

2002-11-27 Thread Darren Freeman
Maybe check out Knoppix - it's a Linux distribution that exists entirely on CD and memory - no HD required. If it already has LyX then great, if not then maybe look into adding it. At any rate it's a complete system that you can take to somebody's desk and boot from. It spends a few minutes detecti

Re: cursor up/down

2002-11-27 Thread John Levon
On Wed, Nov 27, 2002 at 01:54:46PM +0100, Andre Poenitz wrote: > The "big change" is to let 'setCursorFromCoordinates' descent into insets. > The necessary code was already present in the handler for LFUN_DOWN, but > not used by e.g. LFUN_NEXT. So apart from removing code that I did not > understa

Re: Extremely fast scrolling bug - please confirm

2002-11-27 Thread John Levon
On Tue, Nov 19, 2002 at 11:42:00AM +, Laurence Tyler wrote: > The behaviour I see is that clicking in the scroll bar trough of a long > document scrolls down by one window's worth immediately (as it should), > but then the delay before starting to repeat the scrolling action is > very short

Re: Multilingual spell checking (with possible design changes)

2002-11-27 Thread John Levon
On Thu, Nov 21, 2002 at 05:54:01PM -0500, Alexey Spiridonov wrote: > Here's the file: can you file a bug on bugzilla.lyx.org, and attach the failing document ? thanks john

Qdocument UI issues

2002-11-27 Thread John Levon
o it takes a long time to appear (1s +). probably bullets, we should load on deman o "Packages" is not very helpful. It exposes internal details user doesn't care about o there is no point in the title in the panes, the selected item in the chooser to the left should be good enough o layout-

bug 733 - switching chapter style doesn't work

2002-11-27 Thread John Levon
If you switch article class then chapter styles are not updated visually. Lars ? It works with sections. btw, the par argument to SwitchLayoutsBetweenClasses seems completely unnecessary regards john -- "Millions of fingers! Millions of thumbs! Millions of monkeys Drumming on drums!"

CVS: form_aboutlyx.C:17: syntax error before `*'. Build error.

2002-11-27 Thread Rob Lahaye
Hi, g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src -I./.. -I../../../../src -isystem /usr/X11R6/include -g -O -Wno-non-template-friend -ftemplate-depth-30 -W -Wall -c form_aboutlyx.C -Wp,-MD,.deps/form_aboutlyx.TPlo form_aboutlyx.C:17: syntax error before `*' form_aboutlyx.C:22: syntax error before

Re: [PATCH] QTabular

2002-11-27 Thread John Levon
On Wed, Nov 27, 2002 at 10:01:52PM +0100, Juergen Spitzmueller wrote: > attached applying you should be able to dig the setEnabled stuff out of the attached regards john -- "Millions of fingers! Millions of thumbs! Millions of monkeys Drumming on drums!" Index: qsetborder.C ==

Re: The math crash

2002-11-27 Thread John Levon
On Wed, Nov 27, 2002 at 10:08:14PM +, Angus Leeming wrote: > Can't see nothing wrong with this... > > void fl_set_object_label(FL_OBJECT * ob, const char *label) { > ... > if (!label) > label = ""; > ... > ob->label = fl_realloc(ob->label, strlen(label) +

Re: The math crash

2002-11-27 Thread Angus Leeming
On Wednesday 27 November 2002 8:14 pm, John Levon wrote: > #6 0x40414114 in chunk_realloc (ar_ptr=0x404b4680, oldp=0x8418c04, > oldsize=4294967292, nb=16) at malloc.c:3390 #7 0x40413dc1 in > __libc_realloc (oldmem=0x8418c0c, bytes=7) at malloc.c:3286 #8 0x400d400d > in fl_set_object_label (ob=0x

Re: [PLEASE HELP!] The epsi nightmare

2002-11-27 Thread Herbert Voss
Jean-Marc Lasgouttes schrieb: So eps2eps is crap (I get the same result as you do). We need to get rid of it. Two solutions: - replace eps2eps by a perl/whatever script that removes the preview from the epsi. However it seems that it is not enough (see below) - get rid of epsi support (I tend

reLyX and tables

2002-11-27 Thread Christian Ridderström
Hi I was trying to convince a friend to change from latex to lyx and tried running reLyX on one of her .tex-files. Running reLyX on the following (a much reduced example) produces a problem in the .lyx-file that's difficult to find... \documentclass{article} \begin{document}

bibtex2lyx

2002-11-27 Thread Angus Leeming
You know all those irritating problems that we have parsing BibTeX databases... You know about the really horrible mess that is the code that does the parsing... Attached is a first go at a script to generate a LyX buffer from a BibTeX database. It seems to work really well, although I'm sure

Re: [PLEASE HELP!] The epsi nightmare

2002-11-27 Thread Christian Ridderström
On 27 Nov 2002, Jean-Marc Lasgouttes wrote: > > OK, enough is enough. I _want_ to release 1.2.2 rsn and this epsi > situation is getting on my nerves :) I'd appreciate any help on > this... Read below on how you can help. > > What is this %%EndImage doing there? Does it make any sense in epsi? >

Re: [PATCH] QTabular

2002-11-27 Thread Juergen Spitzmueller
John Levon wrote: > please re diff (sorry) attached (note that I have also modified one of your changes) Jürgen. Index: src/frontends/qt2/ChangeLog === RCS file: /cvs/lyx/lyx-devel/src/frontends/qt2/ChangeLog,v retrieving revision 1.

Re: native Windows LyX?

2002-11-27 Thread Nirmal Govind
> > AFAIK you can use QT for Windows in GPL projects (LyX _is_ GPL, > > right?), so maybe QT port will run without problems? > > There are patches from somebody (sorry I've forgotten your name !) but > we haven't heard from them for a while ... Wow.. I would really love to get my hands on that if

Re: Qtabular

2002-11-27 Thread Juergen Spitzmueller
John Levon wrote: > Juergen, I do not think we need the qsetborder enabled/disabled thing. > You cannot place the cursor on the "secret" cell inside a multi-column > cell, so the tests are meaningless, only one case will ever happen. It does certainly not harm, but the users might be confused that

Re: native Windows LyX?

2002-11-27 Thread John Levon
On Wed, Nov 27, 2002 at 09:22:48PM +0100, Jacek Pop?awski wrote: > AFAIK you can use QT for Windows in GPL projects (LyX _is_ GPL, right?), so > maybe QT port will run without problems? There are patches from somebody (sorry I've forgotten your name !) but we haven't heard from them for a while .

Re: [PATCH] QTabular

2002-11-27 Thread John Levon
On Wed, Nov 27, 2002 at 09:07:07PM +0100, Juergen Spitzmueller wrote: > fixed. please re diff (sorry) john -- "Millions of fingers! Millions of thumbs! Millions of monkeys Drumming on drums!"

Re: native Windows LyX?

2002-11-27 Thread Jacek Popławski
On Wed, Nov 27, 2002 at 01:24:49PM -0500, Nirmal Govind wrote: > Hi.. I'm guessing someone's asked this before but anyways - is there any > plan to have a Windows version of LyX, i.e. a native Win version (so > that one doesn't need Cygwin and an X server).. AFAIK you can use QT for Windows in GP

Qtabular

2002-11-27 Thread John Levon
Juergen, I do not think we need the qsetborder enabled/disabled thing. You cannot place the cursor on the "secret" cell inside a multi-column cell, so the tests are meaningless, only one case will ever happen. If you disagree, please explain. I have a patch for setEnabled() that I saved, if we ne

The math crash

2002-11-27 Thread John Levon
#6 0x40414114 in chunk_realloc (ar_ptr=0x404b4680, oldp=0x8418c04, oldsize=4294967292, nb=16) at malloc.c:3390 #7 0x40413dc1 in __libc_realloc (oldmem=0x8418c0c, bytes=7) at malloc.c:3286 #8 0x400d400d in fl_set_object_label (ob=0x841cad0, label=0x841cb3c "Cancel") at objects.c:579 #9 0x081f

Re: [PATCH] QTabular

2002-11-27 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > 3.) The keyboard focus is always on "add column". This means, when the user > presses enter to "apply" e.g. a width value, a column is also added. fixed. > 4.) hAlign: outside a multicolumn, block alignment is allowed, but not > inside a multicolumn (at least in the

Re: [patch] alignment in status line

2002-11-27 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Wed, Nov 27, 2002 at 08:24:00PM +0100, Lars Gullik Bjønnes wrote: > >> >> When fiddling with and checking alignmeng and indentation issues I >> really wanted this. > | And why is this useful for the *user* ? If you set the alignment of a paragraph this

Re: [patch] alignment in status line

2002-11-27 Thread John Levon
On Wed, Nov 27, 2002 at 08:24:00PM +0100, Lars Gullik Bjønnes wrote: > > When fiddling with and checking alignmeng and indentation issues I > really wanted this. And why is this useful for the *user* ? > It only works for boot.format now, but that is easy to fix if we > decide to put this patch

[patch] alignment in status line

2002-11-27 Thread Lars Gullik Bjønnes
When fiddling with and checking alignmeng and indentation issues I really wanted this. It only works for boot.format now, but that is easy to fix if we decide to put this patch in. Opinions? Index: src/bufferview_funcs.C === RCS fi

bugzilla.lyx.org frontpage

2002-11-27 Thread Christian Ridderström
Hi A while back someone suggested it was time to update the starting page at http://bugzilla.lyx.org/ and I made a suggestion that can be found here: http://www.md.kth.se/~chr/lyx/bugzilla/bugzilla.lyx.org.shtml and since it didn't get any real protests, mabye someone could app

Re: Indenting left justified paragraphs

2002-11-27 Thread Lars Gullik Bjønnes
"Garst R. Reese" <[EMAIL PROTECTED]> writes: | Alice tells me this is a regression from a previous (?) version. Are you sure this is a regression? -- Lgb

bug 535

2002-11-27 Thread Angus Leeming
Why am I the owner of bug 535? I know nothing at all about the undo code. Could it be re-assigned to someone who might be able to fix it one day. Angus

native Windows LyX?

2002-11-27 Thread Nirmal Govind
Hi.. I'm guessing someone's asked this before but anyways - is there any plan to have a Windows version of LyX, i.e. a native Win version (so that one doesn't need Cygwin and an X server).. reason I ask is I made a presentation on LyX (actually, more of a demo) in my department here and a LOT of pe

Re: Mathed segfault trace

2002-11-27 Thread Angus Leeming
On Wednesday 27 November 2002 5:05 pm, Darren Freeman wrote: > > and adding "active_(0)" to the ControlMath c-tor made no difference? > > Angus > > Doing the following upon receipt of this email: > > cvs update (noticed that ControlMath.c was patched) > make(nothing weird) > lyxdbg > > Cli

Re: cursor up/down

2002-11-27 Thread John Levon
On Wed, Nov 27, 2002 at 06:11:38PM +0100, Lars Gullik Bjønnes wrote: > So in present state this patch does not improve anything. > We should spend some time seeing if we can get it to work though, this would solve a large number of serious problems. I'll see if I can look at it ... regards john

Re: Indenting left justified paragraphs

2002-11-27 Thread Lars Gullik Bjønnes
"Garst R. Reese" <[EMAIL PROTECTED]> writes: | Alice tells me this is a regression from a previous (?) version. The | indented paragraph just does not work with Left anymore. Obviously it | can and should. | I used /raggedright/parindent36pt to get the desired effect. Ok I see some of these probl

Re: Mathed segfault trace

2002-11-27 Thread Angus Leeming
On Wednesday 27 November 2002 5:05 pm, Darren Freeman wrote: > On Thu, 2002-11-28 at 02:34, Angus Leeming wrote: > > On Wednesday 27 November 2002 3:50 pm, Darren Freeman wrote: > > > Dear list, > > > > > > Because it's a real bug, and to show of^H^H^H^H^H^H^Htest the script I > > > just posted. >

Re: cursor up/down

2002-11-27 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | The following patch seems to provide a smoother Cursor/Page up/down | than we currently have. I just tested it. Continues page-down flashes between beginnign of document and where the corsor is supposed to be. When the cursor enters an inset it is una

Re: script for easy user debugging

2002-11-27 Thread Darren Freeman
On Thu, 2002-11-28 at 03:27, Angus Leeming wrote: > On Wednesday 27 November 2002 4:44 pm, Darren Freeman wrote: > > On Thu, 2002-11-28 at 02:35, Angus Leeming wrote: > > > On Wednesday 27 November 2002 3:51 pm, Darren Freeman wrote: > > > > Also I noticed that the CVS version has the date of March

Re: Mathed segfault trace

2002-11-27 Thread Darren Freeman
On Thu, 2002-11-28 at 02:34, Angus Leeming wrote: > On Wednesday 27 November 2002 3:50 pm, Darren Freeman wrote: > > Dear list, > > > > Because it's a real bug, and to show of^H^H^H^H^H^H^Htest the script I > > just posted. > > > > See attachment =) > > and adding "active_(0)" to the ControlMath c

Re: Patch: alignment in fixed width columns in a table

2002-11-27 Thread Juergen Vigna
Alain Castera wrote: Investigating further on how to display these settings, I am now in trouble and need your advice : Tabular is now a case (but not the only one) where the alignment may be given by the "context" (e.g. the owner of the text inset, or the layout ...). In such case, it is impossi

Re: Opinion poll

2002-11-27 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Wednesday 27 November 2002 3:24 pm, Angus Leeming wrote: >> Which is preferable, more elegant generated C++ code or simpler code used >> to generate it? The attached fdfix.diff is used to create the diff below. >> >> Should I commit fdfix.diff or leav

Re: New menu structure updated

2002-11-27 Thread John Levon
On Wed, Nov 27, 2002 at 10:56:41AM +0100, Jean-Marc Lasgouttes wrote: > John> Are you thinking context menu here ? > > Jean-Marc> Yes. > > To be more precise, this is just an idea. I am not yet sure it is a > _good_ one. I think it will be a BIG UI win. Especially with tables. But we must be ca

Re: Talkback feature of Mozilla 1.2

2002-11-27 Thread Darren Freeman
On Thu, 2002-11-28 at 02:54, Rob Lahaye wrote: > Darren Freeman wrote: > > > > How would we get a backtrace like that? Spawn gdb, tell it to attach to > > the current process, tell it to backtrace, save the output, all before > > dying? Would that even be possible? > > If you were considering to

[PATCH] QTabular

2002-11-27 Thread Juergen Spitzmueller
I have implemented all functions. Please apply. A few problems are still there. I need help here: 1.) qsetborder: we need some kind of setEnabled method here, because in multicolumn cells, left and right borders are only allowed in some places (see FIXMEs). Edwin, any idea? 2.) qsetborder is

Re: Opinion poll

2002-11-27 Thread Angus Leeming
On Wednesday 27 November 2002 3:24 pm, Angus Leeming wrote: > Which is preferable, more elegant generated C++ code or simpler code used > to generate it? The attached fdfix.diff is used to create the diff below. > > Should I commit fdfix.diff or leave things as they are? > Angus What it suggests i

[PLEASE HELP!] The epsi nightmare

2002-11-27 Thread Jean-Marc Lasgouttes
OK, enough is enough. I _want_ to release 1.2.2 rsn and this epsi situation is getting on my nerves :) I'd appreciate any help on this... Read below on how you can help. > "Rod" == Rod Pinna <[EMAIL PROTECTED]> writes: >> Could you send me a file that does not work well? >> Rod> Attached.

Re: Talkback feature of Mozilla 1.2

2002-11-27 Thread Rob Lahaye
Darren Freeman wrote: How would we get a backtrace like that? Spawn gdb, tell it to attach to the current process, tell it to backtrace, save the output, all before dying? Would that even be possible? If you were considering to go into action when lyx is started the next time after the crash, y

Re: script for easy user debugging

2002-11-27 Thread Angus Leeming
On Wednesday 27 November 2002 3:51 pm, Darren Freeman wrote: > Also I noticed that the CVS version has the date of March 3 - couldn't > somebody update it on the next commit? =) You do this with ./autogen.sh ./configure xyz Angus

Re: Mathed segfault trace

2002-11-27 Thread Angus Leeming
On Wednesday 27 November 2002 3:50 pm, Darren Freeman wrote: > Dear list, > > Because it's a real bug, and to show of^H^H^H^H^H^H^Htest the script I > just posted. > > See attachment =) and adding "active_(0)" to the ControlMath c-tor made no difference? Angus

Re: script for easy user debugging

2002-11-27 Thread Darren Freeman
OK I just added to my script, latest version attached. This was the version I just ran and attached the trace of on my last post. It now prepends lyx --version into the trace to aid with going through the files after the event, and in case the user has an old version. One other thought, if peopl

Mathed segfault trace

2002-11-27 Thread Darren Freeman
Dear list, Because it's a real bug, and to show of^H^H^H^H^H^H^Htest the script I just posted. See attachment =) Ran lyxdbg Clicked File->New Hit ctrl-m Right clicked mathed box Clicked +- Emailed trace =) I think that's easy enough even for me =) And it's fairly obvious from the file what cr

Re: Segfault on math panel

2002-11-27 Thread Angus Leeming
On Wednesday 27 November 2002 3:17 pm, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > | On Wed, Nov 27, 2002 at 04:03:03PM +0100, Lars Gullik Bjønnes wrote: > >> "There is no such thing as a valid naked pointer." > | > | Tell the people who implement boost:: or std::vector

Opinion poll

2002-11-27 Thread Angus Leeming
Which is preferable, more elegant generated C++ code or simpler code used to generate it? The attached fdfix.diff is used to create the diff below. Should I commit fdfix.diff or leave things as they are? Angus = forms/form_document.C: // Th

Re: Indenting left justified paragraphs

2002-11-27 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> "Garst R. Reese" <[EMAIL PROTECTED]> writes: | Alice tells me this Lars> is a regression from a previous (?) version. The | indented Lars> paragraph just does not work with Left anymore. Obviously it | Lars> can and should. | I

Re: Segfault on math panel

2002-11-27 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Wed, Nov 27, 2002 at 04:03:03PM +0100, Lars Gullik Bjønnes wrote: >> "There is no such thing as a valid naked pointer." > | Tell the people who implement boost:: or std::vector<>. > | Anyway, I think it's that time of the year again when it's better t

Re: lyx-devel src/: LyXAction.C src/support/: filetools.C

2002-11-27 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Wednesday 27 November 2002 2:59 pm, Lars Gullik Bjønnes wrote: >> [EMAIL PROTECTED] writes: >> | CVSROOT: /usr/local/lyx/cvsroot >> | Module name: lyx-devel >> | Repository:lyx-devel/src/support/ >> | Changes by:[EMAIL PROTECTE

Re: Segfault on math panel

2002-11-27 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Wednesday 27 November 2002 3:03 pm, Lars Gullik Bjønnes wrote: >> You already did, you forgot to initialize it. >> (and we have done that mistake in a lot of other places as well earlier) > | I can write invalid code with boost::smart_ptrs too you kno

Re: Segfault on math panel

2002-11-27 Thread Andre Poenitz
On Wed, Nov 27, 2002 at 04:03:03PM +0100, Lars Gullik Bjønnes wrote: > "There is no such thing as a valid naked pointer." Tell the people who implement boost:: or std::vector<>. Anyway, I think it's that time of the year again when it's better to leave lyx-devel alone. Things are broken by arbit

Re: Talkback feature of Mozilla 1.2

2002-11-27 Thread Darren Freeman
On Thu, 2002-11-28 at 00:21, Andre Poenitz wrote: > On Thu, Nov 28, 2002 at 12:19:27AM +1030, Darren Freeman wrote: > > There are plenty of possibilities, maybe it's even enough for a separate > > project to create a crash dump library for GPLed projects. The Mozilla > > source might be a good plac

Re: cursor up/down

2002-11-27 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Wed, Nov 27, 2002 at 03:51:53PM +0100, Andre' Poenitz wrote: >> And now please: What about actually testing the patch? > | Ok, forget about the patch. why? -- Lgb

Re: Segfault on math panel

2002-11-27 Thread Angus Leeming
On Wednesday 27 November 2002 3:03 pm, Lars Gullik Bjønnes wrote: > You already did, you forgot to initialize it. > (and we have done that mistake in a lot of other places as well earlier) I can write invalid code with boost::smart_ptrs too you know. > | I would say that this is a > | perfectly v

Re: cursor up/down

2002-11-27 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Wednesday 27 November 2002 2:52 pm, Lars Gullik Bjønnes wrote: >> Andre Poenitz <[EMAIL PROTECTED]> writes: >> | On Wed, Nov 27, 2002 at 01:59:45PM +, Angus Leeming wrote: >> >> This is inconsistent, would't compile on my box and will have Lars >>

Re: Segfault on math panel

2002-11-27 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Wed, Nov 27, 2002 at 02:58:57PM +, Angus Leeming wrote: >> There's no need to make things complicated just for the sake of making things >> complicated. There has to be a real reason too... > | But making things complicated ranks high as a real r

Re: lyx-devel src/: LyXAction.C src/support/: filetools.C

2002-11-27 Thread Angus Leeming
On Wednesday 27 November 2002 2:59 pm, Lars Gullik Bjønnes wrote: > [EMAIL PROTECTED] writes: > | CVSROOT:/usr/local/lyx/cvsroot > | Module name:lyx-devel > | Repository: lyx-devel/src/support/ > | Changes by: [EMAIL PROTECTED]02/11/27 14:46:15 > | > | Modified files: > | ly

Re: Segfault on math panel

2002-11-27 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Wednesday 27 November 2002 2:48 pm, Lars Gullik Bjønnes wrote: >> But do we like all these bald pointers? >> >> void ControlMath::showDaughter(void * key) >> { >> Store::iterator it = daughters_.find(key); >> weak_ptr new_active = >>

Re: cursor up/down

2002-11-27 Thread Angus Leeming
On Wednesday 27 November 2002 2:52 pm, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > | On Wed, Nov 27, 2002 at 01:59:45PM +, Angus Leeming wrote: > >> This is inconsistent, would't compile on my box and will have Lars > >> jumping up and down crying "don't pass const

Re: Segfault on math panel

2002-11-27 Thread Andre Poenitz
On Wed, Nov 27, 2002 at 02:58:57PM +, Angus Leeming wrote: > There's no need to make things complicated just for the sake of making things > complicated. There has to be a real reason too... But making things complicated ranks high as a real reason... Andre' -- Those who desire to give up

Re: cursor up/down

2002-11-27 Thread Andre Poenitz
On Wed, Nov 27, 2002 at 03:51:53PM +0100, Andre' Poenitz wrote: > And now please: What about actually testing the patch? Ok, forget about the patch. 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: cursor up/down

2002-11-27 Thread Andre Poenitz
On Wed, Nov 27, 2002 at 03:52:31PM +0100, Lars Gullik Bjønnes wrote: > const on pod types in signatures have no meaning. I know. But they have a meaning in the .C, namely raising compiler errors when one tries to change them. > So better to leave them out. I ran into a function that modified t

Re: Segfault on math panel

2002-11-27 Thread Angus Leeming
On Wednesday 27 November 2002 2:48 pm, Lars Gullik Bjønnes wrote: > But do we like all these bald pointers? > > void ControlMath::showDaughter(void * key) > { > Store::iterator it = daughters_.find(key); > weak_ptr new_active = > (it == daughters_.end()) ? 0 : it->second;

Re: cursor up/down

2002-11-27 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Wed, Nov 27, 2002 at 01:59:45PM +, Angus Leeming wrote: >> This is inconsistent, would't compile on my box and will have Lars jumping up >> and down crying "don't pass const int". For reasons I've yet to fathom. > | And actually I doubt Lars will

Re: Indenting left justified paragraphs

2002-11-27 Thread Lars Gullik Bjønnes
"Garst R. Reese" <[EMAIL PROTECTED]> writes: | Alice tells me this is a regression from a previous (?) version. The | indented paragraph just does not work with Left anymore. Obviously it | can and should. | I used /raggedright/parindent36pt to get the desired effect. Has this been added to bugzi

Re: Segfault on math panel

2002-11-27 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Wednesday 27 November 2002 12:43 pm, Lars Gullik Bjønnes wrote: >> Angus Leeming <[EMAIL PROTECTED]> writes: >> | On Wednesday 27 November 2002 3:17 am, John Levon wrote: >> | > but I can reproduce your math crash >> | >> | Which also has a silly caus

Re: What happened to all those import options?

2002-11-27 Thread Darren Freeman
On Wed, 2002-11-27 at 20:11, Jean-Marc Lasgouttes wrote: > > "Darren" == Darren Freeman <[EMAIL PROTECTED]> writes: > > Darren> Sounds fairly sensible. Plus the export option needs a dialog. > Darren> I can't maintain a .lyx and a .tex next to each other just in > Darren> case I do an export a

Re: LyX scroll repeat much too fast

2002-11-27 Thread Darren Freeman
On Wed, 2002-11-27 at 20:06, Jean-Marc Lasgouttes wrote: > > "Darren" == Darren Freeman <[EMAIL PROTECTED]> writes: > > Darren> I would like to confirm this since it's been posted and > Darren> ignored a few times =) > > Darren> Also, when making very large selections with the mouse, the > Da

Re: What happened to all those import options?

2002-11-27 Thread Jean-Marc Lasgouttes
> "Darren" == Darren Freeman <[EMAIL PROTECTED]> writes: Darren> On Wed, 2002-11-27 at 19:45, Andre Poenitz wrote: >> On Wed, Nov 27, 2002 at 12:13:50PM +1030, Darren Freeman wrote: > >> In fact it would be nice to have some batch conversion facility >> >> Whats wrong with --export? Darren>

Re: What happened to all those import options?

2002-11-27 Thread Darren Freeman
On Wed, 2002-11-27 at 19:45, Andre Poenitz wrote: > On Wed, Nov 27, 2002 at 12:13:50PM +1030, Darren Freeman wrote: > > In fact it would be nice to have some batch conversion facility > > Whats wrong with --export? I wouldn't know. Does it do what I was asking about? =) I suppose so, or you would

Re: cursor up/down

2002-11-27 Thread Andre Poenitz
On Wed, Nov 27, 2002 at 01:59:45PM +, Angus Leeming wrote: > This is inconsistent, would't compile on my box and will have Lars jumping up > and down crying "don't pass const int". For reasons I've yet to fathom. And actually I doubt Lars will jump as it adds modern cruft ("const" is not even

Re: cursor up/down

2002-11-27 Thread Andre Poenitz
On Wed, Nov 27, 2002 at 01:59:45PM +, Angus Leeming wrote: > This is inconsistent, would't compile on my box That's funny, because it should. > and will have Lars jumping up > and down crying "don't pass const int". For reasons I've yet to fathom. > +++ lyxtext.h 27 Nov 2002 12:43:43 - >

Re: Talkback feature of Mozilla 1.2

2002-11-27 Thread Andre Poenitz
On Thu, Nov 28, 2002 at 12:19:27AM +1030, Darren Freeman wrote: > There are plenty of possibilities, maybe it's even enough for a separate > project to create a crash dump library for GPLed projects. The Mozilla > source might be a good place to start... >From what I've seen so far the Mozilla sou

Re: cursor up/down

2002-11-27 Thread Angus Leeming
On Wednesday 27 November 2002 12:54 pm, Andre Poenitz wrote: > The following patch seems to provide a smoother Cursor/Page up/down > than we currently have. > > As it is fairly intrusive (over 100 lines removed) I would not mind if > someone else had a look. This is inconsistent, would't compile o

Talkback feature of Mozilla 1.2

2002-11-27 Thread Darren Freeman
Dear list, Mozilla 1.2 just came out. I found something interesting at the top of the release announcements page: http://www.mozilla.org/releases/ --8<8<--- Please use Talkback builds whenever possible. Talkback enabled builds allow transmission of crash data back to

Re: compile fails

2002-11-27 Thread Angus Leeming
On Wednesday 27 November 2002 1:35 pm, Andre Poenitz wrote: > On Wed, Nov 27, 2002 at 01:37:28PM +0100, Lars Gullik Bjønnes wrote: > > Please tell what you find out. > > Bold guess: Candidates are: > > std::string::insert(unsigned int, unsigned int, char) > > and > > std::strings::insert(char *

Re: compile fails

2002-11-27 Thread Andre Poenitz
On Wed, Nov 27, 2002 at 01:37:28PM +0100, Lars Gullik Bjønnes wrote: > Please tell what you find out. Bold guess: Candidates are: std::string::insert(unsigned int, unsigned int, char) and std::strings::insert(char *, unsigned int, char) Arguments given are (int, int, char). Why adding t

Re: compile fails

2002-11-27 Thread Andre Poenitz
On Wed, Nov 27, 2002 at 02:04:05PM +, Edwin Leuven wrote: > had to do the attached to compile They are both already in current CVS. 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: compile fails

2002-11-27 Thread Edwin Leuven
had to do the attached to compile Ed. Index: src/LyXAction.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/LyXAction.C,v retrieving revision 1.140 diff -u -p -r1.140 LyXAction.C --- src/LyXAction.C 27 Nov 2002 10:30:04 - 1.14

cursor up/down

2002-11-27 Thread Andre Poenitz
The following patch seems to provide a smoother Cursor/Page up/down than we currently have. As it is fairly intrusive (over 100 lines removed) I would not mind if someone else had a look. The "big change" is to let 'setCursorFromCoordinates' descent into insets. The necessary code was already pr

Re: Segfault on math panel

2002-11-27 Thread Angus Leeming
On Wednesday 27 November 2002 12:43 pm, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | On Wednesday 27 November 2002 3:17 am, John Levon wrote: > | > but I can reproduce your math crash > | > | Which also has a silly cause (although I can't reproduce it.) Bet it's > | fi

Re: Segfault on math panel

2002-11-27 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Wednesday 27 November 2002 3:17 am, John Levon wrote: | > but I can reproduce your math crash | | Which also has a silly cause (although I can't reproduce it.) Bet it's fixed | by this though: | | ControlMath::ControlMath(LyXView & lv, Dialogs & d

Re: Segfault on math panel

2002-11-27 Thread Angus Leeming
On Wednesday 27 November 2002 3:17 am, John Levon wrote: > but I can reproduce your math crash Which also has a silly cause (although I can't reproduce it.) Bet it's fixed by this though: ControlMath::ControlMath(LyXView & lv, Dialogs & d) - : ControlDialogBD(lv, d) + : ControlDialo

Re: compile fails

2002-11-27 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Wed, Nov 27, 2002 at 01:04:19PM +0100, Lars Gullik Bjønnes wrote: | > | Why? 0u and static_cast(0) are null pointer constants as much | > | as '0'. | > | > yes, that was what I was afraid of. | > but anyhow, did you try 0u? | | Yes, and it works. I

Re: compile fails

2002-11-27 Thread Andre Poenitz
On Wed, Nov 27, 2002 at 01:04:19PM +0100, Lars Gullik Bjønnes wrote: > | Why? 0u and static_cast(0) are null pointer constants as much > | as '0'. > > yes, that was what I was afraid of. > but anyhow, did you try 0u? Yes, and it works. I just wonder why. Maybe I should have a look at integral pr

Re: compile fails

2002-11-27 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Wed, Nov 27, 2002 at 12:46:43PM +0100, Lars Gullik Bjønnes wrote: | > can you try to change this to: | > extension.insert(0u, 1, '.'); | > | > (or | > | > extension.insert(static_cast(0), 1, '.'); | > | > Hopefully t

Re: compile fails

2002-11-27 Thread Edwin Leuven
> can you try to change this to: > extension.insert(0u, 1, '.'); compiling again... Ed.

Re: compile fails

2002-11-27 Thread Andre Poenitz
On Wed, Nov 27, 2002 at 12:50:35PM +0100, Andre' Poenitz wrote: > On Wed, Nov 27, 2002 at 12:46:43PM +0100, Lars Gullik Bjønnes wrote: > > can you try to change this to: > > extension.insert(0u, 1, '.'); It makes a difference. Now, please tell me, why? Andre' -- Those who desire

Re: compile fails

2002-11-27 Thread Andre Poenitz
On Wed, Nov 27, 2002 at 12:53:42PM +0100, Lars Gullik Bjønnes wrote: > No, that is not the correct fix. (even if '.' -> ".") Indeed. Sorry for the wrong commit, this went to the wrong tree... Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they d

Re: compile fails

2002-11-27 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Wed, Nov 27, 2002 at 12:37:23PM +, Edwin Leuven wrote: | > redhat 7.3, gcc-c++-2.96-112 | | Just replace the '.' with "." in that line. No, that is not the correct fix. (even if '.' -> ".") (or am I forgetting a string op?) -- Lgb

Re: compile fails

2002-11-27 Thread Andre Poenitz
On Wed, Nov 27, 2002 at 12:46:43PM +0100, Lars Gullik Bjønnes wrote: > can you try to change this to: > extension.insert(0u, 1, '.'); > > (or > > extension.insert(static_cast(0), 1, '.'); > > Hopefully the first one is enough. There are other options as well but >

Re: compile fails

2002-11-27 Thread Andre Poenitz
On Wed, Nov 27, 2002 at 12:37:23PM +, Edwin Leuven wrote: > redhat 7.3, gcc-c++-2.96-112 Just replace the '.' with "." in that line. 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: compile fails

2002-11-27 Thread Lars Gullik Bjønnes
Edwin Leuven <[EMAIL PROTECTED]> writes: | redhat 7.3, gcc-c++-2.96-112 | | Ed. | | g++ -DHAVE_CONFIG_H -I. -I../../../lyx-devel/src/support -I../../src | -I../../../lyx-devel/src/support/../ -I../../../lyx-devel/boost -isystem | /usr/X11R6/include -g -O -fno-exceptions -ftemplate-depth-30 |

  1   2   >