Re: [PATCH] fix french language handling

2005-07-07 Thread Yves Bastide
Jean-Marc Lasgouttes wrote: "Yves" == Yves Bastide <[EMAIL PROTECTED]> writes: Yves> Just one nit: add a comment to the latex_options, such as Yves> +french french "French" false iso8859-1 fr_FR Yves> "\addto\extrasfrench{\providecommand{\og}{\leav

Re: [PATCH] fix french language handling

2005-07-05 Thread Yves Bastide
Jean-Marc Lasgouttes wrote: Yves, I would be interested to have more input from you on this subject, so that I can try to improve my patch and eventually commit it. Sorry to answer so late. Your patch doesn't solve the main problem: how to use frenchle with a recent TeX distribution. But I d

Re: [PATCH] fix french language handling

2005-06-21 Thread Yves Bastide
Jean-Marc Lasgouttes wrote: [...] This will not work because we pass the language as a documentclass option and it is not possible to load two french languages, AFAIK. It could work by not using babel: \documentclass[french]{article} . . . \usepackage{frenchle} But then, one cannot use other

Re: pyhton questions + a new credits.php page of the web site?

2005-04-05 Thread Yves Bastide
(sorry I've broken the thread) Angus Leeming wrote: > I've written a python script (attached) to convert lib/CREDITS to a > web page. [...] > Questions for our resident python gurus: Being neither resident not a guru... > * Is there a python iconv or recode module? It would be nice to do > thi

Re: The LyX licence

2005-02-28 Thread Yves Bastide
Angus Leeming wrote: [...] > In light of all this, I'm asking whether I can have your permission to > add your names to http://www.lyx.org/blanket-permission.txt: > > "The following people hereby grant permission to licence their > contributions to LyX under the Gnu General Public Licence, versi

booktabs/tableaux support in 1.4.x ?

2004-01-29 Thread Yves Bastide
Kuba Ober wrote: > > Hi, > > Since some time I'm contemplating implementing booktabs a.k.a. tableaux > support for 1.3.x. Would that have a chance to go in, if properly done? I.e. > are any new features allowed into 1.3.x? I might have asked that before, but > have forgotten the answer since :) *

Re: mathed AMS fonts

2002-02-06 Thread Yves Bastide
On Wed, Feb 06, 2002 at 03:58:23PM +, Jules Bean wrote: > On Wed, Feb 06, 2002 at 04:54:51PM +0100, Yves Bastide wrote: > > Maybe something to document: (some versions of?) XSetFontPath don't like > > (some version of?) nfs mounted directories... > > > > che

Re: mathed AMS fonts

2002-02-06 Thread Yves Bastide
Maybe something to document: (some versions of?) XSetFontPath don't like (some version of?) nfs mounted directories... chellas:~/build/lyx-devel/lib% xset fp+ `pwd`/fonts xset: bad font path element (#38), possible causes are: Directory does not exist or has wrong permissions Directory

Re: config/lyxinclude.m4

2001-10-19 Thread Yves Bastide
On Fri, Oct 19, 2001 at 03:50:33PM +0200, Jean-Marc Lasgouttes wrote: > >>>>> "Yves" == Yves Bastide <[EMAIL PROTECTED]> writes: > > Yves> Not at this time, sorry: I've just moved, leaving my computer > Yves> 600 km back.. > > And

Re: config/lyxinclude.m4

2001-10-19 Thread Yves Bastide
On Fri, Oct 19, 2001 at 02:52:14PM +0200, Jean-Marc Lasgouttes wrote: > > I have fixed the configure stuff to work with autoconf 2.52 and > automake 1.5. Can you confirm that it works? Not at this time, sorry: I've just moved, leaving my computer 600 km back.. > > JMa

Re: config/lyxinclude.m4

2001-10-01 Thread Yves Bastide
On Mon, Oct 01, 2001 at 05:39:38PM +0200, Jean-Marc Lasgouttes wrote: > >>>>> "Yves" == Yves Bastide <[EMAIL PROTECTED]> writes: > > Yves> Does config/lyxinclude.m4 still need to use LYX_PROG_CXX instead > Yves> of AC_* (other than that LYX_

src/frontends/qt2/*/Makefile.am

2001-10-01 Thread Yves Bastide
src/frontends/qt2/{,ui/}Makefile.am define twice DISTCLEANFILES, the first one seeming unnecessary. Also, src/frontends/qt2/ui/moc/Makefile.am contains a strange #$(patsubst, %, %Dialog_moc.C, $(DIALOGS)) line (no harm done anyway) -- Yves

config/lyxinclude.m4

2001-10-01 Thread Yves Bastide
Does config/lyxinclude.m4 still need to use LYX_PROG_CXX instead of AC_* (other than that LYX_* deals with --enable-warnings and others)? The reason being that this macro doesn't work anymore with automake 1.5, which uses a new dependency tracking implementation (which needs an AC_SUBST done by A

Re: Feature request: latin9 support

2001-09-14 Thread Yves Bastide
On Fri, Sep 14, 2001 at 12:40:24PM +0200, Jean-Marc Lasgouttes wrote: > > "Philipp" == Philipp Lehman <[EMAIL PROTECTED]> writes: > > Philipp> There is a latin9.def at > Philipp> http://www.loria.fr/~gustedt/iso8859-15.html which allows one > Philipp> to use iso8859-15 screen fonts and simply

Re: PATCH: FreeBSD wchar (was: Free BSD fix to CVS)

2001-09-05 Thread Yves Bastide
On Wed, Sep 05, 2001 at 02:30:13PM +0200, Jean-Marc Lasgouttes wrote: > I would rather have a fix in boost (conditionally define > BOOST_NO_LIMITS in boost/config.hpp for freebsd under the relevant gcc > versions) that we could forward to them and have right now in our > sources. This is IMO clean

Re: PATCH: FreeBSD wchar (was: Free BSD fix to CVS)

2001-09-05 Thread Yves Bastide
On Wed, Sep 05, 2001 at 10:26:04AM +0900, R. Lahaye wrote: > From: Yves Bastide wrote: > > Rob, what about my objection to putting this wchar.h in cheader? > > Well, this is all about getting CVS compiled on my FreeBSD PC. > Your first patch, a day or two ago, didn't

Re: PATCH: FreeBSD wchar (was: Free BSD fix to CVS)

2001-09-04 Thread Yves Bastide
On Tue, Sep 04, 2001 at 06:40:57PM +0200, Jean-Marc Lasgouttes wrote: > >>>>> "Yves" == Yves Bastide <[EMAIL PROTECTED]> writes: > > Yves> Well, when lyx becomes multibytes, there will be problems with > Yves> this issue again.. > > If F

Re: PATCH: FreeBSD wchar (was: Free BSD fix to CVS)

2001-09-04 Thread Yves Bastide
On Tue, Sep 04, 2001 at 05:54:53PM +0200, Jean-Marc Lasgouttes wrote: > > "R" == R Lahaye <[EMAIL PROTECTED]> writes: > > >> Could you describe what the exact problem is? Who wants to use > >> wchar.h? > > R> Uh? boost/boost/detail/limits.h wants. Well, it includes , > R> which on my FreeBS

Re: PATCH: FreeBSD wchar (was: Free BSD fix to CVS)

2001-09-04 Thread Yves Bastide
On Wed, Sep 05, 2001 at 12:43:30AM +0900, R. Lahaye wrote: > Jean-Marc Lasgouttes wrote: > > > > > "R" == R Lahaye <[EMAIL PROTECTED]> writes: > > > > R> The following patches work for FreeBSD 4.3 (latest official > > R> release), where C headers for wide char are not available. It's for > >

Re: PATCH: FreeBSD wchar (was: Free BSD fix to CVS)

2001-09-04 Thread Yves Bastide
On Tue, Sep 04, 2001 at 05:27:18PM +0200, Jean-Marc Lasgouttes wrote: > > "R" == R Lahaye <[EMAIL PROTECTED]> writes: > > R> The following patches work for FreeBSD 4.3 (latest official > R> release), where C headers for wide char are not available. It's for > R> present (and possibly older) v

Re: reLyX bug

2001-09-04 Thread Yves Bastide
On Tue, Sep 04, 2001 at 02:22:56PM +0100, Jose Abilio Oliveira Matos wrote: > > As a curiosity, did reLyX worked before? > I guess that if it work then we had a strange case of interaction beetween > BLOCK and the variable outside. Hardly what anyone would expect. BEGIN blocks are executed

Re: PATCH: FreeBSD wchar (was: Free BSD fix to CVS)

2001-09-04 Thread Yves Bastide
On Tue, Sep 04, 2001 at 10:01:21AM +0900, R. Lahaye wrote: > > Hi, > > The following patches work for FreeBSD 4.3 (latest official release), > where C headers for wide char are not available. > It's for present (and possibly older) versions of FreeBSD. New releases > may probably ship with suffi

Re: reLyX bug

2001-09-03 Thread Yves Bastide
On Mon, Sep 03, 2001 at 10:45:16PM +0100, Jose Abilio Oliveira Matos wrote: > FOUND! diff -u -p -r1.5 reLyX.in --- lib/reLyX//reLyX.in 2001/08/31 07:54:05 1.5 +++ lib/reLyX//reLyX.in 2001/09/03 21:46:38 @@ -14,11 +14,13 @@ $^W = 1; # same as 'perl -w' use vars qw($lyxdir $lyxname); my (

Re: reLyX bug

2001-09-03 Thread Yves Bastide
On Mon, Sep 03, 2001 at 07:17:38PM +0100, Jose Abilio Oliveira Matos wrote: > > Do you have any idea why Michael has problems with the reLyX path detection? Hmm. Michael, I don't understand this: > > Can't locate reLyXmain.pl in @INC (@INC contains: > > /home/schmitt/Programme/lyx-1.2.0cvs-so

Re: Bug list - Update No. 73251

2001-09-03 Thread Yves Bastide
On Mon, Sep 03, 2001 at 05:38:29PM +0200, Michael Schmitt wrote: > On Mon, 3 Sep 2001, Yves Bastide wrote: > > > > > Is such fiddling appropriate, when all we have is a user bug ? :-) > > > > A marginpar, like a footnote or an index entry, is meant to refer to t

Re: compile error

2001-09-03 Thread Yves Bastide
On Mon, Sep 03, 2001 at 03:44:48PM +0200, Edwin Leuven wrote: > in today's cvs: > > main.o: In function > `__default_alloc_template::_S_chunk_alloc(unsigned int, int &)': > /usr/include/g++-3/stl_alloc.h:467: undefined reference to > `GUIRunTime::initApplication(int, char **)' > collect2: ld r

Re: Bug list - Update No. 73251

2001-09-03 Thread Yves Bastide
On Mon, Sep 03, 2001 at 02:38:00PM +0200, Herbert Voss wrote: > Yves Bastide wrote: > > > > Is such fiddling appropriate, when all we have is a user bug ? :-) > > A marginpar, like a footnote or an index entry, is meant to refer to the > > preceding word. No? >

Re: Bug list - Update No. 73251

2001-09-03 Thread Yves Bastide
On Mon, Sep 03, 2001 at 01:24:13PM +0200, Herbert Voss wrote: > Michael Schmitt wrote: > > > > On Mon, 3 Sep 2001, Herbert Voss wrote: > > > > > this is your problem, not a latex one ... > > > when you add your margin note _direct_ before the last word, > > > than the parbox of the margin and th

Re: Bug list - Update No. 73251

2001-09-01 Thread Yves Bastide
On Fri, Aug 31, 2001 at 09:44:46PM +0100, John Levon wrote: > On Fri, Aug 31, 2001 at 03:01:27PM +0200, Michael Schmitt wrote: [snip] > > - Create a new document that contains the word "Sophisticated" 6 times. View the > > dvi output (->last word is broken into two lines); add a margin note righ

Re: reLyX bug

2001-08-31 Thread Yves Bastide
On Fri, Aug 31, 2001 at 11:30:32AM +0100, Jose Abilio Oliveira Matos wrote: [snip] > > > > Yeah, that's OK too. > > Actually I have choosen your alternative, I really dislike the ()->, grrr... > (sorry Yves, nothing personal, on the other hand since today is friday it > is after all). Ok. Wa

Re: Free BSD fix to CVS

2001-08-31 Thread Yves Bastide
On Fri, Aug 31, 2001 at 12:32:48PM +0200, Lars Gullik Bjønnes wrote: > "R. Lahaye" <[EMAIL PROTECTED]> writes: > > | Hi, > | > | I'm running FreeBSD 4.3 (lattest official release) and there are problems > | with the "#include " lines in boost/boost/detail/limits.hpp. > | All the wide character f

Re: reLyX bug

2001-08-30 Thread Yves Bastide
On Thu, Aug 30, 2001 at 12:07:39PM +0100, Jose Abilio Oliveira Matos wrote: [snip] > > Unless you have other features/bug fixes it easier to add it my self than > to have all the trouble with patching and unpatching. ;-) :-) If you ask so: - reLyXmain.pl: 97 \\documentclass, not \documentcl

Re: reLyX bug

2001-08-30 Thread Yves Bastide
On Wed, Aug 29, 2001 at 06:42:11PM +0100, Jose Abilio Oliveira Matos wrote: [snip] > > 305 if( $Latex_Preamble =~ /\\geometry\{(.*)\}/) { > 306 my $geom_options = $1; > 307 my $op; > 308 foreach $op (keys %Geometry_Options) { > 309 $geom_options =

Re: Small bug in src/mathed/math_parser.C

2001-08-29 Thread Yves Bastide
On Wed, Aug 29, 2001 at 10:19:09PM +0200, Lars Gullik Bjønnes wrote: > [EMAIL PROTECTED] (Yves Bastide) writes: > > | Hmm, I am alone in seeing this problem? :-) > | > | Index: src/mathed/math_parser.C > | ===

Small bug in src/mathed/math_parser.C

2001-08-29 Thread Yves Bastide
Hmm, I am alone in seeing this problem? :-) Index: src/mathed/math_parser.C === RCS file: /cvs/lyx/lyx-devel/src/mathed/math_parser.C,v retrieving revision 1.125 diff -u -p -r1.125 math_parser.C --- src/mathed/math_parser.C2001/0

Re: isBuilt isBroken (C++ question)

2001-08-27 Thread Yves Bastide
On Mon, Aug 27, 2001 at 08:21:50AM +0200, Andre Poenitz wrote: > > 60 template > > 61 void ControlDialog::show() > > 62 { > > 63 if (isBufferDependent() && !lv_.view()->available()) > > 64 return; > > 65 > > 66 setParams(); > >

Re: isBuilt isBroken (C++ question)

2001-08-26 Thread Yves Bastide
On Sat, Aug 25, 2001 at 09:56:49PM +0100, John Levon wrote: > > Angus recently added isBuilt() in controllers/ to make sure that > the dialog is built before changing its readonly stuff. > > 60 template > 61 void ControlDialog::show() > 62 { > 63 if (isBufferDependen

Re: RPM files

2001-08-17 Thread Yves Bastide
On Fri, Aug 17, 2001 at 09:30:24AM +0200, Juergen Vigna wrote: > > On 16-Aug-2001 Zvezdan Petkovic wrote: > > > That way my rpm shell script is executed when I type rpm ... > > It adds my rpmrc file, and it adds my macros file. Hence the topdir and > > tmppath get changed to my directories and I

Re: RPM files

2001-08-16 Thread Yves Bastide
On Thu, Aug 16, 2001 at 08:41:23PM +0200, Ronny Buchmann wrote: > * Zvezdan Petkovic <[EMAIL PROTECTED]> [2001-08-16 19:59] wrote: > > On Thu, Aug 16, 2001 at 07:33:55PM +0200, Ronny Buchmann wrote: > > > the point is, that its not clear, which macros are supported in which > > > rpm version so ma

Quotes, once more

2001-07-27 Thread Yves Bastide
01 @@ -1,3 +1,8 @@ +2001-07-26 Yves Bastide <[EMAIL PROTECTED]> + + * insetquotes.C (dispString): display the right ISO8859-{1,9,15} + quotes + 2001-07-26 Lars Gullik Bjønnes <[EMAIL PROTECTED]> * insetminipage.C (read): handle missing parameters more gracef

Re: Patch LyX 1.1.6fix3: use frenchb guillemets

2001-07-25 Thread Yves Bastide
On Mon, Jul 23, 2001 at 12:14:14PM +0200, Jean-Marc Lasgouttes wrote: > >>>>> "Yves" == Yves Bastide <[EMAIL PROTECTED]> writes: > > Yves> There were two problems: when using a language other than french > Yves> or frenchb, no french quotes we

Re: Patch LyX 1.1.6fix3: use frenchb guillemets

2001-07-20 Thread Yves Bastide
On Fri, Jul 20, 2001 at 03:58:39PM +0200, Jean-Marc Lasgouttes wrote: > >>>>> "Yves" == Yves Bastide <[EMAIL PROTECTED]> writes: > > Yves> Hi, Here's a proposed patch to use frenchb's guillemets \og and > Yves> \fg (which have proper sp

Re: Patch: error message for unknown layouts

2001-07-13 Thread Yves Bastide
On Fri, Jul 13, 2001 at 09:24:20PM +0300, Dekel Tsur wrote: > This patch creates an error dialog when reading a file that contains unknown > layouts. > Comments ? Cool! This will prevent people like me manually re-diff-ing a thesis after having forgotten to copy around some non-standard layouts.

Latin9

2001-07-13 Thread Yves Bastide
=== RCS file: /cvs/lyx/lyx-devel/src/ChangeLog,v retrieving revision 1.230 diff -u -p -r1.230 ChangeLog --- src/ChangeLog 2001/07/13 14:03:41 1.230 +++ src/ChangeLog 2001/07/13 17:13:13 @@ -1,3 +1,9 @@ +2001-07-13 Yves Bastide <[EMAIL PROTECTED]> + + * l

Re: math font changes while moving

2001-07-13 Thread Yves Bastide
On Fri, Jul 13, 2001 at 03:57:36PM +0200, Andre Poenitz wrote: [snip] > How would we export that? \mbox{contents}? [snip] Perhaps another item for the bottom of your todo list: use AMS's \text instead of \mbox. It supports accented characters, among others... (selected via validate()?) > > And

Patch LyX 1.1.6fix3: use frenchb guillemets

2001-06-19 Thread Yves Bastide
-1,3 +1,8 @@ +2001-06-19 Yves Bastide <[EMAIL PROTECTED]> + + * src/insets/insetquotes.C (InsetQuotes::Latex): fix frenchb + french guillemets use. + 2001-06-18 Jean-Marc Lasgouttes <[EMAIL PROTECTED]> * lib/tex/cv.cls: Index: sr

LyX 1.1.6fix3 and namespaces, take two

2001-06-08 Thread Yves Bastide
Here is a second patch for building 1.1.6fix with gcc 3.0. This one should be less bad :) -- Yves std-try2.patch.gz

Re: LyX 1.1.6fix3 and namespaces

2001-06-08 Thread Yves Bastide
On Fri, Jun 08, 2001 at 04:36:10PM +0200, Jean-Marc Lasgouttes wrote: > >>>>> "Yves" == Yves Bastide <[EMAIL PROTECTED]> writes: > > Yves> Here's a patch; I finally didn't try to go and test the kde and > Yves> gnome frontends, since the

Re: LyX 1.1.6fix3 and namespaces

2001-06-07 Thread Yves Bastide
On Thu, Jun 07, 2001 at 08:01:38PM +0200, Lars Gullik Bjønnes wrote: > [EMAIL PROTECTED] (Yves Bastide) writes: > > | On Thu, Jun 07, 2001 at 07:23:08PM +0200, Lars Gullik Bjønnes wrote: > | > [EMAIL PROTECTED] (Yves Bastide) writes: > | [about patches for gcc 3.0] > | >

Re: LyX 1.1.6fix3 and namespaces

2001-06-07 Thread Yves Bastide
On Thu, Jun 07, 2001 at 07:23:08PM +0200, Lars Gullik Bjønnes wrote: > [EMAIL PROTECTED] (Yves Bastide) writes: [about patches for gcc 3.0] > > I wonder why you have to change anything at all... I am compilig with > gcc 3.0 all the and have commited all the changes I needed to >

Re: LyX 1.1.6fix3 and namespaces

2001-06-07 Thread Yves Bastide
On Thu, Jun 07, 2001 at 02:36:17PM +0200, Jean-Marc Lasgouttes wrote: > >>>>> "Yves" == Yves Bastide <[EMAIL PROTECTED]> writes: > > Yves> It seems that another number of std:: or using std:: are needed > Yves> to compile LyX 1.1.6 with GCC 3.0 o

Re: [PATCH] remove KDE frontend

2001-06-07 Thread Yves Bastide
On Thu, Jun 07, 2001 at 04:38:01PM +0200, Jean-Marc Lasgouttes wrote: > > "John" == John Levon <[EMAIL PROTECTED]> writes: > > John> --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=us-ascii > John> Content-Disposition: inline > > John> Things are worse than I thought. My previously repo

LyX 1.1.6fix3 and namespaces

2001-06-07 Thread Yves Bastide
It seems that another number of std:: or using std:: are needed to compile LyX 1.1.6 with GCC 3.0 or other modern compilers. I guess that, in .C files, the preferred way is to use #ifndef CXX_GLOBAL_CSTD using std::strlen; ... #endif But what about header files? Is The Right Thing, such as --

Re: Towards LyX 1.1.6fix3 (status update #1)

2001-06-07 Thread Yves Bastide
On Wed, Jun 06, 2001 at 09:37:24PM +0200, Herbert Voss wrote: > Dekel Tsur wrote: > > > > On Wed, Jun 06, 2001 at 04:57:19PM +0200, Jean-Marc Lasgouttes wrote: > > > > > > - the aapaper class has been renamed to aa and updated > > > > You should add to the announcement a big warning that the \te

Autoconf 2.50

2001-05-24 Thread Yves Bastide
Hi LyX developers, autoconf 2.50 introduces incompatibilities with the previous versions; i.e., running ./autogen.sh builds a defective configure (for both -devel and -1_1_6). Debian Unstable now uses this version. Two quick fixes: * config/kde.m4 uses AC_PATH_X_DIRECT and AC_PATH_X_XMKMF, whic

Re: Modern C++ Design (was Re: ButtonController Mark III)

2001-04-13 Thread Yves Bastide
On Thu, Apr 12, 2001 at 04:37:00PM +1000, Allan Rae wrote: > [snip] > > Well I went for a walk to the bookshop and browsed through some C++ texts > there and discovered a mind-blowing book called: > > "Modern C++ Design: Generic Programming and Design Patterns Applied" > Andrei Alexandrescu > Ad

Re: C++ question

2001-03-22 Thread Yves Bastide
On Thu, Mar 22, 2001 at 12:40:03PM +, John Levon wrote: > On Wed, 21 Mar 2001, Andre Poenitz wrote: > > > I admit that functors in the current Standard Lirary are clumsy to use. > > If LyX would use them on a regular base I'd suggest to use the 'Lambda > > Library' which makes those things mu

Re: May a document require 6 (six!) LaTeX runs?

2001-02-15 Thread Yves Bastide
On Thu, Feb 15, 2001 at 09:55:12PM +0100, Michael Schmitt wrote: > Hi, Hi, > > when starting LaTeX from within LyX 1.1.6cvs, it takes 6 (!) runs to produce a > dvi file for one of my documents. Is it possible that a document requires so > many iterations or does this indicate a LyX problem? Even

Re: Bug in 1.1.6fix1: LaTeX very slow

2001-02-14 Thread Yves Bastide
On Wed, Feb 14, 2001 at 09:32:06PM +0100, Bernd Harmsen wrote: > > Hello Yves, Hi, > > On Wed, Feb 14, 2001 at 06:50:48PM +0100, Yves Bastide wrote: > > The problem seems to come from libstdc++, at least on my Debian > > unstable machine.. It's the parsing of the l

Re: Bug in 1.1.6fix1: LaTeX very slow

2001-02-14 Thread Yves Bastide
On Wed, Feb 14, 2001 at 01:44:38PM -0400, Garst R. Reese wrote: > Bernd Harmsen wrote: > > > > Hello, > > > > On Wed, Feb 14, 2001 at 07:02:04PM +0200, Dekel Tsur wrote: > > > On Wed, Feb 14, 2001 at 05:04:44PM +0100, Bernd Harmsen wrote: > > > > LaTeX is very slow on my System, if called from L

Re: 1.1.6fix1 (status update #3)

2001-02-01 Thread Yves Bastide
On Thu, Feb 01, 2001 at 03:41:21PM +0100, Jean-Marc Lasgouttes wrote: > >>>>> "Yves" == Yves Bastide <[EMAIL PROTECTED]> writes: > > Yves> --IS0zKkzwUGydFO0o Content-Type: text/plain; charset=us-ascii > Yves> Content-Disposition: inline > &

Re: 1.1.6fix1 (status update #3)

2001-01-30 Thread Yves Bastide
Attached patch for 1.1.6cvs fixes compilation errors with STLport: bind2nd and not1 are in , not in . -- Yves func.diff.gz

Re: Protected Space Incompatibility Lyx 1.1.4fix3 and 1.1.5fix2

2000-12-04 Thread Yves Bastide
On Mon, Dec 04, 2000 at 06:19:08PM +, Angus Leeming wrote: > [snip] > > Can anybody think of any other changes in format? \paragraph_spacing (special spacing for the paragraph) > > Angus > -- Yves

Re: Protected Space Incompatibility Lyx 1.1.4fix3 and 1.1.5fix2

2000-12-04 Thread Yves Bastide
On Mon, Dec 04, 2000 at 07:49:19PM +0100, Lars Gullik Bjønnes wrote: > Thomas Steffen <[EMAIL PROTECTED]> writes: > > | [snipped] > > Only if you define what minor revisions are... I am not sure the > change from 1.1.4 to 1.1.5 is a minor revision (and please forget the > numbers). 1.1.4 to 1.1.

Re: Quoting underscore in index entries

2000-11-28 Thread Yves Bastide
On Tue, Nov 28, 2000 at 04:08:20PM +, Duncan Simpson wrote: > > On Tue, Nov 28, 2000 at 10:30:34AM +0100, Rainer Dorsch wrote: > > > > > > [`_' not escaped in index entries] > > > > > > > Not speaking for the developers, but I think this should simply be > > documented; mathemathic formulae

Re: Quoting underscore in index entries

2000-11-28 Thread Yves Bastide
On Tue, Nov 28, 2000 at 10:30:34AM +0100, Rainer Dorsch wrote: > > Hi, > > I am not sure, if this is a known problem, but underscores in index entires > have to be quoted, e.g. CVS_ROOT. Otherwise an error is thrown at the > beginning of the document. > > This was quite confusing to a student

Re: Compilation of LyX on Debian 2.2

2000-11-09 Thread Yves Bastide
On Thu, Nov 09, 2000 at 04:19:52PM +0100, Jean-Marc Lasgouttes wrote: > >>>>> "Yves" == Yves Bastide <[EMAIL PROTECTED]> writes: > > Yves> You should use the XForms and Xpm from Debian: libforms-dev and > Yves> xpm4g-dev. Howether, due to a bug in

Re: Compilation of LyX on Debian 2.2

2000-11-09 Thread Yves Bastide
On Wed, Nov 08, 2000 at 11:33:20AM +0100, [EMAIL PROTECTED] wrote: > > I have recently switched from Suse2.3 to Debian2.2 Linux Distribution. Since I > don't manage to compile LyX (last version 1.1.5Fix2) (there was no problem with > suse) > I have downloaded libxforms.so.0.89 and libXpm.so.4.11

[patch] C functions scoping test in configure

2000-11-03 Thread Yves Bastide
=== RCS file: /usr/local/lyx/cvsroot/lyx-devel/ChangeLog,v retrieving revision 1.665 diff -u -U0 -r1.665 ChangeLog --- ChangeLog 2000/11/03 16:47:26 1.665 +++ ChangeLog 2000/11/03 18:05:16 @@ -0,0 +1,10 @@ +2000-11-03 Yves Bastide <[EMAIL PROTEC

Re: locales

2000-11-03 Thread Yves Bastide
On Fri, Nov 03, 2000 at 06:31:16PM +0100, Lars Gullik Bjønnes wrote: > Yves Bastide <[EMAIL PROTECTED]> writes: > > | Locales, or: The Infamous 2,17 Problem. > | > | ``Warning: need lyxformat 2,17 but found 2,00'' plagues every user with > | funny () LC_NUMERIC

locales

2000-11-03 Thread Yves Bastide
Locales, or: The Infamous 2,17 Problem. ``Warning: need lyxformat 2,17 but found 2,00'' plagues every user with funny () LC_NUMERIC. As everyone know, the .lyx file must be read/written in the C locale to have its \lyxformat correctly formatted. For writing, this is already half-done: if the li

Re: Some more warnings

2000-11-03 Thread Yves Bastide
On Fri, Nov 03, 2000 at 10:16:13PM +0900, R. Lahaye wrote: > > Hi, > > I keep sending these warnings till somebody shoots me > > R. > > insettext.C: In method `void InsetText::InsetButtonPress(class BufferView *, int , >int, int)': > insettext.C:600: warning: initialization of non-const r

cctype functions scope

2000-11-03 Thread Yves Bastide
lstrings.C contains the following lines: #ifndef __GLIBCPP__ // The new glibstdc++-v3 has not worked out all the quirks regarding cctype // yet. So currently it failes if the to using lines below are stated. using std::tolower; using std::toupper; #endif Except for the typos :-), this fails also

Re: Dead keys kill LyX: under the hood

2000-11-01 Thread Yves Bastide
On Wed, Nov 01, 2000 at 07:31:54PM +0100, Lars Gullik Bjønnes wrote: > Yves Bastide <[EMAIL PROTECTED]> writes: > > | I suppose this code is pristine X11R6.3, though I didn't look around. > | > | BTW, this only applies upto 1.1.5fix2, the 1.1.6 way is OK on this &g

[patch] reLyX: handle documentclasses with non-alpha characters

2000-11-01 Thread Yves Bastide
s* or something like that. And verifying if the pattern was found (a class name of `2000/06/06' looks surprising :-) Stid -- Yves Bastide| Limos | +33 (0)4 73 40 77 73 --- /usr/X11R6/share/lyx/reLyX/MakePreamble.pm Wed Sep 6 12:44:58 2000 +++ /misc/rlin

[patch] 1.1.6CVS: making more keys work

2000-11-01 Thread Yves Bastide
hack used in this patch is to `bump up' keysyms in the range [-128..0), but I guess this is unacceptable. Stid -- Yves Bastide| Limos | +33 (0)4 73 40 77 73 --- ChangeLog 2000/10/31 23:28:49 1.651 +++ ChangeLog 2000/11/01 14:18:42 @@ -0,0 +1,5

[patch] 1.1.6CVS: load old tabular format with correct language

2000-11-01 Thread Yves Bastide
The attached patch sets the correct language when loading old (pre 2.17) format tabulars. -- Yves Bastide| Limos | +33 (0)4 73 40 77 73 Index: ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx

Dead keys kill LyX: under the hood

2000-11-01 Thread Yves Bastide
two binary versions of LyX for distributions. A better way might be a command line option, or autodetection... Regards, Stid -- Yves Bastide| Limos | +33 (0)4 73 40 77 73

Updating the view

2000-02-13 Thread Yves Bastide
they do) I also tried a variation: owner->view()->update(-2); FreeUpdateTimer(); owner->view()->text->TransposeChars(); owner->view()->update(1); SetUpdateTimer(); break; To no avail.

Two small bugs: reLyX and LyX

1999-01-19 Thread Yves Bastide
Hello, While trying to convince a coworker to switch to LyX, I was bitten by 2 bugs, one when reLyXing his .tex file and one when trying to figure why the re-exported LaTeX file didn't work while the LyX one did. The reLyX bug: alignement is output in layouts that don't support them. The LyX bu