Re: UI wish/bug list [Two math issues]

2007-08-03 Thread Richard Heck
FYI: http://bugzilla.lyx.org/show_bug.cgi?id=2543 Richard Heck wrote: Martin Vermeer wrote: On Fri, Aug 03, 2007 at 02:04:06PM -0400, Richard Heck wrote: Andre Poenitz wrote: On Fri, Aug 03, 2007 at 11:19:58AM -0400, Richard Heck wrote: This causes a lot of frustration to me,

Re: [PATCH] Bug 3676

2007-08-03 Thread Richard Heck
Jean-Marc Lasgouttes wrote: Richard Heck <[EMAIL PROTECTED]> writes: Attached is the latest patch addressing this bug. I'm seeking agreement to commit it to trunk, for testing, prior to committing to branch, hopefully for 1.5.2. This has been discussed with Jurgen already. JMarc, or someone e

Re: Caption in listings inset is messed up

2007-08-03 Thread Bo Peng
I am not familiar with these encoding stuff at all. I played a bit and found something interesting. The latex output when I open a listings inset with caption is different from when I insert a caption in lyx. The former has correct latex output. I guess the problem is that the outer layout of this

Re: Caption in listings inset is messed up

2007-08-03 Thread Bo Peng
On 8/3/07, Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote: > "Bo Peng" <[EMAIL PROTECTED]> writes: > > >> Therefore I propose the following patch if it works for you. > > > > It does not work. I still get for my listings inset. > > > > \begingroup > > \inputencoding{latin1} > > \begin{lstlisting}[c

Re: Caption in listings inset is messed up

2007-08-03 Thread Jean-Marc Lasgouttes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > "Bo Peng" <[EMAIL PROTECTED]> writes: > >>> Therefore I propose the following patch if it works for you. >> >> It does not work. I still get for my listings inset. >> >> \begingroup >> \inputencoding{latin1} >> \begin{lstlisting}[caption={\inputen

Re: Towards LyX 1.5.1 (status update #1)

2007-08-03 Thread Bo Peng
> using 1.5.0 on linux will lead to some later problems > with reading files from >= 1.5.1 or in opposite direction ? When I switched from gzstreams to boost::iostreams, I had tested their compatibility quite extensively. Unfortunately, the test was only done under linux. Bo

Re: Caption in listings inset is messed up

2007-08-03 Thread Jean-Marc Lasgouttes
"Bo Peng" <[EMAIL PROTECTED]> writes: >> Therefore I propose the following patch if it works for you. > > It does not work. I still get for my listings inset. > > \begingroup > \inputencoding{latin1} > \begin{lstlisting}[caption={\inputencoding{latin1}ddd\selectlanguage{english} > }] > ddd > \end{

Re: Towards LyX 1.5.1 (status update #1)

2007-08-03 Thread Jean-Marc Lasgouttes
Pavel Sanda <[EMAIL PROTECTED]> writes: >> All 1.5.0 users are urged to upgrade to 1.5.1. > > using 1.5.0 on linux will lead to some later problems > with reading files from >= 1.5.1 or in opposite direction ? Not that I know of. JMarc

Re: Caption in listings inset is messed up

2007-08-03 Thread Bo Peng
> \begingroup > \inputencoding{latin1} > \begin{lstlisting}[caption={\inputencoding{latin1}ddd\selectlanguage{english} > }] > ddd > \end{lstlisting} > \endgroup I notice that \selectlanguage{english} does not matter (though ugly),and \inputencoding{latin1} is causing the problem. I do not know whe

Re: Caption in listings inset is messed up

2007-08-03 Thread Bo Peng
> Therefore I propose the following patch if it works for you. It does not work. I still get for my listings inset. \begingroup \inputencoding{latin1} \begin{lstlisting}[caption={\inputencoding{latin1}ddd\selectlanguage{english} }] ddd \end{lstlisting} \endgroup > PS: BTW, is it really necessar

Re: Towards LyX 1.5.1 (status update #1)

2007-08-03 Thread Joost Verburg
Pavel Sanda wrote: All 1.5.0 users are urged to upgrade to 1.5.1. using 1.5.0 on linux will lead to some later problems with reading files from >= 1.5.1 or in opposite direction ? Probably not, so far only problems on Windows have been reported. But still I would recommend not to use compres

Re: Towards LyX 1.5.1 (status update #1)

2007-08-03 Thread Pavel Sanda
> All 1.5.0 users are urged to upgrade to 1.5.1. using 1.5.0 on linux will lead to some later problems with reading files from >= 1.5.1 or in opposite direction ? pavel

Towards LyX 1.5.1 (status update #1)

2007-08-03 Thread Jean-Marc Lasgouttes
I plan to make the release tomorrow. The only pending patch is for caption in listing inset. I append to this message the ANNOUNCE and my pending patch. JMarc Public release of LyX version 1.5.1 === We are pleased to announce the release of LyX 1.5.1. It includes

Re: Caption in listings inset is messed up

2007-08-03 Thread Jean-Marc Lasgouttes
"Bo Peng" <[EMAIL PROTECTED]> writes: > On 8/3/07, Bo Peng <[EMAIL PROTECTED]> wrote: >> > I'd really prefer if possible >> > +par_language != latex_language && >> > >> > Don't commit now, I'll try to do basic testing when I am home. > > If this problem is taken care of, 1.5.1

Re: Middle-click copy-paste borked in SVN

2007-08-03 Thread Jean-Marc Lasgouttes
"Bo Peng" <[EMAIL PROTECTED]> writes: >> OK, but with FIXMEs. > > Done. No status.15x is needed, and no trunk because a better fix will > be applied later. Thanks. JMarc

Re: ctrl-s with focus in toc panel doesn't work

2007-08-03 Thread Bo Peng
> I couldn't find a match, so this is now the latest and greatest bug with > number 4101, a very nice number I must say... Can not be better than my 4100. :-) I am also submitting 4102, because of a moving subsection through Outline panel crash Bo

Re: Caption in listings inset is messed up

2007-08-03 Thread Bo Peng
On 8/3/07, Bo Peng <[EMAIL PROTECTED]> wrote: > > I'd really prefer if possible > > +par_language != latex_language && > > > > Don't commit now, I'll try to do basic testing when I am home. If this problem is taken care of, 1.5.1 is ready. Bo

Re: Middle-click copy-paste borked in SVN

2007-08-03 Thread Bo Peng
> OK, but with FIXMEs. Done. No status.15x is needed, and no trunk because a better fix will be applied later. Bo

Re: Middle-click copy-paste borked in SVN

2007-08-03 Thread Jean-Marc Lasgouttes
"Bo Peng" <[EMAIL PROTECTED]> writes: >> Two saveSelection at MousePressed should fix them, right? I guess your >> better solution can be introduced later. > > I mean the following patch. It does not make sense to release 1.5.1 > without this simple fix. Can I apply? OK, but with FIXMEs. JMarc

Re: [PATCH] Bug 3676

2007-08-03 Thread Jean-Marc Lasgouttes
Richard Heck <[EMAIL PROTECTED]> writes: > Attached is the latest patch addressing this bug. I'm seeking agreement > to commit it to trunk, for testing, prior to committing to branch, > hopefully for 1.5.2. This has been discussed with Jurgen already. JMarc, > or someone else: Does this seem OK? Y

Re: w2l parameters (odt->lyx)

2007-08-03 Thread Pavel Sanda
> Here on Solaris w2l 0.5b2 works like w2l 0.4 stable: -latex is the default. you mean default to w2l or to lyx preferences ? pavel

Re: Middle-click copy-paste borked in SVN

2007-08-03 Thread Bo Peng
> Two saveSelection at MousePressed should fix them, right? I guess your > better solution can be introduced later. I mean the following patch. It does not make sense to release 1.5.1 without this simple fix. Can I apply? Bo Index: src/insets/InsetTabular.cpp

Re: Compress file corrupted

2007-08-03 Thread Bennett Helm
On Aug 3, 2007, at 5:21 PM, Jean-Marc Lasgouttes wrote: Bennett Helm <[EMAIL PROTECTED]> writes: Won't compile for me on Mac: Did you fix it? Yes. (./autogen.sh) Bennett

Re: Middle-click copy-paste borked in SVN

2007-08-03 Thread Bo Peng
> I looked at the two code chunks and I know why it happens. I will skip > this for 1.5.1 though, since I want to release fast. Two saveSelection at MousePressed should fix them, right? I guess your better solution can be introduced later. Anyway, it is your decision... Bo

Re: [PATCH] export to openoffice

2007-08-03 Thread Jean-Marc Lasgouttes
Richard Heck <[EMAIL PROTECTED]> writes: > I already committed this, unfortunately, and have to run off now. Can > you revert the changes? These were patches 19290 and 19291. Done. JMarc

Re: Middle-click copy-paste borked in SVN

2007-08-03 Thread Jean-Marc Lasgouttes
"Bo Peng" <[EMAIL PROTECTED]> writes: >> Did you manage to test it? > > Still testing, but > > 1. open doc/UserGuide.lyx > 2. go to the table before 4.4.1 > 3. select mul, select 45, middle button pastes mul. > > The same holds for math formula. In E=mc^2, select m, select = , paste m. I looked a

Re: Compress file corrupted

2007-08-03 Thread Jean-Marc Lasgouttes
Bennett Helm <[EMAIL PROTECTED]> writes: > Won't compile for me on Mac: Did you fix it? JMarc

Re: ctrl-s with focus in toc panel doesn't work

2007-08-03 Thread Sven Schreiber
Richard Heck schrieb: > Sven Schreiber wrote: >> This is on winxp from the "LyX-1.5.0-1-Installer.exe". >> >> When the TOC panel (which I have almost always open now because it's >> so nice, probably the best new feature for me) has the focus and I >> want to save the file via the standard keyboard

Re: Bromarv last minute things

2007-08-03 Thread Jean-Marc Lasgouttes
Martin Vermeer <[EMAIL PROTECTED]> writes: > Alcohol bought inside the airport security should be OK. That's less funny. Hmmm... JMarc

Re: [Bug 4094] Export to HTML for files on Fat32-parttions does not work properly

2007-08-03 Thread Jean-Marc Lasgouttes
Richard Heck <[EMAIL PROTECTED]> writes: > Got one OK for this from Bo...JMarc? Jose? OK. JMarc

[PATCH] UI Bug...and a related bug

2007-08-03 Thread Richard Heck
The attached patch deals with a UI bug that's been discussed here. The effect is this: If you try to open a file that is already open, LyX (i) checks if the buffer is dirty, and just switches buffers if it is not; (ii) if it is, you get this message: The document %1$s is already loaded and ha

Re: UI wish/bug list [Two math issues]

2007-08-03 Thread Richard Heck
Martin Vermeer wrote: On Fri, Aug 03, 2007 at 02:04:06PM -0400, Richard Heck wrote: Andre Poenitz wrote: On Fri, Aug 03, 2007 at 11:19:58AM -0400, Richard Heck wrote: This causes a lot of frustration to me, because often I only decide that an equation has to be multi-line wh

Re: UI wish/bug list [Two math issues]

2007-08-03 Thread Martin Vermeer
On Fri, Aug 03, 2007 at 02:04:06PM -0400, Richard Heck wrote: > Andre Poenitz wrote: > > On Fri, Aug 03, 2007 at 11:19:58AM -0400, Richard Heck wrote: > > > >>> This causes a lot of frustration to me, because often I only decide > >>> that an equation has to be multi-line when I'm already half-

Re: Bromarv last minute things

2007-08-03 Thread Martin Vermeer
On Fri, Aug 03, 2007 at 04:45:31PM +0200, Jean-Marc Lasgouttes wrote: > Martin Vermeer <[EMAIL PROTECTED]> writes: > > > Here is the last-minute information for the Bromarv Cowboys! > > Thanks for all this information. A question: I had a plan to bring > some local-made alcohol in my luggage. Can

Re: [Bug 4094] Export to HTML for files on Fat32-parttions does not work properly

2007-08-03 Thread Richard Heck
Got one OK for this from Bo...JMarc? Jose? Richard Heck wrote: Bo Peng wrote: So yes, it seems like a python bug, but one we should probably try to work around. I am worried that your patch does not do everything shutil.copy is doing, and may fail under other circumstances. Here's a

Re: [Bug 4094] Export to HTML for files on Fat32-parttions does not work properly

2007-08-03 Thread Bo Peng
> OK to commit this one? (I've also filed a bug report with the python folks.) OK. (Assume that you have tested it). Bo

Re: [Bug 4094] Export to HTML for files on Fat32-parttions does not work properly

2007-08-03 Thread Richard Heck
Bo Peng wrote: So yes, it seems like a python bug, but one we should probably try to work around. I am worried that your patch does not do everything shutil.copy is doing, and may fail under other circumstances. Here's a simpler patch. This essentially is the shutil.copy() code but try

Re: Middle-click copy-paste borked in SVN

2007-08-03 Thread Bo Peng
> Did you manage to test it? Still testing, but 1. open doc/UserGuide.lyx 2. go to the table before 4.4.1 3. select mul, select 45, middle button pastes mul. The same holds for math formula. In E=mc^2, select m, select = , paste m. Bo

Re: [Bug 4094] Export to HTML for files on Fat32-parttions does not work properly

2007-08-03 Thread Bo Peng
> So yes, it seems like a python bug, but one we should probably try to > work around. I am worried that your patch does not do everything shutil.copy is doing, and may fail under other circumstances. If you think this is something need to be fixed, you can do try: shutils.copy(blah) except:

Re: UI wish/bug list [Two math issues]

2007-08-03 Thread Richard Heck
Andre Poenitz wrote: On Fri, Aug 03, 2007 at 11:19:58AM -0400, Richard Heck wrote: This causes a lot of frustration to me, because often I only decide that an equation has to be multi-line when I'm already half-way through typing it. When this happens, I have to type CMD-return, then CMD-z to

Re: [Bug 4094] Export to HTML for files on Fat32-parttions does not work properly

2007-08-03 Thread Richard Heck
Bo Peng wrote: That's weird. Here's the problem: I'm using shutil.copy to copy the files. It's calling chmod---because you are running on Linux, I think. But you're copying to a FAT32 partition, so chmod is failing, and that's what's giving the error. I do not understand the problem. You sa

Re: UI wish/bug list [Two math issues]

2007-08-03 Thread Andre Poenitz
On Fri, Aug 03, 2007 at 11:19:58AM -0400, Richard Heck wrote: > >This causes a lot of frustration to me, because often I only decide > >that an equation has to be multi-line when I'm already half-way > >through typing it. When this happens, I have to type CMD-return, then > >CMD-z to undo the creat

Re: [Bug 4094] Export to HTML for files on Fat32-parttions does not work properly

2007-08-03 Thread Bo Peng
> That's weird. Here's the problem: I'm using shutil.copy to copy the > files. It's calling chmod---because you are running on Linux, I think. > But you're copying to a FAT32 partition, so chmod is failing, and that's > what's giving the error. I do not understand the problem. You say shutil.copy

Re: [PATCH] export to openoffice

2007-08-03 Thread Richard Heck
I already committed this, unfortunately, and have to run off now. Can you revert the changes? These were patches 19290 and 19291. Richard Jean-Pierre Chrétien wrote: Richard Heck <[EMAIL PROTECTED]> writes: Jean-Pierre Chrétien wrote: [..] OK, thanks. Does this sound

Re: [Bug 4094] Export to HTML for files on Fat32-parttions does not work properly

2007-08-03 Thread Richard Heck
That's weird. Here's the problem: I'm using shutil.copy to copy the files. It's calling chmod---because you are running on Linux, I think. But you're copying to a FAT32 partition, so chmod is failing, and that's what's giving the error. Try the attached patch. And Bo, does this seem OK to yo

Re: 1.5.0 "slowness"

2007-08-03 Thread Andre Poenitz
On Thu, Aug 02, 2007 at 11:04:41AM +0200, Helge Hafting wrote: > Andre Poenitz wrote: > >On Tue, Jul 31, 2007 at 12:28:31PM +0200, Helge Hafting wrote: > >>[...] > >>Clearly, qt4 think it is clever to use DRI for some things when it > >>is available. It is probably faster than "standard X" when har

Re: [PATCH] export to openoffice

2007-08-03 Thread Jean-Pierre Chrétien
Richard Heck <[EMAIL PROTECTED]> writes: > > Jean-Pierre Chrétien wrote: [..] > > > OK, thanks. Does this sound good to other people? If so, I'll commit the > change. There is a problem of return signal with mk4ht :-( I recommended the syntax because I mostly use it from a shell for tex4ht

Re: Caption in listings inset is messed up

2007-08-03 Thread Bo Peng
> I'd really prefer if possible > +par_language != latex_language && > > Don't commit now, I'll try to do basic testing when I am home. OK. Thanks. Bo

Re: Caption in listings inset is messed up

2007-08-03 Thread Jean-Marc Lasgouttes
"Bo Peng" <[EMAIL PROTECTED]> writes: > Thanks JMarc. This is it. Can I apply the attached patch? I'd really prefer if possible +par_language != latex_language && Don't commit now, I'll try to do basic testing when I am home. JMarc

Re: [Cvslog] r19294 - in /lyx-devel/branches/BRANCH_1_5_X: src/LyX.cpp...

2007-08-03 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] writes: > lyx-devel/branches/BRANCH_1_5_X/status.15x Good boy. I see that you learn fast ! Have a nice week-end. JMarc

Re: [PATCH] Crash 4077

2007-08-03 Thread Jean-Marc Lasgouttes
Richard Heck <[EMAIL PROTECTED]> writes: > lyx --export text file.lyx crashed with a segfault in hideDialogs(). > The patch fixeth the crash. OK? Yes. JMarc

Re: Caption in listings inset is messed up

2007-08-03 Thread Bo Peng
> Actually, I do not think LyX should _ever_ output a > \selectlanguage{latex} command. You are missing a "language != > latex_language" test somewhere. Thanks JMarc. This is it. Can I apply the attached patch? Index: src/output_latex.cpp ==

Re: UI wish/bug list [Two math issues]

2007-08-03 Thread Stephen Cornell
On 3 Aug 2007, at 16:19, Richard Heck wrote: Stephen Cornell wrote: Position the cursor in a single-line equation. Press CMD-return Expected behaviour: create a new line, with all material before the cursor on the present line to remain on the current line, and all material after the curs

[PATCH] Crash 4077

2007-08-03 Thread Richard Heck
lyx --export text file.lyx crashed with a segfault in hideDialogs(). The patch fixeth the crash. OK? I'm not sure why this was happening only with text and not (say) with PDF. So maybe there is a more fundamental issue somewhere. Richard -- =

Re: Caption in listings inset is messed up

2007-08-03 Thread Dov Feldstern
Jean-Marc Lasgouttes wrote: "Bo Peng" <[EMAIL PROTECTED]> writes: Chances are this has to do with my fix to bug 1820 (r19150) --- I'm testing that now (compiling after undoing that changeset). But I won't have time to look into it until tomorrow night. What's this "latex" language? I do not k

Re: Caption in listings inset is messed up

2007-08-03 Thread Bo Peng
On 8/3/07, Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote: > "Bo Peng" <[EMAIL PROTECTED]> writes: > > >> Well, this is for listings with captions. > > > > Are you sure all other Caption output is correct?? > > At first sight it seems to work. OK. If it is only listings, at least I can try not to

Re: Caption in listings inset is messed up

2007-08-03 Thread Bo Peng
> Actually, I do not think LyX should _ever_ output a > \selectlanguage{latex} command. You are missing a "language != > latex_language" test somewhere. But that duplicated \inputencoding{latin1} also causes problem. Bo

Re: Caption in listings inset is messed up

2007-08-03 Thread Jean-Marc Lasgouttes
"Bo Peng" <[EMAIL PROTECTED]> writes: >> Well, this is for listings with captions. > > Are you sure all other Caption output is correct?? At first sight it seems to work. JMarc

Re: Caption in listings inset is messed up

2007-08-03 Thread Dov Feldstern
Bo Peng wrote: Well, this is for listings with captions. Are you sure all other Caption output is correct?? Bo At the time my change was made, I tested it with captions in figure floats, and they were fine, even with language switches...

Re: Caption in listings inset is messed up

2007-08-03 Thread Jean-Marc Lasgouttes
"Bo Peng" <[EMAIL PROTECTED]> writes: >> Chances are this has to do with my fix to bug 1820 (r19150) --- I'm >> testing that now (compiling after undoing that changeset). But I won't >> have time to look into it until tomorrow night. >> >> What's this "latex" language? > > I do not know. But pleas

Re: Caption in listings inset is messed up

2007-08-03 Thread Dov Feldstern
Bo Peng wrote: Chances are this has to do with my fix to bug 1820 (r19150) --- I'm testing that now (compiling after undoing that changeset). But I won't have time to look into it until tomorrow night. What's this "latex" language? I do not know. But please fix it before 1.5.1 because it stops

Re: Caption in listings inset is messed up

2007-08-03 Thread Bo Peng
> Well, this is for listings with captions. Are you sure all other Caption output is correct?? Bo

Re: Caption in listings inset is messed up

2007-08-03 Thread Bo Peng
> Chances are this has to do with my fix to bug 1820 (r19150) --- I'm > testing that now (compiling after undoing that changeset). But I won't > have time to look into it until tomorrow night. > > What's this "latex" language? I do not know. But please fix it before 1.5.1 because it stops all my w

Re: Caption in listings inset is messed up

2007-08-03 Thread Dov Feldstern
Jean-Marc Lasgouttes wrote: "Bo Peng" <[EMAIL PROTECTED]> writes: On 8/3/07, Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote: This makes listings totally unusable, and stops my documents from compiling! Well, this is for listings with captions. I think the top priority is to release a version

Re: UI wish/bug list

2007-08-03 Thread John Levon
On Fri, Aug 03, 2007 at 04:39:51PM +0100, Stephen Cornell wrote: > If you want to warn the user that the document is not the clean > version on disk, perhaps a warning popup `The file is already open > '. The user is now out of danger... Worst of both worlds I think. I'm happy with either a

Re: Caption in listings inset is messed up

2007-08-03 Thread Jean-Marc Lasgouttes
"Bo Peng" <[EMAIL PROTECTED]> writes: > On 8/3/07, Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote: > This makes listings totally unusable, and stops my documents from > compiling! Well, this is for listings with captions. I think the top priority is to release a version of 1.5 that does not eat

Re: UI wish/bug list

2007-08-03 Thread Stephen Cornell
On 3 Aug 2007, at 16:14, Richard Heck wrote: I think it could be confusing to switch to a document that wasn't the same as the one on disk that you thought you were opening. I just checked: even emacs just switches to the already-edited version without comment. One of the guiding princip

Re: UI wish/bug list

2007-08-03 Thread Richard Heck
John Levon wrote: On Fri, Aug 03, 2007 at 11:14:56AM -0400, Richard Heck wrote: John Levon wrote: On Fri, Aug 03, 2007 at 03:24:54PM +0100, Stephen Cornell wrote: I checked to see how other programs behave in this context, and Word, Pages, and NeoOffice simply switched to th

Re: Caption in listings inset is messed up

2007-08-03 Thread Bo Peng
On 8/3/07, Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote: > > This has to be fixed now! > > I do not think it will be for 1.5.1. This makes listings totally unusable, and stops my documents from compiling! Who did the \setlanguage change? > BTW, what about the selection patches? For reference he

Re: Caption in listings inset is messed up

2007-08-03 Thread Jean-Marc Lasgouttes
"Bo Peng" <[EMAIL PROTECTED]> writes: > This has to be fixed now! I do not think it will be for 1.5.1. BTW, what about the selection patches? For reference here is the patch I have in my 1.5 tree, and I like a nod before applying. JMarc Index: src/BufferView.cpp ===

Re: UI wish/bug list

2007-08-03 Thread John Levon
On Fri, Aug 03, 2007 at 11:14:56AM -0400, Richard Heck wrote: > John Levon wrote: > >On Fri, Aug 03, 2007 at 03:24:54PM +0100, Stephen Cornell wrote: > > > >>I checked to see how other programs behave in this context, and Word, > >>Pages, and NeoOffice simply switched to the already-open (and

Re: UI wish/bug list

2007-08-03 Thread Jean-Marc Lasgouttes
John Levon <[EMAIL PROTECTED]> writes: > On Fri, Aug 03, 2007 at 03:24:54PM +0100, Stephen Cornell wrote: > >> `The document blah.lyx is already being edited. Do you want to >> discard your changes and re-read from disk? >> > > With the logic mentioned previously, I think this makes sense, but

Re: UI wish/bug list [Two math issues]

2007-08-03 Thread Richard Heck
Stephen Cornell wrote: (2) Creating multi-line equations breaks the equation in a brain-dead place Position the cursor in a single-line equation. Press CMD-return Expected behaviour: create a new line, with all material before the cursor on the present line to remain on the current line, and a

Re: UI wish/bug list

2007-08-03 Thread Richard Heck
John Levon wrote: On Fri, Aug 03, 2007 at 03:24:54PM +0100, Stephen Cornell wrote: I checked to see how other programs behave in this context, and Word, Pages, and NeoOffice simply switched to the already-open (and possibly edited) document without comment. Maybe that's the correct beha

Caption in listings inset is messed up

2007-08-03 Thread Bo Peng
Insert caption "d" in a listing inset, I get \begingroup \inputencoding{latin1} \begin{lstlisting}[caption={\selectlanguage{latex} \inputencoding{latin1}d\selectlanguage{english} }] \end{lstlisting} \endgroup and latex can not compile. Why this second inputencoding, and all these setlanguage mes

Re: UI wish/bug list

2007-08-03 Thread John Levon
On Fri, Aug 03, 2007 at 03:24:54PM +0100, Stephen Cornell wrote: > `The document blah.lyx is already being edited. Do you want to > discard your changes and re-read from disk? > With the logic mentioned previously, I think this makes sense, but Continue editing should be "Cancel" I think. >

Re: Deadline of translations?

2007-08-03 Thread Jean-Marc Lasgouttes
Helge Hafting <[EMAIL PROTECTED]> writes: > You are sure all these people will prefer untranslated over > partially translated? I have always found partially translated software > useful, and of course it is much easier to jump in and translate > some missing entries, than to start from scratch.

Re: Bromarv last minute things

2007-08-03 Thread Jean-Marc Lasgouttes
Martin Vermeer <[EMAIL PROTECTED]> writes: > Here is the last-minute information for the Bromarv Cowboys! Thanks for all this information. A question: I had a plan to bring some local-made alcohol in my luggage. Can that be a problem at the airport? I am not sure how the reglementation works wrt

Re: UI wish/bug list

2007-08-03 Thread Stephen Cornell
On 3 Aug 2007, at 15:25, Richard Heck wrote: What if we did this: First, switch to the already open document; if the user wanted to open it, then she wants to switch to it, at least. Then check if it's dirty. If not, do nothing. If so, pop up a dialog that says something like, "The file [d

Re: UI wish/bug list

2007-08-03 Thread Dov Feldstern
John Levon wrote: On Fri, Aug 03, 2007 at 02:57:43PM +0100, Stephen Cornell wrote: When trying to open a file which is already open in LyX, the user is confronted with `The document blah.lyx is already loaded. Do you want to revert to the saved version? .' `Switch' and `revert' are too a

Re: UI wish/bug list

2007-08-03 Thread Richard Heck
John Levon wrote: On Fri, Aug 03, 2007 at 02:57:43PM +0100, Stephen Cornell wrote: When trying to open a file which is already open in LyX, the user is confronted with `The document blah.lyx is already loaded. Do you want to revert to the saved version? .' `Switch' and `revert' are to

Re: UI wish/bug list

2007-08-03 Thread Stephen Cornell
On 3 Aug 2007, at 15:08, John Levon wrote: On Fri, Aug 03, 2007 at 02:57:43PM +0100, Stephen Cornell wrote: `The document blah.lyx is already open in LyX. Do you want to read the version saved on disk? document> .' Two problems: 1 - wording is too long for push buttons 2 - new descriptio

Re: [PATCH] Bug 4096, ChildDoc/TOC Crash

2007-08-03 Thread Jean-Marc Lasgouttes
Richard Heck <[EMAIL PROTECTED]> writes: > I'll commit this. I take it that's a sort of OK. You forgot to update status.15x. JMarc

Re: [PATCH] Bug 4096, ChildDoc/TOC Crash

2007-08-03 Thread Bo Peng
> I'll commit this. I take it that's a sort of OK. Thanks. I will close the bug after I (re)test it under windows. Bo

Re: [PATCH] Bug 4096, ChildDoc/TOC Crash

2007-08-03 Thread Jean-Marc Lasgouttes
Richard Heck <[EMAIL PROTECTED]> writes: > Jean-Marc Lasgouttes wrote: >> Richard Heck <[EMAIL PROTECTED]> writes: >> >>> I'll commit this. I take it that's a sort of OK. >>> >> You forgot to update status.15x. >> > Sorry, I'm not used to doing that yet. No problem it is my (temporary)

Re: [PATCH] export to openoffice

2007-08-03 Thread Jean-Marc Lasgouttes
Richard Heck <[EMAIL PROTECTED]> writes: > OK, thanks. Does this sound good to other people? If so, I'll commit > the change. What would the patch look like? JMarc

Re: [PATCH] Bug 4096, ChildDoc/TOC Crash

2007-08-03 Thread Richard Heck
Jean-Marc Lasgouttes wrote: Richard Heck <[EMAIL PROTECTED]> writes: I'll commit this. I take it that's a sort of OK. You forgot to update status.15x. Sorry, I'm not used to doing that yet. Richard -- == Richard G Hec

Re: ctrl-s with focus in toc panel doesn't work

2007-08-03 Thread Richard Heck
Sven Schreiber wrote: This is on winxp from the "LyX-1.5.0-1-Installer.exe". When the TOC panel (which I have almost always open now because it's so nice, probably the best new feature for me) has the focus and I want to save the file via the standard keyboard shortcut, nothing happens. I hav

Re: Export to HTML

2007-08-03 Thread Richard Heck
Hartmut Haase wrote: When I export a file "name.lyx" to HTML the result is saved in a directory "name.html.LyXconv". Is that a permanent solution? That's the solution for the moment, yes. It seemed best to put the files in a directory of their own, rather than to litter whatever directory th

[PATCH] export to openoffice

2007-08-03 Thread Richard Heck
Jean-Pierre Chrétien wrote: Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: Richard Heck wrote: You can also just use `oolatex'---at least on Linux. However, TeXLive 2007 does not ship the oolatex script. Therefore I'd prefer the verbose command. Right, it's up to the user

Re: [PATCH] Bug 4096, ChildDoc/TOC Crash

2007-08-03 Thread Richard Heck
Jean-Marc Lasgouttes wrote: Richard Heck <[EMAIL PROTECTED]> writes: Here is the most up-to-date version of the patch, with all comments and such. Bo and I agree it should go into both trunk and branch, as it solves the problem. ;-) We need one more OK. Am I right that the changes to se

Re: UI wish/bug list

2007-08-03 Thread John Levon
On Fri, Aug 03, 2007 at 02:57:43PM +0100, Stephen Cornell wrote: > When trying to open a file which is already open in LyX, the user is > confronted with `The document blah.lyx is already loaded. Do you > want to revert to the saved version? .' > > `Switch' and `revert' are too ambiguous -

UI wish/bug list

2007-08-03 Thread Stephen Cornell
LyX is one of my favourite pieces of software, and for several years has made the business of documenting my research a relatively painless and even pleasurable experience. However, in spite of my immense gratitude to the LyX team, there are still a couple of aspects that cause me frustrat

Bromarv last minute things

2007-08-03 Thread Martin Vermeer
Here is the last-minute information for the Bromarv Cowboys! First of all, the bus timetable: MONDAY-SUNDAY DESTINATION MONDAY - SUNDAY MONDAY - FRIDAY 09.40 Bromarv20.00 14.25 10.00 Tenala / Tenhola 19.40 14.

Re: LyX 1.5.0: Terrific change in czech keyboard table (correct)

2007-08-03 Thread Dov Feldstern
Heiko Schröder wrote: Dear list, I found out, that there is a great difference between the case that you call czech the first and german the second table or if you make the entries the other way round. If czech is the first, everything is (very, very) fine! But in the other case very peculiar

LyX 1.5.0: Terrific change in czech keyboard table (correct)

2007-08-03 Thread Heiko Schröder
Dear list, I found out, that there is a great difference between the case that you call czech the first and german the second table or if you make the entries the other way round. If czech is the first, everything is (very, very) fine! But in the other case very peculiar things happen. + sets a

LyX 1.5.0: Terrific change in czech keyboard table

2007-08-03 Thread Heiko Schröder
Dear list, in the release candidats (RCs) it was possible to make two entries according to keyboard tables: e.g. german and czech. You could change between them with ALT-T 1 and ALT-T 2. Now this is not possible any more. The RCs allowed to set every hacek (the czech hook) by pressing a preced

Re: Middle-click copy-paste borked in SVN

2007-08-03 Thread Jean-Marc Lasgouttes
"Bo Peng" <[EMAIL PROTECTED]> writes: >> Here is the fix I would propose. It ensures that the cursor is set >> through BufferView::mouseSetCursor, so that the selection is always >> tracked correctly. The patch is a little longer because I used the >> occasion to slightly cleanup the code (I do no

Re: Middle-click copy-paste borked in SVN

2007-08-03 Thread Jean-Marc Lasgouttes
Richard Heck <[EMAIL PROTECTED]> writes: > Would it be possible to get 2304 taken care of here? I.e., shift+mouse > selects from old location to new location? That must be right here. We'll keep that for later. JMarc

Re: [PATCH] fix configuration with pkgconfig on the mac

2007-08-03 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes: > Jean-Marc Lasgouttes wrote: >> José, Juergen, can I commit it (trunk and branch)? > > Yes. I did that. JMarc

  1   2   >