Re: Segfault on math panel

2002-11-26 Thread John Levon
On Wed, Nov 27, 2002 at 12:28:20PM +1030, Darren Freeman wrote: > the segfault on file->new file->save just went away as of the last that was a silly but I can reproduce your math crash john

Re: LyX scroll repeat much too fast

2002-11-26 Thread Darren Freeman
I would like to confirm this since it's been posted and ignored a few times =) Also, when making very large selections with the mouse, the scroll rate is bezerk. I end up selecting about 15k words in under a second. It's simply useless in its present form. And the selection still stops updating w

Selection not redrawn after minimise

2002-11-26 Thread Darren Freeman
Dear list, when you have an active text selection and play with the window, in particular minimise/restore, it isn't redrawn although it's still there. Have fun, Darren

Re: Right-click images broken?

2002-11-26 Thread Darren Freeman
Re-posted because the bug is still there and nobody said anything... On Thu, 2002-10-31 at 15:36, Darren Freeman wrote: > Dear list, > > Using the latest CVS (well yesterday's anyway) I found that when > right-clicking on a graphic inside a figure float, I got the correct > popup window with anot

Re: lists.lyx.org on spamassassain's list?

2002-11-26 Thread Darren Freeman
On Wed, 2002-11-27 at 02:04, Dr. Richard E. Hawkins wrote: > I just noticed on my daily security log that lists.lyx.org is in the > refused mail connectons list. I don't believe that I'm using anything > but spamassassain. > > hawk, who apparently won't receive replies to this. I've seen spam co

Re: Segfault on math panel

2002-11-26 Thread Darren Freeman
On Tue, 2002-11-26 at 21:40, Angus Leeming wrote: > On Tuesday 26 November 2002 10:59 am, Darren Freeman wrote: > > Dear list, > > > > Open the math panel. > > > > Click a button. > > > > *BOOM* > > > > segfault > > I do not see this at all, so it's going to be hard to fix your problem unless > y

Re: segfault on saving new document

2002-11-26 Thread Rob Lahaye
Darren Freeman wrote: > > I should learn to use GDB one day =) But usually the odd printf() gets > me out of trouble... It's really not at all that difficult. You're just afraid of typing "gdb" at your prompt :). Suppose you compile CVS in your LyX CVS-root directory. You then have the executabl

Re: What happened to all those import options?

2002-11-26 Thread Darren Freeman
On Tue, 2002-11-26 at 19:23, Rob Lahaye wrote: > As a general remark, I find the import quite crap. > > Import should open a file-dialog. This file-dialog should also have > a choice button: > auto > tex > linuxdoc > text-as-lines > text-as-paragraphs > [etc. etc.] >

Re: segfault on saving new document

2002-11-26 Thread Darren Freeman
On Tue, 2002-11-26 at 19:08, Rob Lahaye wrote: > Andre Poenitz wrote: > > On Tue, Nov 26, 2002 at 12:39:43PM +1030, Darren Freeman wrote: > > > >>Run the CVS version of LyX. > >> > >>Click File->New > >>Click File->Save or File->Save As > >> > >>pick a sensible filename. > > > > > > Can't reprod

Re: 1.3.0 release bugs

2002-11-26 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Tue, Nov 26, 2002 at 08:55:20PM +0100, Lars Gullik Bj?nnes wrote: | > | | > | So should I move this function to frontends/qt/qt_helpers.C | > | (this file doesn't exist now) ? | > | > Yes, why not. Or any other file that fits the bill. | | Here is the

Re: 1.3.0 release bugs

2002-11-26 Thread Dekel Tsur
On Tue, Nov 26, 2002 at 08:55:20PM +0100, Lars Gullik Bj?nnes wrote: > | > | So should I move this function to frontends/qt/qt_helpers.C > | (this file doesn't exist now) ? > > Yes, why not. Or any other file that fits the bill. Here is the latest version of the patch. Now I'm just waiting for s

Re: scex/idex...

2002-11-26 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Tuesday 26 November 2002 8:31 pm, Lars Gullik Bjønnes wrote: | > Angus Leeming <[EMAIL PROTECTED]> writes: | > | Is there any reason why we need these #defines? Why not just rename | > | flyx_shortcut_extract as scex and flyx_ident_extract as idex and

Re: scex/idex...

2002-11-26 Thread Angus Leeming
On Tuesday 26 November 2002 8:31 pm, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | Is there any reason why we need these #defines? Why not just rename > | flyx_shortcut_extract as scex and flyx_ident_extract as idex and be > | done with it? > > Is nothing sacred to you?

Re: scex/idex...

2002-11-26 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Is there any reason why we need these #defines? Why not just rename | flyx_shortcut_extract as scex and flyx_ident_extract as idex and be | done with it? Is nothing sacred to you? -- Lgb

Re: lists.lyx.org on spamassassain's list?

2002-11-26 Thread Lars Gullik Bjønnes
"Dr. Richard E. Hawkins" <[EMAIL PROTECTED]> writes: | I just noticed on my daily security log that lists.lyx.org is in the | refused mail connectons list. I don't believe that I'm using anything | but spamassassain. | | hawk, who apparently won't receive replies to this. not on any spamassassi

scex/idex...

2002-11-26 Thread Angus Leeming
Is there any reason why we need these #defines? Why not just rename flyx_shortcut_extract as scex and flyx_ident_extract as idex and be done with it? Angus #ifndef FORMS_GETTEXT_H #define FORMS_GETTEXT_H /// Extract shortcut from | string char const * flyx_shortcut_extract(char const * sc); //

Re: 1.3.0 release bugs

2002-11-26 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Tue, Nov 26, 2002 at 07:02:21PM +0100, Lars Gullik Bj?nnes wrote: | > +string makeFontName(string const & family, string const & foundry) | > +{ | > + if (foundry.empty()) | > + return family; | > +#if QT_VERSION >= 300 | > + r

Re: 1.3.0 release bugs

2002-11-26 Thread Dekel Tsur
On Tue, Nov 26, 2002 at 07:02:21PM +0100, Lars Gullik Bj?nnes wrote: > +string makeFontName(string const & family, string const & foundry) > +{ > + if (foundry.empty()) > + return family; > +#if QT_VERSION >= 300 > + return family + '[' + foundry + ']'; > +#else > +

Re: Segfault on math panel

2002-11-26 Thread John Levon
On Tue, Nov 26, 2002 at 09:29:33PM +1030, Darren Freeman wrote: > Wassup wit all these segfaults in the CVS as of about yesterday??? seems the boost update screwed us over > Never before has an editor segfaulted and left me get back in just > seconds to the exact character I was editing =) The

Re: New menu structure updated

2002-11-26 Thread John Levon
On Tue, Nov 26, 2002 at 10:29:56AM +0100, Jean-Marc Lasgouttes wrote: > But it is not for now, is it? No. We're in freeze and I am not proposing these menus for 1.3.0 > The only problem I see is that we would like a binding for the generic > inset-properties (that searches for the nearest item o

Re: 1.3.0 release bugs

2002-11-26 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Tue, Nov 26, 2002 at 05:28:03PM +0200, Dekel Tsur wrote: >> >> Here is the patch that implements the above for the QT frontend. >> Please check that it works correctly with QT2. > | I had a small error in the patch above and it probably hadn't functione

Re: 1.3.0 release bugs

2002-11-26 Thread Dekel Tsur
On Tue, Nov 26, 2002 at 05:28:03PM +0200, Dekel Tsur wrote: > > Here is the patch that implements the above for the QT frontend. > Please check that it works correctly with QT2. I had a small error in the patch above and it probably hadn't functioned correctly with QT2. Here is an updated version

Re: table borders in Qt

2002-11-26 Thread Juergen Spitzmueller
Edwin Leuven wrote: > Herbert is also working on it. Maybe you should coordinate in order to > avoid duplication. Hm... That's why I asked before I started (but I got no answer). Herbert? Thanks, Jürgen.

Re: [PATCH] stupid stuff that breaks things

2002-11-26 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Tue, Nov 26, 2002 at 04:13:48PM +0100, Lars Gullik Bjønnes wrote: >> | Yes, the math streams. Currently they wrap an ostream and implement >> | operator<< individually to delegate work. >> >> yes... the operator<< for string is missing... > | It's in

Re: [PATCH] stupid stuff that breaks things

2002-11-26 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> I realize that... but to soothe you a bit... I do not really add | Lars> anything new, I just makes it more consistent. > | Lars> f.ex. we use sometimes find("c") and sometim

Re: Indenting left justified paragraphs

2002-11-26 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Tue, Nov 26, 2002 at 11:13:13AM -0400, Garst R. Reese wrote: >> Alice is submitting an article to a publisher that asks for indented >> paragraphs and ragged right margins. There does not seem to be a way to >> do this either with laTeX or LyX. Am

Re: Hack

2002-11-26 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | Quick'n'dirty fix for the "can't scroll over large insets" problem. | It makes sure that PageDown is at least as big a step as CursorDown. > | Ok? how is the rand cases handled? - inset at top/bottom of doc - cursor at top/bottom - cursor close to top/

Hack

2002-11-26 Thread Andre Poenitz
Quick'n'dirty fix for the "can't scroll over large insets" problem. It makes sure that PageDown is at least as big a step as CursorDown. Ok? Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson) Index: text3.C =

lists.lyx.org on spamassassain's list?

2002-11-26 Thread Dr. Richard E. Hawkins
I just noticed on my daily security log that lists.lyx.org is in the refused mail connectons list. I don't believe that I'm using anything but spamassassain. hawk, who apparently won't receive replies to this. -- Richard E. Hawkins, Asst. Prof. of Economics/"\ ASCII ribbon campaign [EMAIL

Re: Indenting left justified paragraphs

2002-11-26 Thread Andre Poenitz
On Tue, Nov 26, 2002 at 11:13:13AM -0400, Garst R. Reese wrote: > Alice is submitting an article to a publisher that asks for indented > paragraphs and ragged right margins. There does not seem to be a way to > do this either with laTeX or LyX. Am I missing something? If not, then > the Layout

Re: 1.3.0 release bugs

2002-11-26 Thread Dekel Tsur
On Tue, Nov 26, 2002 at 01:08:20PM +0200, Dekel Tsur wrote: > Here is what should be done: > 1. In lyxrc.C, we should be able to read old preferences file > (or perhaps we should write a preferences file converter ?). > > 2. In the frontend font loader, the code should combine the family & > found

Re: [PATCH] stupid stuff that breaks things

2002-11-26 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> I realize that... but to soothe you a bit... I do not really add Lars> anything new, I just makes it more consistent. Lars> f.ex. we use sometimes find("c") and sometimes find('c'), both Lars> work, but find('c') is faster and

Re: [PATCH] stupid stuff that breaks things

2002-11-26 Thread Andre Poenitz
On Tue, Nov 26, 2002 at 04:13:48PM +0100, Lars Gullik Bjønnes wrote: > | Yes, the math streams. Currently they wrap an ostream and implement > | operator<< individually to delegate work. > > yes... the operator<< for string is missing... It's in another header as it is rarely used. > | This shou

Re: [PATCH] stupid stuff that breaks things

2002-11-26 Thread Andre Poenitz
On Tue, Nov 26, 2002 at 04:11:30PM +0100, Lars Gullik Bjønnes wrote: > f.ex. we use sometimes find("c") and sometimes find('c'), both work, > but find('c') is faster and has smaller mem-footprint. same goes for > << "c" vs. << 'c' and + "c" vs. + 'c'. Nobody opposes the proposed change on techni

Re: [PATCH] stupid stuff that breaks things

2002-11-26 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Tue, Nov 26, 2002 at 03:21:38PM +0100, Lars Gullik Bjønnes wrote: >> >> Please have a quick glance and come with objections. >> > >> | The math outputstream stuff is still a bit fragile. I've not seen anything >> | in the patch that is likely to break

Re: [PATCH] stupid stuff that breaks things

2002-11-26 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> No specifics? Bad for you arguments then... > | I'm not giving arguments, just warnings. I know that you are going to | apply your patch anyway, so I am covering my ass. I be

Re: table borders in Qt

2002-11-26 Thread Nirmal Govind
> > The dialog does not work yet (apart from a few functions). > I'm currently implementing it. > > Jürgen. > Aah.. thanks.. nirmal

Re: make?

2002-11-26 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> Just an idea: Andre> Couldn't we just use 'make' to figure out all this Andre> dependencies? So a 'view dvi' could be something like writing a Andre> Makefile and spawning an external 'make dvi'? Andre> Currently we are more or le

Re: [PATCH] stupid stuff that breaks things

2002-11-26 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> No specifics? Bad for you arguments then... I'm not giving arguments, just warnings. I know that you are going to apply your patch anyway, so I am covering my ass. I bet you can already here be yell "I told you so!". JMarc

Re: [PATCH] stupid stuff that breaks things

2002-11-26 Thread Andre Poenitz
On Tue, Nov 26, 2002 at 03:21:38PM +0100, Lars Gullik Bjønnes wrote: > >> Please have a quick glance and come with objections. > > > | The math outputstream stuff is still a bit fragile. I've not seen anything > | in the patch that is likely to break something, but _I_ would not apply > | perl -pi

Re: [patch]: guii.php3

2002-11-26 Thread José Abílio Oliveira Matos
On Tuesday 26 November 2002 12:58, Angus Leeming wrote: > > Incidentally, in the footnote > "dante e.V. the German TeX User Group, sponsors the 7th International LyX > Developers Meeting." > shouldn't that be "sponsored" not "sponsors"? Yes, it should. Could you also add here "We thank ANSOL(h

Re: [patch] more fun stuff

2002-11-26 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | Did I scare you know? Hmm... this one took its time in getting to the list... -- Lgb

Re: [PATCH] stupid stuff that breaks things

2002-11-26 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Tue, Nov 26, 2002 at 02:50:06PM +0100, Lars Gullik Bjønnes wrote: >> Please have a quick glance and come with objections. > | The math outputstream stuff is still a bit fragile. I've not seen anything | in the patch that is likely to break something,

Re: [PATCH] stupid stuff that breaks things

2002-11-26 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> Please have a quick glance and come with objections. > | I would be surprised if it did not create obscure bugs here and | there. I'd be surprised if it creaded obsucre bugs

[patch] more fun stuff

2002-11-26 Thread Lars Gullik Bjønnes
Did I scare you know? This one is not controversion (I hope), it only (almost) makes the usage of "c" vs. 'c' consistent. If possible a single char is used instead of a one char string. added benefits is smaller memory footprint and faster code. (slightly) Unless I get any objections, I will app

Re: [PATCH] stupid stuff that breaks things

2002-11-26 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Please have a quick glance and come with objections. I would be surprised if it did not create obscure bugs here and there. There have been cases in the past where we had to use "" instead of '' to avoid wrong interpretation of

Re: [PATCH] stupid stuff that breaks things

2002-11-26 Thread Andre Poenitz
On Tue, Nov 26, 2002 at 02:50:06PM +0100, Lars Gullik Bjønnes wrote: > Please have a quick glance and come with objections. The math outputstream stuff is still a bit fragile. I've not seen anything in the patch that is likely to break something, but _I_ would not apply perl -pi style changes ther

[PATCH] stupid stuff that breaks things

2002-11-26 Thread Lars Gullik Bjønnes
Please have a quick glance and come with objections. charstr-1.diff.gz Description: GNU Zip compressed data -- Lgb

[patch]: guii.php3

2002-11-26 Thread Angus Leeming
* Removes those "Needs to be MCVed !" comments, as they are no longer true. * Renames "Qt 2" as "Qt" * swaps the order of the "Gtk/Gnome" and "Qt" columns to highlight what's active and what's not. All the above is untested, as I don't have a php server on this machine. Please test and apply. P

Re: 1.3.0 release bugs

2002-11-26 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Tue, Nov 26, 2002 at 01:06:59PM +0100, Lars Gullik Bj?nnes wrote: >> | Dekel> Do you mean that in lyxrc we should store two variable for each >> | Dekel> font: family & foundary (e.g. >> | Dekel> roman_font_family/roman_font_foundry) ? Also, should we us

Re: FormTabular (longtabular)

2002-11-26 Thread Angus Leeming
On Tuesday 26 November 2002 12:05 pm, Juergen Spitzmueller wrote: > Juergen Vigna wrote: > > and you surely tested it, > > didn't you? > > Of course. It's pretty obvious. > > Jürgen. Indeed. It's also already in the repository ;-) A

Re: FormTabular (longtabular)

2002-11-26 Thread Juergen Spitzmueller
Juergen Vigna wrote: > and you surely tested it, > didn't you? Of course. It's pretty obvious. Jürgen.

Re: 1.3.0 release bugs

2002-11-26 Thread Dekel Tsur
On Tue, Nov 26, 2002 at 01:06:59PM +0100, Lars Gullik Bj?nnes wrote: > | Dekel> Do you mean that in lyxrc we should store two variable for each > | Dekel> font: family & foundary (e.g. > | Dekel> roman_font_family/roman_font_foundry) ? Also, should we use in > | Dekel> the preferences file: \screen

Re: 1.3.0 release bugs

2002-11-26 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: > | Dekel> On Sun, Nov 24, 2002 at 11:53:32PM +0100, Lars Gullik Bj?nnes | Dekel> wrote: >>> I belive the fault is at the xforms side actually, in that we are >>> way to low-level in the lyxrc

bugzilla.lyx.org frontpage

2002-11-26 Thread Angus Leeming
Version 1.2.0 has been released, anyone interested in testing it should download it from the LyX FTP server. The list of bugs found in this release is here . Why is that not "Version 1.2.1"? Moreover the "here" points to: http://bugzilla.lyx.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bu

Re: 1.3.0 release bugs

2002-11-26 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Sun, Nov 24, 2002 at 11:53:32PM +0100, Lars Gullik Bj?nnes wrote: >> I belive the fault is at the xforms side actually, in that we are way >> to low-level in the lyxrc file, i.e. "-*-times". We should to the same >> with the xforms frontend that has been

Re: 1.3.0 release bugs

2002-11-26 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Mon, Nov 25, 2002 at 01:51:24PM +0100, Jean-Marc Lasgouttes John> wrote: Should this be solved with qt-only menu layout ? >> It could be an optitem and the lfun should be disabled if there is >> nothing hooked to the signal. John> H

Re: 1.3.0 release bugs

2002-11-26 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> On Sun, Nov 24, 2002 at 11:53:32PM +0100, Lars Gullik Bj?nnes Dekel> wrote: >> I belive the fault is at the xforms side actually, in that we are >> way to low-level in the lyxrc file, i.e. "-*-times". We should to >> the same with the

Re: 1.3.0 release bugs

2002-11-26 Thread Angus Leeming
On Tuesday 26 November 2002 11:08 am, Dekel Tsur wrote: > 4. What should be done in the XForms dialog ? > The alternatives are: > - For each font, replace the text input widget by a combox like the QT > preferences dialog. That'd be nice... Angus > - Create two text input widgets for each font.

Re: 1.3.0 release bugs

2002-11-26 Thread Dekel Tsur
On Sun, Nov 24, 2002 at 11:53:32PM +0100, Lars Gullik Bj?nnes wrote: > I belive the fault is at the xforms side actually, in that we are way > to low-level in the lyxrc file, i.e. "-*-times". We should to the same > with the xforms frontend that has been done in qt, have a style > "Times" and a fou

Re: Segfault on math panel

2002-11-26 Thread Angus Leeming
On Tuesday 26 November 2002 10:59 am, Darren Freeman wrote: > Dear list, > > Open the math panel. > > Click a button. > > *BOOM* > > segfault I do not see this at all, so it's going to be hard to fix your problem unless you supply something useful like a backtrace gdb lyx gdb> bt gdb> up > Was

Segfault on math panel

2002-11-26 Thread Darren Freeman
Dear list, Open the math panel. Click a button. *BOOM* segfault Wassup wit all these segfaults in the CVS as of about yesterday??? I've said it before and I'll say it again. Autosave in LyX ROCKS!!! Never before has an editor segfaulted and left me get back in just seconds to the exact charac

Re: reLyX

2002-11-26 Thread Darren Freeman
On Tue, 2002-11-26 at 20:06, Jean-Marc Lasgouttes wrote: > > "Darren" == Darren Freeman <[EMAIL PROTECTED]> writes: > Darren> Why doesn't the figure properties editor let me rearrange Here > Darren> Top and Bottom into the order I want? It seems to me that > Darren> checkboxes aren't the best U

make?

2002-11-26 Thread Andre Poenitz
Just an idea: Couldn't we just use 'make' to figure out all this dependencies? So a 'view dvi' could be something like writing a Makefile and spawning an external 'make dvi'? Currently we are more or less trying to re-implement what make does (and fail so far...) Andre' -- Those who desire t

Re: lyx-devel src/: BoostFormat.h ChangeLog lyx_main.C

2002-11-26 Thread Angus Leeming
On Monday 25 November 2002 9:57 pm, Lars Gullik Bjønnes wrote: > [EMAIL PROTECTED] writes: > | CVSROOT:/usr/local/lyx/cvsroot > | Module name:lyx-devel > | Repository: lyx-devel/src/ > | Changes by: [EMAIL PROTECTED]02/11/25 20:44:45 > | > | Modified files: > | lyx-devel/src

Re: Patch: alignment in fixed width columns in a table

2002-11-26 Thread Alain Castera
> Dekel Tsur wrote: > Block alignment is the default, so you don't need to write anything. > Namely, the column specifier is e.g. p{4cm} > For other alignments, you need to write >{\centering}p{4cm} Investigating further on how to display these settings, I am now in troubl

Re: FormTabular (longtabular)

2002-11-26 Thread Angus Leeming
On Monday 25 November 2002 8:25 pm, Juergen Spitzmueller wrote: > I wonder if the attached patch fixes a lot of cut'n'paste bugs. > If not, I do not understand the longtabular stuff at all. > > Please have a look. Ouch! Whoever wrote the original was fast, fast asleep. Angus

Re: New menu structure updated

2002-11-26 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Tue, Nov 26, 2002 at 10:29:56AM +0100, Jean-Marc Lasgouttes Andre> wrote: >> The only problem I see is that we would like a binding for the >> generic inset-properties (that searches for the nearest item of any >> kind with prope

Re: New menu structure updated

2002-11-26 Thread Andre Poenitz
On Tue, Nov 26, 2002 at 10:29:56AM +0100, Jean-Marc Lasgouttes wrote: > The only problem I see is that we would like a binding for the generic > inset-properties (that searches for the nearest item of any kind with > properties dialog). Isn't this very similar to "dispatch to the deepest inset" wh

Re: reLyX

2002-11-26 Thread Jean-Marc Lasgouttes
> "Darren" == Darren Freeman <[EMAIL PROTECTED]> writes: Darren> One comment though is that reLyX imports \begin{figure}[htb] Darren> as \begin{figure} so I will have to add htb myself to the Darren> figure Darren> I suppose that's because it's not fully supported in LyX: if I Darren> want "h

Re: table borders in Qt

2002-11-26 Thread Edwin Leuven
On Tue Nov 26, 2002 06:33, Juergen Spitzmueller wrote: > The dialog does not work yet (apart from a few functions). > I'm currently implementing it. Herbert is also working on it. Maybe you should coordinate in order to avoid duplication. Ed.

Re: New menu structure updated

2002-11-26 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> 1) Optional menus (OptMenu) >> Easy enough John> good ! But it is not for now, is it? What I mean is that it would not be difficult to add more intelligence to the menu backend (and accordingly simplify the frontends), but I am not s

Re: segfault on saving new document

2002-11-26 Thread Juergen Vigna
Darren Freeman wrote: One more thing. Load a file. Click File->Save As You guessed it. *BOOM* Seems like saving to a new disc file is what kills it, except for some reason when you created a new one by invoking lyx with the filename. Whoever knows why this is, please help! Too many segfaults a

Re: What happened to all those import options?

2002-11-26 Thread Andre Poenitz
On Tue, Nov 26, 2002 at 05:53:35PM +0900, Rob Lahaye wrote: > Is there anything against such approach? I don't care ;-) Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

Re: What happened to all those import options?

2002-11-26 Thread Rob Lahaye
Darren Freeman wrote: Dear list, Once upon a time, there were lots of entries in File->Import. Now there are two. What happened to the rest? I presume I am supposed to go off and play with relyx but it was nice to have a File->Import->Latex option. As a general remark, I find the import quit

Re: FormTabular (longtabular)

2002-11-26 Thread Juergen Vigna
Juergen Spitzmueller wrote: I wonder if the attached patch fixes a lot of cut'n'paste bugs. If not, I do not understand the longtabular stuff at all. Please have a look. Well it's a bit hard to read but it seems this are cut&paste bugs fixed. Seems pretty safe to me to apply and you surely test

Re: segfault on saving new document

2002-11-26 Thread Andre Poenitz
On Tue, Nov 26, 2002 at 05:38:52PM +0900, Rob Lahaye wrote: > When doing "File->New, File->Save, click [OK]" in exactly that order, > I get with gdb the following: I get 'Document already exists: /usr/src/lyx/lyx-devel/lib/template/.lyx' (which is not exactly what I asked for...) but no chrash. >

Re: segfault on saving new document

2002-11-26 Thread Rob Lahaye
Andre Poenitz wrote: On Tue, Nov 26, 2002 at 12:39:43PM +1030, Darren Freeman wrote: Run the CVS version of LyX. Click File->New Click File->Save or File->Save As pick a sensible filename. Can't reproduce that. Can you have a go with the debugger? I can. Using: LyX 1.3.0cvs of Fri, May 3,

Re: What happened to all those import options?

2002-11-26 Thread Andre Poenitz
On Tue, Nov 26, 2002 at 12:55:35PM +1030, Darren Freeman wrote: > Now there are two. > > What happened to the rest? Good question. I don't know. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

Re: segfault on saving new document

2002-11-26 Thread Andre Poenitz
On Tue, Nov 26, 2002 at 12:39:43PM +1030, Darren Freeman wrote: > Run the CVS version of LyX. > > Click File->New > Click File->Save or File->Save As > > pick a sensible filename. Can't reproduce that. Can you have a go with the debugger? Andre' -- Those who desire to give up Freedom in order