Re: \SpecialChar ~ in ERT

2001-07-13 Thread Herbert Voss
Eran Tromer wrote: > > Another minor format compatibility issue with NO_LATEX: > > "\SpecialChar ~" in ERT is now ignored when reading .lyx files. Should > do one of the these instead: > * Import it as "~" > * Close the ERT inset, insert a "\SpecialChar ~", open a new ERT inset. > > BTW, I agre

Multiparagraph ERT

2001-07-13 Thread Eran Tromer
Should multiple paragraphs in ERT insets be allowed? What do they mean anyway? Current cvs lets you create them ("C-l foo bar"). I think the right thing to do would be to disallow the concept of a paragraph in ERT insets. Make both and C- insert a linebreak, and ditto for LyXfuncs paste and pri

spellchecker

2001-07-13 Thread Garst R. Reese
Replace this word is not doing anything for me. Using aspell, but not --with-pspell. Garst

\SpecialChar ~ in ERT

2001-07-13 Thread Eran Tromer
Hi, Another minor format compatibility issue with NO_LATEX: "\SpecialChar ~" in ERT is now ignored when reading .lyx files. Should do one of the these instead: * Import it as "~" * Close the ERT inset, insert a "\SpecialChar ~", open a new ERT inset. BTW, I agree that the ERT insets should (al

Figure captions

2001-07-13 Thread Garst R. Reese
Stdlayouts.inc restricts captions to center. Is there a reason for this. It looks pretty ugly with long winded captions. It seems to work if I change stdlayouts.inc to allow block captions. Garst

Re: Patch: error message for unknown layouts

2001-07-13 Thread Yves Bastide
On Fri, Jul 13, 2001 at 09:24:20PM +0300, Dekel Tsur wrote: > This patch creates an error dialog when reading a file that contains unknown > layouts. > Comments ? Cool! This will prevent people like me manually re-diff-ing a thesis after having forgotten to copy around some non-standard layouts.

Patch: error message for unknown layouts

2001-07-13 Thread Dekel Tsur
This patch creates an error dialog when reading a file that contains unknown layouts. Comments ? patch.gz

Re: Literate (PassThru) patch

2001-07-13 Thread Kayvan A. Sylvan
On Fri, Jul 13, 2001 at 12:02:01PM +0200, Jean-Marc Lasgouttes wrote: > > "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: > > Kayvan> This patch adds a "PassThru" boolean to layout, fixing my > Kayvan> Literate scrap layout problem in a general way. > > Kayvan> The only thing I miss

Latin9

2001-07-13 Thread Yves Bastide
Hi, this small patch adds a bit to the Latin9 support in LyX: with it, french guillemets are displayed if the screen font is 8859-15. It might also be worth adding with iso10646-1 ?.. Thanks, -- Yves Index: src/ChangeLog ==

Re: word-upcase, word-lowcase

2001-07-13 Thread Andre Poenitz
> PS: on a more serious note, I'll just say that this has been like that > for ages and nobody complained about it. Mostly because I have not used LyX for ages and was to gutless at the times when I used it. I now remember that I found this pretty annoying then... Andre' -- André Pönitz ..

Re: math font changes while moving

2001-07-13 Thread Yves Bastide
On Fri, Jul 13, 2001 at 03:57:36PM +0200, Andre Poenitz wrote: [snip] > How would we export that? \mbox{contents}? [snip] Perhaps another item for the bottom of your todo list: use AMS's \text instead of \mbox. It supports accented characters, among others... (selected via validate()?) > > And

Re: word-upcase, word-lowcase

2001-07-13 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: >> I find the current way of doing things more intuitive. You think in >> a WYSIWYG way "emphasize starts here and stops there", while you >> should think "this word is important, I'll emphasize it should be >> emphasized". >> >> Of cour

Re: word-upcase, word-lowcase

2001-07-13 Thread Andre Poenitz
> I find the current way of doing things more intuitive. You think in a > WYSIWYG way "emphasize starts here and stops there", while you should think > "this word is important, I'll emphasize it should be emphasized". > > Of course, this is only theory, but practice is so boring and > ininteresti

Re: misc guii

2001-07-13 Thread John Levon
On Fri, Jul 13, 2001 at 04:36:09PM +0200, Edwin Leuven wrote: > lyx_gui_misc.[Ch] defines a number of functions that need to become guii: > > askForText > AskConfirmation > AskQuestion > WriteAlert > -WriteFSAlert > -WarnReadonly > > I also saw that a MessageBox was flagged as pending, who is t

Re: about lyx

2001-07-13 Thread Jean-Marc Lasgouttes
> "Jürgen" == Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: Jürgen> On Friday, 13. July 2001 16:13, Jean-Marc Lasgouttes wrote: >> OK, I updated the gui-i matrix. >> >> JMarc Jürgen> You have set credits/ copyright/ version to "obsoleted by Jürgen> About", but you didn't add About itself t

Re: about lyx

2001-07-13 Thread Jürgen Spitzmüller
On Friday, 13. July 2001 16:13, Jean-Marc Lasgouttes wrote: > OK, I updated the gui-i matrix. > > JMarc You have set credits/ copyright/ version to "obsoleted by About", but you didn't add About itself to the matrix. Very pedantic, I know ;-) Jürgen.

Re: word-upcase, word-lowcase

2001-07-13 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: >> You operate on the word the cursor is on, like for font changing. Andre> Which is annoying: Andre> Font changes should be toggles. If someone want to toggle the Andre> font on a word he should say so - e.g. by pressing C-S-e or Andre>

misc guii

2001-07-13 Thread Edwin Leuven
Hi, lyx_gui_misc.[Ch] defines a number of functions that need to become guii: askForText AskConfirmation AskQuestion WriteAlert -WriteFSAlert -WarnReadonly I also saw that a MessageBox was flagged as pending, who is the taker? Is this an effort to guii-ize the above functions? Why do we need

Re: about lyx

2001-07-13 Thread Edwin Leuven
> Committed. The credits and copyright stuff is still in cvs. Is this intentional? gr.ed.

Re: word-upcase, word-lowcase

2001-07-13 Thread Juergen Vigna
On 13-Jul-2001 Garst R. Reese wrote: >> Yes, this is something we implemented in Bolzano. I'll change index to >> use the same routines. > Hey, thanks. Alice will be very happy. Well I did promise it, didn't I? Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Updated Literate patch (PassThru tag)

2001-07-13 Thread Kayvan A. Sylvan
Here's the patch again (minus conflicts caused by latest fixes in bind/*.bind). Please apply. ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylva

Re: word-upcase, word-lowcase

2001-07-13 Thread Garst R. Reese
Jean-Marc Lasgouttes wrote: > Yes, this is something we implemented in Bolzano. I'll change index to > use the same routines. Hey, thanks. Alice will be very happy. Garst

Re: math font changes while moving

2001-07-13 Thread Andre Poenitz
> > The problem is that mathed insets don't have e.g. the owner_ pointer, so > > integration is not really simple. > > Hmm, aren't mathed insets derived form inset.h? Only the outermost ones (InsetFormula and InsetFormulaMacro) (this is the interface to the outside world). Everything else is de

Re: word-upcase, word-lowcase

2001-07-13 Thread Andre Poenitz
> You operate on the word the cursor is on, like for font changing. Which is annoying: Suppose I have 'typesomething moretext' To get 'typesomething /thisshouldbeemphasized/ moretext' I would naturally move the cursor between ' ' and 'm' and type 'thisshouldbee

Re: about lyx

2001-07-13 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> On Friday 13 July 2001 11:55, Edwin Leuven wrote: >> > Updated patch with changelogs... Angus> Committed. A OK, I updated the gui-i matrix. JMarc

Re: \not

2001-07-13 Thread Andre Poenitz
> Now that the TeX fonts are mostly available in postscript form too, > why don't we use them in LyX? I don't know anything about fonts. Andre' -- André Pönitz . [EMAIL PROTECTED]

Re: math font changes while moving

2001-07-13 Thread Dekel Tsur
On Fri, Jul 13, 2001 at 02:50:47PM +0200, Andre Poenitz wrote: > > Would it be acceptable or even desirable, if ordinary math cursor movements > (using the arrow keys) would _not_ leave math text mode anymore? NO (in my opinion).

Re: about lyx

2001-07-13 Thread Angus Leeming
On Friday 13 July 2001 11:55, Edwin Leuven wrote: > > Updated patch with changelogs... > > Thanks, Ed. Committed. A Content-Type: application/x-gzip; charset="iso-8859-1"; name="about3.diff.gz" Content-Transfer-Encoding: base64 Content-Description: --

Re: math font changes while moving

2001-07-13 Thread Juergen Vigna
On 13-Jul-2001 Andre Poenitz wrote: > How would we export that? \mbox{contents}? Well we could just create a InsetMbox for this (it would be needed anyway)! > The problem is that mathed insets don't have e.g. the owner_ pointer, so > integration is not really simple. Hmm, aren't mathed insets

Re: word-upcase, word-lowcase

2001-07-13 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Angus Leeming <[EMAIL PROTECTED]> writes: | I've just been Lars> trying these out. Super! However, I think that they are | Lars> mis-named. They are true counterparts of emacs' upcase-region, | Lars> downcase-region. Note "regi

Re: \not

2001-07-13 Thread Jules Bean
On Fri, Jul 13, 2001 at 09:24:11AM +0200, Andre Poenitz wrote: > > > Could somebody please verify this? > > > > > > If so, it would make implementation pretty easy. > > > > Well, in plain TeX and LaTeX, \meaning\not is simply \mathchar"3236: > > i.e. \not is simply a single character from one of

Re: word-upcase, word-lowcase

2001-07-13 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> I've just been trying these out. Super! However, I think that Angus> they are mis-named. They are true counterparts of emacs' Angus> upcase-region, downcase-region. Note "region", not "word". If I Angus> highlight a portion of a wo

Re: math font changes while moving

2001-07-13 Thread Andre Poenitz
> Juergen> Couldn't you insert a InsetText there? Or is that not > Juergen> possible/desiderable? > > That would definitely be nice! How would we export that? \mbox{contents}? The problem is that mathed insets don't have e.g. the owner_ pointer, so integration is not really simple. I could put

Re: word-upcase, word-lowcase

2001-07-13 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | I've just been trying these out. Super! However, I think that they are | mis-named. They are true counterparts of emacs' upcase-region, | downcase-region. Note "region", not "word". If I highlight a portion of a | word, only the highlighted part is c

Re: math font changes while moving

2001-07-13 Thread Eran Tromer
Andre Poenitz wrote: > > > I propose the following. Upon cursor movement: > > If the new cursor location is between mathtext character then enable > > mathtext mode. > > How would you insert "normal math" between two math text chars then? Get in there and use C-m, of course. Just like you would

Re: display bug: tables+mathed

2001-07-13 Thread Angus Leeming
On Friday 13 July 2001 12:16, Andre Poenitz wrote: > > I have noticed one small bug, however. Don't know if it's in mathed or table, > > but see the attached (small) screenshots. > > > > "before.png" is what is originally displayed when I open the document. > > "after.png" is the result of goin

Re: math font changes while moving

2001-07-13 Thread Andre Poenitz
> > - make math text an proper inset with all pro's and con's > > Couldn't you insert a InsetText there? Or is that not possible/desiderable? Not desirable, at least at the moment. Insets from the outer world do not nest well within mathed. Andre' -- André Pönitz ..

word-upcase, word-lowcase

2001-07-13 Thread Angus Leeming
I've just been trying these out. Super! However, I think that they are mis-named. They are true counterparts of emacs' upcase-region, downcase-region. Note "region", not "word". If I highlight a portion of a word, only the highlighted part is changed. Angus

Re: math font changes while moving

2001-07-13 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> On 13-Jul-2001 Andre Poenitz wrote: >> - make math text an proper inset with all pro's and con's Juergen> Couldn't you insert a InsetText there? Or is that not Juergen> possible/desiderable? That would definitely be nice! J

Re: PS

2001-07-13 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: >> > I think math text mode should behave is if it where an inset >> (even if > it is not really one). Is that possible? >> >> If it should behave like an inset we should make it an inset rather >> than hacking around to get "inset like

Re: math font changes while moving

2001-07-13 Thread Juergen Vigna
On 13-Jul-2001 Andre Poenitz wrote: > - make math text an proper inset with all pro's and con's Couldn't you insert a InsetText there? Or is that not possible/desiderable? Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail:

Re: A note on binary size...

2001-07-13 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | We are using string literals all over the place... we are... but we don't store them that way... -- Lgb

PS

2001-07-13 Thread Andre Poenitz
> > I think math text mode should behave is if it where an inset (even if > > it is not really one). Is that possible? > > If it should behave like an inset we should make it an inset rather than > hacking around to get "inset like behaviour". Insets in mathed are pretty easy to implement nowada

Re: A note on binary size...

2001-07-13 Thread Andre Poenitz
> think unicode and say that again... "Lars will start shouting" > and no... char* is never the answer. We are using string literals all over the place... Andre' PS: Okok, I won't do it. -- André Pönitz . [EMAIL PROTECTED]

Re: Broken keymaps

2001-07-13 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | The change to trans_mgr.C/trans.C from 2001-07-07 breaks handling of keymaps. | For example, when using the Hebrew keymap and pressing 'a', | in Trans::process() the value of c is 'a', and the value of t is "ù". | In the old code, k.normalkey(c, dt) correc

Re: math font changes while moving

2001-07-13 Thread Andre Poenitz
> I propose the following. Upon cursor movement: > If the new cursor location is between mathtext character then enable > mathtext mode. How would you insert "normal math" between two math text chars then? > If the new cursor location is between non-mathtext thingies then disable > mathtext mode

Re: A note on binary size...

2001-07-13 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | But most of matheds string usage is pretty static, so there might be a few | places where const char * are appropriate... think unicode and say that again... and no... char* is never the answer. -- Lgb

Re: math font changes while moving

2001-07-13 Thread Eran Tromer
Hi, Andre Poenitz wrote: > Would it be acceptable or even desirable, if ordinary math cursor movements > (using the arrow keys) would _not_ leave math text mode anymore? I propose the following. Upon cursor movement: If the new cursor location is between mathtext character then enable mathtext m

Re: math font changes while moving

2001-07-13 Thread Andre Poenitz
> I think math text mode should behave is if it where an inset (even if > it is not really one). Is that possible? If it should behave like an inset we should make it an inset rather than hacking around to get "inset like behaviour". Andre' -- André Pönitz .

Re: math font changes while moving

2001-07-13 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: >> How would you leave math text mode? Andre> By restarting LyX or typing C-m again... I think math text mode should behave is if it where an inset (even if it is not really one). Is that possible? JMarc

Re: math font changes while moving

2001-07-13 Thread Andre Poenitz
> How would you leave math text mode? By restarting LyX or typing C-m again... Andre' -- André Pönitz . [EMAIL PROTECTED]

Re: [akaeppel@ksmesse.de] Feedback from www.lyx.org

2001-07-13 Thread Antje Käppel
Maybe a booth in our .org pavilion could be interesting for you. Other participants are KDE, possl.org, GIMP*, GNOME*, SAMBA*, WINE*. The .org Pavilion is an important component for all the events of the LinuxWorld Conference & Expo series throughout the world. It offers representatives of the Lin

Re: math font changes while moving

2001-07-13 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> Would it be acceptable or even desirable, if ordinary math Andre> cursor movements (using the arrow keys) would _not_ leave math Andre> text mode anymore? How would you leave math text mode? JMarc

Problems with ./configure (Solaris)

2001-07-13 Thread Jon Milton
Hi, Just like to report the resolution of the problems I've been having with compiling Lyx-1.1.6pre2 to Solaris. #1 Compile problems in sigc++ I got the following errors because slot.h was not being autogenerated. I believe (although not 100% certain) that this was due to an old version of libt

Re: Lsstream.h

2001-07-13 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: >> sstream is not present in gcc 2.95.2 (only 2.95.3). Andre> I know, but it is easily worked around by simply including the Andre> sstream header file we are using right now. The other problem (which forces the .str().c_str() stuff) is

Re: Lsstream.h

2001-07-13 Thread Andre Poenitz
> sstream is not present in gcc 2.95.2 (only 2.95.3). I know, but it is easily worked around by simply including the sstream header file we are using right now. Andre' -- André Pönitz . [EMAIL PROTECTED]

Broken keymaps

2001-07-13 Thread Dekel Tsur
The change to trans_mgr.C/trans.C from 2001-07-07 breaks handling of keymaps. For example, when using the Hebrew keymap and pressing 'a', in Trans::process() the value of c is 'a', and the value of t is "ù". In the old code, k.normalkey(c, dt) correctly returns "ù", but in the new code, k.normalke

math font changes while moving

2001-07-13 Thread Andre Poenitz
Would it be acceptable or even desirable, if ordinary math cursor movements (using the arrow keys) would _not_ leave math text mode anymore? Andre' -- André Pönitz . [EMAIL PROTECTED]

Re: ** Favicon **

2001-07-13 Thread Jean-Marc Lasgouttes
> "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes: Edwin> Perhaps nice for the website... You need to add the favicon.ico Edwin> file to the same directory as your html file(s). If you can not Edwin> put them in the same directory as your page(s) (ie index.html), Edwin> use the optional t

Re: moving spellchecker to frontends

2001-07-13 Thread Edwin Leuven
> Applied and already comitted! You'll can update your sources now ;) Thanks! gr.ed.

Re: Lsstream.h

2001-07-13 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: >> They are moved in global namespace because if we define our own, we >> want to define them in global namespace (if only to avoid clashes). >> Indeed the same should be done for stringstream. Andre> What are the plans for 1.2.0 anyway?

Re: Lsstream.h

2001-07-13 Thread Angus Leeming
On Friday 13 July 2001 13:18, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Is there any reason why istringstream and ostringstream are > Angus> moved into the global namespace. If so, why isn't stringstream > Angus> as well. Can I not just re

Re: Lsstream.h

2001-07-13 Thread Andre Poenitz
> They are moved in global namespace because if we define our own, we > want to define them in global namespace (if only to avoid clashes). > Indeed the same should be done for stringstream. What are the plans for 1.2.0 anyway? Didn't somebody (you(?)) mention g++ 2.95 as minimum requirement lat

Re: Lsstream.h

2001-07-13 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Is there any reason why istringstream and ostringstream are Angus> moved into the global namespace. If so, why isn't stringstream Angus> as well. Can I not just remove the using directives and put Angus> them in the .C files? They

Lsstream.h

2001-07-13 Thread Angus Leeming
Is there any reason why istringstream and ostringstream are moved into the global namespace. If so, why isn't stringstream as well. Can I not just remove the using directives and put them in the .C files? Angus #ifndef LSSTREAM_H #define LSSTREAM_H // Since we will include a string header a

Re: moving spellchecker to frontends

2001-07-13 Thread Juergen Vigna
On 13-Jul-2001 Edwin Leuven wrote: >> Please just send a ChangeLog patch. I have the pspell stuff running right >> now, I just have problems using pspell, but this problems lies in the >> library and not in the new code (the old one has the same problems!) > > attached... Applied and already co

Re: [akaeppel@ksmesse.de] Feedback from www.lyx.org

2001-07-13 Thread Andre Poenitz
> We got the following message from feedback. Andre, are you interested? What are "invited people" supposed to do there anyway? From a short glance at last year's list of exhibitors it looks like some pretty commercial event. What should we do there? Encourage businesses using LyX? Andre' -- A

[akaeppel@ksmesse.de] Feedback from www.lyx.org

2001-07-13 Thread Jean-Marc Lasgouttes
We got the following message from feedback. Andre, are you interested? Or maybe somebody else? JMarc Antje Kaeppel ([EMAIL PROTECTED]) entered the following feedback message on the LyX home page: We would like to

Re: A note on binary size...

2001-07-13 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: >> > Mathed alone went from 175k to 445k binary size (whereas the >> sources fell > from 11900 to 10700 LOC) between May 2000 and today >> >> Ahhh! It's your fault! (I know it's Friday, no smileys!) On a 64bit >> machine that'll be a cha

Re: How do I change $LYX/encodings?

2001-07-13 Thread Dekel Tsur
On Fri, Jul 13, 2001 at 09:25:40PM +1000, David Fong wrote: > Dear Dekel, > > Thank you for your reply. I agree that I need to surround Big 5 encoded text > with \begin{CJK*}{Bg5}{song} and \end{CJK*} to get LaTeX to print out Chinese > Big5 characters. > > However, I need some way of telling

Re: moving spellchecker to frontends

2001-07-13 Thread Edwin Leuven
> Please just send a ChangeLog patch. I have the pspell stuff running right > now, I just have problems using pspell, but this problems lies in the > library and not in the new code (the old one has the same problems!) attached... > If your pspell installation is working please tell me how you d

Re: How do I change $LYX/encodings?

2001-07-13 Thread David Fong
Dear Dekel, Thank you for your reply. I agree that I need to surround Big 5 encoded text with \begin{CJK*}{Bg5}{song} and \end{CJK*} to get LaTeX to print out Chinese Big5 characters. However, I need some way of telling CJK-LyX to display Big5 encoding as Chinese characters on the LyX screen

Re: display bug: tables+mathed

2001-07-13 Thread Andre Poenitz
> I have noticed one small bug, however. Don't know if it's in mathed or table, > but see the attached (small) screenshots. > > "before.png" is what is originally displayed when I open the document. > "after.png" is the result of going into each math inset and moving through it > with the curso

Re: A note on binary size...

2001-07-13 Thread Andre Poenitz
> > Mathed alone went from 175k to 445k binary size (whereas the sources fell > > from 11900 to 10700 LOC) between May 2000 and today > > Ahhh! It's your fault! (I know it's Friday, no smileys!) On a 64bit machine > that'll be a change from 350k to 900k which accounts for 60% of the increase >

RE: display bug: tables+mathed

2001-07-13 Thread Juergen Vigna
On 13-Jul-2001 Angus Leeming wrote: > André, > > mathed gets better and better! > > I have noticed one small bug, however. Don't know if it's in mathed or table, > but see the attached (small) screenshots. > > "before.png" is what is originally displayed when I open the document. > "after.pn

Re: A note on binary size...

2001-07-13 Thread Angus Leeming
On Friday 13 July 2001 11:41, Andre Poenitz wrote: > > I guess that a lot of this is comming from the guii work, but sure use > > of stl helps. > > Mathed alone went from 175k to 445k binary size (whereas the sources fell > from 11900 to 10700 LOC) between May 2000 and today Ahhh! It's your faul

Re: Compilation problem

2001-07-13 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | > We do not use C-style casts. Use C++ casts. | > | > static_cast(...) | | You surely meant cost_cast isn't it! Anyway I'll commit Andres fix for | this now! actually my comment was intended as a more general one. -- Lgb

Re: moving spellchecker to frontends

2001-07-13 Thread Juergen Vigna
On 13-Jul-2001 Edwin Leuven wrote: >> Edwin as soon as you send me the missing ChangeLog entries I'm now ready >> to commit this stuff. Unfortunately I cannot test the pspell module as I'm >> not able to start it, it keeps telling me that it cannot load the aspell >> module?? I'll check this with

display bug: tables+mathed

2001-07-13 Thread Angus Leeming
André, mathed gets better and better! I have noticed one small bug, however. Don't know if it's in mathed or table, but see the attached (small) screenshots. "before.png" is what is originally displayed when I open the document. "after.png" is the result of going into each math inset and movi

Re: moving spellchecker to frontends

2001-07-13 Thread Edwin Leuven
> Edwin as soon as you send me the missing ChangeLog entries I'm now ready > to commit this stuff. Unfortunately I cannot test the pspell module as I'm > not able to start it, it keeps telling me that it cannot load the aspell > module?? I'll check this with Kevin, if he's able to help me!? I'll

Re: about lyx

2001-07-13 Thread Edwin Leuven
Updated patch with changelogs... Thanks, Ed. about3.diff.gz

Re: GUII Status page on www.devel.lyx.org broken

2001-07-13 Thread Jean-Marc Lasgouttes
> "Paul" == Paul Seelig <[EMAIL PROTECTED]> writes: Paul> To whom it may concern: For "http://www.devel.lyx.org/guii.php3"; Paul> i get the following with konqueror: Paul> Parse error: parse error, expecting `')'' in Paul> /home/httpd/html/lyx-devel/guii.php3 on line 112 It should be fixed

Re: A note on binary size...

2001-07-13 Thread Andre Poenitz
> I guess that a lot of this is comming from the guii work, but sure use > of stl helps. Mathed alone went from 175k to 445k binary size (whereas the sources fell from 11900 to 10700 LOC) between May 2000 and today Since mathed was virtually STL-free I'd attribute most of the size to it. But swi

Re: A note on binary size...

2001-07-13 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Well I can't remember when I made the switch to cxx 6.1 (and Angus> hence the ability to use std::string), but 1.1.6 was certainly Angus> compiled with it. So we've grown by 1MB since then. I have indeed similar numbers for 1.1.6

RE: moving spellchecker to frontends

2001-07-13 Thread Juergen Vigna
On 12-Jul-2001 Edwin Leuven wrote: Edwin as soon as you send me the missing ChangeLog entries I'm now ready to commit this stuff. Unfortunately I cannot test the pspell module as I'm not able to start it, it keeps telling me that it cannot load the aspell module?? I'll check this with Kevin, if

GUII Status page on www.devel.lyx.org broken

2001-07-13 Thread Paul Seelig
To whom it may concern: For "http://www.devel.lyx.org/guii.php3"; i get the following with konqueror: Parse error: parse error, expecting `')'' in /home/httpd/html/lyx-devel/guii.php3 on line 112 Netscape (with JavaScript turned off) just returns a blank page, although the document source can

Re: Compilation problem

2001-07-13 Thread Juergen Vigna
On 13-Jul-2001 Lars Gullik Bjønnes wrote: >| -UpdatableInset * in = inset.getLockingInset(); >| +InsetText * in = (InsetText *) inset.getLockingInset(); >| if (&inset == in) >| return const_cast(this); >| return in; > > We do not use C-style casts. Use C++ casts.

Re: A note on binary size...

2001-07-13 Thread Angus Leeming
On Friday 13 July 2001 10:42, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Just for reference, here are the sizes of the stripped binaries > Angus> of the last few versions of the code: > > Angus> -r-xr-xr-x 1 root system 2850816 May 2 2000

Re: A note on binary size...

2001-07-13 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | The increase in size appears to be accelerating. Will this trend change or | should I buy a separate hard disk for future LyXs? Seriously, is this mainly | a consequence of moving to STL containers? | I guess that a lot of this is comming from the gu

Re: about lyx

2001-07-13 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> It'd be nicer and cheaper to use a stringstream Angus> string const ControlAboutlyx::getVersion() const { Angus> std::stringstream ss; No. Include #include "Lsstream.h" and in the function do stringstream ss; and get the resul

Re: Compilation problem

2001-07-13 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | UpdatableInset * InsetCollapsable::getLockingInset() const | { | - UpdatableInset * in = inset.getLockingInset(); | + InsetText * in = (InsetText *) inset.getLockingInset(); | if (&inset == in) | return const_cast(this

Re: Literate (PassThru) patch

2001-07-13 Thread Jean-Marc Lasgouttes
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: Kayvan> This patch adds a "PassThru" boolean to layout, fixing my Kayvan> Literate scrap layout problem in a general way. Kayvan> The only thing I miss is the Evil Red Scraps now (they show up Kayvan> as typewriter, but not red). A f

Re: about lyx

2001-07-13 Thread Angus Leeming
On Friday 13 July 2001 10:35, Edwin Leuven wrote: > > Hi there, > > I killed the Copyright and Control dialogs and now have 1 about lyx dialog. Man, you're quick! > Please find patch attached. Open issue (yes xforms is bugging me again) the > dialog can be resized. Yes, tabs are a pain in th

Re: A note on binary size...

2001-07-13 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Just for reference, here are the sizes of the stripped binaries Angus> of the last few versions of the code: Angus> -r-xr-xr-x 1 root system 2850816 May 2 2000 Angus> /usr/local/bin/lyx114* -r-xr-xr-x 1 root system 3416064 Dec 8 A

A note on binary size...

2001-07-13 Thread Angus Leeming
Just for reference, here are the sizes of the stripped binaries of the last few versions of the code: -r-xr-xr-x 1 root system 2850816 May 2 2000 /usr/local/bin/lyx114* -r-xr-xr-x 1 root system 3416064 Dec 8 2000 /usr/local/bin/lyx115* -r-xr-xr-x 1 root system 4202496

Re: Re-implementing open-stuff [questions about insets and signals]

2001-07-13 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> So you see that Inset::hideDialog is connected to the dialog Angus> appropriately. This just needs to be changed to Angus> Inset::collapsed() or whatever name Jürgen has chosen for this. In fact I hoped you would give this kind of

Re: moving spellchecker to frontends

2001-07-13 Thread Jean-Marc Lasgouttes
> "Ronny" == Ronny Buchmann <[EMAIL PROTECTED]> writes: Ronny> cut and paste doesnt always gives the correct result (see the Ronny> patch) ;) Oops! Thanks. Now I have killed the kde entries, so there are probably even more errors (I'll test it as soon as it is reflaceted on the server). JMa

about lyx

2001-07-13 Thread Edwin Leuven
Hi there, I killed the Copyright and Control dialogs and now have 1 about lyx dialog. Please find patch attached. Open issue (yes xforms is bugging me again) the dialog can be resized. It would be great if someone can take a peek at it (and commit it if it is ok as is). Comments are of cours

Re: search shortcuts don't work

2001-07-13 Thread Jean-Marc Lasgouttes
> "Scott" == Scott Otterson <[EMAIL PROTECTED]> writes: Scott> Peter, I'm pretty sure that my window manager isn't catching Scott> M-f and M-b (I'm using gnome/sawfish, and none of the shortcuts Scott> are set to those combinations). Also, looking in lyx/bind, I Scott> see that none of the bi

Re: One final request... ert-insert.xpm

2001-07-13 Thread Kayvan A. Sylvan
On Fri, Jul 13, 2001 at 11:19:00AM +0200, Jean-Marc Lasgouttes wrote: > > "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: > > Kayvan> Can you re-add tex-mode.xpm back in lib/images/ as > Kayvan> ert-insert.xpm? I use a custom toolbar and like having the TeX > Kayvan> incon (which woul

  1   2   >