[patch] bug 3510: make IEEEtran template compilable

2007-06-08 Thread Jürgen Spitzmüller
http://bugzilla.lyx.org/show_bug.cgi?id=3510 The problem is an interference of newer babel bundles with the way \markboth is defined (if \markboth is defined after babel, babel somehow gets the language in uppercase and complains about an unknown language ENGLISH). The only solution I know (bes

Re: [patch] fixing segfault because of empty coord cache

2007-06-08 Thread Martin Vermeer
On Fri, Jun 08, 2007 at 08:22:42PM +0200, Jean-Marc Lasgouttes wrote: > > "Stefan" == Stefan Schimanski <[EMAIL PROTECTED]> writes: > > Stefan> Critical bugs don't get less critical by ignorance. If anybody > Stefan> wants to know more: > > [snip] > > Great analysis! > > I would say that th

lyx farsi support??

2007-06-08 Thread behzad maha
hi I want to do some coding help. My language is persian(farsi) and I want to help Lyx support farsi.But I don't have experience coding for multi-lingual documents.Can anyone help me where to start? regards behzad

Re: [PATCH] 2697: SplitLayout environment.

2007-06-08 Thread Jürgen Spitzmüller
Bo Peng wrote: > I prefer a smaller font so I used typewriter, Tiny, with color latex. I prefer normalsize roman font and red (like beamer pause/endFrame) or blue (like pagebreak). > The style name is more difficult to decide. > > End environment is appropriate because another type of environmen

Re: [patch] LyX crashes with multiple views, #3785

2007-06-08 Thread Jürgen Spitzmüller
Alfredo Braunstein wrote: > I was hoping for the patch to be applied sooner, as > it was discussed enough, fixed a crash, and had some good side effects > (removal of the destroyed signals etc)... But you wrote it's "completely untested". If this is no more true, I'd say go ahead and apply it.

Re: [patch] Huge fonts do not set the row height, #3787

2007-06-08 Thread Jürgen Spitzmüller
Stefan Schimanski wrote: > Bug: http://bugzilla.lyx.org/show_bug.cgi?id=3787 > Problem: Changing the font does not change the fontmetrics variable. > Patch: Looks good and works for me. Jürgen

Re: [PATCH] Change default mathbg and add mathhoverbg.

2007-06-08 Thread Bo Peng
The real problems are those pointed by Edwin: hover is for active UI elements and frame is reserved to the element in which the cursor is. I do not quite get what you meant. Is frame the math corners? Anyway, I will leave the headache (decision) to Jose and follow what he suggests. There has bee

Re: Close tab button

2007-06-08 Thread Pavel Sanda
> Firefox also had only one button in the 1.5 series. And I don't like > the 2.x UI with the button per tab. please dont close the bug for close button on tab. the main advantage of one button per tab is the possibility to close different tabs just by one click without choosing the tab to be acti

Re: [patch] LyX crashes with multiple views, #3785

2007-06-08 Thread Alfredo Braunstein
Stefan Schimanski wrote: > Grrr, it would be helpful if one puts a comment at a bug if one has a > patch. The subject of that thread is not really indicating that is > has something to do with the bug. Yes, sorry about that... I was hoping for the patch to be applied sooner, as it was discussed e

Re: Road to rc2

2007-06-08 Thread Alfredo Braunstein
Jean-Marc Lasgouttes wrote: > Yes, the patch looks good, except that the messages are not very > informative (but as a usr I would be scared to see all these messages > in normal operation). And there is a very long line. Fixed. Note that the scary messages are already there in svn. Please apply

[patch] Huge fonts do not set the row height, #3787

2007-06-08 Thread Stefan Schimanski
Bug: http://bugzilla.lyx.org/show_bug.cgi?id=3787 Problem: Changing the font does not change the fontmetrics variable. Patch: Index: src/TextMetrics.cpp === --- src/TextMetrics.cpp (Revision 18720) +++ src/TextMetrics.cpp (Arbeitskop

Re: Road to rc2

2007-06-08 Thread christian . ridderstrom
On Fri, 8 Jun 2007, José Matos wrote: On Friday 08 June 2007 16:59:35 [EMAIL PROTECTED] wrote: In Sweden, June 22nd would be a bad choice because it's a big holiday - everybody is off. I'll be in the archipelago for instance. I'm guessing Martin might be off as well? What is the problem? If

Re: Close tab button

2007-06-08 Thread Peter Kümmel
Bo Peng wrote: > On 6/8/07, Peter Kümmel <[EMAIL PROTECTED]> wrote: >> Attached a small patch and a png for a button >> to close the current tab, see screen shot. >> closetab.png have to go into lib/images. >> >> Jose, please tell me when I could put it in. > > Good work. This is requested by many

Re: [PATCH] 2697: SplitLayout environment.

2007-06-08 Thread Bo Peng
The attached patch adds SplitLayout environment to a few layout/inc files that will end up in almost all layouts. I see from this thread that most people like to have this in. Attached is an updated patch. I put this layout to stdlayout.inc so that it will show up in almost all layouts. The onl

Re: Close tab button

2007-06-08 Thread Bo Peng
On 6/8/07, Peter Kümmel <[EMAIL PROTECTED]> wrote: Attached a small patch and a png for a button to close the current tab, see screen shot. closetab.png have to go into lib/images. Jose, please tell me when I could put it in. Good work. This is requested by many people, although they seem to p

Close tab button

2007-06-08 Thread Peter Kümmel
Attached a small patch and a png for a button to close the current tab, see screen shot. closetab.png have to go into lib/images. Jose, please tell me when I could put it in. Peter Index: src/frontends/qt4/GuiView.h === --- src/fr

Re: [PATCH] 2697: SplitLayout environment.

2007-06-08 Thread Bo Peng
LeftMargin"xxx" I also dislike this because this makes it impossible to see the environment depth of this layout. Cheers, Bo

Re: [PATCH] 2697: SplitLayout environment.

2007-06-08 Thread Bo Peng
Style "End Environment" CopyStyle Standard KeepEmpty 1 LeftMargin"xxx" LabelType Static LabelString "--End environment--" LabelFont Series Bold

Re: [PATCH] Allow parameters to bypass InsetListingsParams validation.

2007-06-08 Thread Bo Peng
The attached patch allows users to input arbitrary parameters by prefixing it with a '@' sign. @ will be removed in latex output, but reserved in lyx files. I see no comment on this patch. Because this is within my field, I will commit tomorrow if there is no objection. Cheers, Bo

Re: [patch] LyX crashes with multiple views, #3785

2007-06-08 Thread Stefan Schimanski
Am 08.06.2007 um 20:05 schrieb Alfredo Braunstein: Stefan Schimanski wrote: If we want multiple views and update the cursors when switching, we should do it properly, maybe somehow similar to the patch below. The bug: http://bugzilla.lyx.org/show_bug.cgi?id=3785 Stefan Or... just apply h

Re: [patch] fixing segfault because of empty coord cache

2007-06-08 Thread Jean-Marc Lasgouttes
> "Stefan" == Stefan Schimanski <[EMAIL PROTECTED]> writes: Stefan> Critical bugs don't get less critical by ignorance. If anybody Stefan> wants to know more: [snip] Great analysis! I would say that the fix is correct, but I'd wait for Andre's input. JMarc

invoices

2007-06-08 Thread Ralph Boland
I am looking for a simple package to do a couple of invoices only. One option is to use invoice.sty I don't know latex but I do know lyx. So, one option is to create an invoice.layout file. But I don't know how to create a layout file. Is there documentation on how to do this? Assuming I do this

Re: SV: [PATCH] Change default mathbg and add mathhoverbg.

2007-06-08 Thread Jean-Marc Lasgouttes
> "Edwin" == Leuven, E <[EMAIL PROTECTED]> writes: >> I toss M$ Word because, among other overly clever features, it >> changes i to I all the time. Edwin> (before we used the big nasty wolf to scare people, now it is Edwin> the big nasty M$) >> I would object, in general, any *automatic*

Re: [PATCH] Change default mathbg and add mathhoverbg.

2007-06-08 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: >> The objection to this was because it implied to another data member >> to the inset. Is there a solution that does not imply this? Bo> Only mathhull has this mouse_hover_ variable so it is less a Bo> problem than the inset background case. (at

Re: Road to rc2

2007-06-08 Thread Jean-Marc Lasgouttes
> "Alfredo" == Alfredo Braunstein <[EMAIL PROTECTED]> writes: Alfredo> José Matos wrote: >> - What are the patches submitted that you think deserve attention? >> I would like to give special attention to critical bugs and so >> on... Alfredo> This fixes a crash with multiple views... Alfredo

Re: [patch] LyX crashes with multiple views, #3785

2007-06-08 Thread Alfredo Braunstein
Stefan Schimanski wrote: > If we want multiple views and update the cursors when switching, we > should do it properly, maybe somehow similar to the patch below. > > The bug: http://bugzilla.lyx.org/show_bug.cgi?id=3785 > > Stefan Or... just apply http://www.mail-archive.com/lyx-devel@lists.l

[patch] LyX crashes with multiple views, #3785

2007-06-08 Thread Stefan Schimanski
If we want multiple views and update the cursors when switching, we should do it properly, maybe somehow similar to the patch below. The bug: http://bugzilla.lyx.org/show_bug.cgi?id=3785 Stefan Index: lyx-devel/src/DocIterator.cpp ==

Re: math toolbar usability suggestion (tiny)

2007-06-08 Thread Jürgen Spitzmüller
Sven Schreiber wrote: > So does this mean the issue is resolved or will it be forgotten unless I > file a bug? is resolved. Jürgen

Re: Spaces on RTL boundaries

2007-06-08 Thread Georg Baum
Stefan Schimanski wrote: > Then the question is only from which file format revision we start > with a lyx2lyx filter: from the change of the exporting behavior or > from the fix from today and the last days... That depends on the format when the change happened. If it was during the 1.5 developm

Re: Spaces on RTL boundaries

2007-06-08 Thread Stefan Schimanski
No, our patches did not change the file format. The file format was changed long ago (don't ask me exactly, Dov might know better). If you want to implement something in lyx2lyx then you need to know when exactly that happened, because that will determine the formats X and X+1 between those

Re: Spaces on RTL boundaries

2007-06-08 Thread Georg Baum
Stefan Schimanski wrote: > No, our patches did not change the file format. The file format was > changed long ago (don't ask me exactly, Dov might know better). If you want to implement something in lyx2lyx then you need to know when exactly that happened, because that will determine the formats

Re: math toolbar usability suggestion (tiny)

2007-06-08 Thread Mael Hilléreau
Selon José Matos <[EMAIL PROTECTED]>: > On Friday 08 June 2007 16:24:52 Mael Hilléreau wrote: > > There is actually arguments to give when you insert such a function. I > > think it is clear enough that no computation will be made (LyX is for > > writing only). > > > > Mael. > > Oops, that is not

Re: math toolbar usability suggestion (tiny)

2007-06-08 Thread Sven Schreiber
hzluo schrieb: > Current install version do not have an icon for functions popup. > > I think the patch is on the way. > We now have a functions.xpm for that button. > So you will have a 20x20 button instead of a long string. > > BTW, I think the provided functions.xpm is not > so informative. I

Re: SV: [PATCH] Change default mathbg and add mathhoverbg.

2007-06-08 Thread Alfredo Braunstein
Leuven, E. wrote: >> I toss M$ Word because, among other overly clever features, it changes >> i to I all the time. > > (before we used the big nasty wolf to scare people, now it is the big > nasty M$) > >> I would object, in general, any *automatic* >> changes to what I entered without my agr

Re: Spaces on RTL boundaries

2007-06-08 Thread Stefan Schimanski
Am 08.06.2007 um 18:20 schrieb Georg Baum: Stefan Schimanski wrote: Am 08.06.2007 um 16:16 schrieb Dov Feldstern: Stefan Schimanski wrote: Ok, EPM is another issue, maybe even a matter of taste one could enable/disable in the preferences. But first we should get this into svn. José? Dov's

SV: [PATCH] Change default mathbg and add mathhoverbg.

2007-06-08 Thread Leuven, E.
> I toss M$ Word because, among other overly clever features, it changes > i to I all the time. (before we used the big nasty wolf to scare people, now it is the big nasty M$) > I would object, in general, any *automatic* > changes to what I entered without my agreement. can u say D, can u sa

Re: math toolbar usability suggestion (tiny)

2007-06-08 Thread José Matos
On Friday 08 June 2007 16:24:52 Mael Hilléreau wrote: > There is actually arguments to give when you insert such a function. I > think it is clear enough that no computation will be made (LyX is for > writing only). > > Mael. Oops, that is not correct. It can connect to a CAS (like maxima) and ret

Re: Spaces on RTL boundaries

2007-06-08 Thread Georg Baum
Stefan Schimanski wrote: > > Am 08.06.2007 um 16:16 schrieb Dov Feldstern: > >> Stefan Schimanski wrote: >>> Ok, EPM is another issue, maybe even a matter of taste one could >>> enable/disable in the preferences. But first we should get this >>> into svn. José? Dov's patch has my OK. >> >> Great

Re: Road to rc2

2007-06-08 Thread José Matos
On Friday 08 June 2007 16:59:35 [EMAIL PROTECTED] wrote: > In Sweden, June 22nd would be a bad choice because it's a big holiday - > everybody is off. I'll be in the archipelago for instance. I'm guessing > Martin might be off as well? What is the problem? If you have one more reason to celebrat

RE: math toolbar usability suggestion (tiny)

2007-06-08 Thread Mael Hilléreau
Selon "Leuven, E." <[EMAIL PROTECTED]>: > > What about an "f(x)" symbol? > > this suggests to me that there is an argument to give or a function to build, > and i would expect it more on a toolbar to interface with maple etc (imho of > course...) There is actually arguments to give when you inser

Re: Road to rc2

2007-06-08 Thread christian . ridderstrom
On Fri, 8 Jun 2007, José Matos wrote: in the release of rc1. The new schedule can be found in the usual place: http://wiki.lyx.org/Devel/ReleaseSchedule (Executive summary: rc2 - 15 June; final - 22 June) In Sweden, June 22nd would be a bad choice because it's a big holiday - everybody is off

Re: Road to rc2

2007-06-08 Thread christian . ridderstrom
On Fri, 8 Jun 2007, Bo Peng wrote: Christian and I have to fix the dictionary downloading problem of the windows installer before RC2. I agree. My problem is a lack of a Windows machine at home, but I think I can work on it during next week. Has anyone heard from Joost in a while? /Christi

[patch] lyx crashes/mutilates document using math-delimiter ( ) in hebrew text

2007-06-08 Thread Stefan Schimanski
The bug: http://bugzilla.lyx.org/show_bug.cgi?id=2446 The patch: Index: lyx-devel/src/Text3.cpp === --- lyx-devel.orig/src/Text3.cpp2007-06-08 17:51:19.0 +0200 +++ lyx-devel/src/Text3.cpp 2007-06-08 17:51:40.0

Re: math toolbar usability suggestion (tiny)

2007-06-08 Thread hzluo
IMHO, if you prefer to use "f" instead of real function names, I suggest to use a black (maybe also bold) "f" followed by a blue box. Or better, "fun" followed by a blue box (but then the button may be too wide for normal size, which is set to 20x20. Maybe "fn"?). But I still think "f" is less st

Re: [PATCH] Change default mathbg and add mathhoverbg.

2007-06-08 Thread Bo Peng
even if it's possible it doesn't mean it is advisable or even desirable I toss M$ Word because, among other overly clever features, it changes i to I all the time. I would object, in general, any *automatic* changes to what I entered without my agreement. I propose to put this under the umbrel

Re: Spaces on RTL boundaries

2007-06-08 Thread Stefan Schimanski
Am 08.06.2007 um 16:16 schrieb Dov Feldstern: Stefan Schimanski wrote: Ok, EPM is another issue, maybe even a matter of taste one could enable/disable in the preferences. But first we should get this into svn. José? Dov's patch has my OK. Great. Next (but the patch shouldn't wait for this

Re: Road to rc2

2007-06-08 Thread Alfredo Braunstein
José Matos wrote: > - What are the patches submitted that you think deserve attention? > I would like to give special attention to critical bugs and so on... This fixes a crash with multiple views... http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg119336.html A/

Re: math toolbar usability suggestion (tiny)

2007-06-08 Thread Mael Hilléreau
Selon Mael Hilléreau <[EMAIL PROTECTED]>: > > > BTW, I think the provided functions.xpm is not > > > so informative. I made another one. > > > Please see attached. If anyone wants to test > > > it, just put it in images\math > > > I have tested it at normal size and large size. > > > It looks good

RE: [PATCH] Change default mathbg and add mathhoverbg.

2007-06-08 Thread Leuven, E.
> Intuitive or not, we should not do that because $\ $ etc > are perfectly acceptable latex code. even if it's possible it doesn't mean it is advisable or even desirable and people who love to have $\ $ dispersed in their documents can always use ERT

Re: math toolbar usability suggestion (tiny)

2007-06-08 Thread Mael Hilléreau
Selon Alfredo Braunstein <[EMAIL PROTECTED]>: > hzluo wrote: > > >>I am not sure I understand. Do the labels appear under the icons? Do > >>we support that? > >> > >>JMarc > > > > Current install version do not have an icon for functions popup. > > > > I think the patch is on the way. > > We now h

Re: [PATCH] Change default mathbg and add mathhoverbg.

2007-06-08 Thread Bo Peng
The objection to this was because it implied to another data member to the inset. Is there a solution that does not imply this? Only mathhull has this mouse_hover_ variable so it is less a problem than the inset background case. (at least mathchar does not have it). It is possible to save thi

Bidi visual cursor movement (enhancement 3577)

2007-06-08 Thread Dov Feldstern
Hi! (Starting this in a brand new thread, for the new topic.) Stefan asked in http://permalink.gmane.org/gmane.editors.lyx.devel/87176: > Another thing, you saw the getPosVisually method in the rtl_spaces > patch? I think it's what we need to implement visual movement, no? It > takes care to co

Re: [PATCH] Change default mathbg and add mathhoverbg.

2007-06-08 Thread Bo Peng
On 6/8/07, Leuven, E. <[EMAIL PROTECTED]> wrote: José wrote: >> On Friday 08 June 2007 15:51:33 Leuven, E. wrote: >> so the inset should be dissolved when these are entered...? > > It seems more intuitive, no? Intuitive or not, we should not do that because $\ $ etc are perfectly acceptable lat

Re: Spaces on RTL boundaries

2007-06-08 Thread Dov Feldstern
Stefan Schimanski wrote: Ok, EPM is another issue, maybe even a matter of taste one could enable/disable in the preferences. But first we should get this into svn. José? Dov's patch has my OK. Great. Next (but the patch shouldn't wait for this!), we have to look into lyx2lyx for converting ol

RE: math toolbar usability suggestion (tiny)

2007-06-08 Thread Leuven, E.
> What about an "f(x)" symbol? this suggests to me that there is an argument to give or a function to build, and i would expect it more on a toolbar to interface with maple etc (imho of course...)

RE: [PATCH] Change default mathbg and add mathhoverbg.

2007-06-08 Thread Leuven, E.
José wrote: >> On Friday 08 June 2007 15:51:33 Leuven, E. wrote: >> so the inset should be dissolved when these are entered...? > > It seems more intuitive, no? yes

Re: [patch] fixing segfault because of empty coord cache

2007-06-08 Thread Stefan Schimanski
Critical bugs don't get less critical by ignorance. If anybody wants to know more: 1) CommandInset (used e.g. for references in mathed) has two cells to hold information about where it points to. But it only draws a button, not the cells themselves. So accessing the cells' coordinates in t

Re: [PATCH] Change default mathbg and add mathhoverbg.

2007-06-08 Thread José Matos
On Friday 08 June 2007 15:50:19 Bo Peng wrote: > As I have said, I would not bother with this math hover business if a > non-background mathbg is acceptable. The objection to this was because it implied to another data member to the inset. Is there a solution that does not imply this? > This f

Re: [patch] (part of) bug 848

2007-06-08 Thread Jean-Marc Lasgouttes
> "Jürgen" == Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: Jürgen> Jürgen Spitzmüller wrote: >> OK for branch and trunk? Jürgen> I've committed to trunk. Jean-Marc, what about 1.4? Yes. JMarc

Re: [PATCH] Change default mathbg and add mathhoverbg.

2007-06-08 Thread José Matos
On Friday 08 June 2007 15:51:33 Leuven, E. wrote: > so the inset should be dissolved when these are entered...? It seems more intuitive, no? -- José Abílio

Re: math toolbar usability suggestion (tiny)

2007-06-08 Thread Alfredo Braunstein
hzluo wrote: >>I am not sure I understand. Do the labels appear under the icons? Do >>we support that? >> >>JMarc > > Current install version do not have an icon for functions popup. > > I think the patch is on the way. > We now have a functions.xpm for that button. > So you will have a 20x20 bu

RE: [PATCH] Change default mathbg and add mathhoverbg.

2007-06-08 Thread Leuven, E.
Bo Peng wrote: >> what is the point of $ $ and $\ $ ? > > A method to force extra spaces, and more likely, entered by accident > (and then it is impossible to remove them). so the inset should be dissolved when these are entered...?

Re: [PATCH] Change default mathbg and add mathhoverbg.

2007-06-08 Thread Bo Peng
Yes, but if you have to move your mouse over all the document to find such places, it is kind of boring... As I have said, I would not bother with this math hover business if a non-background mathbg is acceptable. This feature does help the $x^2$is case. Bo

Re: [PATCH] get rid of Inset::background_color_

2007-06-08 Thread Bo Peng
The patch makes backgroundColor() a virtual function. It is the same idea, isn't it? OK, then I am all for it. Bo

Re: [PATCH] Change default mathbg and add mathhoverbg.

2007-06-08 Thread Bo Peng
what is the point of $ $ and $\ $ ? A method to force extra spaces, and more likely, entered by accident (and then it is impossible to remove them). Bo

Re: [patch] (part of) bug 848

2007-06-08 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > OK for branch and trunk? I've committed to trunk. Jean-Marc, what about 1.4? Jürgen

Re: [PATCH] get rid of Inset::background_color_

2007-06-08 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: >> which adds 4 bytes to Inset for no good reason. Bo> I do not know much about this topic, but would not it be cheaper Bo> to use a virtual function for this? By default setBackgroundColor Bo> does nothing, but if an inset does need to respond to

Re: [PATCH] Change default mathbg and add mathhoverbg.

2007-06-08 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > We should disable previews for empty insets. good idea. Jürgen

RE: [PATCH] Change default mathbg and add mathhoverbg.

2007-06-08 Thread Leuven, E.
José Matos wrote: > Alt m + m creates a math inset, leave it and watch it disappear to reappear > again when you have the cursor over(/inside) it. I have been surprised by > this behaviour a few times before... out of perverse curiosity (and since it is friday): what is the point of $ $ and $\

Re: [PATCH] Change default mathbg and add mathhoverbg.

2007-06-08 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: José> On Friday 08 June 2007 15:25:00 Bo Peng wrote: >> 1. this patch is used to help identifying spaces around mathed, and >> find 'disappearing' mathed like $\ $; José> Or even something like this $ $, it becomes almost black magic. José> :

Re: [PATCH] get rid of Inset::background_color_

2007-06-08 Thread Bo Peng
which adds 4 bytes to Inset for no good reason. I do not know much about this topic, but would not it be cheaper to use a virtual function for this? By default setBackgroundColor does nothing, but if an inset does need to respond to this call, it can redefine this function. I know we already ha

Re: [patch] add missing functions.xpm to Makefile.am

2007-06-08 Thread José Matos
On Friday 08 June 2007 15:21:21 Jürgen Spitzmüller wrote: > OK? > > Jürgen OK. -- José Abílio

Re: [PATCH] Change default mathbg and add mathhoverbg.

2007-06-08 Thread José Matos
On Friday 08 June 2007 15:25:00 Bo Peng wrote: > 1. this patch is used to help identifying spaces around mathed, and > find 'disappearing' mathed like $\ $; Or even something like this $ $, it becomes almost black magic. :-) Alt m + m creates a math inset, leave it and watch it disappear to reapp

RE: [PATCH] Change default mathbg and add mathhoverbg.

2007-06-08 Thread Leuven, E.
Bo Peng wrote: >> just revert the silly thing... >> > I would like to state again that: > > 1. this patch is used to help identifying spaces around mathed, and > find 'disappearing' mathed like $\ $; if you want to show spaces then you should show spaces not the space around the spaces > 5. t

Re: Road to rc2

2007-06-08 Thread Bo Peng
I do not really care about math hover and splitlayout patches, they can go in or be reverted as you wish. I do want the 'allowing arbitrary listings parameter' patch to go in before rc2. Otherwise, new features of listings can not be used. Christian and I have to fix the dictionary downloading p

Re: lyx-1.5.0b3 configure strangeness

2007-06-08 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: José> On Monday 21 May 2007 15:43:12 Jean-Marc Lasgouttes wrote: José> configure:9993: checking if gcc supports -fno-rtti José> -fno-exceptions configure:10011: gcc -c -g -O -Wextra -Wall José> -fno-rtti -fno-exceptions conftest.c >&5 cc1: war

Re: math toolbar usability suggestion (tiny)

2007-06-08 Thread Jean-Marc Lasgouttes
> "Edwin" == Leuven, E <[EMAIL PROTECTED]> writes: >> Current install version do not have an icon for functions popup. Edwin> missing entry in scons_manifest and makefile i guess >> BTW, I think the provided functions.xpm is not so informative. I >> made another one. Edwin> i like it. I lik

Re: Spaces on RTL boundaries

2007-06-08 Thread Stefan Schimanski
I applied the Bidi patch to disable special space handling and Dov's insertion magic to switch the language of the space in front of the boundary. With this one I think RC2 will finally have usable RTL support now. Please check it out and report problems. We committed quite a lot of code so

Re: Road to rc2

2007-06-08 Thread Bo Peng
http://bugzilla.lyx.org/show_bug.cgi?id=3313 Strongly agreed. Bo

Re: [PATCH] Change default mathbg and add mathhoverbg.

2007-06-08 Thread Bo Peng
On 6/8/07, Leuven, E. <[EMAIL PROTECTED]> wrote: Jean-Marc Lasgouttes wrote: > An alternative solution would be to draw a frame around all top-level > math insets (and have the frame color be transparent by default). just revert the silly thing... I would like to state again that: 1. this pa

RE: math toolbar usability suggestion (tiny)

2007-06-08 Thread Leuven, E.
> Current install version do not have an icon for functions popup. missing entry in scons_manifest and makefile i guess > BTW, I think the provided functions.xpm is not so informative. I made another > one. i like it. josé?

[patch] add missing functions.xpm to Makefile.am

2007-06-08 Thread Jürgen Spitzmüller
As discussed on the user's list. Scons is correct AFAICS. OK? Jürgen Index: lib/Makefile.am === --- lib/Makefile.am (Revision 18714) +++ lib/Makefile.am (Arbeitskopie) @@ -502,6 +502,7 @@ images/math/frac.xpm \ images/math/frac-s

Re: lyx-1.5.0b3 configure strangeness

2007-06-08 Thread José Matos
On Monday 21 May 2007 15:43:12 Jean-Marc Lasgouttes wrote: > José> configure:9993: checking if gcc supports -fno-rtti > José> -fno-exceptions configure:10011: gcc -c -g -O -Wextra -Wall > José> -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command > José> line option "-fno-rtti" is valid f

Re: Spaces on RTL boundaries

2007-06-08 Thread José Matos
On Friday 08 June 2007 15:01:18 Stefan Schimanski wrote: > Dov's patch has my OK. OK. -- José Abílio

Re: [patch] KeyMap bug (again)

2007-06-08 Thread Jean-Marc Lasgouttes
> "Dov" == Dov Feldstern <[EMAIL PROTECTED]> writes: Dov> Ok, here's an attempt to do something similar to what you Dov> suggested: Dov> *) I added this new translateAndInsert to BufferView, not to Dov> Intl. First of all, Intl seems to be very specific to only Dov> manipulating the KeyMap; a

Re: math toolbar usability suggestion (tiny)

2007-06-08 Thread hzluo
I am not sure I understand. Do the labels appear under the icons? Do we support that? JMarc Current install version do not have an icon for functions popup. I think the patch is on the way. We now have a functions.xpm for that button. So you will have a 20x20 button instead of a long string.

Re: Spaces on RTL boundaries

2007-06-08 Thread Stefan Schimanski
Yes, I think it is what we want. The space that was typed at the end of the Hebrew was meant to separate it from the next word. By switching its language, we achieve exactly that. But here you press space F12 space. And what you mean is that you press space to separate words, switch to LTR,

Re: Spaces on RTL boundaries

2007-06-08 Thread Dov Feldstern
Stefan Schimanski wrote: On top of those, we can continue experimenting with the EPM --- though again, I'm not sure anymore that it's really necessary, and I also agree somewhat with the issues that Andre' raised... I think you are right. EPM can come later. We should put in your patch ASAP. B

Re: Change tracking and replace: unexpected behavior

2007-06-08 Thread Bennett Helm
On Jun 8, 2007, at 3:16 AM, Jürgen Spitzmüller wrote: Jean-Marc Lasgouttes wrote: I think we should restrict manual replace too (if possible). It should not be allowed to do with replace something that would not be possible via normal editing. attached is a complete patch that includes ma

Re: Road to rc2

2007-06-08 Thread hzluo
I think this one should be in as it is marked critical now: http://bugzilla.lyx.org/show_bug.cgi?id=3750 If somebody can make a better patch I'm happy for that :-) BTW, there are several other latex syntax that lyx output but tex2lyx can't translate, results in the lyx-exported .tex can't be i

Re: [PATCH] 2697: SplitLayout environment.

2007-06-08 Thread Herbert Voss
Bo Peng wrote: >> Herbert> The current behaviour is easy! > > But not so easy for lyx newbies. The question is: what to insert that > do not show up in the screen output (better latex output), yet split > the environment? I remember that it took me 10 minutes to figure that > out a few years ago.

Re: [PATCH] 2697: SplitLayout environment.

2007-06-08 Thread Bo Peng
OK, I am fed up about this whining "people do not like my features, they do not like me". It sounds like Friday, doesn't it. :-) It is quite OK that we have different opinions, and it is OK to me that my proposal is rejected by the majority. Although I respect your (and Jose's) worry about futu

Re: [PATCH] 2697: SplitLayout environment.

2007-06-08 Thread Bo Peng
Herbert> The current behaviour is easy! But not so easy for lyx newbies. The question is: what to insert that do not show up in the screen output (better latex output), yet split the environment? I remember that it took me 10 minutes to figure that out a few years ago. Cheers, Bo

Re: Spaces on RTL boundaries

2007-06-08 Thread Stefan Schimanski
Right, sorry... F12 is in the hebrew bindings, and all it does is bind to "language hebrew" (which toggles back and forth between Hebrew and the primary language, as set in the preferences; note that this is *not* the document language, but the default language). I'm not sure what switching

Re: Spaces on RTL boundaries

2007-06-08 Thread Dov Feldstern
Stefan Schimanski wrote: Am 08.06.2007 um 13:30 schrieb Dov Feldstern: Stefan Schimanski wrote: I like it! The only thing missing is the EPM which works with the patch. I added this in set_font_spaces_magic.patch. Moreover I made your patch a bit simpler. I hope it's ok like that. I inco

Re: Spaces on RTL boundaries

2007-06-08 Thread Stefan Schimanski
Am 08.06.2007 um 13:30 schrieb Dov Feldstern: Stefan Schimanski wrote: I like it! The only thing missing is the EPM which works with the patch. I added this in set_font_spaces_magic.patch. Moreover I made your patch a bit simpler. I hope it's ok like that. I incorporated some of the chang

Re: [PATCH] get rid of Inset::background_color_

2007-06-08 Thread José Matos
On Friday 08 June 2007 10:16:49 Jean-Marc Lasgouttes wrote: > Andre', Jose', would that be OK? > > JMarc OK. -- José Abílio

Re: Spaces on RTL boundaries

2007-06-08 Thread Dov Feldstern
Stefan Schimanski wrote: I like it! The only thing missing is the EPM which works with the patch. I added this in set_font_spaces_magic.patch. Moreover I made your patch a bit simpler. I hope it's ok like that. I incorporated some of the changes you proposed. But the main change you made I'd

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-06-08 Thread Georg Baum
Koji Yokota wrote: > Georg Baum wrote: >> Then Koji could fire up a debugger, set a breakpoint in >> parse_printf_directive() and report what the result of the narrow() call >> is. > > Do you mean the return value of wrap_narrow() call? If so, the result of > gdb was: Yes, I meant that. > > $1

RE: [PATCH] Change default mathbg and add mathhoverbg.

2007-06-08 Thread Leuven, E.
Jean-Marc Lasgouttes wrote: > An alternative solution would be to draw a frame around all top-level > math insets (and have the frame color be transparent by default). just revert the silly thing...

  1   2   >