Re: language.C

2000-09-23 Thread Kevin Atkinson
On Sat, 23 Sep 2000, Garst R. Reese wrote: > Kevin Atkinson wrote: > > > > On Sat, 23 Sep 2000, Garst R. Reese wrote: > > > > > Problems: What country code to assign to esperanto? > > > > None, many of the other languages should probally not have country > > codes. I also suggest you bring bac

Re: language.C

2000-09-23 Thread Garst R. Reese
Kevin Atkinson wrote: > > On Sat, 23 Sep 2000, Garst R. Reese wrote: > > > Problems: What country code to assign to esperanto? > > None, many of the other languages should probally not have country > codes. I also suggest you bring back english and just make it "en". > Well, I thought you said

Re: language.C

2000-09-23 Thread Kevin Atkinson
On Sat, 23 Sep 2000, Garst R. Reese wrote: > Problems: What country code to assign to esperanto? None, many of the other languages should probally not have country codes. I also suggest you bring back english and just make it "en". -- Kevin Atkinson kevina at users sourceforge net http://metal

Re: Tasks for 1.1.6!

2000-09-23 Thread Baruch Even
InsetGraphics has two important features that are still missing but is supposedly mostly ready besides them, it might need some cleaning up and verifying that it still works (I haven't touched it in the last three weeks or so). The two features that need to be done for it directly are: 1. Automa

language.C

2000-09-23 Thread Garst R. Reese
Attached is a proposed replacement for language.C ChangeLog Add langage_country codes to satisfy the requirements of aspell/pspell delete english (this could be just a problem with the default config of aspell. english gets the american dict.) add british (this is certainly

Re: Lost math bindings

2000-09-23 Thread dochawk
garst gabbed, > > I'd label restoration of keybindings as a "must" before release. > Did you see my proposal to use M-capital-letters for menu shortcuts, > which would leave M-m available for math key bindings. > Would you find that acceptable? I *think* so, but in all honesty, I'd probably hav

Re: Lost math bindings

2000-09-23 Thread Alejandro Aguilar Sierra
On 23 Sep 2000, Lars Gullik Bjønnes wrote: > I hope you realize that one of the reasons for our "great" flexibility > was a bug in XForms. > > Currently menu shortcuts are caught by _XForms_ not by LyX. This is > because of the new menucode that is heaps better than the old one. That is ok and

Re: cvs --with-pspell no go

2000-09-23 Thread Garst R. Reese
Juergen Vigna wrote: > > On 22-Sep-2000 Juergen Vigna wrote: > > > Any idea? > > I got it working (just followed the pspell manual ;), now we can > spellcheck also other language directories (or canadian for Garst :) > with the pspell module. > > What now is missing is: > > - multi language d

Re: Lost math bindings

2000-09-23 Thread Garst R. Reese
[EMAIL PROTECTED] wrote: > > lars lamented, > > > Alejandro Aguilar Sierra <[EMAIL PROTECTED]> writes: > > > | Yes, LyX had the hability to give users the choice to use the interface > > | they liked the more. Is really necessary to take away that? > > > We won't take away _anything_ from the

Re: Lost math bindings

2000-09-23 Thread dochawk
lars lamented, > Alejandro Aguilar Sierra <[EMAIL PROTECTED]> writes: > | Yes, LyX had the hability to give users the choice to use the interface > | they liked the more. Is really necessary to take away that? > We won't take away _anything_ from the user. The question is how LyX > should be c

Re: Lost math bindings

2000-09-23 Thread Garst R. Reese
Marko Vendelin wrote: > > On Fri, 22 Sep 2000, Garst R. Reese wrote: > > > I'll expand my earlier suggestion. > > Let menu shortcuts be M-Uppercase letter > > bindings M-lowercase letter > > The menus all start with an uppercase letter anyway. > > When in math mode in particular I prefer not to

Re: Lost math bindings

2000-09-23 Thread Marko Vendelin
On Fri, 22 Sep 2000, Garst R. Reese wrote: > I'll expand my earlier suggestion. > Let menu shortcuts be M-Uppercase letter > bindings M-lowercase letter > The menus all start with an uppercase letter anyway. > When in math mode in particular I prefer not to have to resort to the > menu and want

Re: inset questions

2000-09-23 Thread Marko Vendelin
On Fri, 22 Sep 2000, Angus Leeming wrote: > 5. We need some method of toggling between the three LaTeX output states. As > the left mouse button opens the inset, this leaves the right mouse button. > Jürgen seems very against using this to toggle between states, so RMB will > launch a (very

Re: Insets, changebars, XML

2000-09-23 Thread Andre Poenitz
> 3) I did not find command-line options to get lyx to print a document > and exit without open any X display. >How hard would that be to achieve ? Running LyX without X is still difficult. You might want to experiment with something like Xvfb :1 800x600x16 ; lyx -display :1 --export ps file

Re: Another memory leak (LyXParagraph::SetFont)

2000-09-23 Thread Andre Poenitz
> This shouldn't leak. And yes, it is a copy of FontTable(pos, font) > which is inserted into the fontlist. But the FontTable destructor and > LyXfont's destructor should take care of cleaning up in this case. > > This could be a but in te vector template. I doubt that. If it was a leak in vecto

Re: small problem in lyxstring constructor

2000-09-23 Thread Andre Poenitz
> I have anoter proposal: Since there is a n argument, we can expect > this to be meeningful, so: I think so, too. > lyxstring::lyxstring(value_type const * s, size_type n) > { > Assert(s && n < npos); // STD! > static Srep empty_rep(0, ""); > if (*s && n) { // s is not empty

[PATCH] small change to tabular to write attributes in XML style

2000-09-23 Thread Gaillard Pierre-Olivier
Hello, I noticed that the change was both backward and forward compatible (I did not need to change the methods for reading) so I did it. I have added 2 local methods to write attributes because using "<<" would have been awkward : there would have been so many "\"" all around. I believe it wou