newbie

2005-12-20 Thread Beck, Andrew Thomas - BECAT001
hi all, I've just modified the LFUN_INSET_ERT handler so that I can have a keyboard shortcut to create inlined ERT insets. I couldn't find any documentation on how to go about submitting patches etc - is there any? In any event, I've included the code below. I am now interested in adding support

[announce] sixth release of LyXWinInstaller

2005-12-20 Thread Uwe Stöhr
Hello LyXers, I just published the version 0.6 of the LyX installer for Windows. Due to a bug of ftp.berlios.de it is only available from here: http://developer.berlios.de/project/showfiles.php?group_id=5117 This is the project homepage: http://wiki.lyx.org/Windows/LyXWinInstaller Here's the

Re: [Patch] Re: [patch] Re: Mac speed, profiling

2005-12-20 Thread Martin Vermeer
On Tue, Dec 20, 2005 at 03:37:30PM +0100, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> Ah, I see what it is. Two humble brackets: > > Indeed it helps a lot:) The patch seems to work well AFAICS. What > would be nice is to extend it to work

Higher level of abstraction in Lyx?

2005-12-20 Thread Robb Shecter
Hi, (This is a short note about a new feature I'd like to discuss and/or implement. Please let me know if there's a better forum for it.) I've loved using Lyx for years now, but there are a couple design issues that have nagged at me over time: * Deciding how to organize a document in term

Re: [PATCH] Re: Mathinset b ehavior (André?)

2005-12-20 Thread Martin Vermeer
On Tue, Dec 20, 2005 at 03:59:39PM +0100, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> Alternatively, put this in a method and call that from both > Martin> places. > > Yes, but insert, plainInsert and niceInsert are already taken, I do >

Re: qt3-win: cannot compile with mingw

2005-12-20 Thread Abdel
Angus Leeming a écrit : Abdel wrote: Well I think I have used yours already: set QTDIR=D:\install\qt\qt-3 set MINGW=D:\mingw set MSYS=D:\msys set PATH=%QTDIR%\bin;%MINGW%\bin;%MSYS%\bin;%PATH% set QMAKESPEC=win32-g++ cd qt-3 configure.bat -fast -verbose and echo statements indicate that thes

Re: qt3-win: cannot compile with mingw

2005-12-20 Thread Angus Leeming
Abdel wrote: > Well I think I have used yours already: > > set QTDIR=D:\install\qt\qt-3 > set MINGW=D:\mingw > set MSYS=D:\msys > set PATH=%QTDIR%\bin;%MINGW%\bin;%MSYS%\bin;%PATH% > set QMAKESPEC=win32-g++ > cd qt-3 > configure.bat -fast -verbose and echo statements indicate that these environm

Re: qt3-win: cannot compile with mingw

2005-12-20 Thread Abdel
Angus Leeming a écrit : YOUNES Abdelrazak (M3SYSTEM) wrote: Sorry for disturbing this list but the kde-cygwin mailing list is apparently dead :-( It's not. It's fine. Last mails to the list are dated today (20 Dec). Admittedly, it's a very low volume mailing list... Personally, I read it as a

Re: qt3-win: cannot compile with mingw

2005-12-20 Thread Angus Leeming
YOUNES Abdelrazak (M3SYSTEM) wrote: > Sorry for disturbing this list but the kde-cygwin mailing list is > apparently dead :-( It's not. It's fine. Last mails to the list are dated today (20 Dec). Admittedly, it's a very low volume mailing list... Personally, I read it as a newsgroup gmane.comp.kd

Re: [PATCH] Re: Mathinset behavior (André? )

2005-12-20 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> I have no time to try it now, but I like this solution. OK, I applied it. JMarc

qt3-win: cannot compile with mingw

2005-12-20 Thread YOUNES Abdelrazak (M3SYSTEM)
Hello, Sorry for disturbing this list but the kde-cygwin mailing list is apparently dead :-( I know reading this list that there are expert so... I am trying to compile qt3-win with mingw (I want to try lyx 1.4.0). I had two errors with the configure.bat program. The first one was about an hypot

Re: [PATCH] Re: Mathinset behavior (André?)

2005-12-20 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > Martin> Alternatively, put this in a method and call that from both > Martin> places. > > Yes, but insert, plainInsert and niceInsert are already taken, I do > not have any new idea for a confusing name :) What about JMInsert ;-) > I propose keep the dispatch and a

Re: [Patch] Re: [patch] Re: Mac speed, profiling

2005-12-20 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> On Dec 18, 2005, at 6:17 AM, Martin Vermeer wrote: >> I did try map in the way Angus proposed, it works and is cleaner >> than vector. (I don't know, and don't really care, if it is faster. >> Not critical.) >> >> Attached. >>

Re: [Patch] Re: [patch] Re: Mac speed, profiling

2005-12-20 Thread Bennett Helm
On Dec 18, 2005, at 6:17 AM, Martin Vermeer wrote: I did try map in the way Angus proposed, it works and is cleaner than vector. (I don't know, and don't really care, if it is faster. Not critical.) Attached. - Martin This version won't compile for me: Making all in mathed make all-am sou

Re: [PATCH] Re: Mathinset behavior (André? )

2005-12-20 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Alternatively, put this in a method and call that from both Martin> places. Yes, but insert, plainInsert and niceInsert are already taken, I do not have any new idea for a confusing name :) I propose keep the dispatch and add a

Re: [Patch] Re: [patch] Re: Mac speed, profiling

2005-12-20 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Ah, I see what it is. Two humble brackets: Indeed it helps a lot:) The patch seems to work well AFAICS. What would be nice is to extend it to work also when selecting: this is an operation that feels quite slow with LyX IMO. Al

Re: [PATCH] Re: Mathinset b ehavior (André?)

2005-12-20 Thread Martin Vermeer
On Tue, Dec 20, 2005 at 02:51:13PM +0100, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> Yes, I see. I think your patch is precisely the right one as > Martin> this method is called whenever a macro has been typed in. And > Martin> it is mini

Re: [PATCH] Re: Mathinset behavior (André? )

2005-12-20 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Yes, I see. I think your patch is precisely the right one as Martin> this method is called whenever a macro has been typed in. And Martin> it is minimal. Here is the alternative that does not use dispatch (I copied blindly the c

Re: latex beamer preamble.

2005-12-20 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: >> xcolor is not available in teTeX 2. Herbert> and what about beamer itself ;-) Herbert> this discussion is senseless ... since teTeX2 we have more Herbert> than 100 new packages ... That is certainly very good, but does not make me w

Re: latex beamer preamble.

2005-12-20 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> it cannot work, because LyX inserts by default a Herbert> \usepackage[usenames]{color} which is Herbert> -- wrong here Because beamer provides it? Herbert> -- and should always be xcolor, if really

Re: latex2html as lyx convertor: originaldir, resultdir, directory copy ?

2005-12-20 Thread Georg Baum
Andriy Gapon wrote: > Symptoms: > 1. originaldir options does not seem to make any difference - both with > and without it I can view a document, but can not export it. originaldir means that the converter is run in the directory containing the .tex file. Some strange converters need that, but ap

Re: [PATCH] Re: Mathinset behavior (André?)

2005-12-20 Thread Martin Vermeer
On Tue, 2005-12-20 at 12:44 +0100, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> On Mon, Dec 19, 2005 at 05:39:42PM +0100, Jean-Marc Lasgouttes > Martin> wrote: > >> > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> .

Re: [PATCH] Re: Mathinset behavior (André? )

2005-12-20 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Martin Vermeer wrote: >> The following is perhaps lighter, and could be considered an >> alternative if there are side effects. (But this may have such as >> well.) Georg> BTW this is bug 2034: Georg> http://bugzilla.lyx.org/show_bug.

Re: [PATCH] Re: Mathinset behavior (André? )

2005-12-20 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> On Mon, Dec 19, 2005 at 05:39:42PM +0100, Jean-Marc Lasgouttes Martin> wrote: >> > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> ... Martin> Confirmed. This problem happens if you try to to type LaTeX Mart

Re: latex beamer preamble.

2005-12-20 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> it cannot work, because LyX inserts by default a Herbert> \usepackage[usenames]{color} which is Herbert> -- wrong here Because beamer provides it? Herbert> -- and should always be xcolor, if really needed. Even though Herbert

latex2html as lyx convertor: originaldir, resultdir, directory copy ?

2005-12-20 Thread Andriy Gapon
My environment: lyx-1.3.6 built from FreeBSD ports FreeBSD 5.4 I am trying to configure latex2html as a converter in lyx. Peculiarity of latex2html is that it generates multiple files in an output directory and the main file is index.html. I am using originaldir,resultdir,resultfile extra options

Re: [PATCH] Re: Mathinset behavior (André?)

2005-12-20 Thread Georg Baum
Martin Vermeer wrote: > The following is perhaps lighter, and could be considered an alternative > if there are side effects. (But this may have such as well.) BTW this is bug 2034: http://bugzilla.lyx.org/show_bug.cgi?id=2034 Georg