Re: MVC comments

2001-04-05 Thread Juergen Vigna
On 05-Apr-2001 Angus Leeming wrote: > You could emit a signal whenever the user clicks in a new paragraph. That way > we wouldn;t need an update button at all. > > Or is this too easy? Well we don't want to update the paragraph-layout when we change paragraph otherwise we are not able to appl

Re: Still problems with tables

2001-04-05 Thread Andre Poenitz
> btw. what do people say... can I begin the ripping? Uh... I would not mind if mathed was not the only semi-functional area ;-) It's always nice to have company. Andre' -- André Pönitz . [EMAIL PROTECTED] C++-Programmierer gesucht ... Naeheres unte

Re: another makecvs.log

2001-04-05 Thread Lars Gullik Bjønnes
"Garst R. Reese" <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > | > "Garst R. Reese" <[EMAIL PROTECTED]> writes: | > | > | still gcc-3.0 | > | Garstmake[3]: Entering directory `/usr/local/garst/lyx-devel/src' | > | g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -I../boost-isystem

Re: Small request

2001-04-05 Thread Allan Rae
On Thu, 5 Apr 2001, Juergen Vigna wrote: > for() { > for() { > if (a very long parameterlist && function(with more than one, parameter)) { > ^from here we need spaces > } > } > }

Re: MVC comments

2001-04-05 Thread Allan Rae
On Thu, 5 Apr 2001, John Levon wrote: > On Thu, 5 Apr 2001, Allan Rae wrote: > > > That's what the input checking routine is for. > > > > The fact that an input has changed isn't significant. The problem is > > whether or not that change has resulted in a valid contents of the dialog > > or not.

Re: MVC comments

2001-04-05 Thread Allan Rae
On Thu, 5 Apr 2001, Angus Leeming wrote: > On Thursday 05 April 2001 07:31, Allan Rae wrote: > > BTW, what happens if after the user presses a key they then try to press > > Okay? If the last key press in the edit box gave an invalid entry then > > they shouldn't have an Okay button available. >

Re: another makecvs.log

2001-04-05 Thread Garst R. Reese
Lars Gullik Bjønnes wrote: > > "Garst R. Reese" <[EMAIL PROTECTED]> writes: > > | still gcc-3.0 > | Garstmake[3]: Entering directory `/usr/local/garst/lyx-devel/src' > | g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -I../boost-isystem >/usr/X11R6/include -O -W -Wall -DLYX_DIR=\"/usr/local/shar

Re: another makecvs.log

2001-04-05 Thread Garst R. Reese
Lars Gullik Bjønnes wrote: > inlucde language.h in lyx_main.C > > -- > Lgb Thanks

Re: another makecvs.log

2001-04-05 Thread Lars Gullik Bjønnes
"Garst R. Reese" <[EMAIL PROTECTED]> writes: | still gcc-3.0 | Garstmake[3]: Entering directory `/usr/local/garst/lyx-devel/src' | g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -I../boost-isystem /usr/X11R6/include |-O -W -Wall -DLYX_DIR=\"/usr/local/share/lyx\" \ | -DTOP_SRCDIR=\"..\" -c ../

another makecvs.log

2001-04-05 Thread Garst R. Reese
still gcc-3.0 Garst make[3]: Entering directory `/usr/local/garst/lyx-devel/src' g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -I../boost-isystem /usr/X11R6/include -O -W -Wall -DLYX_DIR=\"/usr/local/share/lyx\" \ -DTOP_SRCDIR=\"..\" -c ../src/lyx_main.C ../src/lyx_main.C: In member function

Re: MVC comments

2001-04-05 Thread Angus Leeming
On Thursday 05 April 2001 08:41, Juergen Vigna wrote: > On 05-Apr-2001 Allan Rae wrote: > > > - outputs_[INITIAL] = CLOSE; > > + outputs_[INITIAL] = OKAY | APPLY | CLOSE; > > > > This should be a safe change for both these policies. It'd also mean that > > after a Restore you can still

testing out the graphics inset

2001-04-05 Thread Angus Leeming
Baruch, I need to make the following ChangeExtension() change to your code to find the .xpm file in the tmp directory. Otherwise I get: Converting from png to xpm Calling convert 'tjunc-expr-4.png' XPM:'tjunc-expr-4.xpm' moving /usr/users/aleem/err/tjunc-expr-4.xpm to /tmp/lyx_tmpdir425aaanja

Re: profiling and optimization

2001-04-05 Thread John Levon
On 5 Apr 2001, Jean-Marc Lasgouttes wrote: > I'd say we should indeed have --enable-warnings, but maybe keep > --with-frontend (it's a kind of external package, no?). If I use > --enable-frontend, I'd always wonder what --disable-frontend does... > > As a reference point, emacs 20.4 has > --wi

Re: profiling and optimization

2001-04-05 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> It's an unrelated bit of pedantry, but --with-warnings along John> with --with-frontend should really by --enable. --with is for John> specifying external packages. I'd say we should indeed have --enable-warnings, but maybe keep --with

Re: profiling and optimization

2001-04-05 Thread John Levon
On 5 Apr 2001, Lars Gullik [iso-8859-1] Bjønnes wrote: > As you can see from the latest commit, I gave in on the "move some > small methods inline" controversy. I wouldn't quite call it controversy ;) > should _always_ compile with "high" optimization turned on (in gcc > -O2) _and_ make sure th

Re: makecvs.log again

2001-04-05 Thread Garst R. Reese
Lars Gullik Bjønnes wrote: > > "Garst R. Reese" <[EMAIL PROTECTED]> writes: > > | here it is. g++-3.0 gcc-3.0 20010402 > > Hmm... I just tried to compile with 3.0 (before latest commit and > changes), and got a _lot_ of linker errors. From what date is your > 3.0? Sorry, I should hav

Re: MVC comments

2001-04-05 Thread John Levon
On Thu, 5 Apr 2001, Allan Rae wrote: > That's what the input checking routine is for. > > The fact that an input has changed isn't significant. The problem is > whether or not that change has resulted in a valid contents of the dialog > or not. If the contents are valid then Okay and Apply sho

Re: Renaming in lyxfont.h

2001-04-05 Thread Jean-Marc Lasgouttes
> "Baruch" == Baruch Even <[EMAIL PROTECTED]> writes: Baruch> Hello, In lyxfont.h there is an include for gettext.h for some Baruch> obscure reason of using enums ON and OFF that might get Baruch> redefined in locale.h OK, I commited a cleanup patch from Baruch's work and mine. Note that thi

Re: Repeat: lyx.spec.in patch

2001-04-05 Thread Kayvan A. Sylvan
On Thu, Apr 05, 2001 at 11:26:50AM +0200, Jean-Marc Lasgouttes wrote: > > "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: > > Kayvan> --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii > > Kayvan> Hi! > > Kayvan> Is anyone going to apply this patch for me? > > I'll do it

Re: MVC comments

2001-04-05 Thread Angus Leeming
On Thursday 05 April 2001 05:47, Allan Rae wrote: > > Yes, this is a fudge to a lacking ButtonPolicy. Consider inputting a > > citation-inset from the minibuffer. The params are perfectly valid, the > > dialog pops up. Do you want to "Apply" them? Yes I do! > > Doesn't the citation inset already

Re: Renaming in lyxfont.h

2001-04-05 Thread Jean-Marc Lasgouttes
> "Baruch" == Baruch Even <[EMAIL PROTECTED]> writes: Baruch> Ok, I'm basically half through, the problem now is not the Baruch> LyXFont, but adding gettext.h to the files that need it and Baruch> received it implicitly by including buffer.h I only had this problem with controllers/character

Re: Repeat: lyx.spec.in patch

2001-04-05 Thread Jean-Marc Lasgouttes
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: Kayvan> --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii Kayvan> Hi! Kayvan> Is anyone going to apply this patch for me? I'll do it. Should it go to 1.1.6 too? JMarc

Re: MVC comments

2001-04-05 Thread Angus Leeming
On Thursday 05 April 2001 07:31, Allan Rae wrote: > On Tue, 3 Apr 2001, Allan Rae wrote: > > > On Mon, 2 Apr 2001, Angus Leeming wrote: > > > > 7) I find it a bit weird that I call a method "valid(bool)" whenever > > > > e.g. a user types another character in a line edit widget. Can we > > > > ad

Re: Renaming in lyxfont.h

2001-04-05 Thread Baruch Even
* Jean-Marc Lasgouttes <[EMAIL PROTECTED]> [010405 11:09]: > > "Baruch" == Baruch Even <[EMAIL PROTECTED]> writes: > > Baruch> This causes that almost any file includes gettext.h > Baruch> implicitly, it wouldn't be that bad, but in my case it forces > Baruch> reordering of header file includ

Re: Small request

2001-04-05 Thread Juergen Vigna
On 05-Apr-2001 Lars Gullik Bjønnes wrote: > I can live with that. (barely) #:O) > Using tab-with == 4, and at the same time indenting with 8 spaces is > bad. I don't indent with 8 spaces! I indent with tab's now! There's just the problem with parameters which break to a new line (when indenti

Repeat: lyx.spec.in patch

2001-04-05 Thread Kayvan A. Sylvan
Hi! Is anyone going to apply this patch for me? Thanks. ---Kayvan Index: development/ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/development/ChangeLog,v retrieving revision 1.3 diff -u -u -r1.

Re: Small request

2001-04-05 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 05-Apr-2001 Lars Gullik Bjønnes wrote: | | > So you still want "your" files to be special? | > _all_ other files use tabs. | | Well no this could be a general rule. So files can be viewed with whatever | tab-with you give! I can live with that. (b

Re: Small request

2001-04-05 Thread Juergen Vigna
On 05-Apr-2001 Lars Gullik Bjønnes wrote: > So you still want "your" files to be special? > _all_ other files use tabs. Well no this could be a general rule. So files can be viewed with whatever tab-with you give! > a tab with is 8 chars regardless of if a a tab or 8 spaces is used. > so if yo

Re: Small request

2001-04-05 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | > | >* tabular.C: small reformat | > You automatic reformatter did too many things wrong. | Lars I would apreciate if you would (re)indent this type of stuff with | spaces and not with tabs as then we have both the same view of the | file! S

profiling and optimization

2001-04-05 Thread Lars Gullik Bjønnes
As you can see from the latest commit, I gave in on the "move some small methods inline" controversy. One thing I'd like to point out though: When trying to optimize you should _always_ compile with "high" optimization turned on (in gcc -O2) _and_ make sure that you compile LyX with assertions t

Re: Renaming in lyxfont.h

2001-04-05 Thread Jean-Marc Lasgouttes
> "Baruch" == Baruch Even <[EMAIL PROTECTED]> writes: Baruch> Hello, In lyxfont.h there is an include for gettext.h for some Baruch> obscure reason of using enums ON and OFF that might get Baruch> redefined in locale.h Ha! I tried to remove it when I rewrote gettext.[Ch], but could not remem

Small request

2001-04-05 Thread Juergen Vigna
> >* tabular.C: small reformat > Lars I would apreciate if you would (re)indent this type of stuff with spaces and not with tabs as then we have both the same view of the file! (well I added the comment at the end of the file propsed yesterday by H.Z so we should have the same view from

Re: LyX crash when mathmod cdots is used

2001-04-05 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> On 04-Apr-2001 Dekel Tsur wrote: >> On Wed, Apr 04, 2001 at 10:23:05AM -0700, Michael K Cheng wrote: >>> I'm not sure what that os pointer is, but I've compiled LyX on >>> redhat 7.0 yesterday. I can crash it by opening a new d

Re: makecvs.log again

2001-04-05 Thread Lars Gullik Bjønnes
"Garst R. Reese" <[EMAIL PROTECTED]> writes: | here it is. g++-3.0 gcc-3.0 20010402 Hmm... I just tried to compile with 3.0 (before latest commit and changes), and got a _lot_ of linker errors. From what date is your 3.0? | GarstMaking all in insets | make[3]: Entering directory `/usr/local/gar

Re: MVC comments

2001-04-05 Thread Juergen Vigna
On 05-Apr-2001 Allan Rae wrote: > - outputs_[INITIAL] = CLOSE; > + outputs_[INITIAL] = OKAY | APPLY | CLOSE; > > This should be a safe change for both these policies. It'd also mean that > after a Restore you can still press Okay or Apply without changing > something in the dialog. >