Bibtex could dialog need additional browse-dialogs

2000-10-22 Thread R. Lahaye
Hi, Everytime I have to fill in the bibtex dialog, I wished there was a "Browse" or "Search" button for the input. Especially a browse button for the database would be very convenient. I wonder if something similar can also be done for the Style input. Could LyX search the default-style-path f

Re: Mathed bugs

2000-10-22 Thread Andre Poenitz
> One example that I have is the LyxArrayBase, in its opertator=, I believe > it is missing a set of this->last, however changing that gave rise to a > bug elsewhere that I havent traced yet where the last value is somewhere > above a million and maxsize is 16. I think it should be tried to repla

Re: Patch: export code

2000-10-22 Thread Dekel Tsur
On Sun, Oct 22, 2000 at 11:24:42PM +1000, Allan Rae wrote: > On Sat, 21 Oct 2000, Dekel Tsur wrote: > > > 1. The patch adds a distinction between format name and extension. > > Using the \format lyxrc tag we can define in lyxrc > > > > #name extension "pretty name" > > \Format linuxdoc

Re: keymap for Latvian characters.

2000-10-22 Thread Garst R. Reese
Janne Pänkälä wrote: ^ ^ ^ These look like umlauts to me. ä What language is your last name in? I could not find a Finnish kmap. Question to list: Compose a - gives me ã, which is not a macron. American kbd here. Compose a ~ gives me the same thing. > > # > # latvian.kmap > # > # this

Re: src/frontends/support/LyXImage.h

2000-10-22 Thread Allan Rae
On Sun, 22 Oct 2000, Baruch Even wrote: > Either I haven't understood what you talk about or you didn't understand > what I was talking about. > > I fail to see how a Makefile.am magic can help this problem, Unless I use > it to actually rename the file LyXImage_specific.h to LyXImage.h and its

Re: Mathed bugs

2000-10-22 Thread Baruch Even
As I said the bugs are subtle and solving one thing that seems to be a bug, gives rise to other subtle bugs that were hidden before. One example that I have is the LyxArrayBase, in its opertator=, I believe it is missing a set of this->last, however changing that gave rise to a bug elsewhere that

Re: src/frontends/support/LyXImage.h

2000-10-22 Thread Baruch Even
Either I haven't understood what you talk about or you didn't understand what I was talking about. I fail to see how a Makefile.am magic can help this problem, Unless I use it to actually rename the file LyXImage_specific.h to LyXImage.h and its corresponding C file. And this doesn't sound all to

Re: src/frontends/support/LyXImage.h

2000-10-22 Thread Allan Rae
On Fri, 20 Oct 2000, Baruch Even wrote: > The current method that is used for LyXImage is pretty ugly, the header > file LyXImage.h includes the right header file for the frontend by using > the preprocessor. You could use some Makefile.am majic and put the support files in appropriate directori

Re: stream_cast<> and Re: LyXFunc/LyXAction

2000-10-22 Thread Allan Rae
On 22 Oct 2000, Lars Gullik Bjønnes wrote: > "Asger K. Alstrup Nielsen" <[EMAIL PROTECTED]> writes: > > Do you know if anyone has mentioned xtl on the boost list? Perhaps > that should be done? > > Of course to include the xtl in boost the lisence has to change. Asger sent an email to the XTL

configure fails

2000-10-22 Thread Johan Kuipers
Hi, I've got a problem with configure, it says: ... snip ... checking for strerror... yes checking for atexit... yes updating cache ./config.cache creating ./config.status creating Makefile sed: file conftest.s1 line 47: Unterminated `s' command creating development/lyx.spec sed: file conftest.

Re: Basic C++ question

2000-10-22 Thread Lior Silberman
On 22 Oct 2000, Lars Gullik Bjønnes wrote: > Baruch Even <[EMAIL PROTECTED]> writes: > > | On Fri, 20 Oct 2000, Lior Silberman wrote: > | > | > I know this _feels_ bad, but I think the most efficient implementation > | > will be to handle the temporary ourselves: > | > > | > Menu* Menu::expand

Re: stream_cast<> and Re: LyXFunc/LyXAction

2000-10-22 Thread Lars Gullik Bjønnes
"Asger K. Alstrup Nielsen" <[EMAIL PROTECTED]> writes: Do you know if anyone has mentioned xtl on the boost list? Perhaps that should be done? Of course to include the xtl in boost the lisence has to change. (btw. I have serious dubts if xtl is the right thing for lyx internals.) Lgb

Re: Basic C++ question

2000-10-22 Thread Lars Gullik Bjønnes
Baruch Even <[EMAIL PROTECTED]> writes: | On Fri, 20 Oct 2000, Lior Silberman wrote: | | > I know this _feels_ bad, but I think the most efficient implementation | > will be to handle the temporary ourselves: | > | > Menu* Menu::expand (Buffer* buf) | > { | > Menu *resulting_menu = new

Re: Basic C++ question

2000-10-22 Thread Lars Gullik Bjønnes
Lior Silberman <[EMAIL PROTECTED]> writes: | I know this _feels_ bad, but I think the most efficient implementation | will be to handle the temporary ourselves: | | Menu* Menu::expand (Buffer* buf) | { | Menu *resulting_menu = new Menu(); | ... | // add stuff to the new m

Re: Nasty bug with (long ?) tables

2000-10-22 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "John" == John Levon <[EMAIL PROTECTED]> writes: | | John> The only reason you get mails from me personally as well as to | John> the list is indeed my laziness. My fault of course ! But I | John> stupidly use pine, and am wedded to it now

Re: resizing xform dialogs patch

2000-10-22 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | > void FormCommand::showInset( InsetCommand & inset ) | > { | > inset_ = &inset; | > ... | > } | > This is not safe, ... just imagine what will happen if the InsetCommand goes out of scope or is deleted. Lgb

Re: Patch: export code

2000-10-22 Thread Allan Rae
On Sat, 21 Oct 2000, Dekel Tsur wrote: > Here is a "make Jose happy" patch: > > 1. The patch adds a distinction between format name and extension. > Using the \format lyxrc tag we can define in lyxrc > > #name extension "pretty name" > \Format linuxdoc sgml Linuxdoc > \Format docbook

Re: stream_cast<> and Re: LyXFunc/LyXAction

2000-10-22 Thread Asger K. Alstrup Nielsen
On Sat, 21 Oct 2000, Andre Poenitz wrote: (comparision of stream_cast and XTL) > I did that indeed, but with an eye on the specific environment "LyX". > The places where (XTL|stream_cast) has to be used are not the performance > critical parts of LyX nor have I seen the need for nesting so far.

Warning: language `default' not recognized!

2000-10-22 Thread R. Lahaye
Hi, I've compiled recent 1.1.6cvs and executed lyx 'as is'. Why is the language by default set to 'default' and then not recognized resulting in a warning? Using 'setenv LANG C' or so, doesn't make a difference. Rob.

Re: more pointers to references...

2000-10-22 Thread Allan Rae
On Fri, 20 Oct 2000, Angus Leeming wrote: > This is just a proposal, but going on the "pointers are evil" philosophy, I > think that the following Inset classes can be altered. Can't some of this wait until _after_ 1.1.6? What are we building here? The Linux kernel? Allan. (ARRae)

Re: Dialogs.h question

2000-10-22 Thread Allan Rae
On Fri, 20 Oct 2000, Angus Leeming wrote: > I think I may have got my knickers in a twist (good ol' English expression). > Apologies, but it is Friday; feel free to flame. You can't be right all the time. > 2. I'm trying to get my head round this and it's hurting! Has Jürgen done it > the rig

Re: XForms TODO list

2000-10-22 Thread Allan Rae
On 20 Oct 2000, Jean-Marc Lasgouttes wrote: > > "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: > > Allan> 2. Add new tabfolders to Preferences (HOWTO at end) > > And what about my proposal to make LaTeX Preamble a tab folder of > Document popup? Would it cause problems with the default OK

Re: XForms TODO list

2000-10-22 Thread Allan Rae
On Fri, 20 Oct 2000, Angus Leeming wrote: > On Fri, 20 Oct 2000, Allan Rae wrote: > > (a.k.a. Jobs for Angus ;-) > > > > No particular order. > > > > 1. Find out if it's possible to raise() an iconified form. > > I haven't even been able to figure out if a form _is_ iconified. > > With t

keymap for Latvian characters.

2000-10-22 Thread Janne Pänkälä
# # latvian.kmap # # this is for Latvian, with US Keyboard. # 2000 By Janne Pänkälä ([EMAIL PROTECTED]) # # Characters that are (afaik ;/ ) needed are # g k n l with , underneath # c s z with v above # a e i u with - above \kmod ^ caron cszCSZ \kmod - macron aeiuAEIU \kmod \, cedilla gknlGKNL