Re: InsetQuote Buffer Assert

2008-10-27 Thread Enrico Forestieri
On Mon, Oct 27, 2008 at 07:08:26PM +0100, Abdelrazak Younes wrote: > On 27/10/2008 12:58, rgheck wrote: > > Tommaso Cucinotta wrote: > >> Pavel Sanda ha scritto: > >>> i have put it in. anyway at first try: > >>> 1. load math manual > >>> 2. search math exrp E/F > >>> 3. search > >>> 4. kaboom > >

Re: [Cvslog] r27140 - in /lyx-devel/trunk/src/mathed: InsetMathNest.cp...

2008-10-27 Thread Enrico Forestieri
On Mon, Oct 27, 2008 at 06:57:46PM +0100, Andre Poenitz wrote: > Is this a workaround for a cygwin specific compiler bug? No, thanks for the heads up. -- Enrico

formattings get lost/broken when copying text

2008-10-27 Thread Uwe Stöhr
I found by chance the following regression bug: http://bugzilla.lyx.org/show_bug.cgi?id=5423 Thanks to this, the formattings of some parts of the UserGuide were broken. The broken formattings are hard to see so that you later have to spend much time to fix this -> a mustfix for LyX 1.6.0. rega

Re: lyx 1.6rc4 ultra slow to load document

2008-10-27 Thread rgheck
José Matos wrote: On Monday 27 October 2008 15:29:05 Jean-Marc Lasgouttes wrote: José Matos <[EMAIL PROTECTED]> writes: So yes it should be possible to speed the conversion but there are reasons for the slow response. Up until this moment we have focused on making it correct, and just a

Re: Overwriting the Qt default icon size

2008-10-27 Thread Abdelrazak Younes
On 27/10/2008 12:32, Stefan Schimanski wrote: Am 27.10.2008 um 11:24 schrieb Jean-Marc Lasgouttes: Stefan Schimanski <[EMAIL PROTECTED]> writes: After thinking about it, I am not sure anymore whether it is really so trivial. Don't I overwrite the default icon size of the desktop environment

Re: Are new-style asserts a good idea?

2008-10-27 Thread Andre Poenitz
On Mon, Oct 27, 2008 at 03:19:42PM +0100, Jean-Marc Lasgouttes wrote: > > While looking at assertion code (the new one with a fallback), I notice > that when assertions are disabled, they are nevertheless all evaluated: > > #define LASSERT(expr, escape) \ > if (expr) {} else { lyx::doAssert

Re: InsetQuote Buffer Assert

2008-10-27 Thread Abdelrazak Younes
On 27/10/2008 12:58, rgheck wrote: Tommaso Cucinotta wrote: Pavel Sanda ha scritto: i have put it in. anyway at first try: 1. load math manual 2. search math exrp E/F 3. search 4. kaboom I have tracked down the problem to a much simpler example: 1. New document 2. Enter any text containing a d

Donation page (Was: windows lyx installer)

2008-10-27 Thread Christian Ridderström
On Mon, 27 Oct 2008, leuven edwin wrote: perhaps we should think about adding a checked checkbox "Tell me how to donate!" linking to http://www.lyx.org/Donate at the end of the windows installer. another suggestion is to move the projects table to the top of the webpage and add a first row w

Re: [Cvslog] r27140 - in /lyx-devel/trunk/src/mathed: InsetMathNest.cp...

2008-10-27 Thread Andre Poenitz
On Sun, Oct 26, 2008 at 06:32:30PM -, [EMAIL PROTECTED] wrote: > Author: forenr > Date: Sun Oct 26 19:32:25 2008 > New Revision: 27140 > > URL: http://www.lyx.org/trac/changeset/27140 > Log: > The LaTeX control space "\ " is a special char, too. In mathed, it should > be represented on screen

Re: lyx 1.6rc4 ultra slow to load document

2008-10-27 Thread José Matos
On Monday 27 October 2008 15:29:05 Jean-Marc Lasgouttes wrote: > José Matos <[EMAIL PROTECTED]> writes: > > So yes it should be possible to speed the conversion but there are > > reasons for the slow response. Up until this moment we have focused on > > making it correct, and just after we should m

Re: rc4 screen fonts

2008-10-27 Thread José Matos
On Saturday 25 October 2008 18:14:43 Neal Becker wrote: > Is it my imagination? I have screen fonts set to DejaVu Serif, DejaVu > Sans, DejaVu Sans Mono, but they don't _look_ very good. I believe I use > these fonts in most apps and they look great. I will not say that it is your imagination. :

Re: Why do we output [EMAIL PROTECTED] when exporting to .tex?

2008-10-27 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > In branch, when I export a document to .tex I see the following at the > top: > > \batchmode > \makeatletter > [EMAIL PROTECTED]/afs/inria.fr/rocq/home/imara/lasgoutt/edit/ana-donnees/ac >p/Con so//}} > \makeatother I think you should not get this when exporting to *.

Why do we output [EMAIL PROTECTED] when exporting to .tex?

2008-10-27 Thread Jean-Marc Lasgouttes
In branch, when I export a document to .tex I see the following at the top: \batchmode \makeatletter [EMAIL PROTECTED]/afs/inria.fr/rocq/home/imara/lasgoutt/edit/ana-donnees/acp/Con so//}} \makeatother What is the reason for this weird (to remain polite) behaviour? JMarc

Re: Problem with Mac-Key-Symbols (MUSTFIX)

2008-10-27 Thread Konrad Hofbauer
Jürgen Spitzmüller wrote: Jean-Marc Lasgouttes wrote: *** For LyX 1.6.0 *** The attached patch. Quick and dirty, but does the job. IMO a MUSTFIX, the userguide should compile. This strikes me as a good idea actually. OTOH the unicodesymbols file should not output anything else then a proper

Re: Problem with Mac-Key-Symbols (MUSTFIX)

2008-10-27 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: > IMHO we should rather introduce something like a > KeySequence::print(KeySequence::DocOutput) > that could replace any non-representable character by a description instead > of > abusing the unicodesymbols file. Yes. Our problem right now is that

Re: Problem with Mac-Key-Symbols (MUSTFIX)

2008-10-27 Thread Bo Peng
On Mon, Oct 27, 2008 at 9:15 AM, Jürgen Spitzmüller <[EMAIL PROTECTED]> wrote: > Jean-Marc Lasgouttes wrote: >> > *** For LyX 1.6.0 *** >> > The attached patch. >> > Quick and dirty, but does the job. IMO a MUSTFIX, the userguide should >> > compile. >> >> This strikes me as a good idea actually. >

Re: Problem with Mac-Key-Symbols (MUSTFIX)

2008-10-27 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > > OTOH the unicodesymbols file should not output anything else then a > > proper representation of the given glyph. In the context of InsetInfo > > this might be correct, but what if someone wants to use the symbols > > themselves? > > We have no solution for using the

Re: Problem with Mac-Key-Symbols (MUSTFIX)

2008-10-27 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: > OTOH the unicodesymbols file should not output anything else then a proper > representation of the given glyph. In the context of InsetInfo this might be > correct, but what if someone wants to use the symbols themselves? We have no solution for u

Are new-style asserts a good idea?

2008-10-27 Thread Jean-Marc Lasgouttes
While looking at assertion code (the new one with a fallback), I notice that when assertions are disabled, they are nevertheless all evaluated: #define LASSERT(expr, escape) \ if (expr) {} else { lyx::doAssert(#expr, __FILE__, __LINE__); escape; } #endif This means that the old style ass

Re: Problem with Mac-Key-Symbols (MUSTFIX)

2008-10-27 Thread Konrad Hofbauer
Jean-Marc Lasgouttes wrote: Konrad Hofbauer <[EMAIL PROTECTED]> writes: At the same time your email came in, I was in the middle of putting this into bugzilla. Should I still hit "submit" ? Please do. I got an internal server error, nevertheless this now seems to be:

Re: Problem with Mac-Key-Symbols (MUSTFIX)

2008-10-27 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > > *** For LyX 1.6.0 *** > > The attached patch. > > Quick and dirty, but does the job. IMO a MUSTFIX, the userguide should > > compile. > > This strikes me as a good idea actually. OTOH the unicodesymbols file should not output anything else then a proper representat

Re: Problem with Mac-Key-Symbols (MUSTFIX)

2008-10-27 Thread Jean-Marc Lasgouttes
Konrad Hofbauer <[EMAIL PROTECTED]> writes: > At the same time your email came in, I was in the middle of putting > this into bugzilla. Should I still hit "submit" ? Please do. JMarc

Re: 1.6rc3 output to printer dialog doesn't show any printers

2008-10-27 Thread Neal Becker
Neal Becker wrote: > Should the print (to printer) show what printers are available? It > doesn't. Actually, I can't get it to print to a printer whether I manually choose one or not.

Re: Problem with Mac-Key-Symbols (MUSTFIX)

2008-10-27 Thread Konrad Hofbauer
Jean-Marc Lasgouttes wrote: Konrad Hofbauer <[EMAIL PROTECTED]> writes: I proposose: *** For LyX 1.6.0 *** The attached patch. Quick and dirty, but does the job. IMO a MUSTFIX, the userguide should compile. This strikes me as a good idea actually. How well does it work? It works perfectly.

1.6rc3 output to printer dialog doesn't show any printers

2008-10-27 Thread Neal Becker
Should the print (to printer) show what printers are available? It doesn't.

Re: Problem with Mac-Key-Symbols (MUSTFIX)

2008-10-27 Thread Bo Peng
> >> 2) InsetInfo->shortcut and InsetInfo->shortcuts do not do the same >> thing with respect to Mac Keybindings. Somebody else will need to fix >> this. > > I'll have a look. Thanks. I was concerned with this problem as well but I did not have a mac. Bo

Re: Problem with Mac-Key-Symbols (MUSTFIX)

2008-10-27 Thread Jean-Marc Lasgouttes
Konrad Hofbauer <[EMAIL PROTECTED]> writes: > I proposose: > > *** For LyX 1.6.0 *** > The attached patch. > Quick and dirty, but does the job. IMO a MUSTFIX, the userguide should > compile. This strikes me as a good idea actually. How well does it work? Note that Apple Publications Style Guide,

Re: [PATCH] fix rerunning configure after --with-version-suffix

2008-10-27 Thread José Matos
On Monday 27 October 2008 11:01:04 Jürgen Spitzmüller wrote: > OK for branch. > > Jürgen And certainly OK for trunk. I did notice this bug before but I did not know where to search for... -- José Abílio

Re: LyX version 1.6.0 (release candidate 4) is released

2008-10-27 Thread José Matos
On Monday 27 October 2008 12:06:22 Jean-Marc Lasgouttes wrote: > All files are done now. > > JMarc Thanks Jean-Marc, I saw the request on Saturday but I forgot to change the location before leaving the computer. I am sorry Joost. -- José Abílio

Re: LyX version 1.6.0 (release candidate 4) is released

2008-10-27 Thread Jean-Marc Lasgouttes
Joost Verburg <[EMAIL PROTECTED]> writes: > José Matos wrote: >> Prebuilt binaries (rpms for linux distributions, Mac OS X and Windows >> installers) should soon be available at >> ftp://ftp.devel.lyx.org/pub/lyx/devel/ > > I've uploaded Windows installers and a new dependency package > to ht

InsetQuote Buffer Assert

2008-10-27 Thread rgheck
Tommaso Cucinotta wrote: Pavel Sanda ha scritto: i have put it in. anyway at first try: 1. load math manual 2. search math exrp E/F 3. search 4. kaboom I have tracked down the problem to a much simpler example: 1. New document 2. Enter any text containing a double quote character (") 3. AdvS

Re: LyX version 1.6.0 (release candidate 4) is released

2008-10-27 Thread Jean-Marc Lasgouttes
Joost Verburg <[EMAIL PROTECTED]> writes: > José Matos wrote: >> Prebuilt binaries (rpms for linux distributions, Mac OS X and Windows >> installers) should soon be available at >> ftp://ftp.devel.lyx.org/pub/lyx/devel/ > > I've uploaded Windows installers and a new dependency package > to ht

Re: Overwriting the Qt default icon size

2008-10-27 Thread Stefan Schimanski
Am 27.10.2008 um 11:24 schrieb Jean-Marc Lasgouttes: Stefan Schimanski <[EMAIL PROTECTED]> writes: After thinking about it, I am not sure anymore whether it is really so trivial. Don't I overwrite the default icon size of the desktop environment with this? The problem as I see it is that

Re: Regression using hebrew in lyx-1.6rc4

2008-10-27 Thread Pavel Sanda
Dror Levin wrote: > I've searched bugzilla but couldn't find a relevant bug so I though I'd post > it here before filing the bug. > The reason I'm not providing a lyx/pdf file is that hebrew will probably not > work or make sense for most people, but if requested I will happily provide > them. ple

Re: [PATCH] fix rerunning configure after --with-version-suffix

2008-10-27 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Jürgen, José, I guess the following patch is OK for branch and trunk? OK for branch. Jürgen

[PATCH] fix rerunning configure after --with-version-suffix

2008-10-27 Thread Jean-Marc Lasgouttes
The following trivial patch fixes the following annoying problem: when using --with-version-suffix (without value), config.status will be written wrongly and try to run ./configure--with-qt4-lib= [...] This is because our code to add automatically the version number eats the leading space. Jür

windows lyx installer

2008-10-27 Thread leuven edwin
perhaps we should think about adding a checked checkbox "Tell me how to donate!" linking to http://www.lyx.org/Donate at the end of the windows installer. another suggestion is to move the projects table to the top of the webpage and add a first row with a "General Donation". there is too much

Re: Overwriting the Qt default icon size

2008-10-27 Thread Jean-Marc Lasgouttes
Stefan Schimanski <[EMAIL PROTECTED]> writes: > After thinking about it, I am not sure anymore whether it is really so > trivial. Don't I overwrite the default icon size of the desktop > environment with this? The problem as I see it is that the icon size (which is set in yet another config file

Re: Overwriting the Qt default icon size

2008-10-27 Thread Stefan Schimanski
After thinking about it, I am not sure anymore whether it is really so trivial. Don't I overwrite the default icon size of the desktop environment with this? Stefan Am 27.10.2008 um 10:07 schrieb [EMAIL PROTECTED]: Author: sts Date: Mon Oct 27 10:06:50 2008 New Revision: 27146 URL: http:/