Re: A few more unicode symbols.

2007-10-09 Thread Bo Peng
> The first patch implements the ideas above (without ranges) and > works perfectly. You can even mark as greek the chars and get the > same behaviour as before. I just tested this patch and it works as expected. Bo

Re: A few more unicode symbols.

2007-10-09 Thread Enrico Forestieri
On Tue, Oct 09, 2007 at 05:03:54PM +0200, Jürgen Spitzmüller wrote: > Enrico Forestieri wrote: > > Consider also that babel could be switched off by preference, so this > > would leave us in the cold. So, I propose that when any greek unicode > > character is detected the following lines are added

Re: Another problem with the current charstyles implementation

2007-10-09 Thread Martin Vermeer
On Wed, Oct 10, 2007 at 12:57:03AM +0200, Dov Feldstern wrote: > > > Martin Vermeer wrote: > >On Sun, Oct 07, 2007 at 02:26:48AM +0200, Dov Feldstern wrote: ... > If I understand correctly, the current implementation of InsetFlex > *always* calls getDrawFont, doesn't it? So every CharStyle in

Re: Another problem with the current charstyles implementation

2007-10-09 Thread Martin Vermeer
On Wed, Oct 10, 2007 at 12:58:15AM +0200, Dov Feldstern wrote: > > > Martin Vermeer wrote: > >On Sun, Oct 07, 2007 at 10:05:00AM +0300, Martin Vermeer wrote: > >>On Sun, Oct 07, 2007 at 02:26:48AM +0200, Dov Feldstern wrote: > >>> Hi! > > > >... > > > >>> AFAIU, charstyle insets "work" (i.e., d

Re: *not* everything is an inset!

2007-10-09 Thread Martin Vermeer
On Wed, Oct 10, 2007 at 01:02:51AM +0200, Dov Feldstern wrote: > Martin Vermeer wrote: > > > >I gained some new understandings from this discussion. If > >others did too and act on it, it will make a difference: > > Yes, me too. And these observations are good (though I don't necessarily > agree

[PATCH 4263] Listing support for erlang.

2007-10-09 Thread Bo Peng
+++ src/insets/InsetListingsParams.cpp (working copy) @@ -246,7 +246,7 @@ "[Sharp]C\nC++\n[ANSI]C++\n[GNU]C++\n[ISO]C++\n[Visual]C++\nCaml\n" "[light]Caml\n[Objective]Caml\nClean\nCobol\n[1974]Cobol\n[1985]Cobol\n" "[ibm]Cobol\nComal 80\ncommand.com\n[WinXP]command.com\nCom

Re: Strange delays - can't type fast with todays 1.6svn

2007-10-09 Thread Bennett Helm
On Oct 9, 2007, at 10:21 AM, Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: Here is it. Thanks. Put it in, please. Bennett, could you verify whether this fixes the zoom problems, once it is in? Yes it does. Bennett

Re: [Patch] PDFOptions final touches

2007-10-09 Thread Uwe Stöhr
>> - Click on the widget to select the whole dialog >> - Press "layout in a grid" > > yes, this gives slightly better results. is this ok on win (Uwe?) No I still couldn't see the optional arguments field. I recreated the dialog and now it works. One has to select all contents of a groupbox and

Re: *not* everything is an inset!

2007-10-09 Thread Dov Feldstern
Dov Feldstern wrote: I think that any way we look at it, the first thing we (I guess that means "the ranges people", I hope it doesn't mean just "me") have to do is to provide a solid implementation of ranges. Until we have a good, working Range implementation, there's not much that we can do.

Re: *not* everything is an inset!

2007-10-09 Thread Dov Feldstern
Dov Feldstern wrote: I think that any way we look at it, the first thing we (I guess that means "the ranges people", I hope it doesn't mean just "me") have to do is to provide a solid implementation of ranges. Until we have a good, working Range implementation, there's not much that we can do.

Re: *not* everything is an inset!

2007-10-09 Thread Dov Feldstern
Martin Vermeer wrote: I gained some new understandings from this discussion. If others did too and act on it, it will make a difference: Yes, me too. And these observations are good (though I don't necessarily agree with all of them ;) ), and I will keep them in mind as we hopefully proceed

Re: Another problem with the current charstyles implementation

2007-10-09 Thread Dov Feldstern
Martin Vermeer wrote: On Sun, Oct 07, 2007 at 10:05:00AM +0300, Martin Vermeer wrote: On Sun, Oct 07, 2007 at 02:26:48AM +0200, Dov Feldstern wrote: Hi! ... AFAIU, charstyle insets "work" (i.e., determine the font attributes as they would appear in the latex output), in the following m

Re: Another problem with the current charstyles implementation

2007-10-09 Thread Dov Feldstern
Martin Vermeer wrote: On Sun, Oct 07, 2007 at 02:26:48AM +0200, Dov Feldstern wrote: The problem with this is that it's a *new* method for determining the font attributes, which comes alongside the already existing method (character-attributes). And as complicated as character-attributes are

Re: *not* everything is an inset!

2007-10-09 Thread Dov Feldstern
Martin Vermeer wrote: Secondly (and much more importantly), because CT itself is *very* complicated any way you look at it, regardless of the implementation details. I don't believe it would have been easier if you had used insets. After I wrote my answer to John (I used to believe this to

Re: [Cvslog] r20861 - /lyx-devel/trunk/src/BufferParams.cpp

2007-10-09 Thread Uwe Stöhr
Jean-Marc Lasgouttes schrieb: What about setting the latex name of the euc-jp-plain encoding to empty instead? Yes, this is the correct solution. Now I set this for all three encodings and not for the language: http://www.lyx.org/trac/changeset/20879 regards Uwe

Re: Support request for Japanese without CJK

2007-10-09 Thread Uwe Stöhr
Hello Koji, I just noticed that we currenly only have these encodings defined in LyX: # For japanese Encoding euc-jp EUC-JP EUC-JP variable CJK End and # For japanese Encoding jis JIS JIS variable CJK End What about adding this encoding?: # For japanese Encoding shift-jis SJIS SJIS variable

Re: macros for commands

2007-10-09 Thread Bernhard Roider
ouch, that coding styles - i am mixing different styles from different projects... thanks abdel, i will rework it acordingly. bernhard Abdelrazak Younes schrieb: Bernhard Roider wrote: Andre Poenitz schrieb: On Fri, Oct 05, 2007 at 12:24:45AM +0200, Bernhard Roider wrote: hello all, the at

Re: r20863 - in /lyx-devel/trunk/src/frontends/qt4: LaTeXHigh...

2007-10-09 Thread Bernhard Roider
Abdelrazak Younes schrieb: [EMAIL PROTECTED] wrote: Author: younes Date: Tue Oct 9 08:39:53 2007 New Revision: 20863 URL: http://www.lyx.org/trac/changeset/20863 Log: set eol-style. Please people, don't forget about those when adding new files. sorry for that, i think i have to take a loo

[Patch] better behaviour on inserting inset around selection

2007-10-09 Thread Martin Vermeer
On Tue, Oct 09, 2007 at 10:47:54AM +0300, Martin Vermeer wrote: ... > Now _my_ question: > > Looking at Text3.cpp, I find the passage > >if (gotsel && pastesel) { > lyx::dispatch(FuncRequest(LFUN_PASTE, "0")); > // reset first pa

Re: [PATCH] InsetInfo and document help->Shortcuts

2007-10-09 Thread Bo Peng
> > NO. This provides an inset that reveals system information such as > > shortcut, package and textclass availability, and rc settings. > > why an inset? Because the same document would display different things depending on system configuration. We store 'shortcut:font-bold' in this inset, and i

Re: Support request for Japanese without CJK

2007-10-09 Thread Uwe Stöhr
Koji Yokota schrieb: The file you attached worked fine except that I had to convert from the DOS (CR/LF) format to UNIX (LF) format :P (BTW, isn't this problematic to exchange documents between Windows and Unix? LyX on FreeBSD judges a lyx document written on Windows as a wrong format, raises an

Re: A few more unicode symbols.

2007-10-09 Thread Uwe Stöhr
Helge Hafting schrieb: As I said, then he mark it as Greek in the GUI and get a perfect output. > That is a nice workaround - but a workaround is what it is. That is no workaround, that's how it should work, this is intended. When you insert words from other language, mark them as such. Whe

Re: [PATCH] InsetInfo and document help->Shortcuts

2007-10-09 Thread Edwin Leuven
Bo Peng wrote: On 10/9/07, Edwin Leuven <[EMAIL PROTECTED]> wrote: does this add a ui to edit the keybindings? NO. This provides an inset that reveals system information such as shortcut, package and textclass availability, and rc settings. why an inset? This inset is used in LaTeXConfig.l

Re: [PATCH] InsetInfo and document help->Shortcuts

2007-10-09 Thread Bo Peng
On 10/9/07, Edwin Leuven <[EMAIL PROTECTED]> wrote: > Bo Peng wrote: > > Forgot the patch. > > i missed what this is doing. > > does this add a ui to edit the keybindings? NO. This provides an inset that reveals system information such as shortcut, package and textclass availability, and rc setti

Re: [PATCH] InsetInfo and document help->Shortcuts

2007-10-09 Thread Edwin Leuven
Bo Peng wrote: Forgot the patch. i missed what this is doing. does this add a ui to edit the keybindings?

Re: [PATCH] InsetInfo and document help->Shortcuts

2007-10-09 Thread Bo Peng
Attached is an updated patch that 1. use enum ... enum info_type { UNKNOWN_INFO, // Invalid type SHORTCUT_INFO, // Keyboard shortcut LYXRC_INFO, // RC entry PACKAGE_INFO, // Availability of package TEX

Re: Strange delays - can't type fast with todays 1.6svn

2007-10-09 Thread Abdelrazak Younes
Andre Poenitz wrote: On Tue, Oct 09, 2007 at 03:20:10PM +0200, Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: That's what it is called actually. BufferView::update() does some checks on the Update flags and decides to update the full metrics

Re: Strange delays - can't type fast with todays 1.6svn

2007-10-09 Thread Andre Poenitz
On Tue, Oct 09, 2007 at 03:20:10PM +0200, Abdelrazak Younes wrote: > Jean-Marc Lasgouttes wrote: > >Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > > >>That's what it is called actually. BufferView::update() does some > >>checks on the Update flags and decides to update the full metrics or > >>us

No Bug 4264 Upper line of buttons in file open dialog disabled

2007-10-09 Thread Jochen Riehm
Dear Developers, I don't quite know your processes, so I filed a bug and let you know through the mailing list as well. Bug is that the upper buttons of the file open dialog don't show up on my system. Details see filed bug. Please let me know if you need additional information about my system

Re: Strange delays - can't type fast with todays 1.6svn

2007-10-09 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: Here is it. Thanks. Put it in, please. It's in. Bennett, could you verify whether this fixes the zoom problems, once it is in? I don't think this bug was specific to Mac. You should see it on linux too. Abdel.

Re: Support request for Japanese without CJK

2007-10-09 Thread Koji Yokota
Uwe Stöhr wrote: > But the word "Part" appears for me still in English and not in Japanese. But > the japanese-package > should have translated it. Does the translation work for you with your system > and my example? The file you attached worked fine except that I had to convert from the DOS (C

Re: A few more unicode symbols.

2007-10-09 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > Consider also that babel could be switched off by preference, so this > would leave us in the cold. So, I propose that when any greek unicode > character is detected the following lines are added to the preamble: > > \DeclareRobustCommand{\greektext}{% >   \fontencoding{L

Re: A few more unicode symbols.

2007-10-09 Thread Enrico Forestieri
On Tue, Oct 09, 2007 at 04:06:02PM +0200, Jürgen Spitzmüller wrote: > Enrico Forestieri wrote: > > But \textgreek is defined in greek.ldf which is only loaded when > > specifying the greek option to babel. However, when doing so everything > > is typeset as greek and not only the argument of \text

Re: [PATCH] InsetInfo and document help->Shortcuts

2007-10-09 Thread Bo Peng
> I am always a bit slow unfortunately. However, I am very interested by > your patch and I am glad you finally did that. This dates back to my 'B-F' conversation thread, in which F could not find any information about shortcuts. > You should also allow to do "info-inset arg". You mean allowing

Re: [PATCH] InsetInfo and document help->Shortcuts

2007-10-09 Thread Bo Peng
> So, what is the purpose of this inset? Only to display the shortcut or > also to modify them? Only to display them. Although it is *very* tempting, and is not difficult to do (implementation wise), I do not think it is a good idea to modify shortcuts etc in these insets. Customization belongs to

Re: Strange delays - can't type fast with todays 1.6svn

2007-10-09 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > Here is it. Thanks. Put it in, please. Bennett, could you verify whether this fixes the zoom problems, once it is in? Jürgen

Re: Strange delays - can't type fast with todays 1.6svn

2007-10-09 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: It's not just about the pixmap cache but also the metrics cache. I'll correct trunk soon. and branch, please (but post the patch first). Here is it. Abdel. Author: younes Date: Tue Oct 9 16:10:55 2007 New Revision: 20867 URL: http://www.

Re: modules/flex inset bugs, and a question

2007-10-09 Thread Helge Hafting
Martin Vermeer wrote: On Thu, 04 Oct 2007 22:10:25 +0200 Helge Hafting <[EMAIL PROTECTED]> wrote: I tried making a custom inset, and found that if I don't specify "Font . . . EndFont", then LyX crashes as soon as I try "Insert->Custom Insets->my inset" I didn't want to specify a font, I tho

Re: Strange delays - can't type fast with todays 1.6svn

2007-10-09 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > It's not just about the pixmap cache but also the metrics cache. I'll > correct trunk soon. and branch, please (but post the patch first). Jürgen

Re: A few more unicode symbols.

2007-10-09 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > But \textgreek is defined in greek.ldf which is only loaded when > specifying the greek option to babel. However, when doing so everything > is typeset as greek and not only the argument of \textgreek... I didn't know this. Is is of course bad. Jürgen

Re: A few more unicode symbols.

2007-10-09 Thread Enrico Forestieri
On Tue, Oct 09, 2007 at 07:38:57AM +0200, Jürgen Spitzmüller wrote: > Enrico Forestieri wrote: > > When you view the dvi, the argument of \textgreek is shown as greek > > letters. So, the unicode character in LyX whose codepoint represents > > the greek alpha can be translated to LaTeX as \textgre

Re: Strange delays - can't type fast with todays 1.6svn

2007-10-09 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: Yes, it would be nice. It is strange that they live in a different class, BTW. Look at my cleanup in trunk. We have now a new BufferView::draw() method. I did not find it because I assumed naively that it would be name

Re: Strange delays - can't type fast with todays 1.6svn

2007-10-09 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> Yes, it would be nice. It is strange that they live in a different >> class, BTW. > > Look at my cleanup in trunk. We have now a new BufferView::draw() method. I did not find it because I assumed naively that it would be named redraw(), like in wor

Re: Strange delays - can't type fast with todays 1.6svn

2007-10-09 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> It is not very clear from reading the source, and the fact that >> updateMetrics is used directly at times does not make the situation >> easier to understand. > > You should have a look at the 1.4 code to get a sense of real > complication :-) I a

Re: A few more unicode symbols.

2007-10-09 Thread Helge Hafting
Uwe Stöhr wrote: A user might paste his favourite greek quote from a webpage. That works in the GUI, too bad if they then get a latex compile error. As I said, then he mark it as Greek in the GUI and get a perfect output. That is a nice workaround - but a workaround is what it is. LyX should

Re: Strange delays - can't type fast with todays 1.6svn

2007-10-09 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: That's what it is called actually. BufferView::update() does some checks on the Update flags and decides to update the full metrics or us the singlePar optimisation, hence the boolean argument of updateMetrics(bool). It

Re: Strange delays - can't type fast with todays 1.6svn

2007-10-09 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Leuven, E." <[EMAIL PROTECTED]> writes: Abdelrazak Younes wrote: Yes, BufferView::update() is about the metrics rename it to BufferView::updateMetrics() ? Yes, it would be nice. It is strange that they live in a different class, BTW. Look at my cleanup in trun

Re: Strange delays - can't type fast with todays 1.6svn

2007-10-09 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: | | | | | | | | + 558.3 ms lyx::frontend::WorkArea::redraw() (lyx) Looks like my pixmap cache is doing good here :-) How do you see that? BTW, on the mac, changing zoom means that characters overlap each other. It see

Re: Strange delays - can't type fast with todays 1.6svn

2007-10-09 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > That's what it is called actually. BufferView::update() does some > checks on the Update flags and decides to update the full metrics or > us the singlePar optimisation, hence the boolean argument of > updateMetrics(bool). It is not very clear from

Re: Strange delays - can't type fast with todays 1.6svn

2007-10-09 Thread Abdelrazak Younes
Leuven, E. wrote: Abdelrazak Younes wrote: Yes, BufferView::update() is about the metrics rename it to BufferView::updateMetrics() ? That's what it is called actually. BufferView::update() does some checks on the Update flags and decides to update the full metrics or us the singlePar optim

Re: Strange delays - can't type fast with todays 1.6svn

2007-10-09 Thread Jean-Marc Lasgouttes
"Leuven, E." <[EMAIL PROTECTED]> writes: > Abdelrazak Younes wrote: >> Yes, BufferView::update() is about the metrics > > rename it to BufferView::updateMetrics() ? Yes, it would be nice. It is strange that they live in a different class, BTW. JMarc

RE: Re: Strange delays - can't type fast with todays 1.6svn

2007-10-09 Thread Leuven, E.
Abdelrazak Younes wrote: > Yes, BufferView::update() is about the metrics rename it to BufferView::updateMetrics() ?

Re: Strange delays - can't type fast with todays 1.6svn

2007-10-09 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: How do you see that? Formerly, WorkArea::redraw() was taking about 90% on Mac now it is around 10%. But perhaps Mac on intel was not so bad (the 90% was on Mac PPC). I see. What is the difference between this redraw()

Re: [Cvslog] r20861 - /lyx-devel/trunk/src/BufferParams.cpp

2007-10-09 Thread Jean-Marc Lasgouttes
Uwe Stöhr <[EMAIL PROTECTED]> writes: >> What about setting the latex name of the euc-jp-plain encoding to >> empty instead? > > Would be also an option. I'll test this out later today. Thanks, I'd prefer that to hardcoding. JMarc

Re: Strange delays - can't type fast with todays 1.6svn

2007-10-09 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> How do you see that? > > Formerly, WorkArea::redraw() was taking about 90% on Mac now it is > around 10%. But perhaps Mac on intel was not so bad (the 90% was on > Mac PPC). I see. What is the difference between this redraw() and BufferView::update

Re: [Cvslog] r20861 - /lyx-devel/trunk/src/BufferParams.cpp

2007-10-09 Thread Uwe Stöhr
> What about setting the latex name of the euc-jp-plain encoding to > empty instead? Would be also an option. I'll test this out later today. regards Uwe

Re: Strange delays - can't type fast with todays 1.6svn

2007-10-09 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: | | | | | | | | + 558.3 ms lyx::frontend::WorkArea::redraw() (lyx) Looks like my pixmap cache is doing good here :-) How do you see that? Formerly, WorkArea::redraw() was taking about 90% on Mac now it is around 10%

Re: A few more unicode symbols.

2007-10-09 Thread Uwe Stöhr
A user might paste his favourite greek quote from a webpage. That works in the GUI, too bad if they then get a latex compile error. As I said, then he mark it as Greek in the GUI and get a perfect output. Uwe

Re: Strange delays - can't type fast with todays 1.6svn

2007-10-09 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> | | | | | | | | + 558.3 ms lyx::frontend::WorkArea::redraw() (lyx) > > Looks like my pixmap cache is doing good here :-) How do you see that? BTW, on the mac, changing zoom means that characters overlap each other. It seems that the pixmap cache s

Re: [Patch] PDFOptions final touches

2007-10-09 Thread Pavel Sanda
> Pavel Sanda wrote: > > 2. qt designer showing incompatibilities between linux vs windows. > > i decreased the widths of boxes so they should appear ok now on windows > > but it looks bit 'underrated' here on linux. there are probably some > > components for automatical expanding window elements i

Re: [Patch] PDFOptions final touches

2007-10-09 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > 2. qt designer showing incompatibilities between linux vs windows. > i decreased the widths of boxes so they should appear ok now on windows > but it looks bit 'underrated' here on linux. there are probably some > components for automatical expanding window elements in designer

[Patch] PDFOptions final touches

2007-10-09 Thread Pavel Sanda
hi, this patch follows the recent discussions how to treat automatical filling of pdf header information from title and author environments + merge the fileformat changes kept in the stack from the past. the current solution is to have checkbox for automatical filling (set to true by default). i

Re: Strange delays - can't type fast with todays 1.6svn

2007-10-09 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Bennett Helm <[EMAIL PROTECTED]> writes: Reconfigured with --enable-debug and no --enable-profiling. I ran LyX, opened a new document, started profiling, and held down the letter "w" for 30 seconds. The result is here:

Re: Strange delays - can't type fast with todays 1.6svn

2007-10-09 Thread Jean-Marc Lasgouttes
Bennett Helm <[EMAIL PROTECTED]> writes: > Reconfigured with --enable-debug and no --enable-profiling. I ran > LyX, opened a new document, started profiling, and held down the > letter "w" for 30 seconds. The result is here: > >

Re: A few more unicode symbols.

2007-10-09 Thread Helge Hafting
Uwe Stöhr wrote: Bo Peng schrieb: Then why do not we use this unicodesymbol file to do this? Something like 0x "" (do not convert) "use package" "" This is not possible. The unicodesymbols file is made to translate single characters to a command. As I said, the characters must be take

Re: LYX is the Swedish word for luxury. No, this is not a spam...

2007-10-09 Thread Abdelrazak Younes
Martin Vermeer wrote: On Tue, 09 Oct 2007 09:21:43 +0200 Abdelrazak Younes <[EMAIL PROTECTED]> wrote: http://www.lyx.com/ "Our philosophy is rooted in the Scandinavian designs of the 60s and 70s – pure, simple and clean lines. We added a bit of extravagance and a 21st century twist." Soun

Re: LYX is the Swedish word for luxury. No, this is not a spam...

2007-10-09 Thread Martin Vermeer
On Tue, 09 Oct 2007 09:21:43 +0200 Abdelrazak Younes <[EMAIL PROTECTED]> wrote: > http://www.lyx.com/ "Our philosophy is rooted in the Scandinavian designs of the 60s and 70s – pure, simple and clean lines. We added a bit of extravagance and a 21st century twist." Sound familiar? "LYX exists

Re: modules/flex inset bugs, and a question

2007-10-09 Thread Martin Vermeer
On Thu, 04 Oct 2007 22:10:25 +0200 Helge Hafting <[EMAIL PROTECTED]> wrote: > I tried making a custom inset, and found that > if I don't specify "Font . . . EndFont", then LyX crashes > as soon as I try "Insert->Custom Insets->my inset" > > I didn't want to specify a font, I though LyX could use

Re: macros for commands

2007-10-09 Thread Jean-Marc Lasgouttes
Bernhard Roider <[EMAIL PROTECTED]> writes: > so here it is, now tested as i managed to compile again (after hours > of investigation and no idea what the real problem was). > > if there are no objections i'll commit later this week I have two small reservations : - the "macro" name is a bit con

Re: [PATCH] InsetInfo and document help->Shortcuts

2007-10-09 Thread Jean-Marc Lasgouttes
"Bo Peng" <[EMAIL PROTECTED]> writes: > My idea about an information inset does not trigger much discussion. > The attached is an almost complete patch that adds InsetInfo I am always a bit slow unfortunately. However, I am very interested by your patch and I am glad you finally did that. > This

Re: wide() stuff ? (was Re: branch open again)

2007-10-09 Thread Martin Vermeer
On Tue, 09 Oct 2007 08:13:58 +0200 [EMAIL PROTECTED] (Jürgen Spitzmüller) wrote: > Abdelrazak Younes wrote: > > What about this? I've been using it for quite a while now and I didn't > > see any problem. > > It looks good on a first glance, and it seems to work fine on my box. > However, > I'd

LYX is the Swedish word for luxury. No, this is not a spam...

2007-10-09 Thread Abdelrazak Younes
http://www.lyx.com/

Re: r20863 - in /lyx-devel/trunk/src/frontends/qt4: LaTeXHigh...

2007-10-09 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: Author: younes Date: Tue Oct 9 08:39:53 2007 New Revision: 20863 URL: http://www.lyx.org/trac/changeset/20863 Log: set eol-style. Please people, don't forget about those when adding new files. Abdel. Modified: lyx-devel/trunk/src/frontends/qt4/LaTeXHighlighter