CONFIRMATION cash received

2000-07-24 Thread Get Noticed
Subject: CONFIRMATION cash received Date: Wed, 19 Jul 2000 22:20:22 -0100 From: "Pat Dahlberg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>, <[EMAIL PROTECTED

Re: New layout for the menus

2000-07-24 Thread R. Lahaye
"R. Lahaye" wrote: > File->New // Collapse New and New_from_template. > // Use "invalid" filename; when saved, call 'Save as...' automatically. > // Should a window popup ask for Template/Class or assume a default for >that? > Open // Collapse Open and Import. Open accor

Re: relaxed requirements on std::string

2000-07-24 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | What is your recommendation regarding LyX RPMs? Should I generated | them --with-included-string? That's my inclination, considering the | 800K bloat. Just use --with-included-string ... unless you want to create gtk rpm's :-) Lgb

Re: relaxed requirements on std::string

2000-07-24 Thread Kayvan A. Sylvan
On Tue, Jul 25, 2000 at 12:22:14AM +0200, Lars Gullik Bjønnes wrote: > > I have reduced LyX' requirements on std::string so that we are now > able to compile with the std::string distributed with egcs and gcc > 2.95.x. LyX will use this by default. If you want to use the lyxstring > you have to u

relaxed requirements on std::string

2000-07-24 Thread Lars Gullik Bjønnes
I have reduced LyX' requirements on std::string so that we are now able to compile with the std::string distributed with egcs and gcc 2.95.x. LyX will use this by default. If you want to use the lyxstring you have to use --with-included-string. One "bad" thing about the std::string in gcc is tha

Re: GTK/Gnome frontend elementary support

2000-07-24 Thread Lars Gullik Bjønnes
Marko Vendelin <[EMAIL PROTECTED]> writes: | the attached patch together with additional files included into the | .tar.gz archive adds elementary support for GTK/Gnome frontend: configure | scripts, Gtk/Gnome initialization, Gnome event loop processing, and | Copyright dialog box implementation.

Re: Cleaning up the menu entries.

2000-07-24 Thread Lars Gullik Bjønnes
"R. Lahaye" <[EMAIL PROTECTED]> writes: | "Open" opens an existing document! Isn't a class/template already | defined inside an existing document? Why must it popup a "New from | Template"? Why must "Open" open an existing document? | Open: Collapse "Open" and "Import". Open accord

Re: Cleaning up the menu entries.

2000-07-24 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | So you always use "New from template..." and newer "New..."? Well I | for myself | use a lot "article" textclass and do much more "New..." (without template) | then "New from template", so I'm much faster with just a "New ..." menu where | I don't have

Re: New layout for the menus

2000-07-24 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | > File->New // Collapse New and New_from_template. | > // Use "invalid" filename; when saved, call 'Save as...' automatically. | > // Should a window popup ask for Template/Class or assume a default for |that? | | NO, NO, NO! |

Re: relyx broken?

2000-07-24 Thread Amir Karger
On Mon, Jul 24, 2000 at 10:30:12AM +0900, R. Lahaye wrote: > Amir Karger wrote: > > > > On Sat, Jul 22, 2000 at 02:45:29AM +0900, R. Lahaye wrote: > > > > > > /my/dir/my_file.tex: import failed. (buffer-import latex: [M-fil]) > > > > > > Is this a bug? > > > > Maybe. > > How can I more directly

Re: The new Toolbar and Menubar.

2000-07-24 Thread Angus Leeming
I've just checked out your code Jean-Marc with cvs update I've just compiled the code without any problem. However, running it I get the message Menubar::Pimpl::set: menubackend is empty! using default values. With or without a document loaded there are only 3 items in the menubar, File, E

The new Toolbar and Menubar.

2000-07-24 Thread Jean-Marc Lasgouttes
OK, I have finally commited my work from this week end. A few random notes: - Toolbar and menubar are in frontends, with implementation in frontends/xforms. The external interface is GUI-indep. There may be a way to use signals between the interface and the private implementation, but I do

Re: Toolbar does not work anymore!

2000-07-24 Thread Juergen Vigna
On 24-Jul-2000 Jean-Marc Lasgouttes wrote: > > It may be an update problem (the buttons are disabled when there is no > buffer, except for new and open, but may not be re-enabled later). Do > you have a custom toolbar? Yes I have a custom toolbar! But the buttons are not enabled from the beginn

Re: Cleaning up the menu entries.

2000-07-24 Thread Juergen Vigna
On 24-Jul-2000 R. Lahaye wrote: > > Well, this is exactly my point, why I suggested to redesign the menu. > Currently the menu has too many confusing options and overlaps: > Well this has nothing to do with the menu-structure and I think we should leave this function as is. > > Along these l

Re: Toolbar does not work anymore!

2000-07-24 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> Well the problem is that the toolbar still displays right but Juergen> I can press only the first button (to the left!), all others Juergen> are ignored. It may be an update problem (the buttons are disabled when there is no b

Re: Cleaning up the menu entries.

2000-07-24 Thread R. Lahaye
Juergen Vigna wrote: > > > > > I believe that "Open" should ONLY allow you to open an existing file, > > whether that's lyx, latex, text, noweb or doc (extension sensitive!). > > Don't make a "New from templates" also a hidden feature of "Open". > > Why not let it be as it is now? If we don't fi

Re: Toolbar does not work anymore!

2000-07-24 Thread Juergen Vigna
On 24-Jul-2000 Jean-Marc Lasgouttes wrote: > > No, but I might have changed the time where it is read... I have to > admit that I did not test redefining the toolbar from configuration > file. I will first commit the code I've been working on (still > struggling with cxx) where I _did_ change th

Re: Toolbar does not work anymore!

2000-07-24 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> Hi! I just noticed that my toolbar does not work anymore! Juergen> Could someone explain me what happend. I had a look at Juergen> lyxrc.examples in the lib/ directory and it has still the Juergen> same format I use for my .lyx

Re: Cleaning up the menu entries.

2000-07-24 Thread Juergen Vigna
> > I believe that "Open" should ONLY allow you to open an existing file, > whether that's lyx, latex, text, noweb or doc (extension sensitive!). > Don't make a "New from templates" also a hidden feature of "Open". Why not let it be as it is now? If we don't find the file just ask the User if he

Re: Cleaning up the menu entries.

2000-07-24 Thread R. Lahaye
Allan Rae wrote: > > > > Open: Collapse "Open" and "Import". Open according to file > >extension: .lyx, .tex, .txt, .nw, .doc are opened as > >you expect. > >Does .txt input need a "as lines/as paragraph" popup? > >

Re: Cleaning up the menu entries.

2000-07-24 Thread Allan Rae
On Mon, 24 Jul 2000, R. Lahaye wrote: > Allan Rae wrote: > > This then leaves us with a new "Open..." that can create a new named > > document (emacs style) and which should/must popup the new "New from > > Template..." popup. (That is, the new "Open..." is really a slightly > > better version o

set_color documentation mistake

2000-07-24 Thread Lior Silberman
When documenting the \set_color lyxrc command I forgot that strings in lyxrc must be enclosed in quotes. I thus put in a misleading example. The attached patch (again lyxdoc CVS) fixes this problem. I also rearranged the table for the default colors. Lior. set_color_doc.gz

Re: Cleaning up the menu entries.

2000-07-24 Thread R. Lahaye
Allan Rae wrote: > This then leaves us with a new "Open..." that can create a new named > document (emacs style) and which should/must popup the new "New from > Template..." popup. (That is, the new "Open..." is really a slightly > better version of the old "New...") "Open" opens an existing doc

Re: Cleaning up the menu entries.

2000-07-24 Thread Allan Rae
On Mon, 24 Jul 2000, Juergen Vigna wrote: > So you always use "New from template..." and newer "New..."? Well I for myself > use a lot "article" textclass and do much more "New..." (without template) > then "New from template", so I'm much faster with just a "New ..." menu where > I don't have to

Toolbar does not work anymore!

2000-07-24 Thread Juergen Vigna
Hi! I just noticed that my toolbar does not work anymore! Could someone explain me what happend. I had a look at lyxrc.examples in the lib/ directory and it has still the same format I use for my .lyxrc-toolbar-defines. Jean-Marc did you change the format? Jürgen -- -._-._-._-._-._-._-._-

RE: New layout for the menus

2000-07-24 Thread Juergen Vigna
> > > File->New // Collapse New and New_from_template. > // Use "invalid" filename; when saved, call 'Save as...' automatically. > // Should a window popup ask for Template/Class or assume a default for >that? NO, NO, NO! IMO we need "New..." AND "New from template..."

RE: tables typo?

2000-07-24 Thread Juergen Vigna
On 22-Jul-2000 Lior Silberman wrote: > In current CVS, with NEW_INSETS defined to 1 (but NEW_TABULAR undefined), > I found the following: > > Method Buffer::writeFileAscii (buffer.C) has a variable called 'actcell' > which is declared to be int* . Despite this, it is used in the following > ways

Re: Export to PDF and other formats

2000-07-24 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: >> Remove them. As far as I know, they were never used. Dekel> Wrong. The dvi_to_ps_command lyxrc variable is used when a Dekel> Postscript file is created. To put it differently: I guess most people do not chenge them and are pleased with

Re: Cleaning up the menu entries.

2000-07-24 Thread Juergen Vigna
On 24-Jul-2000 Allan Rae wrote: > > I'm confused by the above sentence (perhaps it should be 5 sentences). > Are you saying you think we should keep the "New.." and "New from > template.." menu entries that we currently have? > Was I that unclear!? I meant that I want to have a New...