Re: Buglist not mentioned on CVS developpers' homepage?

2002-02-15 Thread John Levon
On Sat, Feb 16, 2002 at 12:14:24PM +0900, R. Lahaye wrote: > I think an entry here that links to lyx-bugzilla would be > a good idea. good idea. I've done it. It's also linked from www.lyx.org btw regards john -- "I'd rather be rudely informed than politely left in the dark."

Buglist not mentioned on CVS developpers' homepage?

2002-02-15 Thread R. Lahaye
Hi, I was searching for the lyx buglist and logically my starting point was the LyX developpers' website. To my surprise there's nothing about the present buglist there. Is that on purpose? I think an entry here that links to lyx-bugzilla would be a good idea. Rob.

Re: Scripting

2002-02-15 Thread John Levon
On Sat, Feb 16, 2002 at 03:18:41AM +0100, Florian Klaempfl wrote: > Or are there plans to do anything using the Lyx-Server? If not, I'd glad to > implement parts of the > the scripting capabilities into Lyx. the idea is to sort out the lyxfunc interface (what lyx server uses) so you can script

Scripting

2002-02-15 Thread Florian Klaempfl
Is this still up-to-date? Scripting language Support a scripting language to control various parts of LyX, this requires deciding on an official scripting language. The idea is for non-core parts of LyX to be moved to the scripting language and thus simplifying extension and customization. Thi

Re: bug: changed label in float caption is not updated

2002-02-15 Thread John Levon
On Fri, Feb 15, 2002 at 07:03:28PM +0900, R. Lahaye wrote: > When I change the text of an existing label in a float, > there's still the old name on the canvas. bug #243 regards john -- "I'd rather be rudely informed than politely left in the dark."

Re: A request for help or a bug report...

2002-02-15 Thread John Levon
On Wed, Feb 13, 2002 at 07:37:37PM +, Angus Leeming wrote: > Now load up André's test file, also attached. All is fine --- you'll get a > picture (not displayed correctly but that's another story). I just get the old "error converting". Better than the BadWindow crashes on inserting a new e

Re: a caption that no longer works after conversion

2002-02-15 Thread John Levon
On Wed, Feb 13, 2002 at 01:16:30PM -0500, Richard E. Hawkins wrote: > This file used to work, but it has been stopping at page 5. After > watching the latex, I found that in a figure-float, I had my graphic, > then an ERT with you forgot to attach the file... regards john -- "I'd rather b

Re: Figure Caption and Short Caption

2002-02-15 Thread John Levon
On Wed, Feb 13, 2002 at 01:34:42AM -0400, Garst R. Reese wrote: > This mechanism seems quite sensitive to user bungling. If I enter the > Short Caption after the Caption it gets ignored. If I enter the Caption > wrong it includes the graphic as part of the caption and gives me buffer > overflows.

Re: Reproducible crash on minipage

2002-02-15 Thread John Levon
On Fri, Feb 15, 2002 at 02:26:13PM +0100, Kornel Benko wrote: > There is a reproducible crash with cvs 1.2. bug 240 regards john -- "I'd rather be rudely informed than politely left in the dark."

Re: mouse click misses block equation

2002-02-15 Thread John Levon
On Mon, Feb 11, 2002 at 03:51:44PM -0500, Richard E. Hawkins wrote: > Click to the right of first equation block. If the bottom of the > pointer is a pixel or so further down than the top of the numbers in > the numerator, the *second* equation is activated with a pink box. can't reproduce an

Re: BIG graphics patch

2002-02-15 Thread Angus Leeming
On Friday 15 February 2002 5:15 pm, Angus Leeming wrote: Anyway, the patch is more than big enough as it is. I have tried to produce > high quality code that won't need many changes in future. Would the gurus > please review it and the brave try it out. Please hold off from trying it out. (But

Re: 1.2.0

2002-02-15 Thread Andre Poenitz
On Fri, Feb 15, 2002 at 05:24:01PM +, John Levon wrote: > 1.2.0 will /never/ arrive then. If people don't have time to fix the 6 or so > really critical bugs why on earth do you think people will have time to debug > an entirely new architecture ?? Those people that cannot contribute to the o

Re: 1.2.0

2002-02-15 Thread John Levon
On Fri, Feb 15, 2002 at 08:35:33AM +0100, Andre Poenitz wrote: > enough time to fix it I would suggest to scrap the plans to have a stable > release 'soon' and go straight on to the structural changes originally > postponed to some time 'after 1.2.0'. > > The hope is that fixing the structure gi

BIG graphics patch

2002-02-15 Thread Angus Leeming
I have been working pretty steadily on the graphics stuff and have reached a stage where I'd like to commit what I have done. The functionality of the graphics inset as seen by the user is pretty well unchanged in this patch, but nonetheless the patch is pretty big. After this goes in, things s

Re: [patch] graphics12.diff

2002-02-15 Thread Andre Poenitz
On Fri, Feb 15, 2002 at 06:36:31PM +0100, Jean-Marc Lasgouttes wrote: > No, the easiest is to do > make CXX='g++ -pg' > with a normal configure. Too late... Hm... 12% of total in whichFont()... This should be solvable... Andre' -- André Pönitz .

Re: scrollbar stopped working

2002-02-15 Thread John Levon
On Fri, Feb 15, 2002 at 11:50:35AM +0100, Jean-Marc Lasgouttes wrote: > Lars has done 'fixes' to the scrollbar code recently. He broke it last time he tried that too ! john -- "I'd rather be rudely informed than politely left in the dark."

Re: [patch] graphics12.diff

2002-02-15 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Fri, Feb 15, 2002 at 06:07:47PM +0100, Jean-Marc Lasgouttes Andre> wrote: >> I guess formulas are too small to have complexity problems (like >> what a 50x50 tabular can give). Andre> I just checked... 50x50 matrix makes it ind

Re: [patch] graphics12.diff

2002-02-15 Thread Andre Poenitz
On Fri, Feb 15, 2002 at 06:07:47PM +0100, Jean-Marc Lasgouttes wrote: > I guess formulas are too small to have complexity problems (like what > a 50x50 tabular can give). I just checked... 50x50 matrix makes it indeed a bit sluggish. So how do I get profiling information? Simply add CXXFLAG=-pq b

Re: [patch] graphics12.diff

2002-02-15 Thread Andre Poenitz
On Fri, Feb 15, 2002 at 06:07:47PM +0100, Jean-Marc Lasgouttes wrote: > It would be interesting to do a profiling round on that. But would > that be just loading a big document with lots of ugly formulas? > Or editing a very large matrix? How do I easily compile with -pg? As I said, it shoul be

Re: [patch] graphics12.diff

2002-02-15 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: >> In which cases should it be slow? Andre> All the time. I guess we have a performance degradation of Andre> about one or two orders of magnitude compared with the old Andre> code. It would be interesting to do a profiling round on th

Re: [patch] graphics12.diff

2002-02-15 Thread Andre Poenitz
On Fri, Feb 15, 2002 at 05:38:42PM +0100, Jean-Marc Lasgouttes wrote: > Andre> please -- char * const) instead of the enum to identify the > Andre> channel. The only drawback might be speed. But if that becomes > Andre> a problem (which I seriously doubt), one could put the strings > Andre> in a h

Re: [patch] graphics12.diff

2002-02-15 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Thu, Feb 14, 2002 at 06:36:08PM +0100, Jean-Marc Lasgouttes Andre> wrote: PS: Did I mention lately that enums are a pain in the Andre> ass when it comes to compile dependencies? >> Yes, but I think they are very handy when it c

Re: spellchecker (ispell) problem

2002-02-15 Thread Jean-Marc Lasgouttes
> "Wolfgang" == Wolfgang Engelmann <[EMAIL PROTECTED]> writes: Wolfgang> On Mon, Jan 14, 2002 at 11:06:07AM -0500, Wolfgang Engelmann Wolfgang> wrote: >> Using the spellchecker under Lyx it crashed by finding the word >> `entrain´ where entrain´ was highlighted. I reacted to it by saying >> i

a dispatch question.

2002-02-15 Thread Angus Leeming
When the loading status of a graphics file changes, it should inform the LyX core. Similarly, if we change the preferences settings on how we want to see the graphics inset (change the display setting between color, grayscale, monochrome, none and change the graphicsbg color), we should inform

Re: [Patch: look Ma, no C++!] Re: Figure Caption and Short Caption

2002-02-15 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> On Fri, Feb 15, 2002 at 02:14:39PM +0100, Jean-Marc Lasgouttes Dekel> wrote: Change to \newcommand{\shortcaption}[1]{% Dekel> \let\lyxcaption=\caption% Dekel> \renewcommand{\caption}[1]{\lyxcaption[#1]{##1}}% } >> Except that the sho

Re: [Patch: look Ma, no C++!] Re: Figure Caption and Short Caption

2002-02-15 Thread Martin Vermeer
On Fri, Feb 15, 2002 at 02:14:39PM +0100, Jean-Marc Lasgouttes wrote: > Anyway, I'd rather not include this in LyX, since we would have to > support it forever... > > JMarc Link to http://www.netby.dk/Oest/Europa-Alle/vermeer/ where they (short caption and Carlisle enumerate) are now

Reproducible crash on minipage

2002-02-15 Thread Kornel Benko
There is a reproducible crash with cvs 1.2. Create lyx-file with two minipages with lyx-1.1.6 (see attached example). Edit this lyx-file with cvs 1.2. Change the silly width (0pt) to e.g. 30t% -> crash. Kornel -- Kornel Benko [EMAIL PROTECTED] #LyX 1.1 created this file. For more inf

Re: [Patch: look Ma, no C++!] Re: Figure Caption and Short Caption

2002-02-15 Thread Martin Vermeer
On Fri, Feb 15, 2002 at 02:45:17PM +0200, Martin Vermeer wrote: > > > Except that the short caption will be used for all subsequent captions > > without short caption. So the code has to be slightly more > > complicated. Okay, I must be sleeping. It's Friday... this is simply not true if you c

Re: [Patch: look Ma, no C++!] Re: Figure Caption and Short Caption

2002-02-15 Thread Dekel Tsur
On Fri, Feb 15, 2002 at 02:14:39PM +0100, Jean-Marc Lasgouttes wrote: > Dekel> Change to \newcommand{\shortcaption}[1]{% > Dekel> \let\lyxcaption=\caption% > Dekel> \renewcommand{\caption}[1]{\lyxcaption[#1]{##1}}% } > > Except that the short caption will be used for all subsequent captions > wit

Re: [Patch: look Ma, no C++!] Re: Figure Caption and Short Caption

2002-02-15 Thread Martin Vermeer
On Fri, Feb 15, 2002 at 02:14:39PM +0100, Jean-Marc Lasgouttes wrote: > > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: > > Dekel> On Fri, Feb 15, 2002 at 11:15:30AM +0200, Martin Vermeer wrote: > >> What mechanism? Is there any? I haven't found it. (That is the most > > Dekel> I once

Re: [Patch: look Ma, no C++!] Re: Figure Caption and Short Caption

2002-02-15 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> On Fri, Feb 15, 2002 at 11:15:30AM +0200, Martin Vermeer wrote: >> What mechanism? Is there any? I haven't found it. (That is the most Dekel> I once published how to do this in lyx-users, but my approach Dekel> was more ugly. >> -

lyx-devel@lists.lyx.org

2002-02-15 Thread R. Lahaye
Hi, As far as I can see there's not an easy way toggling between float and wide-float, or is there? We have an Edit->Float&Insets menu entry, which doesn't have much interesting yet. I was wondering if a (wide)float-toggle entry could be added here. I don't know whether the toggle should work

Re: [Patch: look Ma, no C++!] Re: Figure Caption and Short Caption

2002-02-15 Thread Dekel Tsur
On Fri, Feb 15, 2002 at 11:15:30AM +0200, Martin Vermeer wrote: > What mechanism? Is there any? I haven't found it. (That is the most I once published how to do this in lyx-users, but my approach was more ugly. > - LatexName caption > + LatexName lyxcaption You don't need t

Re: scrollbar stopped working

2002-02-15 Thread Martin Vermeer
On Fri, Feb 15, 2002 at 12:44:05PM +0200, Martin Vermeer wrote: > > > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > > > > Andre> Apropos fixes: How is responsible that keybinding completions > > Andre> don't show up anymore in the minibuffer? > > > > They do show up, as long as y

Re: 1.2.0

2002-02-15 Thread Pascal Francq
On Friday 15 February 2002 10:28, Andre Poenitz wrote: > On Fri, Feb 15, 2002 at 11:18:27AM +0200, Martin Vermeer wrote: > > How 'stable' would that actually be? > > Sufficient for people with a thick skin I'd say... > > Andre' I am using the lyx-devel branch for my today work and it it 'stable'

Re: 1.2.0

2002-02-15 Thread Edwin Leuven
On Friday 15 February 2002 12:27 pm, Jean-Marc wrote: > I don't know, really. Juergen is the only one who could tell us how > easy fixing this could be. I took a look at it, hoping to find an easy > thing, and obviously failed. Which seems to me another strong argument in favor of Andre's proposa

Re: 1.2.0

2002-02-15 Thread Andre Poenitz
On Fri, Feb 15, 2002 at 12:27:32PM +0100, Jean-Marc Lasgouttes wrote: > When is juergen supposed to come back? I think he has had enough > vacation and should go back to real useful work. I think his boss will agree on that ;-( > I don't know, really. Juergen is the only one who could tell us h

Re: scrollbar stopped working

2002-02-15 Thread Andre Poenitz
On Fri, Feb 15, 2002 at 11:19:13AM +0100, Lars Gullik Bjønnes wrote: > | Lars> some 4-5 weeks ago... > | Can you have a look at this particular problem? > > the problem was with scrollwheel? The current problem (as told, I've not seen it myself) is that scrolling simply stops. In some cases it w

Re: Dreaming of plugins...

2002-02-15 Thread Jules Bean
On Fri, Feb 15, 2002 at 12:08:45PM +1000, Allan Rae wrote: > On Thu, 14 Feb 2002, John Levon wrote: > > : inset external CANNOT and DOES NOT do what Jules was asking for. > > > > That's all I'm saying. > > Nothing does what Jules is asking for. That's what I thought. That's why I asked for it.

Re: scrollbar stopped working

2002-02-15 Thread Martin Vermeer
On Fri, Feb 15, 2002 at 12:17:08PM +0100, Jean-Marc Lasgouttes wrote: > > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > > Andre> Apropos fixes: How is responsible that keybinding completions > Andre> don't show up anymore in the minibuffer? > > They do show up, as long as you wait

Re: scrollbar stopped working

2002-02-15 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: >> Lars> | Andre> Apropos fixes: How is responsible that keybinding Lars> completions | Andre> don't show up anymore

Re: 1.2.0

2002-02-15 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> Hi folks, it's Friday, isn't it? Andre> From what I hear current CVS is still much more unstable than Andre> 1.1.6fix4, frequent non-reproducable crashs in Undo, lately Andre> scrollbars get stuck etc. Andre> Given that none of t

Re: scrollbar stopped working

2002-02-15 Thread Andre Poenitz
On Fri, Feb 15, 2002 at 12:17:08PM +0100, Jean-Marc Lasgouttes wrote: > They do show up, as long as you wait 6 seconds for them. That's far too much. Andre' -- André Pönitz .. [EMAIL PROTECTED]

Re: scrollbar stopped working

2002-02-15 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> Apropos fixes: How is responsible that keybinding completions Andre> don't show up anymore in the minibuffer? They do show up, as long as you wait 6 seconds for them. JMarc

Re: scrollbar stopped working

2002-02-15 Thread Andre Poenitz
On Fri, Feb 15, 2002 at 11:12:37AM +0100, Lars Gullik Bjønnes wrote: > >> Lars has done 'fixes' to the scrollbar code recently. > > some 4-5 weeks ago... I guess that fits. > | Apropos fixes: How is responsible that keybinding completions don't show > | up anymore in the minibuffer? > > Ha! No

Re: scrollbar stopped working

2002-02-15 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Andre Poenitz <[EMAIL PROTECTED]> writes: Lars> | On Fri, Feb 15, 2002 at 11:50:35AM +0100, Jean-Marc Lasgouttes wrote: Allan> It had been working fine until recently so if it is down to Allan> this version then someone must ha

bug: changed label in float caption is not updated

2002-02-15 Thread R. Lahaye
Hi, When I change the text of an existing label in a float, there's still the old name on the canvas. Strange enough: when I minimally move the scroll button, the label gets updated immediately. Any ideas what's wrong? Regards, Rob.

Re: scrollbar stopped working

2002-02-15 Thread Andre Poenitz
On Fri, Feb 15, 2002 at 11:50:35AM +0100, Jean-Marc Lasgouttes wrote: > Allan> It had been working fine until recently so if it is down to > Allan> this version then someone must have changed something in the > Allan> last fortnight that it doesn't like. Maybe up to a month > Allan> because I've o

Re: scrollbar stopped working

2002-02-15 Thread Jean-Marc Lasgouttes
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: Allan> On Fri, 15 Feb 2002, R. Lahaye wrote: [...] >> Exactly same happens here on my PC (FreeBSD version 4.3) also with >> xforms-0.88.1. Is this particular version of xforms the culprit? Allan> It had been working fine until recently so if

Re: word wrap in the notes box

2002-02-15 Thread Jean-Marc Lasgouttes
> "Matt" == Matt Brennan <[EMAIL PROTECTED]> writes: Matt> I like LyX even more when I checked out the list of future Matt> features. I was please to see that the idea of collapsable Matt> sections was on the list as that would fit my writing style Matt> quite well. This is unfortunately not

Re: [patch] Re: graphics

2002-02-15 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> Andre Poenitz wrote: [...] >> [new lyx file, insert graphics (doesn't matter whether it exists, >> 'latex size' to 'custom' and '55%', click ok, click right on the >> picture. boom.] Herbert> [..] Herbert> there is a bug in U

Re: graphics

2002-02-15 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Thu, Feb 14, 2002 at 06:43:32PM +0100, Jean-Marc Lasgouttes Andre> wrote: #6 0x40210224 in vfprintf () at vfprintf.c:1565 #7 Andre> 0x40217d27 in fprintf () at fprintf.c:36 >> Bad xforms version. Poor xforms tries to output a f

Re: AW: Problems Compiling 1.2.0cvs

2002-02-15 Thread Jean-Marc Lasgouttes
> "Jan-Peter" == Jan-Peter Koopmann <[EMAIL PROTECTED]> writes: Jan-Peter> Hi, >> What you need is the m4 macro processor. E.g. GNU m4. Strange if >> you Jan-Peter> don't >> have it, it's one of those things that just get installed because >> so much Jan-Peter> uses >> it. >> >> What is your

Re: InsetGraphics and relative paths don't mix well

2002-02-15 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> On Thursday 14 February 2002 4:23 pm, John Levon wrote: >> perhaps even better would be to secretly store both the relative >> and Angus> absoluate >> paths. That way the document then also has a chance of surviving a >> "mv", Angu

Re: 1.2.0

2002-02-15 Thread Andre Poenitz
On Fri, Feb 15, 2002 at 11:18:27AM +0200, Martin Vermeer wrote: > How 'stable' would that actually be? Sufficient for people with a thick skin I'd say... Andre' -- André Pönitz .. [EMAIL PROTECTED]

WG: Problems Compiling 1.2.0cvs

2002-02-15 Thread Jan-Peter Koopmann
Uups. Forgot the list... :-) -Ursprüngliche Nachricht- Von: Jan-Peter Koopmann Gesendet: Freitag, 15. Februar 2002 10:21 An: 'Allan Rae' Betreff: AW: Problems Compiling 1.2.0cvs Hi, > Is gmake being used or the BSD make? It should work with either but > try again with gmake. > You

Re: 1.2.0

2002-02-15 Thread Martin Vermeer
On Fri, Feb 15, 2002 at 10:03:58AM +0100, Andre Poenitz wrote: > On Fri, Feb 15, 2002 at 10:54:30AM +0200, Martin Vermeer wrote: > > Did I say that we need a stable release again, like yesterday? So if you > > want to open up Pandor^W development again, do it *only* for things > > that are dire

[Patch: look Ma, no C++!] Re: Figure Caption and Short Caption

2002-02-15 Thread Martin Vermeer
On Wed, Feb 13, 2002 at 01:34:42AM -0400, Garst R. Reese wrote: > This mechanism seems quite sensitive to user bungling. If I enter the > Short Caption after the Caption it gets ignored. If I enter the Caption > wrong it includes the graphic as part of the caption and gives me buffer > overflows.

Re: Conversion problems using Grace files

2002-02-15 Thread Allan Rae
On Fri, 15 Feb 2002, R. Lahaye wrote: > Still doesn't work; but leave it at this point; will do > the manual version instead since I'm running out of time :(. Just take a look at the bitmap stuff for the external inst and use that instead. No converter support so you need to say explicitly in th

Re: 1.2.0

2002-02-15 Thread Andre Poenitz
On Fri, Feb 15, 2002 at 10:54:30AM +0200, Martin Vermeer wrote: > Did I say that we need a stable release again, like yesterday? So if you > want to open up Pandor^W development again, do it *only* for things > that are directly relevant to Undo and other things that are known to > cause us grie

Re: 1.2.0

2002-02-15 Thread Martin Vermeer
On Fri, Feb 15, 2002 at 08:35:33AM +0100, Andre Poenitz wrote: > Hi folks, > it's Friday, isn't it? > > From what I hear current CVS is still much more unstable than 1.1.6fix4, > frequent non-reproducable crashs in Undo, lately scrollbars get stuck etc. > > Given that none of the people who u

Re: 'reveal codes'

2002-02-15 Thread Andre Poenitz
On Fri, Feb 15, 2002 at 09:36:14AM +0200, Martin Vermeer wrote: > This is incredibly cool. What's ugly about it? The code to get the cursor position shown. I insert a char '\0' in the formula, 'export' to latex, replace the '\0' in the output by ' -X- ' and delete the '\0' from the formula. Heavy