Re: Bug list - Update

2001-12-05 Thread Allan Rae
On Wed, 5 Dec 2001, John Levon wrote: > On Wed, Dec 05, 2001 at 04:38:09PM +1000, Allan Rae wrote: > > > Can someone (Jürgen?) remind me why it is a Good Thing to have every > > inset have its own LyXText? Why can't we just use the same LyXText > > for everything in a given buffer? > > how would

Re: Bug list - Update

2001-12-04 Thread Andre Poenitz
On Wed, Dec 05, 2001 at 08:25:08AM +0100, Lars Gullik Bjønnes wrote: > Oh, we will probably make it even "worse" later: one LyXText for each > paragraph. Yes, yes, yes! Andre' -- André Pönitz .. [EMAIL PROTECTED]

Re: Bug list - Update

2001-12-04 Thread John Levon
On Wed, Dec 05, 2001 at 04:38:09PM +1000, Allan Rae wrote: > Can someone (Jürgen?) remind me why it is a Good Thing to have every > inset have its own LyXText? Why can't we just use the same LyXText > for everything in a given buffer? how would that work ? An inset exists on one row only, but m

Re: Bug list - Update

2001-12-04 Thread Allan Rae
On Wed, 5 Dec 2001, John Levon wrote: [...] > using bv_->text means only a selection in the top-level is found. There might > be an inset whose ->getLyXText() has a selection, but we won't find it like above. > > I don't see an alternative to iterating over every inset's lyxtext to look > for a se

Re: Bug list - Update

2001-12-04 Thread John Levon
On Wed, Dec 05, 2001 at 04:27:09PM +1000, Allan Rae wrote: > Okay so there are currently 241 matches to '>text[, ;-)]' in 27 files > (146 of which are in BufferView_pimpl.C). Unfortunately only a > handful are false positives -- like the two hits in > frontends/xforms/FormSpellchecker.C. I've p

Re: Bug list - Update

2001-12-04 Thread Allan Rae
On Wed, 5 Dec 2001, John Levon wrote: > On Wed, Dec 05, 2001 at 04:56:38AM +, John Levon wrote: > > > using bv_->text means only a selection in the top-level is found. There might > > be an inset whose ->getLyXText() has a selection, but we won't find it like above. > > erk. > > insert file a

Re: Bug list - Update

2001-12-04 Thread John Levon
On Wed, Dec 05, 2001 at 04:56:38AM +, John Levon wrote: > using bv_->text means only a selection in the top-level is found. There might > be an inset whose ->getLyXText() has a selection, but we won't find it like above. erk. insert file as ascii lines won't insert into an inset either. We

Re: Bug list - Update

2001-12-04 Thread John Levon
On Fri, Nov 30, 2001 at 06:03:55PM +1000, Allan Rae wrote: > SO far it looks like BufferView::Pimpl::workAreaButtonPress doesn't > always see that a selection is set in: > > if (button == 2 > && bv_->text->selection.set()) { > owner_->getLyXFunc()->dispatch(LFUN_COP

Re: Bug list - Update

2001-11-30 Thread John Levon
On Fri, Nov 30, 2001 at 09:33:04AM +0100, Juergen Vigna wrote: > Well I guess someone dreamed this bug is still there and we all know how to > fix it, don't we? no ! You gave some hints but didn't reply to my follow up ... john -- "...life's not a paragraph and death i think is no parenthesi

Re: Bug list - Update

2001-11-30 Thread John Levon
On Fri, Nov 30, 2001 at 06:03:55PM +1000, Allan Rae wrote: > > > - Insert a minipage into an empty document; insert a few characters in front of >the > > > (open) minipage -> the minipage is moved past the right border of the LyX main >window > > > > fixed by Allan. > > Did I do that? Hmmm.

Re: Bug list - Update

2001-11-30 Thread Juergen Vigna
On 30-Nov-2001 Allan Rae wrote: >> > - Insert a minipage into an empty document; insert a few characters in front of >the >> > (open) minipage -> the minipage is moved past the right border of the LyX main >> > window >> >> fixed by Allan. > > Did I do that? Hmmm... Maybe I fixed it in m

Re: Bug list - Update

2001-11-30 Thread Allan Rae
I don't believe this... I just restarted LyX in gdb and now I get a different set of cases to what I had minutes ago. It must be Friday. On Fri, 30 Nov 2001, Allan Rae wrote: > 5. If you s&p the line from the figure inset ("more [foot] text") no > matter where you paste it you only get "more

Re: Bug list - Update

2001-11-30 Thread Allan Rae
On Wed, 28 Nov 2001, John Levon wrote: > On Sun, Nov 25, 2001 at 09:31:42AM +0100, Michael Schmitt wrote: > > > - Load file "scary_eqns.lyx" and try to click at the last subscript "0" in a >formula called "philinear" > > -> the cursor is positioned past the formula > > can I have this file p

Re: Bug list - Update

2001-11-29 Thread John Levon
On Thu, Nov 29, 2001 at 08:05:14PM +0100, Michael Schmitt wrote: > I remember the time when Lars said that the figure inset should be > rewritten very urgently. I myself experienced problems with Postscript > files as well that were not painted on screen. The figinset code is not only ugly, it a

Re: Bug list - Update

2001-11-29 Thread Michael Schmitt
Garst R. Reese wrote: >>- Remove the old graphics inset (from GUI and from code >> if automatic conversion is activated and works satisfyingly) (#477822) >> > I would much prefer to just rename Old_Graphics to Postscript, but that > could depend on the definition of _satisfyingling_, and th

Re: Bug list - Update

2001-11-28 Thread John Levon
There is a patch below I would like people to look at ! On Sun, Nov 25, 2001 at 09:31:42AM +0100, Michael Schmitt wrote: > - Load file "scary_eqns.lyx" and try to click at the last subscript "0" in a formula >called "philinear" > -> the cursor is positioned past the formula can I have thi

Re: Bug list - Update (fwd)

2001-11-26 Thread Dekel Tsur
--- Begin Message --- Hello all, The bug I said you guys could close...I lied. It happens in 1.2.0cvs also. Program halts (no repaints) with splash screen visible if .lyx directory exists. If run from terminal, no messages are displayed as with normal startup. Removing the .lyx directory th

Re: Bug list - Update [tiny PATCH]

2001-11-26 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > > "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> > > writes: > > Juergen> Yes, there are! The shortcuts "C-s" and "M-F" for forwards > Juergen> search and "C-r" or "M-B" for bachwards search. AFAIK the > Juergen> only way to make them visible to the use

Re: Bug list - Update [tiny PATCH]

2001-11-26 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Yes, there are! The shortcuts "C-s" and "M-F" for forwards Juergen> search and "C-r" or "M-B" for bachwards search. AFAIK the Juergen> only way to make them visible to the user is to add some text Juergen> to the buttons

Re: Bug list - Update

2001-11-26 Thread Juergen Vigna
On 26-Nov-2001 Andre Poenitz wrote: > [snip]... right now I could lend a hand... To fix the remaining bug in the core ;) Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PROTECTED] Italienallee 13/N Tel/Fax: +39

Re: Bug list - Update

2001-11-26 Thread Andre Poenitz
On Mon, Nov 26, 2001 at 10:04:37AM +0200, Martin Vermeer wrote: > Hmmm, I see that 'unable to make a superscript in mathed' is missing. > Was it resolved very recently? Herbert's item is still present in BUGS/mathed. But unless I can reproduce it, I can't fix it. Actually I doubt that I can fix

Re: Bug list - Update

2001-11-25 Thread Martin Vermeer
Hmmm, I see that 'unable to make a superscript in mathed' is missing. Was it resolved very recently? For me it's a showstopper. Martin -- Martin Vermeer [EMAIL PROTECTED] Helsinki University of Technology Department of Surveying P.O. Box 1200, FIN-02015 HUT, Finland :wq msg29287/pgp0.pg

Re: Bug list - Update [tiny PATCH]

2001-11-25 Thread Juergen Spitzmueller
Michael Schmitt wrote: - In the "open" dialog, "Documents" and "Examples" do not have shortcuts; As I already said, they have the shortcuts M-1 and M-2. I will eventually have a look if I can set additional shortcuts for this buttons in their different contexts. - in "find & replace", no shor

Re: Bug list - Update

2001-11-25 Thread John Levon
On Sun, Nov 25, 2001 at 06:53:50PM +0200, Dekel Tsur wrote: > I think that it would be better to display negative space by a dotted line > or something similar. Currently, you cannot differentiate between space of > 10pt and a space of -10pt. yeah, I guess that would be easier/better regards jo

Re: Bug list - Update

2001-11-25 Thread Allan Rae
On Sun, 25 Nov 2001, Asger K. Alstrup Nielsen wrote: > Hi, > > Just curious: That bug list is huge, and I'm lazy. How many of > the bugs are showstoppers that must be fixed for 1.2.0? IMO about 1/3. Many of them seem to be interrelated so I suspect fixing 1/3 will actually solve most of them.

Re: Bug list - Update

2001-11-25 Thread Asger K. Alstrup Nielsen
Hi, Just curious: That bug list is huge, and I'm lazy. How many of the bugs are showstoppers that must be fixed for 1.2.0? Greets, Asger

Re: Bug list - Update

2001-11-25 Thread Dekel Tsur
On Sun, Nov 25, 2001 at 04:44:53PM +, John Levon wrote: > On Sun, Nov 25, 2001 at 09:31:42AM +0100, Michael Schmitt wrote: > > if you enabled them again, please check whether they are displayed correctly on >screen > > (in former lyx versions, negative values have been displayed as positi

Re: Bug list - Update

2001-11-25 Thread John Levon
On Sun, Nov 25, 2001 at 09:31:42AM +0100, Michael Schmitt wrote: > - In the paragraph layout dialog, it is impossible to enter negative vertical spaces; patch for such has been sent > if you enabled them again, please check whether they are displayed correctly on >screen > (in former lyx v

Re: Bug list - Update again

2001-11-22 Thread Juergen Vigna
On 22-Nov-2001 Allan Rae wrote: > I have noticed though that either cut or copy or both (common code?) > doesn't seem to be copying insets (either at all or at least not in a > way that is past[e?]able _or_ paste can't paste insets anymore -- > this is _not_ due to my changes it existed previousl

Re: Bug list - Update again

2001-11-21 Thread Allan Rae
This bug is a lot harder to trigger now after my recent fixes but it is still there just harder to trigger. I have noticed though that either cut or copy or both (common code?) doesn't seem to be copying insets (either at all or at least not in a way that is past[e?]able _or_ paste can't paste i

Re: Bug list - Update again

2001-11-14 Thread Allan Rae
- Cut all text from a note with two paragraphs and paste it right in front of the now empty note (same par!) -> Stack overflow This is true for any InsetText-based inset (eg. figure float) and you don't have to cut you can copy and paste also. The part about pasting into the same paragraph is

Re: Bug list - Update again

2001-11-14 Thread Jose Abilio Oliveira Matos
On Tue, Nov 13, 2001 at 08:19:33PM +0100, Michael Schmitt wrote: > LyX 1.2.0cvs - Bug list (2001/11/12) > > > Please help me to keep this list up to date. > Report new or fixed bugs directly to '[EMAIL PROTECTED]' > > ***

Re: Bug list update

2001-11-13 Thread Andre Poenitz
On Tue, Nov 13, 2001 at 10:02:00AM +0100, Jean-Marc Lasgouttes wrote: > Andre> Is it? How to you reach the other items then? > > You don't. Or you hope they have shortcuts. Alt for LyX menu shortcuts "usually" does not work too well here (i.e. sometimes it works, sometimes I have to use Alt-Gr a

Re: Bug list update

2001-11-13 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Mon, Nov 12, 2001 at 08:56:30PM +0100, Michael Schmitt Andre> wrote: >> Herbert Voss wrote: >> >> >>- "Tab" does not work correctly in the URL dialog (buttons are >> unreachable) >> >> >> > it's the default, that only textfield

Re: Bug list update

2001-11-12 Thread Andre Poenitz
On Mon, Nov 12, 2001 at 08:56:30PM +0100, Michael Schmitt wrote: > Herbert Voss wrote: > > >>- "Tab" does not work correctly in the URL dialog (buttons are unreachable) > >> > > it's the default, that only textfields are reached with tab, > > isn't it?? Is it? How to you reach the other items th

Re: Bug list update

2001-11-12 Thread Michael Schmitt
Herbert Voss wrote: >>- "Tab" does not work correctly in the URL dialog (buttons are unreachable) >> > it's the default, that only textfields are reached with tab, > isn't it?? You are right! I will remove this item from my list... ... and replace it with the following one: - In the graphics

Re: Bug list update

2001-11-12 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: >> - +checking for package graphics [graphics]... yes >> Shouldn't this be graphicx for the new graphics inset? John> I wish someone would answer this ! I can only assume yes. As far as I know, it does not make a difference, since

Re: Bug list update

2001-11-12 Thread John Levon
Hi Michael, can you add the bug nr's this time please ? On Mon, Nov 12, 2001 at 08:08:01AM +0100, Michael Schmitt wrote: > spellcheck doesn't work for tabular cells #229140 > - "Remove all error boxes" does not remove error boxes from within minipages Err, how did you manage to get an error

Re: Bug list update [w/ PATCH]

2001-11-12 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: >> Could you try to do that? Or maybe 'save as defaults'? You could >> also try to review the popup triggered by this button and see >> whether it makes sense. Juergen> I changed it to "Save

Re: Bug list update [w/ PATCH]

2001-11-12 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Could you try to do that? Or maybe 'save as defaults'? You could also > try to review the popup triggered by this button and see whether it > makes sense. I changed it to "Save as Document Defaults", which is the best solution IMHO. I also changed the popup text a l

Re: Bug list update

2001-11-12 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Ah, now I finally understand the effect of that button. I Juergen> always thought it changes the default settings of the current Juergen> class, not the defaults for "New" documents. I don't have a Juergen> good idea for

Re: Bug list update

2001-11-11 Thread Herbert Voss
Michael Schmitt wrote: > > - "Tab" does not work correctly in the URL dialog (buttons are unreachable) > it's the default, that only textfields are reached with tab, isn't it?? Herbert

Re: Bug list update

2001-11-11 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Fine. A remaining problem: 'save class defaults' is not a good name, > since it looks like 'reset class defaults'. A better name would be > 'save default document layout' or 'save as defaults for new > documents', but these are of course too long. This buttons operate

Re: Bug list update

2001-11-09 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> I had a closer look. I think I tried all possible settings, Juergen> saved as class default and reopended. Seems that it works now Juergen> as it should. Very good work. Fine. A remaining problem: 'save class defaults'

Re: Bug list update

2001-11-07 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > Jean-Marc Lasgouttes wrote: > > I did the splitting of the xxx_apply stuff, but by mistake commited > > it before doing any testing :) Juergen, could you test whether the > > FormDocument still works and whether 'save defaults' works better > > than before? I'll do so

Re: Bug list update

2001-11-07 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > I did the splitting of the xxx_apply stuff, but by mistake commited > it before doing any testing :) Juergen, could you test whether the > FormDocument still works and whether 'save defaults' works better > than before? I'll do some testing of my own too. Note that an

Re: Bug list update

2001-11-07 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Well, IMHO it is much better. It is cleaner from a devel's Juergen> and more comfortable from a user's point of view. I would be Juergen> very grateful if you could do it, since then it will be done Juergen> *right* ;-)

Re: Bug list update

2001-11-07 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> - Start LyX; open new file; open the document dialog; change Juergen> separation from "indent" to "skip"; "save as class defaults"; Juergen> close document; open new file; open document dialog -> Juergen> separation is r

Re: Bug list update

2001-11-03 Thread John Levon
On Wed, Oct 31, 2001 at 09:18:24AM +0100, Michael Schmitt wrote: > - Start LyX; open new file; open the document dialog; change separation from "indent" > to "skip"; "save as class defaults"; close document; open new file; open document > dialog -> separation is reset to "indent" again! is t

Re: Bug list update

2001-10-31 Thread Allan Rae
This one doesn't appear to be in the list: Take a 1.1.5cvs (latest) created IEICE class document and load it into 1.2.0cvs. Change document class to book. Caption becomes Address LyX-Code becomes Paragraph* LaTeX becomes Date It would seem that the paragraph style conversion code is suffering

Re: Bug list update

2001-10-31 Thread Allan Rae
On 31 Oct 2001, Jean-Marc Lasgouttes wrote: > > "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: > > Juergen> The problem is that the changes need to be applied before > Juergen> running LFUN_LAYOUT_SAVE_DEFAULT. How can we do that? One > Juergen> solution would be to pop up a qu

Re: Bug list update

2001-10-31 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > > "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> > > writes: > > Juergen> The problem is that the changes need to be applied before > Juergen> running LFUN_LAYOUT_SAVE_DEFAULT. How can we do that? One > Juergen> solution would be to pop up a question if

Re: Bug list update

2001-10-31 Thread Juergen Spitzmueller
Am Mittwoch, 31. Oktober 2001 10:56 schrieb Juergen Spitzmueller: > - Start LyX; open new file; open the document dialog; change > separation from "indent" to "skip"; "save as class defaults"; close > document; open new file; open document dialog -> separation is reset > to "indent" again! > > Str

Re: Bug list update

2001-10-31 Thread Juergen Spitzmueller
- Start LyX; open new file; open the document dialog; change separation from "indent" to "skip"; "save as class defaults"; close document; open new file; open document dialog -> separation is reset to "indent" again! Strange. We use the same LFUN_LAYOUT_SAVE_DEFAULT than in 1.1.6, where this

Re: Bug list - Update

2001-09-17 Thread John Levon
On Mon, Sep 17, 2001 at 11:35:08PM +0200, Lars Gullik Bjønnes wrote: > | Yes but the limit tends towards a specific value. So we can keep going forever, > | but there is an upper limit... > > So you clam that the process will stop, ... but it will take forever? it won't stop, we'll just get clo

Re: Bug list - Update

2001-09-17 Thread John Levon
On Mon, Sep 17, 2001 at 08:26:06PM +0200, Lars Gullik Bjønnes wrote: > | bugs in the code is finite. So there is some hope that the list will > | shrink eventually :-) > > Nah "There is always one more bug!" Yes but the limit tends towards a specific value. So we can keep going forever, but

Re: Bug list - Update

2001-09-17 Thread Juergen Vigna
On 17-Sep-2001 Jean-Marc Lasgouttes wrote: >> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Here's the fdesign stuff ;-) I just need the appropriate > Angus> ParagraphParameters. > > Concerning the LaTeX output, remember that we want a reasonable > environment rather than

Re: Bug list - Update

2001-09-17 Thread Angus Leeming
On Monday 17 September 2001 11:26, Juergen Vigna wrote: > On 17-Sep-2001 Angus Leeming wrote: > > > Jürgen, IF you'd like to put the ability to modify the width of an individual > > paragraph back into LyX, then I'm happy to give it a frontend. Duncan Simpson > > suggested that the best LaTeX

Re: Bug list - Update

2001-09-17 Thread Juergen Vigna
On 17-Sep-2001 Angus Leeming wrote: > Jürgen, IF you'd like to put the ability to modify the width of an individual > paragraph back into LyX, then I'm happy to give it a frontend. Duncan Simpson > suggested that the best LaTeX for the problem is: > > ERT inset > {\leftskip=2cm > \rightskip=

Re: Bug list - Update

2001-09-17 Thread Juergen Vigna
On 17-Sep-2001 Lars Gullik Bjønnes wrote: >| I just don't get it? > > the same extra parameters was used for different things depending on > the value of the other extra parameters. So you say if I reimplement this with clean parameters then it wouldn't be a hack anymore? Jürgen -- -

Re: Bug list - Update

2001-09-17 Thread Angus Leeming
On Monday 17 September 2001 10:25, Juergen Vigna wrote: > On 17-Sep-2001 Lars Gullik Bjønnes wrote: > > > All the paragraph extra stuff was a hack. > > (and this is why it is so excruciatingly hard to get rid of it) > > Could you explain why it was a hack in your opinion? Because we used > some

Re: Bug list - Update

2001-09-17 Thread Juergen Vigna
On 17-Sep-2001 Lars Gullik Bjønnes wrote: > All the paragraph extra stuff was a hack. > (and this is why it is so excruciatingly hard to get rid of it) Could you explain why it was a hack in your opinion? Because we used some more paragraph-params? Because we had a visual feedback on screen? B

Re: Bug list - Update

2001-09-17 Thread Juergen Vigna
On 10-Sep-2001 Garst R. Reese wrote: >> Not that I'm saying it can't/won't go back. I really can't remember the >> details of the discussion. >> >> A. > If it was in, it was not there for long. I often used either verse or > quote (or is it quotation) to get an indented paragraph before minipag

Re: Bug list - update

2001-09-14 Thread Juergen Spitzmueller
Angus, can you please apply this patch? It fixes a typo in FormGraphics.C which is responsible for non-restoring the height-choice AFAICS (copy & paste issue, I suppose). Please delete the form_graphics.[fdC] stuff if you don't like it (the framebox requested by Michael). Thanks. Jürgen Index

Re: Bug list - update

2001-09-14 Thread Andre Poenitz
On Fri, Sep 14, 2001 at 01:56:41AM +0100, John Levon wrote: > On Thu, Sep 13, 2001 at 06:21:36PM +0200, Andre Poenitz wrote: > > > > - "File->Exit" does not work while editing a math formula; > > > the same holds for opening/closing a file, changing paragraph layout... > > > (This must defi

Re: Bug list - update

2001-09-14 Thread Angus Leeming
On Thursday 13 September 2001 19:08, Michael Schmitt wrote: > On Thu, 13 Sep 2001, Juergen Spitzmueller wrote: > > > - What's the difference between OK and Apply? It seems to be > >impossible to add a second, third,... graphic with the same > >dialog (I assume that was the in

Re: Bug list - update

2001-09-13 Thread John Levon
On Thu, Sep 13, 2001 at 06:21:36PM +0200, Andre Poenitz wrote: > > - "File->Exit" does not work while editing a math formula; > > the same holds for opening/closing a file, changing paragraph layout... > > (This must definitely be fixed!) > > Try recent CVS. how did you fix this ? what ab

Re: Bug list - update

2001-09-13 Thread Michael Schmitt
On Thu, 13 Sep 2001, Juergen Spitzmueller wrote: > - What's the difference between OK and Apply? It seems to be >impossible to add a second, third,... graphic with the same >dialog (I assume that was the intention) > > You can apply the values and change it again without reop

Re: Bug list - update

2001-09-13 Thread Juergen Spitzmueller
Am Donnerstag, 13. September 2001 17:44 schrieb Michael Schmitt: - Graphics dialog: - Where have the "default" size options gone to? Are they chosen if no width/height sizes are specified? That's at least how _I_ understand this (!?) - The "file" & "browse" elements might be put

Re: Bug list - update

2001-09-13 Thread Andre Poenitz
> - "File->Exit" does not work while editing a math formula; > the same holds for opening/closing a file, changing paragraph layout... > (This must definitely be fixed!) Try recent CVS. > - Menu item "Insert/Special Character/Superscript" should be disabled > in mathed since it does not ha

Re: Bug list - Update

2001-09-10 Thread Duncan Simpson
> On Mon, 10 Sep 2001, Andre Poenitz wrote: > > But I am not fully convinced that minipages provide a proper solution for > indenting a paragraph by, e.g., 5cm. You would have to set the width of > the minipage to \textwidth-5cm and place a \hfill in front of the > minipage. I wonder if this is

Re: Bug list - Update

2001-09-10 Thread Garst R. Reese
Michael Schmitt wrote: > > minipage. I wonder if this is acceptable to the average user. > Do we have those? Garst

Re: Bug list - Update

2001-09-10 Thread Michael Schmitt
On Mon, 10 Sep 2001, Andre Poenitz wrote: > On Mon, Sep 10, 2001 at 03:13:41PM +0100, Angus Leeming wrote: > > Anyway, isn't this covered by minipage? > > Most of it probably is. However, minipages have quite a few drawing > and "access" problems currently... These problems have to be fixed anyw

Re: Bug list - Update

2001-09-10 Thread Garst R. Reese
Angus Leeming wrote: its first line. > > There was some discussion about this some time ago. I think that the > concensus was that it was a nasty hack, but I can't really remember. > > Anyway, isn't this covered by minipage? > > Not that I'm saying it can't/won't go back. I really can't rememb

Re: Bug list - Update

2001-09-10 Thread Andre Poenitz
On Mon, Sep 10, 2001 at 03:13:41PM +0100, Angus Leeming wrote: > Anyway, isn't this covered by minipage? Most of it probably is. However, minipages have quite a few drawing and "access" problems currently... Andre' -- André Pönitz . [EMAIL PROTECTED]

Re: Bug list - Update

2001-09-10 Thread Michael Schmitt
On Mon, 10 Sep 2001, Angus Leeming wrote: > > No, I think some time ago you could indent a complete paragraph, not just > > its first line. > > There was some discussion about this some time ago. I think that the > concensus was that it was a nasty hack, but I can't really remember. > > Anyway, i

Re: Bug list - Update

2001-09-10 Thread Angus Leeming
On Monday 10 September 2001 14:54, Michael Schmitt wrote: > On Mon, 10 Sep 2001, Angus Leeming wrote: > > > - A collegue is missing the paragraph indentation feature. Why has is gone? > > > > You mean the "No Indent" check box in the bottom right hand corner of the > > Paragraph dialog? > > > >

Re: Bug list - Update

2001-09-10 Thread Michael Schmitt
On Mon, 10 Sep 2001, Angus Leeming wrote: > - A collegue is missing the paragraph indentation feature. Why has is gone? > > You mean the "No Indent" check box in the bottom right hand corner of the > Paragraph dialog? > > Or perhaps you mean the "Indent" radio button in the bottom right of the >

Re: Bug list - Update

2001-09-10 Thread Angus Leeming
On Monday 10 September 2001 12:52, Michael Schmitt wrote: > Hello, > > working with LyX at the weekend has uncovered a few new bugs and > raised some questions. Enclosed please find an extended bug lists. > > Michael - A collegue is missing the paragraph indentation feature. Why has is gone? Y

Re: Bug list - Update No. 73251

2001-09-03 Thread Michael Schmitt
On Mon, 3 Sep 2001, Jose Abilio Oliveira Matos wrote: > This problem is getting me crazy. > The only way to have this result is if reLyXmain.pl is present in > /bin. Is it? No. -- == Michael Schmitt

Re: Bug list - Update No. 73251

2001-09-03 Thread Jose Abilio Oliveira Matos
On Mon, Sep 03, 2001 at 10:31:06AM +0200, Michael Schmitt wrote: > On Fri, 31 Aug 2001, Jose Abilio Oliveira Matos wrote: > > > Michael do you have problems with the last reLyX? > > > > What was the symbolic link that you added wednesday to fix it? > > I made some symbolic links from /share/

Re: Bug list - Update No. 73251

2001-09-03 Thread Yves Bastide
On Mon, Sep 03, 2001 at 05:38:29PM +0200, Michael Schmitt wrote: > On Mon, 3 Sep 2001, Yves Bastide wrote: > > > > > Is such fiddling appropriate, when all we have is a user bug ? :-) > > > > A marginpar, like a footnote or an index entry, is meant to refer to the > > > > preceding word. No? > >

Re: Bug list - Update No. 73251

2001-09-03 Thread Michael Schmitt
On Mon, 3 Sep 2001, Yves Bastide wrote: > > > Is such fiddling appropriate, when all we have is a user bug ? :-) > > > A marginpar, like a footnote or an index entry, is meant to refer to the > > > preceding word. No? > > > > no, as far as i know to the line of the \marginpar command. > > but it

Re: Bug list - Update No. 73251

2001-09-03 Thread Michael Schmitt
On Mon, 3 Sep 2001, John Levon wrote: > > Hmmm, I thought this is self-explaining. Create a document with a > > large note inset (must not fit completely to screen), then move the > > cursor as described above. This is indeed a minor bug but it might > > the point is I couldn't get it to do anyth

Re: Bug list - Update No. 73251

2001-09-03 Thread Yves Bastide
On Mon, Sep 03, 2001 at 02:38:00PM +0200, Herbert Voss wrote: > Yves Bastide wrote: > > > > Is such fiddling appropriate, when all we have is a user bug ? :-) > > A marginpar, like a footnote or an index entry, is meant to refer to the > > preceding word. No? > > no, as far as i know to the lin

Re: Bug list - Update No. 73251

2001-09-03 Thread Herbert Voss
Yves Bastide wrote: > > On Mon, Sep 03, 2001 at 01:24:13PM +0200, Herbert Voss wrote: > > Michael Schmitt wrote: > > > > > > On Mon, 3 Sep 2001, Herbert Voss wrote: > > > > > > > this is your problem, not a latex one ... > > > > when you add your margin note _direct_ before the last word, > > > >

Re: Bug list - Update No. 73251

2001-09-03 Thread Yves Bastide
On Mon, Sep 03, 2001 at 01:24:13PM +0200, Herbert Voss wrote: > Michael Schmitt wrote: > > > > On Mon, 3 Sep 2001, Herbert Voss wrote: > > > > > this is your problem, not a latex one ... > > > when you add your margin note _direct_ before the last word, > > > than the parbox of the margin and th

Re: Bug list - Update No. 73251

2001-09-03 Thread Herbert Voss
Michael Schmitt wrote: > > On Mon, 3 Sep 2001, Herbert Voss wrote: > > > this is your problem, not a latex one ... > > when you add your margin note _direct_ before the last word, > > than the parbox of the margin and the word are a unit(!) and > > hyphenation is not possible! > > a margin shoul

Re: Bug list - Update No. 73251

2001-09-03 Thread Michael Schmitt
On Mon, 3 Sep 2001, Herbert Voss wrote: > this is your problem, not a latex one ... > when you add your margin note _direct_ before the last word, > than the parbox of the margin and the word are a unit(!) and > hyphenation is not possible! > a margin should always appear as a "word", means space

Re: Bug list - Update No. 73251

2001-09-03 Thread Herbert Voss
Michael Schmitt wrote: > > On Sat, 1 Sep 2001, Yves Bastide wrote: > > > > > - Create a new document that contains the word "Sophisticated" 6 times. View >the > > > > dvi output (->last word is broken into two lines); add a margin note right in > > > > front of the last word and view dvi ou

Re: Bug list - Update No. 73251

2001-09-03 Thread John Levon
On Mon, Sep 03, 2001 at 10:21:29AM +0200, Michael Schmitt wrote: > Hmmm, I thought this is self-explaining. Create a document with a > large note inset (must not fit completely to screen), then move the > cursor as described above. This is indeed a minor bug but it might the point is I couldn't

Re: Bug list - Update No. 73251

2001-09-03 Thread Michael Schmitt
On Sat, 1 Sep 2001, Yves Bastide wrote: > > > - Create a new document that contains the word "Sophisticated" 6 times. View the > > > dvi output (->last word is broken into two lines); add a margin note right in > > > front of the last word and view dvi output again (-> the word is not broken

Re: Bug list - Update No. 73251

2001-09-03 Thread Michael Schmitt
On Fri, 31 Aug 2001, Jose Abilio Oliveira Matos wrote: > Michael do you have problems with the last reLyX? > > What was the symbolic link that you added wednesday to fix it? I made some symbolic links from /share/... to /bin. IIRC this did not fully solve the problem. The lastest reLyX does

Re: Bug list - Update No. 73251

2001-09-03 Thread Michael Schmitt
On Fri, 31 Aug 2001, John Levon wrote: > > - Create a note inset and fill it with text until its content cannot be > > fully displayed on screen. Add some text in front and after the note. > > Then, move the cursor in front of the note, press CursorDown (you are now > > scrolling past the n

Re: Bug list - Update No. 73251

2001-09-02 Thread John Levon
On Sun, Sep 02, 2001 at 12:11:56PM +0100, Angus Leeming wrote: > So, to my mind, the real fix is to give ControlPreamble an update method. > That should be pretty easy too. Feel free! oh ok, will do ! john -- "Do you mean to tell me that "The Prince" is not the set textbook for CS1072 Profes

Re: Bug list - Update No. 73251

2001-09-02 Thread Angus Leeming
On Friday 31 August 2001 21:44, John Levon wrote: > > - Herbert: Open two different docs, open one latex preamble, > > write anything in the preamble, close the doc of this preamble > > (but not the preamble!), close the preamble with ok > >-> the preamble of the current doc is overwritten

Re: Bug list - Update No. 73251

2001-09-01 Thread Yves Bastide
On Fri, Aug 31, 2001 at 09:44:46PM +0100, John Levon wrote: > On Fri, Aug 31, 2001 at 03:01:27PM +0200, Michael Schmitt wrote: [snip] > > - Create a new document that contains the word "Sophisticated" 6 times. View the > > dvi output (->last word is broken into two lines); add a margin note righ

Re: Bug list - Update No. 73251

2001-08-31 Thread John Levon
On Fri, Aug 31, 2001 at 09:44:46PM +0100, John Levon wrote: > > - In the paragraph layout dialog, it is possible to enter text in the > > "Below"/"Above" boxes even if the space is fixed (the text > > is swallowed immediately but nevertheless...) > > Let me see. fixed (waiting for apply)

Re: Bug list - Update No. 73251

2001-08-31 Thread John Levon
On Fri, Aug 31, 2001 at 03:01:27PM +0200, Michael Schmitt wrote: > - Create a note inset and fill it with text until its content cannot be > fully displayed on screen. Add some text in front and after the note. > Then, move the cursor in front of the note, press CursorDown (you are now > sc

Re: Bug list - Update No. 73251

2001-08-31 Thread Jose Abilio Oliveira Matos
On Fri, Aug 31, 2001 at 03:01:27PM +0200, Michael Schmitt wrote: > > Friday, finally! > > It's time for an updated bug list (with 64 entries!) Michael do you have problems with the last reLyX? What was the symbolic link that you added wednesday to fix it? > Michael > > -- >

  1   2   >