Re: [PATCH] Improve decimal alignment in tables

2013-02-09 Thread Pavel Sanda
Martin Vermeer wrote: > I have a vague recollection of having been asked this bug question before, > and giving a similar response / patch proposal, which was never committed > ;-/ It's now in. P

Re: [PATCH] Improve decimal alignment in tables

2013-02-07 Thread Martin Vermeer
On 02/02/13 22:27, Pavel Sanda wrote: Martin Vermeer wrote: I added code to InsetMathNest to turn autocorrection off for cursor up or down (e.g., in an array), from the philosophy that having autocorrection on should be a conscious choice, not something you get stuck in. (Of course pressing the

Re: [PATCH]: \url crash bug (Re: [PATCH] Improve decimal alignment in tables)

2013-02-05 Thread Richard Heck
On 02/03/2013 03:18 AM, Martin Vermeer wrote: Here is another patch to fix a TeX crash I ran into: if you have a text containing a \url and you apply a text attribute (like 'small') to it, you get it inserted inside the url: {\small abc}\url{\small def}{\small ghi} making TeX crash royally.

[PATCH]: \url crash bug (Re: [PATCH] Improve decimal alignment in tables)

2013-02-03 Thread Martin Vermeer
Here is another patch to fix a TeX crash I ran into: if you have a text containing a \url and you apply a text attribute (like 'small') to it, you get it inserted inside the url: {\small abc}\url{\small def}{\small ghi} making TeX crash royally. Martin diff --git a/lib/layouts/stdinsets.inc b

Re: [PATCH] Improve decimal alignment in tables

2013-02-02 Thread Pavel Sanda
Martin Vermeer wrote: > I added code to InsetMathNest to turn autocorrection off for cursor up or > down (e.g., in an array), from the philosophy that having autocorrection on > should be a conscious choice, not something you get stuck in. (Of course > pressing the spacebar always gets you out).

Re: [PATCH] Improve decimal alignment in tables

2013-02-02 Thread Martin Vermeer
On 02/02/13 10:41, Pavel Sanda wrote: Jean-Marc Lasgouttes wrote: Here is another patch from our own Martin Vermeer improving support for aligning on decimal point in tables. Unfortunately, since I do not use this at all, I am not able to see whether this is an improvement for all use cases. Pl

Re: [PATCH] Improve decimal alignment in tables (was: Fwd: Re: Small LyX patch)

2013-02-02 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > Here is another patch from our own Martin Vermeer improving support for > aligning on decimal point in tables. Unfortunately, since I do not use this > at all, I am not able to see whether this is an improvement for all use > cases. > > Please comment. > > JMarc > >