Re: [PATCH] display nicely InsetVSpace(s)

2005-05-23 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | This patch changes the display of insetvspace and allows for | localization. > | Lars, OK? Isn't these the wrong localization functuions used? You are supposed to use the buffer-language localization for this, argree? (wasn't that B_(...)?) --

Re: import and insert file

2005-05-23 Thread Garst R. Reese
Thanks Jeurgen The bugzilla file said: follow these steps to define a new converter in 1.3.6: 1. Select "from" and "to" formats in the comboxes 2. Press "New". The New converter will be added to the browser, but neither the commands not the flags will be applied 3. Now add commands and flags and p

Re: import and insert file

2005-05-23 Thread Garst R. Reese
Thanks Georg The command line for wp2latex is: wp2latex [input_file [output_file]] [switches] The man page gives details of switches. I can post it to list if requested. pls cc me. Garst

Re: Working LyX icons on Windows, but...

2005-05-23 Thread Rob Bearman
On 5/22/05 12:43 PM, "Angus Leeming" <[EMAIL PROTECTED]> wrote: > Next problem. The lyx shortcut and lyx entry in the start menu are present > only for the user who installed lyx. (In this case the administrator.) How > do I get the installer to do so for all users? I guess that this is another >

Re: Packaging of LyX/Win 1.3.6

2005-05-23 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Angus> I see that bugzilla comes up with five bugs in the 1.3.x > Angus> series: http://tinyurl.com/7aghm > > Some of these would be very easy to fix. Well, here's a fix to bug 1272 http://bugzilla.lyx.org/show_bug.cgi?id=1272 I can confirm that the change to the co

Re: Bug in the 13x file browser

2005-05-23 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Angus> the attached patch should resolve the problem. It simply adds a > Angus> boolean argument to the browseFoo functions which perform the > Angus> "file name contains spaces" check only if the flag is true. > > I like it. Thanks. My pleasure. It's now in. -- An

[PATCH] display nicely InsetVSpace(s)

2005-05-23 Thread Jean-Marc Lasgouttes
This patch changes the display of insetvspace and allows for localization. Lars, OK? JMarc Index: src/ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/ChangeLog,v retrieving revision 1.2187 diff -u -p -r1.2187 ChangeLog

Re: Bug in the 13x file browser

2005-05-23 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> the attached patch should resolve the problem. It simply adds a Angus> boolean argument to the browseFoo functions which perform the Angus> "file name contains spaces" check only if the flag is true. I like it. Thanks. JMarc

Re: Bug in the 13x file browser

2005-05-23 Thread Angus Leeming
Angus Leeming wrote: > A couple of bugs/potential problems still remain: > > Leaving the logic to check whether a "file name has spaces" in the > file browser means that I can't change my bind file in the preferences > dialog. (C:\Program Files\LyX\Resources\lyx\bind\emacs.bind) Jean-Marc, the a

Re: lyx140cvs: lyxline

2005-05-23 Thread Jean-Marc Lasgouttes
> "Hartmut" == Hartmut Haase <[EMAIL PROTECTED]> writes: Hartmut> Why do we put vspace around the lyxline? lyx_sty.C line 25ff: Hartmut> string const lyxline_def = "\\newcommand{\\lyxline}[1]{\n" " Hartmut> {#1 \\vspace{1ex} \\hrule width \\columnwidth Hartmut> \\vspace{1ex}}\n" "}"; Hartmut>

Re: The Literate Programming error boxes?

2005-05-23 Thread Alfredo Braunstein
Kayvan A. Sylvan wrote: > An empty error list dialog box shows up. > > Did the error scanning logic change? Should listerrors be changed to Not by me. > output in a slightly different format? Maybe (couldn't look at it yet). Alfredo

Re: import and insert file

2005-05-23 Thread Juergen Spitzmueller
Garst R. Reese wrote: > I tried adding a converter for wp2latex but clicking on New under > converters does not seem to work. The converters ui in 1.3.x is a real pain. Have a look at the following bug report, where you can find a step-by-step recipe: http://bugzilla.lyx.org/show_bug.cgi?id=1488#

LyX python package

2005-05-23 Thread G. Milde
On 20.05.05, Jose' Matos wrote: > On Friday 20 May 2005 10:04, G. Milde wrote: > Now a serious question: is this [__init__.py] a trivial (empty) file or > do you have any initialization step going inside? Currently, its just """Package of scripts for the LyX Document Processor (www.lyx.org)

Re: import and insert file

2005-05-23 Thread Georg Baum
Garst R. Reese wrote: > I tried adding a converter for wp2latex but clicking on New under > converters does not seem to work. It would be nice if lyx would check > for wp2latex and set up the converter. This is trivial to do if you can give us the exact command line for the call to wp2latex. Ge

Re: Working LyX icons on Windows, but...

2005-05-23 Thread Angus Leeming
Juergen Spitzmueller wrote: > Angus Leeming wrote: >> I have to say that I'm not *really* very interested by icons. I'd much >> prefer it if someone enthusiastic took up the reigns. Can I motivate >> you? > > I'm not too enthusiastic either. As long as the icons do not disturb me > too much ...

Re: Working LyX icons on Windows, but...

2005-05-23 Thread Juergen Spitzmueller
Angus Leeming wrote: > I have to say that I'm not *really* very interested by icons. I'd much > prefer it if someone enthusiastic took up the reigns. Can I motivate you? I'm not too enthusiastic either. As long as the icons do not disturb me too much ... Jürgen

Re: Working LyX icons on Windows, but...

2005-05-23 Thread Angus Leeming
Asger Alstrup wrote: > Angus Leeming wrote: >> Next problem. The lyx shortcut and lyx entry in the start menu are >> present only for the user who installed lyx. (In this case the >> administrator.) How do I get the installer to do so for all users? I >> guess that this is another registry questio

Re: Working LyX icons on Windows, but...

2005-05-23 Thread Asger Alstrup
Angus Leeming wrote: Next problem. The lyx shortcut and lyx entry in the start menu are present only for the user who installed lyx. (In this case the administrator.) How do I get the installer to do so for all users? I guess that this is another registry question. HKEY_CURRENT_USER contains

Re: Working LyX icons on Windows, but...

2005-05-23 Thread Angus Leeming
Juergen Spitzmueller wrote: > Angus Leeming wrote: >> Maybe we should have an icon competition? Given that LyX is a >> typesetting marvel, maybe the doc icon should show the rendering of the >> \LyX macro rather than the LyX monster? > > Good idea (maybe on kde-look.org?). The results could be up

Re: Working LyX icons on Windows, but...

2005-05-23 Thread Juergen Spitzmueller
Angus Leeming wrote: > Maybe we should have an icon competition? Given that LyX is a typesetting > marvel, maybe the doc icon should show the rendering of the \LyX macro > rather than the LyX monster? Good idea (maybe on kde-look.org?). The results could be uploaded to this wiki site, where I've

Re: Working LyX icons on Windows, but...

2005-05-23 Thread Andre Poenitz
On Sun, May 22, 2005 at 08:43:54PM +0100, Angus Leeming wrote: > Attached is a screenshot of my Windows desktop, showing that I've managed > to add two icons to lyx.exe, one that is shown for lyx.exe and any > shortcuts to it and one that is shown for any .lyx files. > > OK, so my drawing skills