Re: bug in linguistics module or modules in general

2008-01-06 Thread RGH
Uwe Stöhr wrote: > > I tried out the new linguistics module and see there that > > \usepackage{covinton} > > appears every time in the preamble when the mudule is used in the > > document. We need a requires tag. I've looked into this a bit, and what's happening is that the preamble informa

Re: r22410 - in /lyx-devel/trunk/src: EmbeddedFiles.cpp Embed...

2008-01-06 Thread Bo Peng
> URL: http://www.lyx.org/trac/changeset/22410 > Log: > Embedding: After another round of EmbeddedFiles changes, embedded figures > should more or less work now. Expect bugs, but you may want to play with the embedding feature (InsetGraphics only) now, by Enable, disable embedding Change embeddi

Re: LFUN Docs and LFUN Order

2008-01-06 Thread rgheck
Pavel Sanda wrote: order, too. Are there opinions on how that should be done---viz., alphabetically, thematically, ??? i would vote for thematical (re)grouping i also wonder whats the meaning of number-counting of the lfuns. does anybody use it or can it be deleted too ? The only use

Re: xdg-open

2008-01-06 Thread Rex Dieter
Per Olofsson wrote: > Well, I submitted the patch over a year ago: > https://bugs.freedesktop.org/show_bug.cgi?id=8158 I'll (help) take care of it, looks nice, btw. :) -- Rex

Re: xdg-open

2008-01-06 Thread Rex Dieter
Per Olofsson wrote: > rgheck wrote: >> Per Olofsson wrote: >>> There is no mention of mimeopen in copy of xdg-open. Could it be another >>> distro-specific patch? >>> >>> >> Sounds like it. > > Seems like a good patch, I should add it to the Debian package. Which > distribution are you running

Re: xdg-open

2008-01-06 Thread Rex Dieter
Pavel Sanda wrote: >> Yes, but the point is that by using xdg-open, we use whatever the user >> has set as default, rather than (say) using acroread when they've set >> kpdf. The > > afaik the problem is that there is no unified system how to handle file > types in linux. xdg-open is just script

Re: [Cvslog] r22329 - /lyx-devel/trunk/src/lfuns.h

2008-01-06 Thread Pavel Sanda
>> no, the output is verbatim. maybe i will change this case to eg >> []. >> >> > I beat you to it!! you want to eat all the commit joy for this day, dont you :D p

Re:Scrivener, anything to learn from it?

2008-01-06 Thread Anders Ekberg
christian . ridderstrom Sun, 06 Jan 2008 08:41:11 -0800 Hi, I just read about a software called 'Scrivener' in NY Times: http://www.nytimes.com/2008/01/06/magazine/06wwln-medium-t.html?ref=technology The writer seems very pleased with it, here's the Scrivener page for Mac: http:/

Re: LFUN Docs and LFUN Order

2008-01-06 Thread Pavel Sanda
> order, too. Are there opinions on how that should be done---viz., > alphabetically, thematically, ??? i would vote for thematical (re)grouping i also wonder whats the meaning of number-counting of the lfuns. does anybody use it or can it be deleted too ? pavel

Re: Scrivener, anything to learn from it?

2008-01-06 Thread Pavel Sanda
> drawer on Mac). That is, I'd like to be able to manipulate document > headings (Part/Chapter/Section/Subsection/...) with the keyboard in the > same way we now can manipulate levels of enumerate environments. Thus (on > Mac), should demote a document heading from Chapter > to Section, just a

LFUN Docs and LFUN Order

2008-01-06 Thread rgheck
The LFUNs in lfun.h are, from what I can tell, in no particular order. Now that we're doxyfying them, it seems as if some sensible order would be worth having, so that the generated documentation would have a sensible order, too. Are there opinions on how that should be done---viz., alphabeti

Re: [Cvslog] r22329 - /lyx-devel/trunk/src/lfuns.h

2008-01-06 Thread rgheck
no, the output is verbatim. maybe i will change this case to eg []. I beat you to it!! rh

Re: Scrivener, anything to learn from it?

2008-01-06 Thread Bennett Helm
On Jan 6, 2008, at 11:40 AM, [EMAIL PROTECTED] wrote: Hi, I just read about a software called 'Scrivener' in NY Times: http://www.nytimes.com/2008/01/06/magazine/06wwln-medium-t.html? ref=technology The writer seems very pleased with it, here's the Scrivener page for Mac: http:/

Re: [Cvslog] r22329 - /lyx-devel/trunk/src/lfuns.h

2008-01-06 Thread Pavel Sanda
>>> - * \li Syntax: lfun_paragraph-params [INDENT] [SPACING] [ALIGN] [OTHERS] >>> - * \li Params: INDENT: \\noindent|\\indent|\\indent-toggle|\\leftindent >>> LENGTH\n >>> - SPACING: \\paragraph_spacing >>> default|single|onehalf|double|other\n >>> - ALIGN: \\align block

Re: [Cvslog] r22388 - in /lyx-devel/trunk/src: Buffer.cpp BufferParams...

2008-01-06 Thread rgheck
Peter Kümmel wrote: rgheck wrote: Andre Poenitz wrote: On Sat, Jan 05, 2008 at 05:04:58PM -, [EMAIL PROTECTED] wrote: [...] -bool BufferParams::addLayoutModule(string modName, bool makeClass) { +bool BufferParams::addLayoutModule(string modName) { [..] bool BufferParams::addLayoutModule

Re: [Cvslog] r22388 - in /lyx-devel/trunk/src: Buffer.cpp BufferParams...

2008-01-06 Thread Peter Kümmel
rgheck wrote: Andre Poenitz wrote: On Sat, Jan 05, 2008 at 05:04:58PM -, [EMAIL PROTECTED] wrote: [...] -bool BufferParams::addLayoutModule(string modName, bool makeClass) { +bool BufferParams::addLayoutModule(string modName) { [..] bool BufferParams::addLayoutModules(vectormodNames)

Re: [Cvslog] r22388 - in /lyx-devel/trunk/src: Buffer.cpp BufferParams...

2008-01-06 Thread rgheck
Andre Poenitz wrote: On Sat, Jan 05, 2008 at 05:04:58PM -, [EMAIL PROTECTED] wrote: [...] -bool BufferParams::addLayoutModule(string modName, bool makeClass) { +bool BufferParams::addLayoutModule(string modName) { [..] bool BufferParams::addLayoutModules(vectormodNames) Grrr... H

Re: xdg-open

2008-01-06 Thread rgheck
Per Olofsson wrote: rgheck wrote: Per Olofsson wrote: There is no mention of mimeopen in copy of xdg-open. Could it be another distro-specific patch? Sounds like it. Seems like a good patch, I should add it to the Debian package. Which distribution are you running?

Re: xdg-open

2008-01-06 Thread rgheck
Per Olofsson wrote: Sven Hoexter wrote: On Sat, Jan 05, 2008 at 06:36:50PM +0100, Pavel Sanda wrote: If it's really too much pain to fix xdg-open then I've to agree that it would make more sense to revert the change. have you some experience how much are xdg devs communicativ

Re: xdg-open

2008-01-06 Thread Per Olofsson
rgheck wrote: > Per Olofsson wrote: >> There is no mention of mimeopen in copy of xdg-open. Could it be another >> distro-specific patch? >> >> > Sounds like it. Seems like a good patch, I should add it to the Debian package. Which distribution are you running? > >> mimeopen seems like the pr

Re: Bug 4460, Crash opening LaTeXConfig.lyx

2008-01-06 Thread rgheck
Backtrace: gdb /cvs/lyx-devel/trunk/src/lyx --interpreter=mi2 -quiet(gdb) quitquit The program is running. Exit anyway? (y or n) [answered Y; input not from terminal] (gdb) Process exited gdb /cvs/lyx-devel/trunk/src/lyx --interpreter=mi2 -quiet(gdb) quitquit The program is running. Exit anyw

Re: changeset/22384

2008-01-06 Thread rgheck
Uwe Stöhr wrote: Richard, could you please also update the LaTeXConfig.lyx file accordingly to list endnotes there too. As you saw in your bug report, no can do right now! rh

Re: xdg-open

2008-01-06 Thread rgheck
Per Olofsson wrote: rgheck wrote: We've been using xdg-open as the first choice for the Debian packages and subsequently the Ubuntu packages for over a year now and didn't receive such a problem report so I suspect that it makes more sense to fix the broken setup instead of reverting this cha

Re: LyX 1.5 Patch Candidate List #14

2008-01-06 Thread rgheck
Michael Gerz wrote: http://www.lyx.org/trac/changeset/22386 - rgheck - Minor modification: do not worry about .sty extension. http://www.lyx.org/trac/changeset/22388 - rgheck - Rationalize the handling of makeTextClass(). Module related and so only for 1.6. rh

Re: r22385 - in /lyx-devel/trunk/src: ModuleList.cpp ModuleLi...

2008-01-06 Thread rgheck
Angus Leeming wrote: [EMAIL PROTECTED] wrote: > Author: rgheck > Date: Sat Jan 5 17:49:49 2008 > New Revision: 22385 > > URL: http://www.lyx.org/trac/changeset/22385 > Log: > Implement isAvaiable in ModuleList. Call be blind, but I cannot see where you set LyXModule::checked to True... Uhh,

Scrivener, anything to learn from it?

2008-01-06 Thread christian . ridderstrom
Hi, I just read about a software called 'Scrivener' in NY Times: http://www.nytimes.com/2008/01/06/magazine/06wwln-medium-t.html?ref=technology The writer seems very pleased with it, here's the Scrivener page for Mac: http://literatureandlatte.com/scrivener.html This page has

Re: [Cvslog] r22329 - /lyx-devel/trunk/src/lfuns.h

2008-01-06 Thread rgheck
Pavel Sanda wrote: Author: rgheck Date: Fri Dec 28 18:57:43 2007 New Revision: 22329 URL: http://www.lyx.org/trac/changeset/22329 Log: Contributions to the LFUN documentation project. thanks for this. +/** + * LFUN_BUFFER_NEW

Re: bug in linguistics module or modules in general

2008-01-06 Thread rgheck
Jürgen Spitzmüller wrote: Uwe Stöhr wrote: I tried out the new linguistics module and see there that \usepackage{covinton} appears every time in the preamble when the mudule is used in the document. We need a requires tag. Can you explain exactly what you want here? I'm confuse

Re: chkconfig.ltx

2008-01-06 Thread rgheck
Uwe Stöhr wrote: > %%% For document classes, things are even simpler, since you do not > %%% need to edit this file. Just put your layout file in some place > %%% where LyX can find it and add if you wish a description in > %%% LaTeXConfig.lyx.in, as described above. From where is this comment?

Re: [Cvslog] r22373 - /lyx-devel/trunk/src/support/minizip/zipunzip.cpp

2008-01-06 Thread Bo Peng
> > Hmmm... I don't think it is a good idea mixing C and C++ I/O functions, > or even using stdout for error messages. Can't lyxerr be used here? The code was written in c. I replace makedir with our version because I found a bug in the c implementation. I am not sure if I want to modify the code

Re: r22374 - /lyx-devel/trunk/src/insets/InsetGraphicsParams.cpp

2008-01-06 Thread Bo Peng
On Jan 5, 2008 10:55 PM, Angus Leeming <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Author: bpeng > > Date: Sat Jan 5 05:43:13 2008 > > New Revision: 22374 > > > > URL: http://www.lyx.org/trac/changeset/22374 > > Log: > > Embedding: does not write inzipName option in InsetGraphics bec

Re: About scrolling in 1.6

2008-01-06 Thread Pavel Sanda
> intrusive this change required quite some thinking and testing. I am happy > with the results now and I would like to invite you all to do some testing. both two sample doc i have prepared for scroll testing failed. one example is here: http://bugzilla.lyx.org/attachment.cgi?id=2218&action=vi

Re: bug in linguistics module or modules in general

2008-01-06 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > But does it matter? Yes. Why do I need to install covington if I do not use it. Besides this, it's a hack, and we need a clean solution. Jürgen

Re: bug in linguistics module or modules in general

2008-01-06 Thread Uwe Stöhr
> This doesn't look right. Covington is not needed by all elements of the > module. But does it matter? I think it doesn't harm to load covington in the preamble when the linguistics module is used as you state explicitely in the documentation that covington is needed and the module handler che

Re: bug in linguistics module or modules in general

2008-01-06 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > > I tried out the new linguistics module and see there that > > \usepackage{covinton} > > appears every time in the preamble when the mudule is used in the > > document. We need a requires tag. > > Packages loaded by modules should only appear once in the > > preamble, no matte

LyX 1.5 Patch Candidate List #14

2008-01-06 Thread Michael Gerz
Hi Jürgen, here comes the latest (and possibly last) patch candidate list. http://www.lyx.org/trac/changeset/20916 - leuven - add "copy to clipboard" button to log dialog http://www.lyx.org/trac/changeset/22005 - younes - New file is placed in current directory by default. (Abdel: back