Re: [patch] tex2lyx path encoding problem

2008-10-15 Thread Andre Poenitz
On Wed, Oct 15, 2008 at 11:59:04PM +0200, Jean-Marc Lasgouttes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > PS: I can have a look at this tex2lyx encoding mess in early 1.7. It's > > actually pretty straightforward to solve: Convert from native, possibly > > mixed-within-a-file to some "

Re: [patch] tex2lyx path encoding problem

2008-10-15 Thread Jean-Marc Lasgouttes
Andre Poenitz <[EMAIL PROTECTED]> writes: > PS: I can have a look at this tex2lyx encoding mess in early 1.7. It's > actually pretty straightforward to solve: Convert from native, possibly > mixed-within-a-file to some "internal" encoding (using docstring or > QString) and produce UTF8 .lyx on out

Re: [patch] tex2lyx path encoding problem

2008-10-15 Thread Andre Poenitz
On Wed, Oct 15, 2008 at 10:52:02PM +0200, Jean-Marc Lasgouttes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > + setlocale(LC_CTYPE, ""); > > Are we sure that the locale of LyX matches the encoding of the file > name? I am not quite sure what you mean but "locale of LyX". This is the tex

Re: [patch] tex2lyx path encoding problem

2008-10-15 Thread Jean-Marc Lasgouttes
Andre Poenitz <[EMAIL PROTECTED]> writes: > + setlocale(LC_CTYPE, ""); Are we sure that the locale of LyX matches the encoding of the file name? If I set locale to C, it does not change the name of the file, does it? I thought that Qt had a magic method to convert from the encoding of the file

ImExported macro is twice global

2008-10-15 Thread Dionysios
LyX 1.6.0 RC3 Windows XP SP2 MiKTeX 2.5 Before exporting foo.lyx : \global\def\var{\func{var}} After importing foo.tex : \global\global\def\var{\func{var}} (Pasted from % Preview source code)

Re: [patch] tex2lyx path encoding problem

2008-10-15 Thread José Matos
On Wednesday 15 October 2008 19:45:20 Andre Poenitz wrote: > On Wed, Oct 15, 2008 at 08:20:46PM +0200, Andre Poenitz wrote: > > The attached patch fixes http://bugzilla.lyx.org/show_bug.cgi?id=4917 . > > > > Ok to apply? It seems reasonable. +1 > Grmpf. As usual. > > Andre' -- José Abílio

Re: Better announcements for test releases

2008-10-15 Thread José Matos
On Wednesday 15 October 2008 07:04:56 Jan Engelhardt wrote: > >It turned out that people misunderstand our beta and release candidate > >announcements. So I know from cases where people switched with their > >Ph.D. thesis from the stable LyX 1.5.6 to LyX 1.6.0RC3 an now suffer > >from our regressio

Re: [patch] tex2lyx path encoding problem

2008-10-15 Thread Andre Poenitz
On Wed, Oct 15, 2008 at 08:20:46PM +0200, Andre Poenitz wrote: > > The attached patch fixes http://bugzilla.lyx.org/show_bug.cgi?id=4917 . > > Ok to apply? Grmpf. As usual. Andre' Index: tex2lyx.cpp === --- tex2lyx.cpp (revision 2

[patch] tex2lyx path encoding problem

2008-10-15 Thread Andre Poenitz
The attached patch fixes http://bugzilla.lyx.org/show_bug.cgi?id=4917 . Ok to apply? Andre'

Re: aspell without ispell

2008-10-15 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > On 14/10/2008 15:02, Stefan Schimanski wrote: >> Hi! >> >> Does the following make sense? I have aspell installed here on Mac, >> but not ispell. So without this change the preferences dialog will >> disable the spell checking selection box. > > That

Converter File Cache

2008-10-15 Thread Hartmut Haase
If I enable in Tools->Preferences->File Handling->Converters the Converter File Cache, is that the directory ~/.lyx/cache? -- Viele Grüße, Hartmut Hungerhilfe: http://www.thehungersite.com Ohne Zensur suchen: http://www.suchenohnezensur.de Das heutige Motto: Sage mir Deine Meinung, und ich sa

Re: Better announcements for test releases

2008-10-15 Thread Uwe Stöhr
> IMO, moving your thesis onto a new release is the only way of giving > programs the real testing kick. When you only use it to test LyX, then yes. But people started to work with LyX 1.6RC's for their real work and this is the worst you can do. Never change a running system when you are not fo

Re: [Bug] LyX 1.5.6 ignores amsmath settings when adding \iint

2008-10-15 Thread Manveru
2008/10/15 Abdelrazak Younes <[EMAIL PROTECTED]>: > > > On 14/10/2008 13:15, Manveru wrote: >> The whole problem leads me to the question why LyX cannot have two >> tabs in preamble setting window, one for user preamble entries >> _BEFORE_ LyX generated and second for these _AFTER_ LyX generated? >

Re: [Bug] LyX 1.5.6 ignores amsmath settings when adding \iint

2008-10-15 Thread Abdelrazak Younes
On 14/10/2008 13:15, Manveru wrote: 2008/10/12 Guy Rutenberg<[EMAIL PROTECTED]>: Hi On Sun, Oct 12, 2008 at 2:52 PM, Uwe Stöhr<[EMAIL PROTECTED]> wrote: OK, then it is really a bug: http://bugzilla.lyx.org/show_bug.cgi?id=5350 I fixed it now for LyX 1.6.0. regards Uwe Thanks Uwe, I've che

Greedily hidden extension in tab name

2008-10-15 Thread Dionysios
LyX 1.6.0 RC3 Windows XP SP2 MiKTeX 2.5 File name: LyX-1.5.6.lyx Tab name: LyX-1

Re: Added def :) but removed newcommand :(

2008-10-15 Thread Dionysios
On Tue, Oct 14, 2008 at 01:26:44 AM, Andre Poenitz wrote: >> Macro representation changed >> From: >> \newcommand{\beginend}[2]{\begin{#1}#2\end{#1}} >> To: >> \global\def\beginend#1#2{\begin{#1}#2\end{#1}} >> !! >> Paragraph ended before \beginend was compl

Re: aspell without ispell

2008-10-15 Thread Abdelrazak Younes
On 15/10/2008 10:37, Stefan Schimanski wrote: Am 15.10.2008 um 10:34 schrieb Abdelrazak Younes: On 15/10/2008 10:31, Stefan Schimanski wrote: Am 15.10.2008 um 10:27 schrieb Abdelrazak Younes: On 15/10/2008 10:19, Stefan Schimanski wrote: Am 15.10.2008 um 09:20 schrieb Abdelrazak Younes:

Re: aspell without ispell

2008-10-15 Thread Stefan Schimanski
Am 15.10.2008 um 10:34 schrieb Abdelrazak Younes: On 15/10/2008 10:31, Stefan Schimanski wrote: Am 15.10.2008 um 10:27 schrieb Abdelrazak Younes: On 15/10/2008 10:19, Stefan Schimanski wrote: Am 15.10.2008 um 09:20 schrieb Abdelrazak Younes: On 14/10/2008 15:02, Stefan Schimanski wrote:

Re: aspell without ispell

2008-10-15 Thread Abdelrazak Younes
On 15/10/2008 10:31, Stefan Schimanski wrote: Am 15.10.2008 um 10:27 schrieb Abdelrazak Younes: On 15/10/2008 10:19, Stefan Schimanski wrote: Am 15.10.2008 um 09:20 schrieb Abdelrazak Younes: On 14/10/2008 15:02, Stefan Schimanski wrote: Hi! Does the following make sense? I have aspell i

Re: aspell without ispell

2008-10-15 Thread Stefan Schimanski
Am 15.10.2008 um 10:27 schrieb Abdelrazak Younes: On 15/10/2008 10:19, Stefan Schimanski wrote: Am 15.10.2008 um 09:20 schrieb Abdelrazak Younes: On 14/10/2008 15:02, Stefan Schimanski wrote: Hi! Does the following make sense? I have aspell installed here on Mac, but not ispell. So with

Re: aspell without ispell

2008-10-15 Thread Abdelrazak Younes
On 15/10/2008 10:19, Stefan Schimanski wrote: Am 15.10.2008 um 09:20 schrieb Abdelrazak Younes: On 14/10/2008 15:02, Stefan Schimanski wrote: Hi! Does the following make sense? I have aspell installed here on Mac, but not ispell. So without this change the preferences dialog will disable t

Re: aspell without ispell

2008-10-15 Thread Stefan Schimanski
Am 15.10.2008 um 09:20 schrieb Abdelrazak Younes: On 14/10/2008 15:02, Stefan Schimanski wrote: Hi! Does the following make sense? I have aspell installed here on Mac, but not ispell. So without this change the preferences dialog will disable the spell checking selection box. That's nor

Re: Better announcements for test releases

2008-10-15 Thread Abdelrazak Younes
On 15/10/2008 08:04, Jan Engelhardt wrote: It turned out that people misunderstand our beta and release candidate announcements. So I know from cases where people switched with their Ph.D. thesis from the stable LyX 1.5.6 to LyX 1.6.0RC3 an now suffer >from our regression bugs and crashes.

Re: aspell without ispell

2008-10-15 Thread Abdelrazak Younes
On 14/10/2008 15:02, Stefan Schimanski wrote: Hi! Does the following make sense? I have aspell installed here on Mac, but not ispell. So without this change the preferences dialog will disable the spell checking selection box. That's normal as we don't use the aspell executable, we link to t