Anti-Friday Campaign?

2000-11-02 Thread Allan Rae
Okay, who's responsible for the day long outage of lyx.org? If this an Anti-Friday (anti-no-smiley day) campaign or just a simple stuff up by someone? Allan. (ARRae)

example problems

2000-11-02 Thread Lior Silberman
Hi, Prompted by an error message during CVS compilation (something to do with the literate programming example - see below), I've gone over the lib/examples, lib/templates and lib/doc and changed all occurences of '\language default' to '\language english', except for the it_splash.lyx (which se

Re: FormPreferences patch

2000-11-02 Thread Angus Leeming
oh yes, and I THINK I've fixed the crash problem when closing LyX after opening FormPreferences. Could someone check, as I can't reproduce the problem here... Angus On Thu, 02 Nov 2000, Angus Leeming wrote: > > Attached is a patch implementing Colours and Formats tabs. You can't > actually

Re: FormPreferences patch

2000-11-02 Thread Angus Leeming
Attached is a patch implementing Colours and Formats tabs. You can't actually DO anything with them yet, but I'd like some feedback. Esp. with the Formats (Outputs->Formats). This is the first point: where should it go. Formats are for input AND output. Suggestions for the name of a new top le

subscripts

2000-11-02 Thread Garst R. Reese
I used to hack this with math mode index. That no longer works. How does one do superscripts and subscripts now? AhHa, I found M-m x in math.bind, and that works, but it does not work from the math menu anymore. It would be nice to have real subscripts and superscripts. Garst

Small patch for kbsequence.[Ch]

2000-11-02 Thread Andre Poenitz
... under http://mathematik.htwm.de/tmp/kbmap.diff It only replaces this home made storages scheme for 'sequence' and 'modifiers' with std::vector. Next step should be replacing this 'if length is negative' hack... Andre' -- André Pönitz [EMAIL PROT

Insettext

2000-11-02 Thread Andre Poenitz
-- Index: insets/insettext.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/insettext.C,v retrieving revision 1.95 diff -u -r1.95 insettext.C --- insets/insettext.C 2000/11/02 16:19:53 1.95 +++ insets/inse

Cryptic warning in insettext.C

2000-11-02 Thread Jean-Marc Lasgouttes
Here it is (in Juergen's latest changes): cxx: Warning: ../../../lyx-devel/src/insets/insettext.C, line 599: temporary used for initial value of reference to non-const (anachronism) Inset * inset = bv->checkInsetHit(TEXT(bv), tmp_x, tmp_y-TEXT(bv)->first, --

Re: Bugs in LyX

2000-11-02 Thread Dekel Tsur
On Thu, Nov 02, 2000 at 04:31:07PM +0100, Jean-Marc Lasgouttes wrote: > > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: > > Dekel> Here is a patch that fixes the problem. > > Applied. Should it go in 1.1.5 too? Yes.

RE: Excessive repainting with tables

2000-11-02 Thread Juergen Vigna
On 01-Nov-2000 Dekel Tsur wrote: > I've found out that when one inserts/deletes a char in a table, the cells in > the table are redrawn 3 times ! > > This happens as BufferView::updateInset is called 3 times: I hopefully fixed this, thanks for the good report (I knowed that it did it wrong but

Re: thesis cont.

2000-11-02 Thread Juergen Vigna
On 02-Nov-2000 Jean-Marc Lasgouttes wrote: > Juergen> P.S.: I forgot that the label type should also be possible to > Juergen> be defined in the layout files obviously. > > So, what's different between your proposal and mine? Mine is better?! #:O) (maybe I thought a bit more about all the pro

Re: Bugs in LyX

2000-11-02 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> Here is a patch that fixes the problem. Applied. Should it go in 1.1.5 too? JMarc

Re: [patch] reLyX: handle documentclasses with non-alpha characters

2000-11-02 Thread Jean-Marc Lasgouttes
> "Amir" == Amir Karger <[EMAIL PROTECTED]> writes: Amir> Sure, I suppose. New patch below. Jean-Marc, could you apply? Done. JMarc

Re: [patch] reLyX: handle documentclasses with non-alpha characters

2000-11-02 Thread Amir Karger
On Wed, Nov 01, 2000 at 03:35:07PM +0100, Yves Bastide wrote: > > reLyX cannot handle document class names with non `word' characters > (not in [A-Za-z_]), such as article-hermes. This patch therefore replaces > \w by \S (non blank) in the regular expression. Good point. > Note this is not foo

Re: thesis cont.

2000-11-02 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> I guess the both of you are right ;), now let me tell you Juergen> what I think is the correct aproaching to this (and this is Juergen> obviously the right one :) Juergen> - Section should be paragraphs as Jean-Marc said! :)

Re: 1.1.5fix2 not running LaTeX enough times

2000-11-02 Thread Jean-Marc Lasgouttes
> "Tom" == Tom Holroyd <[EMAIL PROTECTED]> writes: Tom> I have a doc with lots of refs, and LyX 1.1.4 runs BibTeX and Tom> LaTex the correct number of times (4 - possibly once too many, Tom> but my machine is fast so I don't care) -- with the exact same Tom> setup and LyX 1.1.5fix2 it only ru

Re: Literate Programming problems

2000-11-02 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> BTW, wouldn't it be better to define the items in the import Dekel> menu as OptItem ? Done. JMarc

Re: thesis cont.

2000-11-02 Thread Juergen Vigna
On 02-Nov-2000 Jean-Marc Lasgouttes wrote: > > Then, will people need to do insert->Section to begin a section? This > does not look very intuitive... Or do you plan to change a paragraph > into an inset when the current layout is changed from Standard to > Section? > [snip] > > Not if all th

Re: questions on default.ui

2000-11-02 Thread Jean-Marc Lasgouttes
> "R" == R Lahaye <[EMAIL PROTECTED]> writes: R> Hi, Few questions related to the menu layout in default.ui: R> 1) What is the difference between "Item" and "OptItem"? An OptItem will only show up if the function is not disabled (where an Item would be grayed out). This makes sense for exam

Re: FormPreferences patch

2000-11-02 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Attached is a clean-up patch to FormPreferences and LyXRC. I'll apply it. JMarc

Re: thesis cont.

2000-11-02 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> IMO your view of insets are then a bit too limited. My view is that a document is a sequence of paragraphs. Until this changes, your nice new section inset will have to be inserted into an empty paragraph. What happens when th

Re: Templates

2000-11-02 Thread Jean-Marc Lasgouttes
> "José" == José Luis Sánchez de la Rosa <[EMAIL PROTECTED]> writes: José> Dear Sirs, First of all, let me tell you I am using klyx and I José> am very glad of doing. I think it is a good job you have done. José> Let me to make you a questions. 1) I know some places as for José> example the I

More compiler warnings: support/lstrings.h:74

2000-11-02 Thread R. Lahaye
Hi, This is produced while I "make" the latest CVS. Is this information about warnings useful? support/lstrings.h: In function `const class string tostr(const enum LyXAlignment &)': tabular.C:935: instantiated from `write_attribute(const string &, const LyXAlignment &)' tabular.C:995: inst

Re: Bug in selection buttons (Document Layout & Preferences).

2000-11-02 Thread Angus Leeming
On Thu, 02 Nov 2000, Allan Rae wrote: > On Wed, 1 Nov 2000, Dekel Tsur wrote: > > On Wed, Nov 01, 2000 at 02:48:34PM +, Angus Leeming wrote: > > > > PS: If I open the preferences dialog (and then close it or keep it > > > > open), then when trying to quit from LyX, LyX crashes. > > > > > > I d

RE: [patch] 1.1.6CVS: load old tabular format with correct langu

2000-11-02 Thread Juergen Vigna
On 01-Nov-2000 Yves Bastide wrote: > The attached patch sets the correct language when loading old (pre 2.17) > format tabulars. Thanks I'll apply this! Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PROTECTED] Ita

questions on default.ui

2000-11-02 Thread R. Lahaye
Hi, Few questions related to the menu layout in default.ui: 1) What is the difference between "Item" and "OptItem"? 2) The CVS version has an entry for Noweb as follows: Item "Noweb|N" "buffer-import literate" Shouldn't "literate" be replace by "noweb" ? 3) Wouldn't a new, better