Re: current session handling can break LyX completely

2008-09-24 Thread Abdelrazak Younes
On 24/09/2008 01:44, Uwe Stöhr wrote: Our session handling is incorrect and can break LyX completely: http://bugzilla.lyx.org/show_bug.cgi?id=5274 (It took me a lot of time to find a workaround to get LyX usable again, so I think this should be fixed before rc3 is released.) Are you aware tha

Re: question 4 of x - help to update the docs for 1.6.0

2008-09-24 Thread Abdelrazak Younes
On 24/09/2008 00:25, Uwe Stöhr wrote: In the preferences there is under Look & Feel the option "Open documents in tabs". But when I uncheck it and restart LyX, the docs are still opened in tabs. What is this option supposed to be? The option doesn't work at restart. Otherwise, it works: it 'Op

Re: LyX layout editor - specification

2008-09-24 Thread rgheck
Pavel Sanda wrote: Richard Heck wrote: G Milde wrote: On the other side would be a "wizard" like layout-creator with drop-down and selection lists (like the citation insert dialogue) for GUI creation of layouts without exposure to the syntax. (However, I would not call this an editor --

Re: Display of index in the Outline window--sorted alphabetically

2008-09-24 Thread Uwe Stöhr
> this patch will sort anything in outliner automatically. > sort won't be correct for nonascii characters. This is what I meant, please apply. That it doesn't sort non-ASCII characters in the right order is no problem as you are only one or two entries away in the worst case, but this is even b

Re: Display of index in the Outline window--sorted alphabetically

2008-09-24 Thread Pavel Sanda
Jack M. Lyon wrote: > Dear Revered LyX Developers: > > I wrote you earlier today about displaying the List of Index Entries in the > Document Outline. Lo and behold, you've already done this in LyX 6.0. Thanks > very much! > > Now one other (hopefully) small request: > > Can you please make it p

RE: [patch] Tabbing in listings

2008-09-24 Thread Vincent van Ravesteijn - TNW
>> - >> - >> +{ LFUN_LISTINGS_TAB_INSERT, "listings-tab-insert", SingleParUpdate, >> +Edit }, > >maybe we can use LFUN_TAB_INSERT, so we can re-use it somewhere else when needed? > Is possible.. >> +/*! >> + * \var lyx::FuncCode lyx::LFUN_LISTINGS_TAB_DELETE >> + * \li Action: Delete

Re: [patch] Tabbing in listings

2008-09-24 Thread Pavel Sanda
Vincent van Ravesteijn wrote: > - > - > + { LFUN_LISTINGS_TAB_INSERT, "listings-tab-insert", > SingleParUpdate, Edit }, maybe we can use LFUN_TAB_INSERT, so we can re-use it somewhere else when needed? > +/*! > + * \var lyx::FuncCode lyx::LFUN_LISTINGS_TAB_DELETE > + * \li Action: D

Re: question 2 of x - help to update the docs for 1.6.0

2008-09-24 Thread Uwe Stöhr
> This is not new. 1.5 has it as well (I think even 1.4). Yes this exists since LyX 1.4.0. I missed this until now. > And it's documented in Extended.lyx 3.1.2. I updated this section now a bit and reference it in the UserGuide. Btw. while doing this, I stumbled over the following problem: LyX

Re: [patch] Tabbing in listings

2008-09-24 Thread Vincent van Ravesteijn
Vincent van Ravesteijn wrote: Vincent van Ravesteijn wrote: > > PS. I still used the 'old' LFUNs, I didn't want to stir the patch too > much.. so small steps at a time (changing the LFUNs is not a large > change to this patch). > An attempt to add two LFUNs for tabbing is Listings. If you like t

Re: [patch] Tabbing in listings

2008-09-24 Thread Vincent van Ravesteijn
Vincent van Ravesteijn wrote: PS. I still used the 'old' LFUNs, I didn't want to stir the patch too much.. so small steps at a time (changing the LFUNs is not a large change to this patch). An attempt to add two LFUNs for tabbing is Listings. If you like the names (I'm never that good in think

Re: [patch] Tabbing in listings

2008-09-24 Thread Vincent van Ravesteijn
Pavel Sanda wrote: Vincent van Ravesteijn - TNW wrote: > Here it is. It allows : > -inserting tabs, > -removing tabs and spacing by backtab, > -copying code with tabs from other applications. Vincent, have you worked on this lately? if we want to have it in before rc3, the time is

Re: Cursor::anchor()

2008-09-24 Thread Andre Poenitz
On Wed, Sep 24, 2008 at 09:48:36PM +0200, Vincent van Ravesteijn wrote: > Well, I wasn't that clear, but all attempts failed until I came across > the following : > > //private: >/// the anchor position >DocIterator anchor_; > Now, I understand why somebody has commented out the private

Re: Cursor::anchor()

2008-09-24 Thread Vincent van Ravesteijn
Andre Poenitz wrote: On Wed, Sep 24, 2008 at 09:11:19PM +0200, Vincent van Ravesteijn - TNW wrote: How can I modify the anchor position of a selection ? void InsetListings::doDispatch(Cursor & cur, FuncRequest & cmd) { ++cur.anchor().pos() } Or something like this.. In the follo

Re: about character styles

2008-09-24 Thread Uwe Stöhr
Richard Heck schrieb: Why do you have to explain them simply to use them? Imagine you are a rather new or average LyXer and read the docs because you are interested in the different features. You surely want to know what the black boxes are for. When you found it out, you surely also want to

Re: Cursor::anchor()

2008-09-24 Thread Andre Poenitz
On Wed, Sep 24, 2008 at 09:11:19PM +0200, Vincent van Ravesteijn - TNW wrote: > How can I modify the anchor position of a selection ? > > void InsetListings::doDispatch(Cursor & cur, FuncRequest & cmd) > { > ++cur.anchor().pos() > } > > Or something like this.. > > > In the following cod

Bug in LyX 1.6.0rc2 - Problem with upper case in graphic file extension

2008-09-24 Thread Joachim Krieg
Hello, I think I found one more graphic bug in LyX 1.6.0rc2. If you insert a graphic and the graphic file extension contains upper case (like graphic.PNG) LyX will gave me an error. If the graphic file extension contains lower case (graphic.png) there is no problem creating an output. Maybe this

Re: LyX layout editor - specification

2008-09-24 Thread Pavel Sanda
Richard Heck wrote: > G Milde wrote: >> On the other side would be a "wizard" like layout-creator with >> drop-down and selection lists (like the citation insert dialogue) for >> GUI creation of layouts without exposure to the syntax. (However, I >> would not call this an editor -- hence my alterna

Re: Tab key bindings, completion

2008-09-24 Thread Bennett Helm
On Wed, Sep 24, 2008 at 2:46 PM, Stefan Schimanski <[EMAIL PROTECTED]> wrote: > now the questions: >> 1. complete was replaced by complete-accept. >> (complete is trying to complete in the way bash do after tab - >> find the longest common prefix from the current on.) >> is there some disagreem

Cursor::anchor()

2008-09-24 Thread Vincent van Ravesteijn - TNW
How can I modify the anchor position of a selection ? void InsetListings::doDispatch(Cursor & cur, FuncRequest & cmd) { ++cur.anchor().pos() } Or something like this.. In the following code, shouldn't we return a const CursorSlice and/or document that the returned CursorSlice isn't the

Re: about character styles

2008-09-24 Thread Richard Heck
Uwe Stöhr wrote: rgheck schrieb: Well, if you're going to leave InsetInfo until after 1.6, we can do this together. You can tell me what character styles you want, and I'll produce definitions of them that you can use. This wouldn't help. What we need is a way to define your own character s

Re: changeset 26514

2008-09-24 Thread Richard Heck
Uwe Stöhr wrote: rgheck schrieb: You can see from the diff itself, more or less, what I did. Yes, but that costs me some time since diffs doesn't read well. Telling me the changed sections would be enough. I will then read them find out the differences according to the diff. I also added

Re: question 1 of x - help to update the docs for 1.6.0

2008-09-24 Thread Richard Heck
Pavel Sanda wrote: Uwe Stöhr wrote: But to use it for the docs I miss the possibility to customize InsetInfo's output. In the docs, menu names and shortcuts are in sans serif, icons have a uniform size of 80%. So I need a way to specify the output of the different InsetInfo types for the cu

Re: Tab key bindings, completion

2008-09-24 Thread Stefan Schimanski
as we have brand new lfun for alternative lfuns to be bound to certain key we should decide what to do with tab key: to sum up for people not involved in lengthy discussions: tab bindings: 1.5 state: used for tables and math arrays rc2 state: used for completion (complete lfun) new proposal o

Tab key bindings, completion

2008-09-24 Thread Pavel Sanda
hi, as we have brand new lfun for alternative lfuns to be bound to certain key we should decide what to do with tab key: to sum up for people not involved in lengthy discussions: tab bindings: 1.5 state: used for tables and math arrays rc2 state: used for completion (complete lfun) new propos

Re: [patch] Tabbing in listings

2008-09-24 Thread Vincent van Ravesteijn
Pavel Sanda wrote: Vincent van Ravesteijn - TNW wrote: > Here it is. It allows : > -inserting tabs, > -removing tabs and spacing by backtab, > -copying code with tabs from other applications. Vincent, have you worked on this lately? if we want to have it in before rc3, the time is

Re: question 1 of x - help to update the docs for 1.6.0

2008-09-24 Thread Uwe Stöhr
> The latter (e.g. "song"). It's the second mandatory argument of the CJK > environment. Thanks Jürgen for you quick reply. I added this info to th docs. regards Uwe

Re: [patch] Tabbing in listings

2008-09-24 Thread Pavel Sanda
Vincent van Ravesteijn - TNW wrote: > Here it is. It allows : > -inserting tabs, > -removing tabs and spacing by backtab, > -copying code with tabs from other applications. Vincent, have you worked on this lately? if we want to have it in before rc3, the time is short :) pavel

about character styles

2008-09-24 Thread Uwe Stöhr
rgheck schrieb: Well, if you're going to leave InsetInfo until after 1.6, we can do this together. You can tell me what character styles you want, and I'll produce definitions of them that you can use. This wouldn't help. What we need is a way to define your own character styles. That means t

Re: changeset 26514

2008-09-24 Thread Uwe Stöhr
rgheck schrieb: You can see from the diff itself, more or less, what I did. Yes, but that costs me some time since diffs doesn't read well. Telling me the changed sections would be enough. I will then read them find out the differences according to the diff. I also added a little bit to th

Re: question 1 of x - help to update the docs for 1.6.0

2008-09-24 Thread Pavel Sanda
Uwe Stöhr wrote: >>> But to use it for the docs I miss the possibility to customize >>> InsetInfo's output. In the docs, menu names and shortcuts are in sans >>> serif, icons have a uniform size of 80%. So I need a way to specify the >>> output of the different InsetInfo types for the current do

Re: question 1 of x - help to update the docs for 1.6.0

2008-09-24 Thread rgheck
Uwe Stöhr wrote: rgheck schrieb: But to use it for the docs I miss the possibility to customize InsetInfo's output. In the docs, menu names and shortcuts are in sans serif, icons have a uniform size of 80%. So I need a way to specify the output of the different InsetInfo types for the current

Re: changeset 26514

2008-09-24 Thread rgheck
Uwe Stöhr wrote: Hello Richard, thanks for your documentation update. But I need to keep the diferent language versions in sync. So could you please tell me what you changed in what sections when you update the docs. I can then update the other language versions or tell the translators. So

Re: question 1 of x - help to update the docs for 1.6.0

2008-09-24 Thread Uwe Stöhr
rgheck schrieb: But to use it for the docs I miss the possibility to customize InsetInfo's output. In the docs, menu names and shortcuts are in sans serif, icons have a uniform size of 80%. So I need a way to specify the output of the different InsetInfo types for the current document. Can'

Re: question 1 of x - help to update the docs for 1.6.0

2008-09-24 Thread rgheck
Uwe Stöhr wrote: > Everything is explained in src/insets/InsetInfo.h, So it is well hidden ;-) Why is there no GUI? I mean the users will see this inset in the documentation files and ask how to use it and what it is for. It's not really meant for ordinary users, I don't think. It gives you

Re: lyx and collaborative editing.

2008-09-24 Thread Christian Ridderström
On Wed, 24 Sep 2008, Uwe Brauer wrote: >>> Correct. It converts wiki (via XML, then LaTeX) to PDF. Please >>> note that allowing plain, arbitrary LaTeX to be parsed on an open >>> wiki is a security risk. >> >> why is this so, what a pity that would be ideal for collaboration. > To

changeset 26514

2008-09-24 Thread Uwe Stöhr
Hello Richard, thanks for your documentation update. But I need to keep the diferent language versions in sync. So could you please tell me what you changed in what sections when you update the docs. I can then update the other language versions or tell the translators. (The French, Japanese,

Re: question 1 of x - help to update the docs for 1.6.0 - forgot this

2008-09-24 Thread Uwe Stöhr
Why is there no GUI? I mean the users will see this inset in the documentation files and ask how to use it and what it is for. So InstInfo should at least be described in the Extended or Customization manual. Could you do this please?

Re: question 1 of x - help to update the docs for 1.6.0

2008-09-24 Thread Uwe Stöhr
> Everything is explained in src/insets/InsetInfo.h, So it is well hidden ;-) Why is there no GUI? I mean the users will see this inset in the documentation files and ask how to use it and what it is for. So InstInfo should at least be described in the > 1. input the type and argument of thi

RE: Display of index in the Outline window--sorted alphabetically

2008-09-24 Thread Uwe Stöhr
> Can you please make it possible to sort the index entries in Document > Outline alphabetically? It would make all the difference in the world to a > serious indexer. I fully agree with you. Without a sorting for index entries, labels, etc., the outliner is quite useless for larger documents. T

Re: [Cvslog] r26518 - in /lyx-devel/trunk/src: FuncCode.h LyXAction.cp...

2008-09-24 Thread José Matos
On Wednesday 24 September 2008 16:08:47 [EMAIL PROTECTED] wrote: > Jose: Once the bindings have been sorted out, that will complete the work > on this we said we wanted to do for rc3. OK, thanks for taking care of this issue. :-) -- José Abílio

Re: Multi-LFUN Binding

2008-09-24 Thread rgheck
This has now been committed. Next issue is the bindings. There ought to be other places we can use this, too, no? rh

Re: Multi-LFUN Binding

2008-09-24 Thread rgheck
leuven edwin wrote: bind-sequence I'll go with command-alternatives, if only because it stays in the command-* family. rh

RE: Multi-LFUN Binding

2008-09-24 Thread leuven edwin
bind-sequence ?

Re: Multi-LFUN Binding

2008-09-24 Thread Jean-Marc Lasgouttes
rgheck <[EMAIL PROTECTED]> writes: > Maybe the former? I'll let you use your great wisdom to pick one. JMarc

RE: Display of index in the Outline window--sorted alphabetically

2008-09-24 Thread Jack M. Lyon
Dear Revered LyX Developers: I wrote you earlier today about displaying the List of Index Entries in the Document Outline. Lo and behold, you've already done this in LyX 6.0. Thanks very much! Now one other (hopefully) small request: Can you please make it possible to sort the index entries in D

Re: Multi-LFUN Binding

2008-09-24 Thread Pavel Sanda
Richard Heck wrote: > So I propose just to commit what I've got i agree with this. call + command-sequence allows to work around it. pavel

Re: Multi-LFUN Binding

2008-09-24 Thread rgheck
Jean-Marc Lasgouttes wrote: rgheck <[EMAIL PROTECTED]> writes: All those are great ideas, but none of them are things I have time to do. ;-) The current proposal is minimally invasive, and this kind of change is very much so. So I propose just to commit what I've got, and if we want to change

Re: Multi-LFUN Binding

2008-09-24 Thread Pavel Sanda
Richard Heck wrote: > In the current system, yes. But a better system would display something > like "Tab (alt)" for those things. This is because the shortcut dialog also > functions as information: How do I get ? this could be solved by new additional column with some flag, that this is al

Re: Multi-LFUN Binding

2008-09-24 Thread Jean-Marc Lasgouttes
rgheck <[EMAIL PROTECTED]> writes: > All those are great ideas, but none of them are things I have time to > do. ;-) The current proposal is minimally invasive, and this kind of > change is very much so. So I propose just to commit what I've got, and > if we want to change the syntax we can do that

Re: Multiple Key Bindings

2008-09-24 Thread Pavel Sanda
Richard Heck wrote: > Well, complete isn't always enabled---not in the middle of a word---but > it's almost always enabled, so you do have this problem. in fact i don't have this problem, since i use completion-accept ;) it seems we both agree upon this solution, but i would like to listen others

Re: Multi-LFUN Binding

2008-09-24 Thread rgheck
Pavel Sanda wrote: Richard Heck wrote: +\bind "Tab""alternatives completion-accept; cell-forward" really good approach I've have a quick go at this. The patch is attached. These alternative bindings don't show quite right in the shortcut editor. (Try typing "com

Re: Multi-LFUN Binding

2008-09-24 Thread rgheck
Jean-Marc Lasgouttes wrote: rgheck <[EMAIL PROTECTED]> writes: But if we used a different delimiter? Or accept alternative command-sequence foo \; bar ; baz Or ... [snip] All those are great ideas, but none of them are things I have time to do. ;-) The current proposal is min

Re: Multi-LFUN Binding

2008-09-24 Thread Pavel Sanda
Richard Heck wrote: >>> +\bind "Tab""alternatives completion-accept; cell-forward" really good approach > I've have a quick go at this. The patch is attached. > > These alternative bindings don't show quite right in the shortcut editor. > (Try typing "comp" in the search box.) But p

Re: Multi-LFUN Binding

2008-09-24 Thread Jean-Marc Lasgouttes
rgheck <[EMAIL PROTECTED]> writes: > But if we used a different delimiter? Or accept alternative command-sequence foo \; bar ; baz Or extend command-sequence and alternative to use a syntax like command-sequence "foo" "bar" alternative "command-sequence \"foo\" \"bar\"" "baz" (this la

RE: Multi-LFUN Binding

2008-09-24 Thread leuven edwin
> But if we used a different delimiter? that would've been my next question...

Re: Multi-LFUN Binding

2008-09-24 Thread rgheck
Jean-Marc Lasgouttes wrote: leuven edwin <[EMAIL PROTECTED]> writes: is it possible to put a command sequence among the alternatives? No... Our syntax is a bit weak. But you can "call" a macro in there. But if we used a different delimiter? rh

Re: Multi-LFUN Binding

2008-09-24 Thread Jean-Marc Lasgouttes
leuven edwin <[EMAIL PROTECTED]> writes: > is it possible to put a command sequence among the alternatives? No... Our syntax is a bit weak. But you can "call" a macro in there. JMarc

RE: Multi-LFUN Binding

2008-09-24 Thread leuven edwin
is it possible to put a command sequence among the alternatives?

Re: Multi-LFUN Binding

2008-09-24 Thread Jean-Marc Lasgouttes
rgheck <[EMAIL PROTECTED]> writes: > I've have a quick go at this. The patch is attached. Looks good. JMarc

Re: Multi-LFUN Binding

2008-09-24 Thread rgheck
Jean-Marc Lasgouttes wrote: G Milde <[EMAIL PROTECTED]> writes: * or an alternative keyword (similar to the command-sequence) +\bind "Tab""alternatives completion-accept; cell-forward" Excellent idea. I see the advantages to this proposal. +1 This strikes me as a m

[PATCH][RFC] selection of items in ErrorList

2008-09-24 Thread Jean-Marc Lasgouttes
I noticed that the errorlist (for chktex in this case) does not work at all like I intended. When I click on the items one by one, the description that appears does not match what I want. Instrumenting GuiErrorList::select() with lyxerr shows that the index used by this function does not match wha

Re: Multiple Key Bindings

2008-09-24 Thread rgheck
Pavel Sanda wrote: Richard Heck wrote: I guess I saw this the other way around: BOTH completion AND next-cell should work in tables. and both bound to tab? Yes. And this does work if what's bound is completion-accept. If you bind it to complete, then it works much less well. Othe

Re: question 1 of x - help to update the docs for 1.6.0

2008-09-24 Thread Jean-Marc Lasgouttes
Uwe Stöhr <[EMAIL PROTECTED]> writes: > Jean-Marc Lasgouttes schrieb: > >> I have a question of my own too: do you have plans to use InsetInfo in >> the docs? > > How can I insert an InsetInfo, there is no menu entry for this? Where should > I use it? Everything is explained in src/insets/InsetI

Re: Release candidate in 2 days

2008-09-24 Thread rgheck
Jean-Marc Lasgouttes wrote: rgheck <[EMAIL PROTECTED]> writes: My testing has made it seem pretty intuitive to me. You're typing along, you get a completion suggested, and you hit Tab. If no completion is being suggested, then Tab takes you to the next cell. Now, for sure, the details here de

Re: LyX layout editor - specification

2008-09-24 Thread rgheck
G Milde wrote: On the other side would be a "wizard" like layout-creator with drop-down and selection lists (like the citation insert dialogue) for GUI creation of layouts without exposure to the syntax. (However, I would not call this an editor -- hence my alternative suggestion.) A "wizard"

Re: question 1 of x - help to update the docs for 1.6.0

2008-09-24 Thread Konrad Hofbauer
Uwe Stöhr wrote: Jean-Marc Lasgouttes schrieb: I have a question of my own too: do you have plans to use InsetInfo in the docs? How can I insert an InsetInfo, there is no menu entry for this? That I do not know either (I always copied from elsewhere), but there should be an LFUN for it.

Re: question 1 of x - help to update the docs for 1.6.0

2008-09-24 Thread Uwe Stöhr
Jean-Marc Lasgouttes schrieb: I have a question of my own too: do you have plans to use InsetInfo in the docs? How can I insert an InsetInfo, there is no menu entry for this? Where should I use it? regards Uwe

Re: question 4 of x - help to update the docs for 1.6.0

2008-09-24 Thread Uwe Stöhr
Bennett Helm schrieb: See bug 4906: Thanks for the hint. regards Uwe

Re: Multiple Key Bindings

2008-09-24 Thread Pavel Sanda
Richard Heck wrote: > I guess I saw this the other way around: BOTH completion AND next-cell > should work in tables. and both bound to tab? > Otherwise, you, the user, have to remember that > completion has no binding in tables. This is very unintuitive, and it is > especially nasty with mat

Re: lyx and collaborative editing.

2008-09-24 Thread Uwe Brauer
>>> >>> Correct. It converts wiki (via XML, then LaTeX) to PDF. Please >>> note that allowing plain, arbitrary LaTeX to be parsed on an open >>> wiki is a security risk. >> >> why is this so, what a pity that would be ideal for collaboration. > To which of the above parts do

Re: unicode in math

2008-09-24 Thread G Milde
Enrico Forestieri <[EMAIL PROTECTED]> schrieb: > You managed to convice me. With the attached patch, the unicode accented > characters are interpreted as math variables when they are entered in > mathmode. Please test. Thanks for your work. Unfortunately, I did not have the time to compile a pat

Re: question 1 of x - help to update the docs for 1.6.0

2008-09-24 Thread Jean-Marc Lasgouttes
Uwe Stöhr <[EMAIL PROTECTED]> writes: > In order to finish the documentation update for LyX 1.6.0 there are > have several features that I haven't fully understood or no idea how > they are used. So I'll come up with some questions, here's the first > one: I have a question of my own too: do you h

Re: Weird Binding

2008-09-24 Thread Jean-Marc Lasgouttes
rgheck <[EMAIL PROTECTED]> writes: > This one: >\bind "~S-ISO_Left_Tab""cell-backward" > I found an old thread involving John Levon and lgb about this, but I'm > not sure whether we now need it. It's causing a bit of a problem in > the shortcuts dialog, because KeySequence::print(), which

Re: Multi-LFUN Binding

2008-09-24 Thread Jean-Marc Lasgouttes
G Milde <[EMAIL PROTECTED]> writes: > * or an alternative keyword (similar to the command-sequence) > > +\bind "Tab""alternatives completion-accept; cell-forward" +1 This strikes me as a much easier solution to implement than multiple bindings! JMarc

Re: Release candidate in 2 days

2008-09-24 Thread Jean-Marc Lasgouttes
rgheck <[EMAIL PROTECTED]> writes: > My testing has made it seem pretty intuitive to me. You're typing > along, you get a completion suggested, and you hit Tab. If no > completion is being suggested, then Tab takes you to the next cell. > Now, for sure, the details here depend upon exactly which LF

Re: Multi-LFUN Binding

2008-09-24 Thread G Milde
rgheck <[EMAIL PROTECTED]> schrieb: > Here's the latest version of this patch. The main change is that this > one addresses the issue of the shortcuts dialog. As I've said elsewhere, > the dialog in its current state simply can't deal with the binding of > multiple LFUNs to one key. My solution

Re: LyX layout editor - specification

2008-09-24 Thread G Milde
Andre Poenitz <[EMAIL PROTECTED]> schrieb: > On Tue, Sep 23, 2008 at 07:24:17AM +, G Milde wrote: >> Andre Poenitz <[EMAIL PROTECTED]> schrieb: >> > On Mon, Sep 22, 2008 at 08:48:46PM +0200, Pavel Sanda wrote: >> >> it would be possible for me to lead lyx layout editor as a small >> >> school