Re: FYI: (*it). vs it->

2000-11-06 Thread Andre Poenitz
> Note that is some libraries the operator-> for iterators are missing Is this an Official Recommendation for LyX code now? Andre' PS: Which libraries? -- André Pönitz [EMAIL PROTECTED]

Re: LyX still crashes with Preferences selection buttons

2000-11-06 Thread Allan Rae
On Tue, 7 Nov 2000, R. Lahaye wrote: > "R. Lahaye" wrote: > > > > Hi, > > > > I've reported this earlier, but may provide slightly more > > details here. > > > > The crash happens as follows: > > start LyX > > Edit->Preferences->Usage->Spell checker > > now keep changing the 'Spell comma

Re: LyX still crashes with Preferences selection buttons

2000-11-06 Thread R. Lahaye
"R. Lahaye" wrote: > > Hi, > > I've reported this earlier, but may provide slightly more > details here. > > The crash happens as follows: > start LyX > Edit->Preferences->Usage->Spell checker > now keep changing the 'Spell command', without > clicking on any of the ... buttons.

LyX still crashes with Preferences selection buttons

2000-11-06 Thread R. Lahaye
Hi, I've reported this earlier, but may provide slightly more details here. The crash happens as follows: start LyX Edit->Preferences->Usage->Spell checker now keep changing the 'Spell command', without clicking on any of the ... buttons. Sometimes LyX crashes immediately at the

Find&Paste only for plain ascii text?

2000-11-06 Thread R. Lahaye
Hi, Is is possible to find special characters with the Find&Replace dialog? For example I want to find the next 'Menu-separator' in the lyx text. Rob. PS: When wanting to adjust the menubar changes to the lyx-documentation, it would be good to hop from one menu-separator to the next, making

New patch: for default.ui only

2000-11-06 Thread R. Lahaye
Hi, I have attached an new update of default.ui. Do not apply my yesterday's patch (on lyx_gui.C); all that was probably a bit overdone! The current patch includes: * src/lib/ui/default.ui: added sub/superscripts to menu as Insert->Special characters and cleaned-up the file. Rob. cvs.

Compiling Errors

2000-11-06 Thread Yves Capdeboscq
Hello, When I try to compile lyx-1.1.5fix2 on my machine (a sparc-sun-solaris2.7) I get a strange error message at the end of the compilation: Making all in intl Making all in po Making all in src make all-recursive Making all in mathed Making all in insets Making all in support /bin/sh ../libt

FYI: (*it). vs it->

2000-11-06 Thread Lars Gullik Bjønnes
FYI: Note that is some libraries the operator-> for iterators are missing so for (vector:iterator it = vstr.begin(); it != vstr.end(); ++it) { // print out one string at a time. cerr << (*it) << "Length: " << it->length() << endl; } is not guaranteed to work. However we have n

Re: FormPreferences patch

2000-11-06 Thread Dekel Tsur
On Mon, Nov 06, 2000 at 11:12:08AM +0100, Jean-Marc Lasgouttes wrote: > > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: > > Dekel> I think that you should list all (and only) .kmap files. (But > Dekel> you can just replace the keymap comboxes by simple text input > Dekel> buttons, as I am

Re: FormPreferences patch

2000-11-06 Thread Dekel Tsur
> (LanguagesXXX): the kbmap choices now contain the files > sytem_lyxdir/kbd/*.kmap. I think that these choices should eventually > be replaced by an input with a file browse button, but since the browse > buttons don'y yet work, this'll do for the moment. The items in th

Re: the .str().c_str() trick

2000-11-06 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> Is the .str().c_str() trick needed anymore? It seems that we | Lars> have just plain .str() several places in the code and have not | Lars> got any failure reports about t

Re: Patch: default.ui & lyx_gui.C

2000-11-06 Thread Lars Gullik Bjønnes
"R. Lahaye" <[EMAIL PROTECTED]> writes: | Hi, | | * lib/ui/default.ui: clean-up and added sub/superscript to menu | and to toolbar And we want tose in the default toolbar?! I certainly don't. | * src/lyx_gui.C: extended the default LyX window width to 750 | to accomodate two

Re: LyX dependency regex failure

2000-11-06 Thread Baruch Even
On 6 Nov 2000, Lars Gullik Bjønnes wrote: > Baruch Even <[EMAIL PROTECTED]> writes: > > | When I'm writing hebrew texts I'm using a package ttfheb.sty to use > | truetype fonts (much better than the metafonts that are the other option). > | For this I manually use \usepackage{ttfheb.sty} > | >

Re: Can't "Float Placement" in Document Layout.

2000-11-06 Thread Angus Leeming
Both fixed. Angus On Thu, 02 Nov 2000, R. Lahaye wrote: > Hi, > > [1.1.6cvs] > > , and do not light up when I change > "Float Placement" field in 'Document Layout->Extra-tab'. > > Bug? > Rob. > Same for "Document-tab: Extra options".

Re: Menuing bug

2000-11-06 Thread Baruch Even
On 6 Nov 2000, Jean-Marc Lasgouttes wrote: > > "Baruch" == Baruch Even <[EMAIL PROTECTED]> writes: > > Baruch> There is a bug in the Menus code with regard to sub-menus. Try > Baruch> opening the Edit menu and select the "Floats & Insets" > Baruch> submenu, now without canceling anything cli

Re: bug in "buffer-child-insert" dialog

2000-11-06 Thread Angus Leeming
Fixed. On Sun, 05 Nov 2000, R. Lahaye wrote: > Hi, > > The dialog that pops up with "buffer-child-insert" > (currently under "File->Insert->File...") can't be > closed by using the windowmanager's "X" in the upper > right corner of the dialog window. > Clicking on "X" is ignored. > > The button

Patch: default.ui & lyx_gui.C

2000-11-06 Thread R. Lahaye
Hi, * lib/ui/default.ui: clean-up and added sub/superscript to menu and to toolbar * src/lyx_gui.C: extended the default LyX window width to 750 to accomodate two extra toolbar items Somebody still has to add the appropriate icon-images in lib/images, which were sent by Gars

Re: the .str().c_str() trick

2000-11-06 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Is the .str().c_str() trick needed anymore? It seems that we Lars> have just plain .str() several places in the code and have not Lars> got any failure reports about this yet? I get it to complain when compiling on cxx with ly

Re: Lyx crashed -- gdb backtrace with full info provided

2000-11-06 Thread Jean-Marc Lasgouttes
> "KRISHNARAM" == KRISHNARAM KNG <[EMAIL PROTECTED]> writes: KRISHNARAM> I compiled lyx-1.1.5 just now, ran it as KRISHNARAM> lyx-1.1.5/src/lyx. It opened KRISHNARAM> lyx-1.1.5/lib/examples/splash.lyx, after which I started KRISHNARAM> the tutorial. I closed the tutorial. Then, when I tried t

Re: Lyx crashed -- gdb backtrace with full info provided

2000-11-06 Thread Lars Gullik Bjønnes
"KRISHNARAM KNG" <[EMAIL PROTECTED]> writes: | Hello, | | I compiled lyx-1.1.5 just now, ran it as lyx-1.1.5/src/lyx. It opened | lyx-1.1.5/lib/examples/splash.lyx, after which I started the tutorial. | I closed the tutorial. Then, when I tried to close splash.lyx using | file-->close, lyx crash

Lyx crashed -- gdb backtrace with full info provided

2000-11-06 Thread KRISHNARAM KNG
Hello, I compiled lyx-1.1.5 just now, ran it as lyx-1.1.5/src/lyx. It opened lyx-1.1.5/lib/examples/splash.lyx, after which I started the tutorial. I closed the tutorial. Then, when I tried to close splash.lyx using file-->close, lyx crashed giving the following message. I tried, but could no

Re: FormPreferences patch

2000-11-06 Thread Angus Leeming
Patch attached. Any answers to the questions below? Angus 2000-11-06 Angus Leeming <[EMAIL PROTECTED]> * src/frontends/xforms/forms/form_preferences.fd: Inactive tab folders are no longer dark. Haven't yet worked out how to lighten the colour of the active tabfolder. An

Re: Dumn question

2000-11-06 Thread Andre Poenitz
> During te change to string const I did not ave to change any code. So it does not cost anything except the 'clutter' of additional 'const's. I really wish 'const' was the default and there was a 'mutable' modifier to express non-constness. But that's probably 20 years late now. > I followed t

Re: Question on default.ui vs. toolbar

2000-11-06 Thread Jean-Marc Lasgouttes
> "R" == R Lahaye <[EMAIL PROTECTED]> writes: R> Hi, When I add in default.ui toolbar-Items as follows: R> Icon "math-mode" Icon "math-insert ^" Icon "math-insert _" R> LyX will look for the following filenames as icon-images: R> math-mode.xpm symbol-insert_^.xpm symbol-insert__.xpm

Re: Dumn question

2000-11-06 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | I don't really know. There are only a few places where this would be | a (disputable) advantage for consistency reasons. :-) true I guess but it is part of the "programming-by-contract" paradigm and also a way to ensure that tempraries are not modi

Re: Menuing bug

2000-11-06 Thread Jean-Marc Lasgouttes
> "R" == R Lahaye <[EMAIL PROTECTED]> writes: R> Jean-Marc Lasgouttes wrote: >> What is a bug, though is that if "Edit" is open, you will have a >> lot of problems trying to open "Insert". R> Well, in my case with Xforms 0.89, this "bug" behaves exactly the R> same as the earlier mentioned "

Question on default.ui vs. toolbar

2000-11-06 Thread R. Lahaye
Hi, When I add in default.ui toolbar-Items as follows: Icon "math-mode" Icon "math-insert ^" Icon "math-insert _" LyX will look for the following filenames as icon-images: math-mode.xpm symbol-insert_^.xpm symbol-insert__.xpm Why does LyX change the last two in "symbol-...

Re: LyX dependency regex failure

2000-11-06 Thread Lars Gullik Bjønnes
Baruch Even <[EMAIL PROTECTED]> writes: | When I'm writing hebrew texts I'm using a package ttfheb.sty to use | truetype fonts (much better than the metafonts that are the other option). | For this I manually use \usepackage{ttfheb.sty} | | The problem is that in the log file it outputs as: | (/

Re: Menuing bug

2000-11-06 Thread R. Lahaye
Jean-Marc Lasgouttes wrote: > What is a bug, though is that if > "Edit" is open, you will have a lot of problems trying to open > "Insert". Well, in my case with Xforms 0.89, this "bug" behaves exactly the same as the earlier mentioned "feature" of Xforms: open the Edit menulist, then the first c

Re: Menuing bug

2000-11-06 Thread Jean-Marc Lasgouttes
> "R" == R Lahaye <[EMAIL PROTECTED]> writes: R> The same thing when just selecting a menu item: click on Edit, R> which will show the Edit-menu-list. Now click on, for example, R> Help. This will just close the Edit-menu-list. A second click on R> Help will eventually popup the Help-menu-lis

Re: Menuing bug

2000-11-06 Thread Jean-Marc Lasgouttes
> "Baruch" == Baruch Even <[EMAIL PROTECTED]> writes: Baruch> There is a bug in the Menus code with regard to sub-menus. Try Baruch> opening the Edit menu and select the "Floats & Insets" Baruch> submenu, now without canceling anything click to open the Baruch> "Tabular" submenu, notice that

Re: Preferences: selection button causes crash

2000-11-06 Thread Angus Leeming
??? Wierd. Anyway, shouldn't happen anymore. Thanks for the info. Angus On Sat, 04 Nov 2000, R. Lahaye wrote: > Hi, > > [1.1.6 + Xforms 0.89] > > In Preferences dialog: > I believe that selection buttons of the type similar > to "Spell command" (there are a couple of them) cause > LyX to cras

Re: Dumn question

2000-11-06 Thread Andre Poenitz
> Why have all functions returning a string changed from > string func(); > to > string const func(); I don't really know. There are only a few places where this would be a (disputable) advantage for consistency reasons. In general _I_ prefer returning a "nonconst" string that can be

Re: Patch: export code

2000-11-06 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> Here is updated version of the patch, in which I've added the Dekel> following: I'll apply it. JMarc

Re: FormPreferences patch

2000-11-06 Thread Angus Leeming
On Mon, 06 Nov 2000, Jean-Marc Lasgouttes wrote: > > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: > > Dekel> I think that you should list all (and only) .kmap files. (But > Dekel> you can just replace the keymap comboxes by simple text input > Dekel> buttons, as I am going to remove the >

Dumn question

2000-11-06 Thread Angus Leeming
Why have all functions returning a string changed from string func(); to string const func(); ? Equally, why hasn't this been done to functions returning an int, or a bool etc? Angus

Re: FormPreferences patch

2000-11-06 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> I think that you should list all (and only) .kmap files. (But Dekel> you can just replace the keymap comboxes by simple text input Dekel> buttons, as I am going to remove the Dekel> kbmap_primary/kbmap_secondary variables from lyxrc.)

Re: Reconfigure? Was: "LyX: Unknown tag `\fax_command'"

2000-11-06 Thread Jean-Marc Lasgouttes
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: Allan> Probably the easiest way to fix this is to stop using textclass Allan> numbers and just stick to using the name everywhere instead. Allan> The biggest difficulty we have to reloading after a reconfigure Allan> at present is that the nu

Re: Patch: export code

2000-11-06 Thread Jean-Marc Lasgouttes
> "R" == R Lahaye <[EMAIL PROTECTED]> writes: R> In principle, these dialogs should be file-extension sensitive R> (tex: latex, nw: noweb etc.) but can be overwritten by choosing R> from a button which lists the possible formats. R> We may then even merge "File->Open" and "File->Import", if

Re: FormPreferences patch

2000-11-06 Thread Angus Leeming
> I think that you should list all (and only) .kmap files. > (But you can just replace the keymap comboxes by simple text input buttons, > as I am going to remove the kbmap_primary/kbmap_secondary variables from > lyxrc.) Ok. We're to leave it up to the user to get things right here?. But why are

Re: Anti-Friday Campaign?

2000-11-06 Thread Juergen Vigna
On 04-Nov-2000 Garst R. Reese wrote: > Well, somebody was down because I had the about same problem at about > the same time. > anoncvs would not respond. The first time I tried it said no route to > host, > after that it just sat there. Well next time you (general you ;) could make a tracerout

Re: Umlaut in formula

2000-11-06 Thread Juergen Vigna
On 03-Nov-2000 Andre Poenitz wrote: >> Have not the german keyboard a dead key to type this accent? > > German keyboards have special keys for the umlauts ("o at the 'american' ;, > "u at [ and "a at '). But I can't really tell how they work with LyX. I use > almost exclusively the American layo