Re: LyX 1.1.6fix1: Tabular problems

2001-02-07 Thread Jean-Marc Lasgouttes
"Allan" == Allan Rae [EMAIL PROTECTED] writes: Allan Which reminds me I have a huge cleanup of the website planned. Allan Thanks to Lars' comments about invalid HTML in LDN for spurring Allan me into action. Expect to see the first changes this weekend -- Allan mostly to old LDN's to start off

Re: Broken links

2001-02-07 Thread John Levon
On Tue, 6 Feb 2001, Amir Karger wrote: The links to ghostscript ghostview on lyx.org/download/related.php3 are broken. The ghost folks have rearranged their pages. Go to http://www.cs.wisc.edu/~ghost/index.htm check it out. I wasn't exactly sure how to change the links (There's a link to

Bug Report (minor)

2001-02-07 Thread Ben Jones
Hi Just upgraded to LyX 1.1.6, and it didn't like my old lyxrc.defaults file. It gave me this: (The file has now been overwritten or I would have included it - see later.) LyX: Unknown tag `\latex_command' [around line 6 of file ~/.lyx/lyxrc.defaults] LyX: Unknown tag `\relyx_command' [around

Re: [PATCH] LaTeX Log and VC Log frontendised

2001-02-07 Thread John Levon
On Wed, 7 Feb 2001, Allan Rae wrote: On Tue, 6 Feb 2001, John Levon wrote: The attached patch and cvs actions below move latex and vc log dialogs to frontends/xforms Your OkViewPolicy is the equivalent of the already existing IgnorantPolicy. If you really think you need

RH7.0 tester needed

2001-02-07 Thread John Levon
someone running RH7.0, can you please test this code : #if defined(xor) #endif compile it with : g++ -fno-operator-names file.c and report on results ? thanks john -- "IBM's decision to choose the Intel 80x86 processor over the Motorola 680x0 probably set the personal computer

A few more glitch for preliminary Thai support in LyX

2001-02-07 Thread Chanop Silpa-Anan
Once upon a time, I heard Dekel Tsur say A second look reveals that tisenc.enc is a font encoding file, and not an input encoding file. It seems there is no font encoding file for Thai. So you shouldn't edit Form.C, and the Thai entry in lib/encodings should be Encoding tis620-0 unknown

Re: A major bug with tabular (lyx-1.1.6fix1)

2001-02-07 Thread Jean-Marc Lasgouttes
"Philippe" == Philippe Charpentier [EMAIL PROTECTED] writes: Philippe Hi, here is a major bug with new tabular in Philippe lyx-1.1.6fix1 : you do a big tabular of 50 rows and 50 Philippe lines; in the first cell of that tabular you insert an other Philippe tabular of 50 rows and 50 lines.

Re: RH7.0 tester needed

2001-02-07 Thread Lars Gullik Bjønnes
John Levon [EMAIL PROTECTED] writes: | someone running RH7.0, can you please test this code : | | #if defined(xor) | #endif | | | compile it with : | | g++ -fno-operator-names file.c | | and report on results ? [larsbj@localhost test]$ g++ xor.C xor.C:1:13: "defined" without an identifier

Re: RH7.0 tester needed

2001-02-07 Thread John Levon
On 7 Feb 2001, Lars Gullik Bjønnes wrote: John Levon [EMAIL PROTECTED] writes: | someone running RH7.0, can you please test this code : | | #if defined(xor) | #endif | | | compile it with : | | g++ -fno-operator-names file.c | | and report on results ? [larsbj@localhost

Re: logfile with no tmp-dir in 1.1.6

2001-02-07 Thread John Levon
On Thu, 1 Feb 2001, Herbert Voss wrote: choosing in preferences no tmp-dir gives by default also no logfile (no LogFile found) is this intended or a path-problem? Herbert I think this is a bug which I accidentally fixed with the GUI-independent FormLog. I'll cut a fix for 1.1.6fix2

Re: Broken links

2001-02-07 Thread Garst R. Reese
John Levon wrote: On Tue, 6 Feb 2001, Amir Karger wrote: The links to ghostscript ghostview on lyx.org/download/related.php3 are broken. The ghost folks have rearranged their pages. Go to http://www.cs.wisc.edu/~ghost/index.htm check it out. I wasn't exactly sure how to change the

Re: Broken links

2001-02-07 Thread Lars Gullik Bjønnes
"Garst R. Reese" [EMAIL PROTECTED] writes: | The proper place is now http://www.ghostscript.com/ or perhaps the | sourceforge project page. I'll fix this. | Nonetheless, Amir's link is very good. Both are useful. | BTW, the makecvs.log I sent probably refers to your changes yesterday. | Garst

[PATCH] GUII Timeout class

2001-02-07 Thread John Levon
The attached implements GUII timeout for xforms and KDE. It also removes the duplicate OkViewPolicy and tidies up a little in BufferView_pimpl.C thanks john -- "IBM's decision to choose the Intel 80x86 processor over the Motorola 680x0 probably set the personal computer industry back 10

Re: [PATCH] LaTeX Log and VC Log frontendised

2001-02-07 Thread Allan Rae
"IBM's decision to choose the Intel 80x86 processor over the Motorola 680x0 probably set the personal computer industry back 10 years." - Brian Marsden That's right! Intel's braindead processor family... rant rant rant Allan. (ARRae)

[PATCH] InsetGraphics update

2001-02-07 Thread Baruch Even
The attached patch brings InsetGraphics forward from the former patch by providing a much better auto-conversion mechanism. Inline viewing is buggy, for some reason the image is not loaded, but it's getting closer now. Please let me know what you think of it, I'd like to commit it as it

Re: LyX 1.1.6fix1: Protected blanks in table cells

2001-02-07 Thread Allan Rae
On Wed, 7 Feb 2001, Michael Schmitt wrote: Hi Allan, You're more likely to get a medal as "Bug Reporter of The Year" than a slap on the wrist. Have you tried Purify on LyX lately? unfortunately, I couldn't run LyX 1.1.6 with Sun CC/Purify due to a few compilation problems with

Re: [PATCH] LaTeX Log and VC Log frontendised

2001-02-07 Thread Martin Vermeer
On Wed, Feb 07, 2001 at 10:53:55PM +1000, Allan Rae wrote: Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: mailto:[EMAIL PROTECTED] List-Help: mailto:[EMAIL PROTECTED] List-Unsubscribe: mailto:[EMAIL PROTECTED] Delivered-To: mailing list

Re: [PATCH] GUII Timeout class

2001-02-07 Thread Lars Gullik Bjønnes
John Levon [EMAIL PROTECTED] writes: | + if (!lyxrc.cursor_follows_scrollbar) { | + waitForX(); | + return; | } | + | + LyXText * vbt = bv_-text; | + | + int height = vbt-DefaultHeight(); | + int first = static_castint((bv_-text-first + height));

Re: [PATCH] GUII Timeout class

2001-02-07 Thread John Levon
On 7 Feb 2001, Lars Gullik Bjønnes wrote: | + int height = vbt-DefaultHeight(); | + int first = static_castint((bv_-text-first + height)); | + int last = static_castint((bv_-text-first + | workarea_-height() - height)); Can these int be const? If so make them so. OK | + if

Re: [PATCH] LaTeX Log and VC Log frontendised

2001-02-07 Thread Allan Rae
On Wed, 7 Feb 2001, Martin Vermeer wrote: On Wed, Feb 07, 2001 at 10:53:55PM +1000, Allan Rae wrote: "IBM's decision to choose the Intel 80x86 processor over the Motorola 680x0 probably set the personal computer industry back 10 years." - Brian Marsden That's right! Intel's

Re: [PATCH] LaTeX Log and VC Log frontendised

2001-02-07 Thread John Levon
On Wed, 7 Feb 2001, Allan Rae wrote: gotta get me a Power4 or perhaps two ;-) Then again I should get some work done on my single chip multiprocessor ideas. You work on CMP ? can it get more offtopic ? john -- "Beware of bugs in the above code; I have only proved it correct, not tried

Re: [PATCH] GUII Timeout class

2001-02-07 Thread Allan Rae
On Wed, 7 Feb 2001, John Levon wrote: | + * Timeout.C | + * (C) 2001 LyX Team | + * John Levon, [EMAIL PROTECTED] ha! Very sorry, I didn't mean to imply anything by this. How should I write it ? I put my name there so someone knows who to blame, like I have all the others.

Re: [PATCH] InsetGraphics update

2001-02-07 Thread Jean-Marc Lasgouttes
"Baruch" == Baruch Even [EMAIL PROTECTED] writes: Baruch The attached patch brings InsetGraphics forward from the Baruch former patch by providing a much better auto-conversion Baruch mechanism. Does it replace the former patch? Baruch Inline viewing is buggy, for some reason the image is not

Re: [PATCH] GUII Timeout class

2001-02-07 Thread John Levon
On Wed, 7 Feb 2001, Allan Rae wrote: (C) means nothing. It's a couple parentheses around a capital C. Write "Copyright" out in full. And "The LyX Team". OK See some of the other copyright notices around for a template. They are far too wordy. The existence of COPYING should suffice,

Re: [PATCH] GUII Timeout class

2001-02-07 Thread Lars Gullik Bjønnes
John Levon [EMAIL PROTECTED] writes: | On Wed, 7 Feb 2001, Allan Rae wrote: | | (C) means nothing. It's a couple parentheses around a capital C. | Write "Copyright" out in full. And "The LyX Team". | | OK | | See some of the other copyright notices around for a template. | | They are

Re: [PATCH] LaTeX Log and VC Log frontendised

2001-02-07 Thread Allan Rae
On Wed, 7 Feb 2001, John Levon wrote: On Wed, 7 Feb 2001, Allan Rae wrote: gotta get me a Power4 or perhaps two ;-) Then again I should get some work done on my single chip multiprocessor ideas. You work on CMP ? See http://www.elec.uq.edu.au/~rae/HeMPS.html but that'll probably move

Re: [PATCH] LaTeX Log and VC Log frontendised

2001-02-07 Thread Martin Vermeer
On Wed, Feb 07, 2001 at 11:40:14PM +1000, Allan Rae wrote: Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: mailto:[EMAIL PROTECTED] List-Help: mailto:[EMAIL PROTECTED] List-Unsubscribe: mailto:[EMAIL PROTECTED] Delivered-To: mailing list

Re: [PATCH] GUII Timeout class

2001-02-07 Thread John Levon
On 7 Feb 2001, Lars Gullik Bjønnes wrote: | /* | * File.C | * Copyright 2001 The LyX Team * Read COPYING OK * @author NN And for unknown previous authors ? Timeout.C mentions Matthias, but that's it; however the dates go up to 2000. What should I do here ? I do not want to get this

Re: [PATCH] LaTeX Log and VC Log frontendised

2001-02-07 Thread Lars Gullik Bjønnes
Allan Rae [EMAIL PROTECTED] writes: | I shook hands with Alan Cox! There that'll make you jealous! I think I | pissed off Dave Miller too when discussing our development process. I | also pissed off MadDog not once but twice with stories of LyX (oops | that's back on topic again). Tell us

Re: [PATCH] LaTeX Log and VC Log frontendised

2001-02-07 Thread Allan Rae
On 7 Feb 2001, Lars Gullik Bjnnes wrote: Allan Rae [EMAIL PROTECTED] writes: | I shook hands with Alan Cox! There that'll make you jealous! I think I | pissed off Dave Miller too when discussing our development process. I | also pissed off MadDog not once but twice with stories of LyX

Re: [PATCH] GUII Timeout class

2001-02-07 Thread Lars Gullik Bjønnes
John Levon [EMAIL PROTECTED] writes: | On 7 Feb 2001, Lars Gullik Bjnnes wrote: | | | /* | | * File.C | | * Copyright 2001 The LyX Team | * Read COPYING | | OK | | * @author NN | | And for unknown previous authors ? "NN" | | Timeout.C mentions Matthias, but that's it; Matthias is

Re: Bug Report (minor)

2001-02-07 Thread Dekel Tsur
On Wed, Feb 07, 2001 at 11:22:03AM +, Ben Jones wrote: The next (and only) thing I did was to click on the "View" menu (which was previously very empty, see above error messages), and lyx disappeared completely from the screen giving this (very polite) crash message: lyx: SIGSEGV signal

Re: Can we remove the code for references in menus?

2001-02-07 Thread Jean-Marc Lasgouttes
"John" == John Levon [EMAIL PROTECTED] writes: John So I must update every dynamic menu/toolbar item on every John update(). OK, I suppose that's not too bad. But what is it John you're actually informing the frontend of ? It seems that the John current examples are just about buffer

Re: HP-UX 10.20 patch for lyx 1.1.6fix1

2001-02-07 Thread Jean-Marc Lasgouttes
"Bruce" == Bruce Foster [EMAIL PROTECTED] writes: Bruce After applying the patch and rerunning the configuration, the Bruce compile still fails in fmt.C: Could somebody try to compile on HP-UX from the latest cvs? JMarc

Re: Can we remove the code for references in menus?

2001-02-07 Thread John Levon
On 7 Feb 2001, Jean-Marc Lasgouttes wrote: Finally, my main problem is that I do not have time to work on this right now, so if I cannot convince you to work from the current scheme, I'll have to give up :( I only happened to mention it in passing really. I really need to sit down and think

[PATCH] Fix 1.1.6 View logfile with tmpdir off

2001-02-07 Thread John Levon
Attached fixes "No log file" bug when tmpdir option is off. thanks john -- "Beware of bugs in the above code; I have only proved it correct, not tried it." - Donald Knuth ? latexlog.1.1.6.diff Index: ChangeLog ===

Re: Weird cross reference bug

2001-02-07 Thread Jean-Marc Lasgouttes
"Dekel" == Dekel Tsur [EMAIL PROTECTED] writes: Dekel On Tue, Feb 06, 2001 at 11:17:50AM +0100, Jean-Marc Lasgouttes Dekel wrote: I'm a bit unsure too. Dekel, is the bookmark code only a "side-effect" or is it that you do not want to separate the patch in two? We already had one new bug in

feature request

2001-02-07 Thread Garst R. Reese
Would it be possible to have a document wide option to set graphics rendering? Particularly to turn it on and off. I have a document with over 100 .eps files. Also, only 1/3 of them are unique, but I don't suppose there is a way to tell LyX to tell LaTeX to tell ghostscript how to reuse them

Re: Can we remove the code for references in menus?

2001-02-07 Thread Lars Gullik Bjønnes
John Levon [EMAIL PROTECTED] writes: | [1] Lars, there would only be one file auto-generated now after our | tete-a-tete, and | that's the initialiser for the lyxfuncs ... does that change your | opinion on the auto-gen | at all :)) Slightly :-) Lgb

[PATCH] Timeout GUII rediffed

2001-02-07 Thread John Levon
Hope this one's OK thanks john -- "Beware of bugs in the above code; I have only proved it correct, not tried it." - Donald Knuth Index: src/BufferView_pimpl.C === RCS file:

Re: [PATCH] Timeout GUII rediffed

2001-02-07 Thread Lars Gullik Bjønnes
Only some very small formatting issues: We use "Foo * foo" not "Foo *foo". Two newlines between each method. "Copyright" instead of "(C)" To be a doxygen comment/documentation: /** -- note double '*' @author NN */ Lgb

SIGSEGV when changing desktop (minor)

2001-02-07 Thread Michael Becht
Hi, If I change from one desktop back to the one lyx is on, lyx sometimes crashes with: Program received signal SIGSEGV, Segmentation fault. 0x53207361 in ?? () Current language: auto; currently c (gdb) bt #0 0x53207361 in ?? () #1 0x40267966 in vfprintf () at vfprintf.c:1565 #2 0x40270027

Re: [PATCH] LaTeX Log and VC Log frontendised

2001-02-07 Thread Amir Karger
On Thu, Feb 08, 2001 at 12:14:39AM +1000, Allan Rae wrote: On 7 Feb 2001, Lars Gullik Bjnnes wrote: Allan Rae [EMAIL PROTECTED] writes: | I shook hands with Alan Cox! There that'll make you jealous! I think I | pissed off Dave Miller too when discussing our development process. I

Re: Weird cross reference bug

2001-02-07 Thread Dekel Tsur
On Wed, Feb 07, 2001 at 04:07:58PM +0100, Jean-Marc Lasgouttes wrote: Dekel http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg18611.html Hmm, is the important part of the patch the use of paragraph id, along with the small cjhanges in Formref::updateBrowser? The main part of the patch

[PATCH] Last ever chance for GUII Timeout.C

2001-02-07 Thread John Levon
... only kidding :) I need to find out how to automatically insert the filename in vi now ... also, I got thoroughly sick with cvs diff and new files. Amir, bored ? Fancy writing difffix.pl ? Or patching patch to read Index: lines :)) thanks john -- "Beware of bugs in the above code; I

Re: Weird cross reference bug

2001-02-07 Thread Jean-Marc Lasgouttes
"Dekel" == Dekel Tsur [EMAIL PROTECTED] writes: Dekel On Wed, Feb 07, 2001 at 04:07:58PM +0100, Jean-Marc Lasgouttes Dekel wrote: Dekel http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg18611.html Hmm, is the important part of the patch the use of paragraph id, along with the small

Re: SIGSEGV when changing desktop (minor)

2001-02-07 Thread Jean-Marc Lasgouttes
"Michael" == Michael Becht [EMAIL PROTECTED] writes: Michael Hi, If I change from one desktop back to the one lyx is on, Michael lyx sometimes crashes with: You have an xforms version built for glibc2.0, and you use it with glibc2.1. Get a proper rpm from ftp.sylvan.com/pub/lyx/. Hope this

Re: Weird cross reference bug

2001-02-07 Thread Dekel Tsur
On Wed, Feb 07, 2001 at 04:47:25PM +0100, Jean-Marc Lasgouttes wrote: "Dekel" == Dekel Tsur [EMAIL PROTECTED] writes: Dekel On Wed, Feb 07, 2001 at 04:07:58PM +0100, Jean-Marc Lasgouttes Dekel wrote: Dekel http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg18611.html Hmm, is the

Re: Can we remove the code for references in menus?

2001-02-07 Thread Marko Vendelin
Hi! On 7 Feb 2001, Jean-Marc Lasgouttes wrote: "John" == John Levon [EMAIL PROTECTED] writes: John So I must update every dynamic menu/toolbar item on every John update(). OK, I suppose that's not too bad. But what is it John you're actually informing the frontend of ? It seems that the

Re: [PATCH] InsetGraphics update

2001-02-07 Thread Baruch Even
* Jean-Marc Lasgouttes [EMAIL PROTECTED] [010207 18:24]: "Baruch" == Baruch Even [EMAIL PROTECTED] writes: Baruch The attached patch brings InsetGraphics forward from the Baruch former patch by providing a much better auto-conversion Baruch mechanism. Does it replace the former patch?

Re: LyX 1.1.6fix1: Version Control

2001-02-07 Thread Lars Gullik Bjønnes
Ben Cazzolato [EMAIL PROTECTED] writes: | Guys | | Has anyone tested the version control software in Lyx 1.1.6fix1. As far as I | can tell, It doesn't behave as it once did. | | If I open the file, modify it and save I get the following error. | utime error. | | If I try to Version

Preferences: Tab Converters in Tab Converters

2001-02-07 Thread Ha Duong Minh
Dear Developpers, I humbly question if it's sound UI design to have a sub tab named the same as its parent tab, namely "Converters" in the Preferences box. An alternative could be "Filters". Minh. -- Minh Ha Duong, CIRED Charg de Recherche au CNRS Center for Integrated Study

Re: babel.sty, english.ldf

2001-02-07 Thread Johannes L. Braams
On Tuesday, September 26 reese wrote: This is a multi-part message in MIME format. --34C17B7267DFC8C46E47FB68 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Greetings from Prince Edward Island, Canada I have attached two diffs which make it

Errors with lyx 1.1.5fix2?

2001-02-07 Thread Nils Jeppe
Hi, I am trying to export/preview a lyx document. I get during the latex run the following error message: "LaTeX Error: Missing \begin{document}. \begin{document} Uhm, a little help please? ;-( Is this a lyx problem or a packaging problem? (I use debian unstable). Best wishes,

LyX1.1.6 fix 1 bug?

2001-02-07 Thread Gregory L. Plett
I just downloaded the new LyX, 1.1.6, fix 1, and am having strange display problems in math mode. Certain characters, which seem to include all Greek, relational (\leq, \geq ...) and others (\times ...) do not show up on the display. Everything worked fine with LyX 1.1.5. Any suggestions?

Re: [PATCH] LaTeX Log and VC Log frontendised

2001-02-07 Thread Allan Rae
On Wed, 7 Feb 2001, Amir Karger wrote: On Thu, Feb 08, 2001 at 12:14:39AM +1000, Allan Rae wrote: On 7 Feb 2001, Lars Gullik Bjnnes wrote: Allan Rae [EMAIL PROTECTED] writes: | I shook hands with Alan Cox! There that'll make you jealous! I think I | pissed off Dave Miller

Re: Errors with lyx 1.1.5fix2?

2001-02-07 Thread Allan Rae
On Wed, 7 Feb 2001, Nils Jeppe wrote: Hi, I am trying to export/preview a lyx document. I get during the latex run the following error message: "LaTeX Error: Missing \begin{document}. \begin{document} Uhm, a little help please? ;-( Is this a lyx problem or a packaging

Re: Can we remove the code for references in menus?

2001-02-07 Thread Allan Rae
Still to read the full thread but skimming a couple I can add these comments: On Wed, 7 Feb 2001, Marko Vendelin wrote: [...] John How would your method cope with a number of different toolbars John for different things ? Do you call update() on each one ? Why John not just let the

Re: babel.sty, english.ldf

2001-02-07 Thread Garst R. Reese
"Johannes L. Braams" wrote: On Tuesday, September 26 reese wrote: Greetings from Prince Edward Island, Canada I have attached two diffs which make it easier for me to select canadian dictionaries in LyX using aspell. Canadian english spelling is a hybrid of British and American. We

Re: Can we remove the code for references in menus?

2001-02-07 Thread Marko Vendelin
On Thu, 8 Feb 2001, Allan Rae wrote: On Wed, 7 Feb 2001, Marko Vendelin wrote: [...] John How would your method cope with a number of different toolbars John for different things ? Do you call update() on each one ? Why John not just let the frontend decide what needs updating - why

Re: Solicitud de =?unknown?q?informaci=F3n?=

2001-02-07 Thread Vanessa Garcia
-Original Message- http://www.agroenlinea.com/ VENDA, COMPRE o PROMOCIONE SUS PRODUCTOS a través de Agroenlinea.com, el portal de agronegocios más completo y moderno, creado para productores agrícolas, pecuarios, pesqueros, agroindustriales, proveedores de insumos, prestadores de

Re: LyX 1.1.6fix1: Tabular problems

2001-02-07 Thread Jean-Marc Lasgouttes
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: Allan> Which reminds me I have a huge cleanup of the website planned. Allan> Thanks to Lars' comments about invalid HTML in LDN for spurring Allan> me into action. Expect to see the first changes this weekend -- Allan> mostly to old LDN's to

Re: Broken links

2001-02-07 Thread John Levon
On Tue, 6 Feb 2001, Amir Karger wrote: > The links to ghostscript & ghostview on lyx.org/download/related.php3 are > broken. The ghost folks have rearranged their pages. Go to > http://www.cs.wisc.edu/~ghost/index.htm & check it out. I wasn't exactly > sure how to change the links (There's a

Bug Report (minor)

2001-02-07 Thread Ben Jones
Hi Just upgraded to LyX 1.1.6, and it didn't like my old lyxrc.defaults file. It gave me this: (The file has now been overwritten or I would have included it - see later.) LyX: Unknown tag `\latex_command' [around line 6 of file ~/.lyx/lyxrc.defaults] LyX: Unknown tag `\relyx_command' [around

Re: [PATCH] LaTeX Log and VC Log frontendised

2001-02-07 Thread John Levon
On Wed, 7 Feb 2001, Allan Rae wrote: > On Tue, 6 Feb 2001, John Levon wrote: > > > The attached patch and cvs actions below move latex and vc log > > dialogs to frontends/xforms > > Your OkViewPolicy is the equivalent of the already existing > IgnorantPolicy. > > If you really think you need

RH7.0 tester needed

2001-02-07 Thread John Levon
someone running RH7.0, can you please test this code : #if defined(xor) #endif compile it with : g++ -fno-operator-names file.c and report on results ? thanks john -- "IBM's decision to choose the Intel 80x86 processor over the Motorola 680x0 probably set the personal computer

A few more glitch for preliminary Thai support in LyX

2001-02-07 Thread Chanop Silpa-Anan
Once upon a time, I heard Dekel Tsur say > A second look reveals that tisenc.enc is a font encoding file, and not an > input encoding file. It seems there is no font encoding file for Thai. > So you shouldn't edit Form.C, and the Thai entry in lib/encodings should be > > Encoding tis620-0

Re: A major bug with tabular (lyx-1.1.6fix1)

2001-02-07 Thread Jean-Marc Lasgouttes
> "Philippe" == Philippe Charpentier <[EMAIL PROTECTED]> >writes: Philippe> Hi, here is a major bug with new tabular in Philippe> lyx-1.1.6fix1 : you do a big tabular of 50 rows and 50 Philippe> lines; in the first cell of that tabular you insert an other Philippe> tabular of 50 rows

Re: RH7.0 tester needed

2001-02-07 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | someone running RH7.0, can you please test this code : | | #if defined(xor) | #endif | | | compile it with : | | g++ -fno-operator-names file.c | | and report on results ? [larsbj@localhost test]$ g++ xor.C xor.C:1:13: "defined" without an

Re: RH7.0 tester needed

2001-02-07 Thread John Levon
On 7 Feb 2001, Lars Gullik Bjønnes wrote: > John Levon <[EMAIL PROTECTED]> writes: > > | someone running RH7.0, can you please test this code : > | > | #if defined(xor) > | #endif > | > | > | compile it with : > | > | g++ -fno-operator-names file.c > | > | and report on results ? > >

Re: logfile with no tmp-dir in 1.1.6

2001-02-07 Thread John Levon
On Thu, 1 Feb 2001, Herbert Voss wrote: > choosing in preferences no tmp-dir gives by default also > no logfile (no LogFile found) > is this intended or a path-problem? > > Herbert I think this is a bug which I accidentally fixed with the GUI-independent FormLog. I'll cut a fix for 1.1.6fix2

Re: Broken links

2001-02-07 Thread Garst R. Reese
John Levon wrote: > > On Tue, 6 Feb 2001, Amir Karger wrote: > > > The links to ghostscript & ghostview on lyx.org/download/related.php3 are > > broken. The ghost folks have rearranged their pages. Go to > > http://www.cs.wisc.edu/~ghost/index.htm & check it out. I wasn't exactly > > sure how

Re: Broken links

2001-02-07 Thread Lars Gullik Bjønnes
"Garst R. Reese" <[EMAIL PROTECTED]> writes: | > The proper place is now http://www.ghostscript.com/ or perhaps the | > sourceforge project page. I'll fix this. | Nonetheless, Amir's link is very good. Both are useful. | BTW, the makecvs.log I sent probably refers to your changes yesterday. |

[PATCH] GUII Timeout class

2001-02-07 Thread John Levon
The attached implements GUII timeout for xforms and KDE. It also removes the duplicate OkViewPolicy and tidies up a little in BufferView_pimpl.C thanks john -- "IBM's decision to choose the Intel 80x86 processor over the Motorola 680x0 probably set the personal computer industry back 10

Re: [PATCH] LaTeX Log and VC Log frontendised

2001-02-07 Thread Allan Rae
> "IBM's decision to choose the Intel 80x86 processor over > the Motorola 680x0 probably set the personal computer > industry back 10 years." > - Brian Marsden That's right! Intel's braindead processor family... rant rant rant Allan. (ARRae)

[PATCH] InsetGraphics update

2001-02-07 Thread Baruch Even
The attached patch brings InsetGraphics forward from the former patch by providing a much better auto-conversion mechanism. Inline viewing is buggy, for some reason the image is not loaded, but it's getting closer now. Please let me know what you think of it, I'd like to commit it as it

Re: LyX 1.1.6fix1: Protected blanks in table cells

2001-02-07 Thread Allan Rae
On Wed, 7 Feb 2001, Michael Schmitt wrote: > Hi Allan, > > > You're more likely to get a medal as "Bug Reporter of The Year" than a > > slap on the wrist. Have you tried Purify on LyX lately? > > unfortunately, I couldn't run LyX 1.1.6 with Sun CC/Purify due to a few > compilation problems with

Re: [PATCH] LaTeX Log and VC Log frontendised

2001-02-07 Thread Martin Vermeer
On Wed, Feb 07, 2001 at 10:53:55PM +1000, Allan Rae wrote: > Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm > Precedence: bulk > X-No-Archive: yes > List-Post: > List-Help: > List-Unsubscribe: > Delivered-To:

Re: [PATCH] GUII Timeout class

2001-02-07 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | + if (!lyxrc.cursor_follows_scrollbar) { | + waitForX(); | + return; | } | + | + LyXText * vbt = bv_->text; | + | + int height = vbt->DefaultHeight(); | + int first = static_cast((bv_->text->first +

Re: [PATCH] GUII Timeout class

2001-02-07 Thread John Levon
On 7 Feb 2001, Lars Gullik Bjønnes wrote: > | + int height = vbt->DefaultHeight(); > | + int first = static_cast((bv_->text->first + height)); > | + int last = static_cast((bv_->text->first + > | workarea_->height() - height)); > > Can these int be const? If so make them so. OK > | +

Re: [PATCH] LaTeX Log and VC Log frontendised

2001-02-07 Thread Allan Rae
On Wed, 7 Feb 2001, Martin Vermeer wrote: > On Wed, Feb 07, 2001 at 10:53:55PM +1000, Allan Rae wrote: > > > "IBM's decision to choose the Intel 80x86 processor over > > > the Motorola 680x0 probably set the personal computer > > > industry back 10 years." > > > - Brian Marsden > > > > That's

Re: [PATCH] LaTeX Log and VC Log frontendised

2001-02-07 Thread John Levon
On Wed, 7 Feb 2001, Allan Rae wrote: > gotta get me a Power4 or perhaps two ;-) Then again I should get some > work done on my single chip multiprocessor ideas. You work on CMP ? can it get more offtopic ? john -- "Beware of bugs in the above code; I have only proved it correct, not tried

Re: [PATCH] GUII Timeout class

2001-02-07 Thread Allan Rae
On Wed, 7 Feb 2001, John Levon wrote: > > | + * Timeout.C > > | + * (C) 2001 LyX Team > > | + * John Levon, [EMAIL PROTECTED] > > > > ha! > > > > Very sorry, I didn't mean to imply anything by this. > > How should I write it ? > > I put my name there so someone knows who to blame, like I have all

Re: [PATCH] InsetGraphics update

2001-02-07 Thread Jean-Marc Lasgouttes
> "Baruch" == Baruch Even <[EMAIL PROTECTED]> writes: Baruch> The attached patch brings InsetGraphics forward from the Baruch> former patch by providing a much better auto-conversion Baruch> mechanism. Does it replace the former patch? Baruch> Inline viewing is buggy, for some reason the

Re: [PATCH] GUII Timeout class

2001-02-07 Thread John Levon
On Wed, 7 Feb 2001, Allan Rae wrote: > (C) means nothing. It's a couple parentheses around a capital C. > Write "Copyright" out in full. And "The LyX Team". OK > See some of the other copyright notices around for a template. They are far too wordy. The existence of COPYING should suffice,

Re: [PATCH] GUII Timeout class

2001-02-07 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Wed, 7 Feb 2001, Allan Rae wrote: | | > (C) means nothing. It's a couple parentheses around a capital C. | > Write "Copyright" out in full. And "The LyX Team". | | OK | | > See some of the other copyright notices around for a template. | | They

Re: [PATCH] LaTeX Log and VC Log frontendised

2001-02-07 Thread Allan Rae
On Wed, 7 Feb 2001, John Levon wrote: > On Wed, 7 Feb 2001, Allan Rae wrote: > > > gotta get me a Power4 or perhaps two ;-) Then again I should get some > > work done on my single chip multiprocessor ideas. > > You work on CMP ? See http://www.elec.uq.edu.au/~rae/HeMPS.html but that'll

Re: [PATCH] LaTeX Log and VC Log frontendised

2001-02-07 Thread Martin Vermeer
On Wed, Feb 07, 2001 at 11:40:14PM +1000, Allan Rae wrote: > Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm > Precedence: bulk > X-No-Archive: yes > List-Post: > List-Help: > List-Unsubscribe: > Delivered-To:

Re: [PATCH] GUII Timeout class

2001-02-07 Thread John Levon
On 7 Feb 2001, Lars Gullik Bjønnes wrote: > | /* > | * File.C > | * Copyright 2001 The LyX Team > * Read COPYING OK > * @author NN And for unknown previous authors ? Timeout.C mentions Matthias, but that's it; however the dates go up to 2000. What should I do here ? I do not want to get

Re: [PATCH] LaTeX Log and VC Log frontendised

2001-02-07 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | I shook hands with Alan Cox! There that'll make you jealous! I think I | pissed off Dave Miller too when discussing our development process. I | also pissed off MadDog not once but twice with stories of LyX (oops | that's back on topic again). Tell us

Re: [PATCH] LaTeX Log and VC Log frontendised

2001-02-07 Thread Allan Rae
On 7 Feb 2001, Lars Gullik Bjønnes wrote: > Allan Rae <[EMAIL PROTECTED]> writes: > > > | I shook hands with Alan Cox! There that'll make you jealous! I think I > | pissed off Dave Miller too when discussing our development process. I > | also pissed off MadDog not once but twice with stories

Re: [PATCH] GUII Timeout class

2001-02-07 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On 7 Feb 2001, Lars Gullik Bjønnes wrote: | | > | /* | > | * File.C | > | * Copyright 2001 The LyX Team | > * Read COPYING | | OK | | > * @author NN | | And for unknown previous authors ? "NN" | | Timeout.C mentions Matthias, but that's it;

Re: Bug Report (minor)

2001-02-07 Thread Dekel Tsur
On Wed, Feb 07, 2001 at 11:22:03AM +, Ben Jones wrote: > The next (and only) thing I did was to click on the "View" menu (which > was previously very empty, see above error messages), and lyx disappeared > completely from the screen giving this (very polite) crash message: > > lyx: SIGSEGV

Re: Can we remove the code for references in menus?

2001-02-07 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> So I must update every dynamic menu/toolbar item on every John> update(). OK, I suppose that's not too bad. But what is it John> you're actually informing the frontend of ? It seems that the John> current examples are just about buffer

Re: HP-UX 10.20 patch for lyx 1.1.6fix1

2001-02-07 Thread Jean-Marc Lasgouttes
> "Bruce" == Bruce Foster <[EMAIL PROTECTED]> writes: Bruce> After applying the patch and rerunning the configuration, the Bruce> compile still fails in fmt.C: Could somebody try to compile on HP-UX from the latest cvs? JMarc

Re: Can we remove the code for references in menus?

2001-02-07 Thread John Levon
On 7 Feb 2001, Jean-Marc Lasgouttes wrote: > Finally, my main problem is that I do not have time to work on this > right now, so if I cannot convince you to work from the current > scheme, I'll have to give up :( I only happened to mention it in passing really. I really need to sit down and

[PATCH] Fix 1.1.6 View logfile with tmpdir off

2001-02-07 Thread John Levon
Attached fixes "No log file" bug when tmpdir option is off. thanks john -- "Beware of bugs in the above code; I have only proved it correct, not tried it." - Donald Knuth ? latexlog.1.1.6.diff Index: ChangeLog ===

Re: Weird cross reference bug

2001-02-07 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> On Tue, Feb 06, 2001 at 11:17:50AM +0100, Jean-Marc Lasgouttes Dekel> wrote: >> I'm a bit unsure too. Dekel, is the bookmark code only a >> "side-effect" or is it that you do not want to separate the patch >> in two? We already had

feature request

2001-02-07 Thread Garst R. Reese
Would it be possible to have a document wide option to set graphics rendering? Particularly to turn it on and off. I have a document with over 100 .eps files. Also, only 1/3 of them are unique, but I don't suppose there is a way to tell LyX to tell LaTeX to tell ghostscript how to reuse them

Re: Can we remove the code for references in menus?

2001-02-07 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | [1] Lars, there would only be one file auto-generated now after our | tete-a-tete, and | that's the initialiser for the lyxfuncs ... does that change your | opinion on the auto-gen | at all :)) Slightly :-) Lgb

  1   2   >