Re: stream_cast and Re: LyXFunc/LyXAction

2000-10-19 Thread Allan Rae
On 14 Oct 2000, Lars Gullik Bjønnes wrote: [...] more on FuncSlot... when I first though of this it was as a direct replacement for the string that we pass to dispatch now, it is not too hard to create a FuncSlot that can transfere the type untranslated. It would be a larger implementation

Re: [uPATCH] Fix New from template-Cancel

2000-10-19 Thread Juergen Vigna
On 18-Oct-2000 John Levon wrote: see applied Applied! Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PROTECTED] Italienallee 13/N Tel/Fax: +39-0471-450260 / +39-0471-450253 I-39100 Bozen Web:

Re: mini-bug

2000-10-19 Thread Jean-Marc Lasgouttes
"Amir" == Amir Karger [EMAIL PROTECTED] writes: Amir Latest CVS (after make clean recompiling gcc for my new Amir kernel...) All of my toolbar icons have little yellow help Amir balloons except for Undo. Why? Because there is no yellow help when an icon is disabled. Of course, disabled icons

Re: enumeration depth

2000-10-19 Thread Garst R. Reese
Allan Rae wrote: On Thu, 19 Oct 2000, Staffan Ringbom wrote: Thank you very much, I got the point! \renewcommand\labelenumi{\alph{enumi}.} \renewcommand\labelenumii{\roman{enumii}.} \renewcommand\labelenumiii{\roman{enumiii}.}, made the Job. Did not find this in the User

Re: enumeration depth

2000-10-19 Thread Allan Rae
On Thu, 19 Oct 2000, Garst R. Reese wrote: Allan Rae wrote: On Thu, 19 Oct 2000, Staffan Ringbom wrote: Thank you very much, I got the point! \renewcommand\labelenumi{\alph{enumi}.} \renewcommand\labelenumii{\roman{enumii}.} \renewcommand\labelenumiii{\roman{enumiii}.},

RE: clever compiler highlights possible bug...

2000-10-19 Thread Juergen Vigna
On 18-Oct-2000 Angus Leeming wrote: Maybe, just maybe this exercise might find a bug. Compiling screen.C, I find that #550-D variable "height" was set but never used int height; [snip code] Should DrawFromTo() be passed "height" or can we scrap the preceeding

Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread R. Lahaye
Hi, I have compiled LyX so far with XForms, by having the setenv vars CFLAG, CPPFLAGS and LDFLAGS point to where the XForms files are located. Recently I noticed in the "./configure --help" listing: --with-qt-dir where the root of qt is installed --with-qt-includes where the Qt

Re: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread Jean-Marc Lasgouttes
"R" == R Lahaye [EMAIL PROTECTED] writes: R Hi, I have compiled LyX so far with XForms, by having the setenv R vars CFLAG, CPPFLAGS and LDFLAGS point to where the XForms files R are located. Why don't you use --with-extra-lib and --with-extra-inc (or even --with-extra-prefix)? JMarc

RE: consistency in popping up Tabular Figure dialogs ?

2000-10-19 Thread Juergen Vigna
On 19-Oct-2000 R. Lahaye wrote: Right-mouse clicking in a table, will pop up the Tabular layout dialog. Left-mouse clicking in a figure pops up the Figure dialog. Wouldn't both Right-mouse be more consistent? Yes it should, but the figure inset is scheduled to be replaced by

RE: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread Juergen Vigna
On 19-Oct-2000 R. Lahaye wrote: Hi, I have compiled LyX so far with XForms, by having the setenv vars CFLAG, CPPFLAGS and LDFLAGS point to where the XForms files are located. Recently I noticed in the "./configure --help" listing: --with-qt-dir where the root of qt is

RE: Nasty bug with (long ?) tables

2000-10-19 Thread Juergen Vigna
On 18-Oct-2000 John Levon wrote: Try loading up TableExamples.lyx, and do ascii export, or try and cut the first table - it will not be happy. I fixed this again, but the one who changed some types in LyXTabular::Ascii should have red ears to not try out the changes he did! This was ones

Re: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread R. Lahaye
Juergen Vigna wrote: If you want to use the KDE port (and so use the libraries) you have to use the also documented option --with-frontend=kde! If I have Qt, but not KDE, could that work? Rob.

Re: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread Allan Rae
On Thu, 19 Oct 2000, R. Lahaye wrote: Juergen Vigna wrote: If you want to use the KDE port (and so use the libraries) you have to use the also documented option --with-frontend=kde! If I have Qt, but not KDE, could that work? It's called a KDE port for a reason. Allan. (ARRae)

Re: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread Juergen Vigna
On 19-Oct-2000 R. Lahaye wrote: If you want to use the KDE port (and so use the libraries) you have to use the also documented option --with-frontend=kde! If I have Qt, but not KDE, could that work? If you start coding a pure QT-frontend then YES, but until the frontend is KDE my answer

Re: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread Angus Leeming
On Thu, 19 Oct 2000, R. Lahaye wrote: Juergen Vigna wrote: If you want to use the KDE port (and so use the libraries) you have to use the also documented option --with-frontend=kde! If I have Qt, but not KDE, could that work? Rob. No. Also note that Jürgen said kde-1.1.x which uses

Re: Updating NEWS for 1.1.6

2000-10-19 Thread Jean-Marc Lasgouttes
Thanks Dekel, I updated NEWS accordingly. JMarc

Re: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread R. Lahaye
Angus Leeming wrote: If you really, really want to have a few kde dialogs, then download the kde-1.1.x libs (only the libs are needed). And qt-1.44 of course. Does this make things clearer? Yes! More than enough. Thanks. Rob.

Re: DebugStream.C question

2000-10-19 Thread Jean-Marc Lasgouttes
"Allan" == Allan Rae [EMAIL PROTECTED] writes: Allan So it looks like sys/types.h is a safe bet so is there some Allan reason this hasn't been checked/fixed yet? I used unsigned long int instead. We do not want to include header files in lyxlib.h Allan Actually here's an even better question.

Re: Multilingual docs in LyX 1.1.6cvs

2000-10-19 Thread Baruch Even
On Wed, 18 Oct 2000, Allan Rae wrote: On Tue, 17 Oct 2000, Baruch Even wrote: The problem stems from the fact that the preferences dialog does not recognize and doesnt save the settings that are needed for multi-lingual documents in this case hebrew and english. If the settings

Re: DebugStream.C question

2000-10-19 Thread Allan Rae
On 19 Oct 2000, Jean-Marc Lasgouttes wrote: "Allan" == Allan Rae [EMAIL PROTECTED] writes: Allan Actually here's an even better question. Why does Allan support/lyxlib.h contain: [...] Allan I can see why you might want to make entries in a struct static Allan but surely the function

Another tabular drawing glitch (not bug, obviously :)

2000-10-19 Thread Jean-Marc Lasgouttes
Open Customization, go to the table in section 3.7.4. If the cursor goes into the second or third cell of the last row (but not the first!), then the painting of the line below the cell will be faulty. This seems to happen only when the text inset contains characters which extend below the

NEWS patch

2000-10-19 Thread Angus Leeming
small patch to NEWS is attached. Grammar only. A. NEWS.diff.bz2

RE: Another tabular drawing glitch (not bug, obviously :)

2000-10-19 Thread Juergen Vigna
On 19-Oct-2000 Jean-Marc Lasgouttes wrote: Open Customization, go to the table in section 3.7.4. If the cursor goes into the second or third cell of the last row (but not the first!), then the painting of the line below the cell will be faulty. This seems to happen only when the text inset

RE: Error in tabular.C save ?

2000-10-19 Thread Juergen Vigna
On 19-Oct-2000 P.O. Gaillard wrote: Hello, Hi, This issue is quite important since XML makes it mandatory that all elements be closed properly. So it would be nice if the first 1.1.6 preview contains the fix. I don't use any of your code right now, I'll have a look at that after 1.1.6

BadAlloc BUG

2000-10-19 Thread Angus Leeming
Does nobody else see this? Current CVS, no changes at all. Open up a document and scroll up and down with the arrow keys. All is fine. Now try using the scrollbar: BadAlloc (insufficient resources for operation) signal IOT/Abort trap at *[__kill, 0x3ff800ecdd8] beq r19, 0x3ff800ecdf0

Re: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread John Levon
On Thu, 19 Oct 2000, R. Lahaye wrote: Angus Leeming wrote: If you really, really want to have a few kde dialogs, then download the kde-1.1.x libs (only the libs are needed). And qt-1.44 of course. Does this make things clearer? Yes! More than enough. Thanks. Rob. I know we

Re: DebugStream.C question

2000-10-19 Thread Andre Poenitz
Assuming of course that Lars doesn't have any friends within the CIA and its Carnivore crew. I live under the suspicion that Norway does not exist at all as state of its own. Remember, their national anthem "Norwegian Wood" was written by an _American_! Well, perhaps not a _real_ American,

Re: NEWS patch

2000-10-19 Thread Jean-Marc Lasgouttes
"Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus small patch to NEWS is attached. Grammar only. A. Thanks. Applied. JMarc

FYI: xforms 0.89 causes trouble

2000-10-19 Thread Michael Creel
Hi, sorry if this is not the place for this, but I have found that LyX 1.1.5fix2 crashes when xforms 0.89 is installed. The crash occurs when I try to type an accented character, such as ó. In running LyX within KDE 1.1.2, using the Spanish keyboard mapping. The problem goes away when xforms 0.88

Re: consistency in popping up Tabular Figure dialogs ?

2000-10-19 Thread Lars Gullik Bjønnes
Juergen Vigna [EMAIL PROTECTED] writes: | On 19-Oct-2000 R. Lahaye wrote: | |Right-mouse clicking in a table, will pop up |the Tabular layout dialog. | |Left-mouse clicking in a figure pops up the |Figure dialog. | | Wouldn't both Right-mouse be more consistent? | | Yes

Re: DebugStream.C question

2000-10-19 Thread Lars Gullik Bjønnes
Allan Rae [EMAIL PROTECTED] writes: | On 18 Oct 2000, Jean-Marc Lasgouttes wrote: | | "Juergen" == Juergen Vigna [EMAIL PROTECTED] writes: | | Juergen A fast question: "Where is mode_t defined?" I'm not able to | Juergen compile the last version as in some modules it does not have |

Re: DebugStream.C question

2000-10-19 Thread Lars Gullik Bjønnes
Allan Rae [EMAIL PROTECTED] writes: | If you have any other concerns you are worried may bring retaliation | measures send them to me privately and we can discuss a covert plan of | action. Assuming of course that Lars doesn't have any friends within the | CIA and its Carnivore crew. Sorry, no

Re: DebugStream.C question

2000-10-19 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | I live under the suspicion that Norway does not exist at all | as state of its own. Covert state? | And Russian submarines keep sinking close to the Norwegian | shore... this is more than suspicious! And we had a british Naval Vessel on ground some

Re: enumeration depth

2000-10-19 Thread Lars Gullik Bjønnes
"Garst R. Reese" [EMAIL PROTECTED] writes: | Allan Rae wrote: | | On Thu, 19 Oct 2000, Staffan Ringbom wrote: | | Thank you very much, I got the point! | | \renewcommand\labelenumi{\alph{enumi}.} | \renewcommand\labelenumii{\roman{enumii}.} |

Re: stream_cast and Re: LyXFunc/LyXAction

2000-10-19 Thread Lars Gullik Bjønnes
Allan Rae [EMAIL PROTECTED] writes: | On 14 Oct 2000, Lars Gullik Bjønnes wrote: | [...] | more on FuncSlot... when I first though of this it was as a direct | replacement for the string that we pass to dispatch now, it is not too | hard to create a FuncSlot that can transfere the type

Re: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread Lars Gullik Bjønnes
John Levon [EMAIL PROTECTED] writes: | On Thu, 19 Oct 2000, R. Lahaye wrote: | | Angus Leeming wrote: | If you really, really want to have a few kde dialogs, then download the | kde-1.1.x libs (only the libs are needed). And qt-1.44 of course. | | Does this make things clearer? | |

Re: Nasty bug with (long ?) tables

2000-10-19 Thread Lars Gullik Bjønnes
Juergen Vigna [EMAIL PROTECTED] writes: | On 18-Oct-2000 John Levon wrote: | | Try loading up TableExamples.lyx, and do ascii export, | or try and cut the first table - it will not be happy. | | | I fixed this again, but the one who changed some types in LyXTabular::Ascii | should have

Re: Nasty bug with (long ?) tables

2000-10-19 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | And I really don't like how variables are declared at the top and used | inside separate blocks (ref. int cell) This would suit me a lot better: Index: tabular.C === RCS file:

Re: DebugStream.C question

2000-10-19 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | "Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | | Lars We don't want it in the .h file use a unsigned logn as parameter | Lars to the lyx::mkdir | | I've done it already. BTW, is there a readon why we still have in | lyxlib.h versions

Re: FYI: xforms 0.89 causes trouble

2000-10-19 Thread Jean-Marc Lasgouttes
"Michael" == Michael Creel [EMAIL PROTECTED] writes: Michael Hi, sorry if this is not the place for this, but I have found Michael that LyX 1.1.5fix2 crashes when xforms 0.89 is installed. The Michael crash occurs when I try to type an accented character, such Michael as ó. In running LyX

Re: Nasty bug with (long ?) tables

2000-10-19 Thread Juergen Vigna
On 19-Oct-2000 Lars Gullik Bjønnes wrote: [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | And I really don't like how variables are declared at the top and used | inside separate blocks (ref. int cell) This would suit me a lot better: Well and I don't get what we gain with this? We

resizing xform dialogs patch

2000-10-19 Thread Angus Leeming
I take it that no-one else is suffering from crashes using the main window's scroll bar? (See earlier mail.) Is this something to do with xforms-0.89 I wonder? Why has the problem surfaced now and not before? Anyway, find attached a patch that fixes possible crashes when resizing xforms

Re: FYI: xforms 0.89 causes trouble

2000-10-19 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | "Michael" == Michael Creel [EMAIL PROTECTED] writes: | | Michael Hi, sorry if this is not the place for this, but I have found | Michael that LyX 1.1.5fix2 crashes when xforms 0.89 is installed. The | Michael crash occurs when I try to type an

Re: resizing xform dialogs patch

2000-10-19 Thread Jean-Marc Lasgouttes
"Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus I take it that no-one else is suffering from crashes using the Angus main window's scroll bar? (See earlier mail.) Is this something Angus to do with xforms-0.89 I wonder? Why has the problem surfaced Angus now and not before? With 0.88,

Re: Nasty bug with (long ?) tables

2000-10-19 Thread Lars Gullik Bjønnes
Juergen Vigna [EMAIL PROTECTED] writes: | On 19-Oct-2000 Lars Gullik Bjønnes wrote: | [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | | | And I really don't like how variables are declared at the top and used | | inside separate blocks (ref. int cell) | | This would suit me a lot

Re: resizing xform dialogs patch

2000-10-19 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | "Angus" == Angus Leeming [EMAIL PROTECTED] writes: | | Angus I take it that no-one else is suffering from crashes using the | Angus main window's scroll bar? (See earlier mail.) Is this something | Angus to do with xforms-0.89 I wonder? Why has

Re: Nasty bug with (long ?) tables

2000-10-19 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | On Thu, 19 Oct 2000, Lars Gullik Bjønnes wrote: | Juergen Vigna [EMAIL PROTECTED] writes: | | On 19-Oct-2000 Lars Gullik Bjønnes wrote: | | [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | | | And I really don't like how variables are declared at

Re: Nasty bug with (long ?) tables

2000-10-19 Thread Angus Leeming
On Thu, 19 Oct 2000, Lars Gullik Bjønnes wrote: Juergen Vigna [EMAIL PROTECTED] writes: | On 19-Oct-2000 Lars Gullik Bjønnes wrote: | [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | | And I really don't like how variables are declared at the top and used | | inside separate blocks (ref.

Re: resizing xform dialogs patch

2000-10-19 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars I donot see that line here... what do you do to get it? Load Customization, move the scrollbar up and down, notice a small line on the menu bar, hide the window to force a redraw. xforms: Lars #define FL_VERSION 0 #define

Re: resizing xform dialogs patch

2000-10-19 Thread Angus Leeming
On Thu, 19 Oct 2000, Jean-Marc Lasgouttes wrote: "Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus I take it that no-one else is suffering from crashes using the Angus main window's scroll bar? (See earlier mail.) Is this something Angus to do with xforms-0.89 I wonder? Why has the

Re: FYI: xforms 0.89 causes trouble

2000-10-19 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | "Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | | Lars Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | | Lars "Michael" == Michael Creel [EMAIL PROTECTED] writes: | Lars | | Michael Hi, sorry if this is not the place for this, but I

SuSE rpms for lyx-1.1.5fix2 available

2000-10-19 Thread Moritz Moeller-Herrmann
Get them from http://hippokrates.jura.uni-mannheim.de/lyx/ Have fun and may the source be with you :-) -- Moritz Moeller-Herrmann ICQ #3585990

Re: resizing xform dialogs patch

2000-10-19 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | "Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | | Lars I donot see that line here... what do you do to get it? | | Load Customization, move the scrollbar up and down, notice a small | line on the menu bar, hide the window to force a

Re: resizing xform dialogs patch

2000-10-19 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | Lars "Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | | Lars Lars I donot see that line here... what do you do to get it? | Lars | Load Customization, move the scrollbar up

Re: Comments on the README file

2000-10-19 Thread Jean-Marc Lasgouttes
"Baruch" == Baruch Even [EMAIL PROTECTED] writes: Baruch quote User-level configuration is possible with a file Baruch "~/.lyx/lyxrc". You can use the system-wide lyxrc file (which Baruch should be somewhere like /usr/local/share/lyx/lyxrc) as a Baruch template for your personal lyxrc file.

Re: Nasty bug with (long ?) tables

2000-10-19 Thread Andre Poenitz
Well and I don't get what we gain with this? We NEED that variable all over (so no case we wouldn't need it), so why allocating it X times if just 1 time is enough! It is simply cleaner and for some people (including me) simpler to read. Once the variable is gone, it's gone. No side effects

Re: Nasty bug with (long ?) tables

2000-10-19 Thread Andre Poenitz
I think that Jürgen is asking the question, "is it more expensive to assign PODs (your notation I think) or to construct them?" Well, if he isn't, I am! Default-constructing a POD costs nada, they is no assignment at all. There might be three ints on the stack in this case, but they are

Re: resizing xform dialogs patch

2000-10-19 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | "Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | | Lars Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | | Lars "Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | | | Lars Lars I donot see that line here... what do you do to get

Re: resizing xform dialogs patch

2000-10-19 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | On Thu, 19 Oct 2000, Lars Gullik Bjønnes wrote: | Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | | "Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | | | | Lars Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | | | Lars "Lars" == Lars

Re: stream_cast and Re: LyXFunc/LyXAction

2000-10-19 Thread Asger K. Alstrup Nielsen
On 13 Oct 2000, Lars Gullik Bjønnes wrote: And the idea to use strings in these places is not really new, either. IIRC the last proposal to use XTL was more or less a direct reaction to this idea, based on the (unvalidated and IMNSHO unjustified) assumption that using strings might be too

Little bug in Tabular::Write

2000-10-19 Thread Gaillard Pierre-Olivier
Hello, As I thought the original code by Juergen was also wrong it should be as follows (I do the diff by hand, sorry): os "Features" write_attribute("rotate", rotate) write_attribute("islongtable", is_long_tabular) write_attribute("endhead", endhead)

Re: May the fix be with you (status update #4)

2000-10-19 Thread Baruch Even
On 17 Oct 2000, Jean-Marc Lasgouttes wrote: - When the cursor is between two spaces, then the Shift-Cursor selection keys will lead to a mangled selection (on screen) http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg12431.html I've been trying to track this one (stepping through it

Re: stream_cast and Re: LyXFunc/LyXAction

2000-10-19 Thread Lars Gullik Bjønnes
"Asger K. Alstrup Nielsen" [EMAIL PROTECTED] writes: | On 13 Oct 2000, Lars Gullik Bjønnes wrote: | | And the idea to use strings in these places is not really new, either. | IIRC the last proposal to use XTL was more or less a direct reaction to | this idea, based on the (unvalidated and

Re: DebugStream.C question

2000-10-19 Thread Baruch Even
On 19 Oct 2000, Lars Gullik Bjønnes wrote: Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | "Lars" =3D=3D Lars Gullik Bj=F8nnes [EMAIL PROTECTED] writes: |=20 | Lars We don't want it in the .h file use a unsigned logn as parameter | Lars to the lyx::mkdir |=20 | I've done it already.

compile error in lyx-1.1.5fix2

2000-10-19 Thread Tom Kennedy
Hello all, My apologies if this has already been reported. I saw no mention of it on the mailing list archives. When attempting to compile lyx-1.1.5fix2 with disabled international support, I got a compile error. I'm compiling on Linux 2.0.38, Debian 2.2. Here's the log from configure and

Marking tex with Shift + LeftMouseClick ?

2000-10-19 Thread R. Lahaye
Hi, [Running 1.1.6cvs against XForms 0.89 on Linux RH6.2] I can't mark text with: LeftMouseClick somewhere and next Shift + LeftMouseClick elsewhere further up in the document. Is this intentionally left out or is it difficult to implement? Large amounts of text and large

Re: resizing xform dialogs patch

2000-10-19 Thread Allan Rae
On Thu, 19 Oct 2000, Angus Leeming wrote: [...] Anyway, find attached a patch that fixes possible crashes when resizing xforms dialogs. [...] I decided that the cleanest thing to do was to set the minsize of ALL dialogs by doing it in FormBase::connect(). See attachment. good. NOTE to

Re: Marking tex with Shift + LeftMouseClick ?

2000-10-19 Thread Garst R. Reese
"R. Lahaye" wrote: Hi, [Running 1.1.6cvs against XForms 0.89 on Linux RH6.2] I can't mark text with: LeftMouseClick somewhere and next Shift + LeftMouseClick elsewhere further up in the document. Is this intentionally left out or is it difficult to implement?

extra blinking of the canvas

2000-10-19 Thread R. Lahaye
Hello, [Running 1.1.6cvs against XForms 0.89 on Linux RH6.2] When the LyX window is resized and subsequently another window (must be from another application; e.g. xterm) is brought up on top of the LyX window, this will cause an extra blinking of the LyX canvas. Notice: The resize is

Re: Marking tex with Shift + LeftMouseClick ?

2000-10-19 Thread R. Lahaye
"Garst R. Reese" wrote: "R. Lahaye" wrote: I can't mark text with: LeftMouseClick somewhere and next Shift + LeftMouseClick elsewhere further up in the document. Click at start, then use shift+arrow or pg-up pg-dn I think it would be a good idea to implement the same action by

Re: Marking tex with Shift + LeftMouseClick ?

2000-10-19 Thread Allan Rae
On Fri, 20 Oct 2000, R. Lahaye wrote: "Garst R. Reese" wrote: "R. Lahaye" wrote: I can't mark text with: LeftMouseClick somewhere and next Shift + LeftMouseClick elsewhere further up in the document. Click at start, then use shift+arrow or pg-up pg-dn I think it would be a

Re: FYI: xforms 0.89 causes trouble

2000-10-19 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | Lars "Michael" == Michael Creel [EMAIL PROTECTED] writes: Lars | | Michael Hi, sorry if this is not the place for this, but I Lars have found | Michael that LyX 1.1.5fix2 crashes when

Re: stream_cast<> and Re: LyXFunc/LyXAction

2000-10-19 Thread Allan Rae
On 14 Oct 2000, Lars Gullik Bjønnes wrote: [...] > more on FuncSlot... when I first though of this it was as a direct > replacement for the string that we pass to dispatch now, it is not too > hard to create a FuncSlot that can transfere the type untranslated. > It would be a larger

Re: [uPATCH] Fix New from template->Cancel

2000-10-19 Thread Juergen Vigna
On 18-Oct-2000 John Levon wrote: > > see applied Applied! Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PROTECTED] Italienallee 13/N Tel/Fax: +39-0471-450260 / +39-0471-450253 I-39100 Bozen Web:

Re: mini-bug

2000-10-19 Thread Jean-Marc Lasgouttes
> "Amir" == Amir Karger <[EMAIL PROTECTED]> writes: Amir> Latest CVS (after make clean & recompiling gcc for my new Amir> kernel...) All of my toolbar icons have little yellow help Amir> balloons except for Undo. Why? Because there is no yellow help when an icon is disabled. Of course,

Re: enumeration depth

2000-10-19 Thread Garst R. Reese
Allan Rae wrote: > > On Thu, 19 Oct 2000, Staffan Ringbom wrote: > > > Thank you very much, I got the point! > > > > \renewcommand\labelenumi{\alph{enumi}.} > > \renewcommand\labelenumii{\roman{enumii}.} > > \renewcommand\labelenumiii{\roman{enumiii}.}, > > > > made the Job. > > > > Did not

Re: enumeration depth

2000-10-19 Thread Allan Rae
On Thu, 19 Oct 2000, Garst R. Reese wrote: > Allan Rae wrote: > > > > On Thu, 19 Oct 2000, Staffan Ringbom wrote: > > > > > Thank you very much, I got the point! > > > > > > \renewcommand\labelenumi{\alph{enumi}.} > > > \renewcommand\labelenumii{\roman{enumii}.} > > >

RE: clever compiler highlights possible bug...

2000-10-19 Thread Juergen Vigna
On 18-Oct-2000 Angus Leeming wrote: > Maybe, just maybe this exercise might find a bug. > > Compiling screen.C, I find that >#550-D variable "height" was set but never used > int height; > [snip code] > > Should DrawFromTo() be passed "height" or can we scrap the

Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread R. Lahaye
Hi, I have compiled LyX so far with XForms, by having the setenv vars CFLAG, CPPFLAGS and LDFLAGS point to where the XForms files are located. Recently I noticed in the "./configure --help" listing: --with-qt-dir where the root of qt is installed --with-qt-includes where the Qt

Re: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread Jean-Marc Lasgouttes
> "R" == R Lahaye <[EMAIL PROTECTED]> writes: R> Hi, I have compiled LyX so far with XForms, by having the setenv R> vars CFLAG, CPPFLAGS and LDFLAGS point to where the XForms files R> are located. Why don't you use --with-extra-lib and --with-extra-inc (or even --with-extra-prefix)? JMarc

RE: consistency in popping up Tabular & Figure dialogs ?

2000-10-19 Thread Juergen Vigna
On 19-Oct-2000 R. Lahaye wrote: > > Right-mouse clicking in a table, will pop up > the Tabular layout dialog. > > Left-mouse clicking in a figure pops up the > Figure dialog. > > Wouldn't both Right-mouse be more consistent? Yes it should, but the figure inset is scheduled to be

RE: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread Juergen Vigna
On 19-Oct-2000 R. Lahaye wrote: > > Hi, > > I have compiled LyX so far with XForms, by having > the setenv vars CFLAG, CPPFLAGS and LDFLAGS point > to where the XForms files are located. > > Recently I noticed in the "./configure --help" listing: > --with-qt-dir where the root of qt is

RE: Nasty bug with (long ?) tables

2000-10-19 Thread Juergen Vigna
On 18-Oct-2000 John Levon wrote: > > Try loading up TableExamples.lyx, and do ascii export, > or try and cut the first table - it will not be happy. > I fixed this again, but the one who changed some types in LyXTabular::Ascii should have red ears to not try out the changes he did! This was

Re: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread R. Lahaye
Juergen Vigna wrote: > > If you want to use the KDE port (and so use the libraries) you have > to use the also documented option --with-frontend=kde! If I have Qt, but not KDE, could that work? Rob.

Re: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread Allan Rae
On Thu, 19 Oct 2000, R. Lahaye wrote: > Juergen Vigna wrote: > > > > If you want to use the KDE port (and so use the libraries) you have > > to use the also documented option --with-frontend=kde! > > If I have Qt, but not KDE, could that work? It's called a KDE port for a reason. Allan.

Re: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread Juergen Vigna
On 19-Oct-2000 R. Lahaye wrote: >> If you want to use the KDE port (and so use the libraries) you have >> to use the also documented option --with-frontend=kde! > > If I have Qt, but not KDE, could that work? If you start coding a pure QT-frontend then YES, but until the frontend is KDE my

Re: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread Angus Leeming
On Thu, 19 Oct 2000, R. Lahaye wrote: > Juergen Vigna wrote: > > If you want to use the KDE port (and so use the libraries) you have > > to use the also documented option --with-frontend=kde! > > If I have Qt, but not KDE, could that work? > > Rob. No. Also note that Jürgen said kde-1.1.x which

Re: Updating NEWS for 1.1.6

2000-10-19 Thread Jean-Marc Lasgouttes
Thanks Dekel, I updated NEWS accordingly. JMarc

Re: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread R. Lahaye
Angus Leeming wrote: > If you really, really want to have a few kde dialogs, then download the > kde-1.1.x libs (only the libs are needed). And qt-1.44 of course. > > Does this make things clearer? Yes! More than enough. Thanks. Rob.

Re: DebugStream.C question

2000-10-19 Thread Jean-Marc Lasgouttes
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: Allan> So it looks like is a safe bet so is there some Allan> reason this hasn't been checked/fixed yet? I used unsigned long int instead. We do not want to include header files in lyxlib.h Allan> Actually here's an even better question.

Re: Multilingual docs in LyX 1.1.6cvs

2000-10-19 Thread Baruch Even
On Wed, 18 Oct 2000, Allan Rae wrote: > On Tue, 17 Oct 2000, Baruch Even wrote: > > > The problem stems from the fact that the preferences dialog does not > > recognize and doesnt save the settings that are needed for multi-lingual > > documents in this case hebrew and english. > > If the

Re: DebugStream.C question

2000-10-19 Thread Allan Rae
On 19 Oct 2000, Jean-Marc Lasgouttes wrote: > > "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: > Allan> Actually here's an even better question. Why does > Allan> support/lyxlib.h contain: > [...] > Allan> I can see why you might want to make entries in a struct static > Allan> but surely

Another tabular drawing glitch (not bug, obviously :)

2000-10-19 Thread Jean-Marc Lasgouttes
Open Customization, go to the table in section 3.7.4. If the cursor goes into the second or third cell of the last row (but not the first!), then the painting of the line below the cell will be faulty. This seems to happen only when the text inset contains characters which extend below the

NEWS patch

2000-10-19 Thread Angus Leeming
small patch to NEWS is attached. Grammar only. A. NEWS.diff.bz2

RE: Another tabular drawing glitch (not bug, obviously :)

2000-10-19 Thread Juergen Vigna
On 19-Oct-2000 Jean-Marc Lasgouttes wrote: > > Open Customization, go to the table in section 3.7.4. If the cursor > goes into the second or third cell of the last row (but not the > first!), then the painting of the line below the cell will be faulty. > This seems to happen only when the text

RE: Error in tabular.C save ?

2000-10-19 Thread Juergen Vigna
On 19-Oct-2000 P.O. Gaillard wrote: > Hello, Hi, > This issue is quite important since XML makes it mandatory that all > elements be closed properly. So it would be nice if the first 1.1.6 > preview contains the fix. I don't use any of your code right now, I'll have a look at that after

BadAlloc BUG

2000-10-19 Thread Angus Leeming
Does nobody else see this? Current CVS, no changes at all. Open up a document and scroll up and down with the arrow keys. All is fine. Now try using the scrollbar: BadAlloc (insufficient resources for operation) signal IOT/Abort trap at >*[__kill, 0x3ff800ecdd8] beq r19,

Re: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread John Levon
On Thu, 19 Oct 2000, R. Lahaye wrote: > Angus Leeming wrote: > > If you really, really want to have a few kde dialogs, then download the > > kde-1.1.x libs (only the libs are needed). And qt-1.44 of course. > > > > Does this make things clearer? > > Yes! More than enough. > Thanks. > > Rob. >

Re: DebugStream.C question

2000-10-19 Thread Andre Poenitz
> Assuming of course that Lars doesn't have any friends within the > CIA and its Carnivore crew. I live under the suspicion that Norway does not exist at all as state of its own. Remember, their national anthem "Norwegian Wood" was written by an _American_! Well, perhaps not a _real_ American,

Re: NEWS patch

2000-10-19 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> small patch to NEWS is attached. Grammar only. A. Thanks. Applied. JMarc

  1   2   >