Re: Variable renaming patch

2000-07-03 Thread Baruch Even
On 3 Jul 2000, Lars Gullik Bjønnes wrote: > Baruch Even <[EMAIL PROTECTED]> writes: > > | Hello, > | > | Attached is a patch that does a variable naming change from using > | 'bool a' to something more meaningfull, this was a part of the isDviClean > | patch that was entered but without this pa

Re: Why citation references not like footnotes?

2000-07-03 Thread John Weiss
On Sat, Jul 01, 2000 at 04:34:37PM +0900, R. Lahaye wrote: > Jean-Marc Lasgouttes wrote: > > "R" == R Lahaye <[EMAIL PROTECTED]> writes: > > R> Hello, > > R> I'm suprised why citation references are not handled like, for > > R> example, footnotes. A citation can then be indicated with "cite" > > R

Re: Variable renaming patch

2000-07-03 Thread Lars Gullik Bjønnes
Baruch Even <[EMAIL PROTECTED]> writes: | Hello, | | Attached is a patch that does a variable naming change from using | 'bool a' to something more meaningfull, this was a part of the isDviClean | patch that was entered but without this part, I raise it again since I | believe the 'a' variable i

Variable renaming patch

2000-07-03 Thread Baruch Even
Hello, Attached is a patch that does a variable naming change from using 'bool a' to something more meaningfull, this was a part of the isDviClean patch that was entered but without this part, I raise it again since I believe the 'a' variable is not a good idea. -- Baruch Even http://techst0

Re: Menus too complicated?

2000-07-03 Thread C Y
>From: Baruch Even <[EMAIL PROTECTED]> >To: Amir Karger <[EMAIL PROTECTED]> >CC: Lyx Mailing List <[EMAIL PROTECTED]> >Subject: Re: Menus too complicated? >Date: Sun, 2 Jul 2000 13:36:35 +0300 (IDT) > >On Thu, 29 Jun 2000, Amir Karger wrote: > > > In fact, as long as I'm at it, do we really need a

another patch

2000-07-03 Thread edscott
First, I apologize for saying that LyX creates .tex files behind your back. It does not. I actually created them myself and then forgot about it (duh). Second, I looked into the code and found out some more about the spaces problem. Actually, there should be no problem for LyX files which do not

quick LyXFunc::Dispatch() question

2000-07-03 Thread Angus Leeming
in LyXFunc::Dispatch() there is a data member string argument; that is used in the switch(action) { case LFUN_INSERT_CITATION: { InsetCitation * new_inset = new InsetCitation(); // ale970405 // The note, if any, must be aft

Re: CVS this a.m.

2000-07-03 Thread Jose Abilio Oliveira Matos
On Sat, Jul 01, 2000 at 06:04:01PM -0300, Garst R. Reese wrote: > Linuxdoc may be a dead issue. I'm just getting docbook stuff shaped up. Probably, but there people using it, and it is good to have two different sgml/xml backends, that helps to keep me honest. :) > Since I don't use a standard

Re: Tiny patch

2000-07-03 Thread Jose Abilio Oliveira Matos
On Mon, Jul 03, 2000 at 11:45:06AM +0100, Angus Leeming wrote: > This tiny patch allows current CVS to be compiled with dec CXX. > Angus My fault. Thanks, applied... -- José

Re: double-space highlight bug

2000-07-03 Thread Garst R. Reese
UG wrote: > > Now highlight anything by typing Ctrl-Shift-left. > > I assume this is a slightly different situation than has been fixed. Or did a > patch just get lost? > > Ulrich > Hmm, in CVS S C Left does nothing for me. lyx -dbg 4 says it should. S Left works and C q works. Garst

Tiny patch

2000-07-03 Thread Angus Leeming
This tiny patch allows current CVS to be compiled with dec CXX. Angus Index: src/LaTeXFeatures.h === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/LaTeXFeatures.h,v retrieving revision 1.16 diff -u -r1.16 LaTeXFeatures.h --- src/LaT

Re: Redhat 6.1 debug compile still fails

2000-07-03 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | Hi fellow lyx developers. | | I'm still trying to figure out why the -O2 compile succeeds but the -g | compile fails. I have move those methods out of line, and that might fix things... NO! I know why this fails :-) My fault. There is a missing #

Re: About the mouse-wheel

2000-07-03 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> "Asger K. Alstrup Nielsen" <[EMAIL PROTECTED]> writes: | > I am Lars> including a patch | > which gives the enduser the option of Lars> controling the wheel movement from the | > lyxrc file, so it can Lars> be defined as in 1.1

Re: LyX CVS compile problem

2000-07-03 Thread Kayvan A. Sylvan
On Mon, Jul 03, 2000 at 09:28:47AM +0200, Juergen Vigna wrote: > > On 30-Jun-2000 Kayvan A. Sylvan wrote: > > > > Are you following the same steps? > > > > CFLAGS=-g CXXFLAGS=-g ./configure --prefix=/usr --without-warnings > > make > > > > It's only the debug-enabled compile that f

double-space highlight bug

2000-07-03 Thread UG
There is a bug in lyx which was reported to be fixed in 1.1.5. Bug description: Create a double space and highlight a region before the doublespace was removed by lyx. You will see two highlighted regions. How to reproduce it in 1.1.5: Move between two words in a text just after the last lett

Re: LyX CVS compile problem

2000-07-03 Thread Juergen Vigna
On 30-Jun-2000 Kayvan A. Sylvan wrote: > > Are you following the same steps? > > CFLAGS=-g CXXFLAGS=-g ./configure --prefix=/usr --without-warnings > make > > It's only the debug-enabled compile that fails to link. > Well you don't have to do that, cvs versions have -g enabled by

Re: Redhat 6.1 debug compile still fails

2000-07-03 Thread Kayvan A. Sylvan
On Mon, Jul 03, 2000 at 01:32:20AM -0300, Garst R. Reese wrote: > "Kayvan A. Sylvan" wrote: > > > > Hi fellow lyx developers. > > > Does anyone have a clue as to why this happens at all and why it only happens > > with a debug-enabled compile? > > > > Thanks! > > > > --