Re: Lastfiles

2002-09-02 Thread Allan Rae
On Tue, 3 Sep 2002, R. Lahaye wrote: > Allan Rae wrote: > > On Thu, 29 Aug 2002, John Levon wrote: > > > > Certainly get rid of the option to name which lastfiles > > file to use (although even this can useful when dealing with multiple > > LyX versions since they can share a common lastfiles). >

Re: Lastfiles

2002-09-02 Thread R. Lahaye
Allan Rae wrote: > On Thu, 29 Aug 2002, John Levon wrote: > > Certainly get rid of the option to name which lastfiles > file to use (although even this can useful when dealing with multiple > LyX versions since they can share a common lastfiles). Several versions of lastfiles? Hmmm, but how woul

Re: LyX behaves buggy when spellings-checker not installed

2002-09-02 Thread R. Lahaye
Lars Gullik Bjønnes wrote: > "R. Lahaye" <[EMAIL PROTECTED]> writes: > > | R. Lahaye wrote: > | > Another problem with the spellingchecker (with ispell installed): > | > | A temporary hack could be following: > > In stead of adding temporary hacks I'd like the bug to stay until we > fix it prop

Re: Lastfiles

2002-09-02 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | I don't see why you want remove the limit setting at all -- or make it | necessary for users to hack the source if they want something | different. Certainly get rid of the option to name which lastfiles | file to use (although even this can useful when de

Re: LyX behaves buggy when spellings-checker not installed

2002-09-02 Thread Lars Gullik Bjønnes
"R. Lahaye" <[EMAIL PROTECTED]> writes: | R. Lahaye wrote: | > R. Lahaye wrote: | > | >> | >> Something is not working properly here! | > Another problem with the spellingchecker (with ispell installed): | > The progress slider gets values updated from | > controller().getProgress(). | > This fun

Re: Lastfiles

2002-09-02 Thread Allan Rae
On Thu, 29 Aug 2002, John Levon wrote: > > Uh how do the people using more than 9 files in lastfiles actually do it > ? They must hack the source. Any reason they can't continue doing so ? 9 looks a reasonable limit when we're appending lastfiles within the menu but if as was suggested we move l

Re: LyX behaves buggy when spellings-checker not installed

2002-09-02 Thread John Levon
On Tue, Sep 03, 2002 at 08:10:58AM +0900, R. Lahaye wrote: > ControlSpellchecker.C:106 > 106 if (!speller_->alive()) { > (gdb) bt We probably do something really stupid and start the spellchecker but never doing anything with it. And this code is broken in terms of crashing a

Re: LyX behaves buggy when spellings-checker not installed

2002-09-02 Thread R. Lahaye
R. Lahaye wrote: > R. Lahaye wrote: > >> >> Something is not working properly here! > > > Another problem with the spellingchecker (with ispell installed): > > The progress slider gets values updated from controller().getProgress(). > This function should return a value between 0 and 100, whic

Floats in layout files

2002-09-02 Thread Lars Gullik Bjønnes
This is my patch for this. This is basic support, it can be enhanced with, NoFloat, CopyFloat etc. if wanted. The fileformat changed slightly after the example I posted ealier. Comments please. stdfloats.inc Description: Binary data Index: FloatList.C ==

Re: Feature freeze 2002-09-13

2002-09-02 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | >>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | >> | Lars> | Lars> Do anyone have a problem with tha

Re: linking

2002-09-02 Thread Lars Gullik Bjønnes
Edwin Leuven <[EMAIL PROTECTED]> writes: | breaks down (both 2.96 and 3.2) | | Has someone an idea what this is about? | | Thanks, Ed. | | /usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 080522a0 | BufferView_pimpl.o: In function `BufferView::Pimpl::selectionRequested()':

Re: Patch ignored :( (Juergen V)

2002-09-02 Thread Alain Castera
On Mon, 2 Sep 2002, Juergen Vigna wrote: > Well I'm afraid that user get lost, on the other hand it would be surely > good to have something like this as some sort of default for tabular cells. If you are not talking about the WYSIWYM implementation, I definitely don't understand why leaving the

Re: preview-latex chrashes with xforms

2002-09-02 Thread Norbert Koksch
Dear Angus, On Monday, 2. September 2002 15:19, you wrote: > On Monday 26 August 2002 9:50 am, Norbert Koksch wrote: > > Dear developpers, > > Hello, Norbert. > > > I compiled lyx-1.3.0cvs under SuSE 8.0 and RedHat with xfroms 0.89 and > > 1.0RC4. > > > > I tested the instant preview funnction

Re: LyX behaves buggy when spellings-checker not installed

2002-09-02 Thread R. Lahaye
R. Lahaye wrote: > > Something is not working properly here! Another problem with the spellingchecker (with ispell installed): The progress slider gets values updated from controller().getProgress(). This function should return a value between 0 and 100, which it does only inside regular text;

Re: Patch ignored :( (Juergen V)

2002-09-02 Thread Dekel Tsur
On Mon, Sep 02, 2002 at 03:50:40PM +0200, Juergen Vigna wrote: > > As far as I remember > > What is wrong now : the "tabularnewline" definition (needed by the > > tex->html translators) appears in the preamble but once for each table of > > the document. This can be fixed easily. > Hmmm if Jean-

Re: LyX behaves buggy when spellings-checker not installed

2002-09-02 Thread R. Lahaye
John Levon wrote: > On Mon, Sep 02, 2002 at 09:59:15PM +0900, R. Lahaye wrote: > > >>Can I file a bug report without a login? > > > I'm afraid not (imagine how worse bug reports would be ;) > > If it's a real problem I'll file it myself. Please, if you don't mind. At first I thought I fix t

Re: The LyXServer and Tru64 unix

2002-09-02 Thread Angus Leeming
On Monday 02 September 2002 3:28 pm, John Levon wrote: > On Mon, Sep 02, 2002 at 02:55:59PM +0100, Angus Leeming wrote: > > if (rerrno == EAGAIN) { > > - errno = 0; > > - return; > > - } > > - if (rerrno != 0)

Re: The LyXServer and Tru64 unix

2002-09-02 Thread John Levon
On Mon, Sep 02, 2002 at 02:55:59PM +0100, Angus Leeming wrote: > if (rerrno == EAGAIN) { > - errno = 0; > - return; > - } > - if (rerrno != 0) { > + break; > + > + } else if

The LyXServer and Tru64 unix

2002-09-02 Thread Angus Leeming
Small steps towards a pipestream... The current implementation of the LyXServer doesn't work well under Tru64 unix. The pipes are opened and closed continually because LyXComm::read_ready() is called from the GUI callback routine on every cycle until the pipe first receives some input. Ie, wi

Re: Patch ignored :( (Juergen V)

2002-09-02 Thread Juergen Vigna
Alain Castera wrote: > Hi Juergen. > > I'm just back from some vacations, I hope I am not too late. Nope, we were all waiting for your answer ;). Hope you enjoyed your holidays. > All the tests I've done indicate that, with my patch, the paragraph > setting take precedence on the column setting

Re: preview-latex chrashes with xforms

2002-09-02 Thread Angus Leeming
On Monday 26 August 2002 9:50 am, Norbert Koksch wrote: > Dear developpers, Hello, Norbert. > I compiled lyx-1.3.0cvs under SuSE 8.0 and RedHat with xfroms 0.89 and > 1.0RC4. > > I tested the instant preview funnction on some textes. With small textes I > have no problems. But I have a longer te

Re: math panel

2002-09-02 Thread John Levon
On Mon, Sep 02, 2002 at 03:39:37PM +0200, Andre Poenitz wrote: > Less subpanels. That doesn't sound an improvement to me. But seeing as it's incredibly vague, I can't really tell. regards john -- "Take the ideas you find useful. Try not to get hung up on the labels." - Jonathan S. Sh

Re: math panel

2002-09-02 Thread Andre Poenitz
On Mon, Sep 02, 2002 at 02:20:41PM +0100, John Levon wrote: > > It certainly is not. > > Please give suggestions. Less subpanels. André -- 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 displayed at wrong position

2002-09-02 Thread Andre Poenitz
On Mon, Sep 02, 2002 at 03:11:12PM +0300, Dekel Tsur wrote: > I've added an explanation to lyxcursor.h: Good. > /** > * When the cursor position is i, is the cursor is after the i-th char > * or before the i+1-th char ? Normally, these two interpretations are > * equivalent, except when the

Re: Patch ignored :( (Juergen V)

2002-09-02 Thread Alain Castera
Hi Juergen. I'm just back from some vacations, I hope I am not too late. On Wed, 21 Aug 2002, Juergen Vigna wrote: > >>The problem is that I don't really like the approach and so I > >>don't like to apply the patches. You can set the horizontal > >>alignment of the pararaphs inside the cell wit

Re: math panel

2002-09-02 Thread John Levon
On Mon, Sep 02, 2002 at 03:14:56PM +0200, Andre Poenitz wrote: > > And your solution is 3000x3000 pixel dialog ? No thanks. > > As an option? Why not. Erm, it won't fit. It's extremely silly. > But I'd like to remmber you that this is not what I was asking for. > I wanted to have a simple meth

Re: math panel

2002-09-02 Thread Andre Poenitz
> And your solution is 3000x3000 pixel dialog ? No thanks. As an option? Why not. [And not that I'd expect to be able to put 1000 symbols on a 400x600 dialog] But I'd like to remmber you that this is not what I was asking for. I wanted to have a simple method to "scroll" through the list of pan

Re: LyX behaves buggy when spellings-checker not installed

2002-09-02 Thread John Levon
On Mon, Sep 02, 2002 at 09:59:15PM +0900, R. Lahaye wrote: > Can I file a bug report without a login? I'm afraid not (imagine how worse bug reports would be ;) If it's a real problem I'll file it myself. regards john -- "Take the ideas you find useful. Try not to get hung up on the labels."

Re: LyX behaves buggy when spellings-checker not installed

2002-09-02 Thread R. Lahaye
John Levon wrote: > On Mon, Sep 02, 2002 at 12:43:02PM +0200, Andre Poenitz wrote: > > >>[Although I believe that a proper implementation should not be too hard but >>I am currently not able to do that.] > > > Perhaps you weren't listening. Rob wants to move this information on to > the dialog

Re: Cursor displayed at wrong position

2002-09-02 Thread John Levon
On Mon, Sep 02, 2002 at 03:11:12PM +0300, Dekel Tsur wrote: > I've added an explanation to lyxcursor.h: Thanks very much. regards john -- "Take the ideas you find useful. Try not to get hung up on the labels." - Jonathan S. Shapiro

Re: Cursor displayed at wrong position

2002-09-02 Thread Dekel Tsur
On Mon, Sep 02, 2002 at 09:24:14AM +0200, Andre Poenitz wrote: > > > What is that 'boundary' flag good for for instance? > > > > RTL. > > --verbose please... > > And why does this have to be stored in the cursor. Can't this be determined > from the cursor position? I've added an explanation to

linking

2002-09-02 Thread Edwin Leuven
breaks down (both 2.96 and 3.2) Has someone an idea what this is about? Thanks, Ed. /usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 080522a0 BufferView_pimpl.o: In function `BufferView::Pimpl::selectionRequested()': /usr/local/cvs/build/src/../../lyx-devel/src/BufferView_pi

Re: math panel

2002-09-02 Thread John Levon
On Mon, Sep 02, 2002 at 12:18:18PM +0200, Andre Poenitz wrote: > > > Or even a "show my a huge window with all symbols" button... > > > > What's this ? It sounds horrible. Instead I plan to add a "New" button > > which creates a new panel in a separate dialog, and allow dnd between > > panels. A

Re: LyX behaves buggy when spellings-checker not installed

2002-09-02 Thread John Levon
On Mon, Sep 02, 2002 at 12:43:02PM +0200, Andre Poenitz wrote: > [Although I believe that a proper implementation should not be too hard but > I am currently not able to do that.] Perhaps you weren't listening. Rob wants to move this information on to the dialog. I don't know how much of a pain

Re: [Patch] Better xforms dialogs.

2002-09-02 Thread R. Lahaye
R. Lahaye wrote: > > Hi, > > I have improved and reshaped three Xforms dialogs: > >form_citation.fd >form_ref.fd >form_spellchecker.fd > > I made these few dialogs less bulky with a better layout. > Patch attached. I saw that there's a small bug in the Apply/Cancel button of the c

Re: LyX behaves buggy when spellings-checker not installed

2002-09-02 Thread Helge Hafting
"R. Lahaye" wrote: > > Lars Gullik Bjønnes wrote: > > "R. Lahaye" <[EMAIL PROTECTED]> writes: > > > > | R. Lahaye wrote: > > | > > > | > I run LyX on a machine that has no spellings checker installed! > > | > The following happens when I start LyX from an xterminal: > > | > > | There are more spe

Re: LyX behaves buggy when spellings-checker not installed

2002-09-02 Thread Andre Poenitz
> That the spell checking is completed, it totally non-informative. > > Let's get rid of this useless message dialog!! Believe it or not (I did not in the beginning either): There are people out there who judge their writing by the number of words, and this message is currently the only 'native'

Re: Cursor displayed at wrong position

2002-09-02 Thread Andre Poenitz
On Sat, Aug 31, 2002 at 03:22:29AM +0100, John Levon wrote: > It would be really great if you could add a short explanation of *what* > it does and *why* to lyxcursor.h > > This would really help morons like me from breaking the RTL code > accidentally And morons like me, who don't break things

Re: math panel

2002-09-02 Thread Andre Poenitz
On Sat, Aug 31, 2002 at 03:20:13AM +0100, John Levon wrote: > On Fri, Aug 30, 2002 at 06:49:17PM +0200, Andre Poenitz wrote: > > > It would be cute if there were "scroll button" to scroll through symbol > > panels without having to selcet them one by one in that drop down list... > > Not sure wh

trying to compile with gcc 3.2

2002-09-02 Thread Edwin Leuven
g++ -DHAVE_CONFIG_H -I. -I../../../lyx-devel/src/support -I../../src -I../../../lyx-devel/src/support/../ -I../../../lyx-devel -I../.. -I../../../lyx-devel/boost -g -O -fno-exceptions -W -Wall -Winline -c ../../../lyx-devel/src/support/lyxsum.C -MT lyxsum.lo -MD -MP -MF .deps/lyxsum.TPlo ../..

Re: LyX behaves buggy when spellings-checker not installed

2002-09-02 Thread R. Lahaye
Lars Gullik Bjønnes wrote: > "R. Lahaye" <[EMAIL PROTECTED]> writes: > > | Lars Gullik Bjønnes wrote: > | > "R. Lahaye" <[EMAIL PROTECTED]> writes: > | > | R. Lahaye wrote: > | > | > > | > | > I run LyX on a machine that has no spellings checker installed! > | > | > The following happens when I s

Re: LyX behaves buggy when spellings-checker not installed

2002-09-02 Thread Lars Gullik Bjønnes
"R. Lahaye" <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > "R. Lahaye" <[EMAIL PROTECTED]> writes: | > | R. Lahaye wrote: | > | > | > | > I run LyX on a machine that has no spellings checker installed! | > | > The following happens when I start LyX from an xterminal: | > | | There a

Re: LyX behaves buggy when spellings-checker not installed

2002-09-02 Thread R. Lahaye
Lars Gullik Bjønnes wrote: > "R. Lahaye" <[EMAIL PROTECTED]> writes: > > | R. Lahaye wrote: > | > > | > I run LyX on a machine that has no spellings checker installed! > | > The following happens when I start LyX from an xterminal: > | > | There are more spelling checher nuissances: > | > | Whe

Re: Cursor displayed at wrong position

2002-09-02 Thread Andre Poenitz
> > What is that 'boundary' flag good for for instance? > > RTL. --verbose please... And why does this have to be stored in the cursor. Can't this be determined from the cursor position? Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deser