Re: [patch] cursor/undo

2004-03-10 Thread Alfredo Braunstein
Andre Poenitz wrote: > The obvious idea is to use and/or cache some ParagraphList iterator > instead of the par offset... > > Maybe we've to use both. In fact, it's almost the same as with the > 'inset_' member: This is just a form of a cache itself. Right. > So we'd remove the 'paroffset_type

Re: cvs access

2004-03-10 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | I can login on baywatch within a dece nt amount of time, but all cvs | access needs several minutes _after_ giving the password on the | "[EMAIL PROTECTED]'s password:" prompt. > | I run > | cvslyx () | { | export CVS_RSH=/usr/bin/ssh; | export

undo crash

2004-03-10 Thread Alfredo Braunstein
z z then select the two paragraphs (from top to bottom) and overwrite with 'a'. C-z C-z -> crash A cursor problem it would seem. Alfredo

Re: Widow headings

2004-03-10 Thread Helge Hafting
A. Gunes Koru wrote: Hello, May be this is not directly a LyX question but it would be nice to have such functionality in LyX too. I avoided orphan and widow lines using \clubpenalty=1 \widowpenalty=1 in the preamble. However, that cannot avoid widow headings (I hope i am using the te

Latest cvs impression

2004-03-10 Thread Jose' Matos
Hi, issues: - qt, I am using qt 3.3.1, after compiling lyx when I run it I get: $ src/lyx trying without Euro Aborted I remember having seen something saying that this is a bug related with qt 3.3.1 but I am not sure, anyway here it is the report. - gtk, it sucks

Re: Latest cvs impression

2004-03-10 Thread Alfredo Braunstein
Jose' Matos wrote: > - xforms, using ERT to see how it works with Alfredo's patch, I guess > there is some kind of off by one error, see attached image. The last > character is hidden by the scroll bar. Other than that I really like the Uhm, confirmed, but it's not related to my patch, there's so

[patch] font problem

2004-03-10 Thread Alfredo Braunstein
the font is not set when navigating with cursor up/down. This seems to cure it. Alfredo Index: text2.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/text2.C,v retrieving revision 1.554 diff -u -p -u -r1.554 text2.C --- text2.C 8

Re: Latest cvs impression

2004-03-10 Thread Alfredo Braunstein
Alfredo Braunstein wrote: > Jose' Matos wrote: > >> - xforms, using ERT to see how it works with Alfredo's patch, I guess >> there is some kind of off by one error, see attached image. The last >> character is hidden by the scroll bar. Other than that I really like the Well, it turns out that th

Re: Latest cvs impression

2004-03-10 Thread Angus Leeming
Alfredo Braunstein wrote: > Alfredo Braunstein wrote: > >> Jose' Matos wrote: >> >>> - xforms, using ERT to see how it works with Alfredo's patch, I >>> guess there is some kind of off by one error, see attached image. >>> The last character is hidden by the scroll bar. Other than that I >>> rea

Re: Patch to README.MacOSX (for LyX-1.4.0)

2004-03-10 Thread Jean-Marc Lasgouttes
> "Ronald" == Ronald Florence <[EMAIL PROTECTED]> writes: Ronald> The attached patch, or something like it, will enable whoever Ronald> wants to experiment with LyX/Mac-1.4.0 to at least get it to Ronald> build. -- I applied it. JMarc

Re: [patch] Fix bugs 605, 1231, and 1244

2004-03-10 Thread Georg Baum
I wrote: > Angus Leeming wrote: > >> The only problem is that multiply-included files might be copies >> several times. Solution: std::map. > > We would need this anyway, because the mangled filename is queried more > than once for the same file. > > I am going to implement this unless somebody

Re: Latest cvs impression

2004-03-10 Thread John Levon
On Wed, Mar 10, 2004 at 02:32:34PM +0100, Alfredo Braunstein wrote: > Well, it turns out that this is not a trivial bug, but something structural > with the drawing scheme we'd have to sort out. The problem is the > following: in a paragraph with first indented line, the avail space is > something

Re: Latest cvs impression

2004-03-10 Thread Alfredo Braunstein
Angus Leeming wrote: > Alfredo Braunstein wrote: > >> Alfredo Braunstein wrote: >> >>> Jose' Matos wrote: >>> - xforms, using ERT to see how it works with Alfredo's patch, I guess there is some kind of off by one error, see attached image. The last character is hidden by the scro

Re: Latest cvs impression

2004-03-10 Thread Alfredo Braunstein
John Levon wrote: > I really had thought I'd described the exact issue *several* times, *in > detail*, and said what I thought should be done, and even started coding > it. Good for you. Well as I've started fixing drawing problems only a short time ago, I've probably missed it at that time. But

Re: Latest cvs impression

2004-03-10 Thread John Levon
On Wed, Mar 10, 2004 at 10:15:11PM +0100, Alfredo Braunstein wrote: > Good for you. Well as I've started fixing drawing problems only a short time > ago, I've probably missed it at that time. But you really expect me to > remember your random solution to a random bug? Not sure it's random, given