Re: [patch] bug 3226: labels in caption insets don't have a prefix

2007-03-14 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: I understand but I still don't like the scanning... :-) I don't like it either. But I don't see an alternative yet. We could just provide the feature if the label is not deeper than one-level. If the user wants to deeply bury the label insi

Re: Math fonts -- Win vs Mac

2007-03-14 Thread Enrico Forestieri
On Wed, Mar 14, 2007 at 04:02:25PM +0100, Andre Poenitz wrote: > On Wed, Mar 14, 2007 at 10:25:56AM +0100, Enrico Forestieri wrote: > > Maybe LyX displaces too much super and subscripts, such that \left > > and \right delimiters are higher than necessary. > > I really don't care, but does the attac

Re: Thought about the file format

2007-03-14 Thread Bo Peng
> * Modified (date) > * Modified (person9 > * Last printout > * Editing time () Think privacy. Now try again. As long as the meta information is entered by user, there is no privacy problem. However, 1. You can use comments in preamble or even in main texts to achieve this. 2. I usually u

Re: Thought about the file format

2007-03-14 Thread Andre Poenitz
On Wed, Mar 14, 2007 at 10:35:06PM +0100, [EMAIL PROTECTED] wrote: > * Date of creation > * Last modified by > * Last modified on the date... > > Checking in Open Office 1.1.5 (yes, it's old...), they show the following > properties for a MS Word document that I opened: > > * Created (date) > *

Thought about the file format

2007-03-14 Thread christian . ridderstrom
I just messed with some old LyX files, and for some reason I had four copies of the files. My problem was figuring out which file was more recent, but unfortunately I couldn't rely on the modification time from the file systems. This got me thinking. Wouldn't it be good to have some of kind of

crash in TocBackend::updateItem

2007-03-14 Thread Bernhard Roider
Hello, i found a crash in TocBackend::updateItem(): steps to reproduce: - create a new document - change the document class to article (AMS) - change the current layout to theorem, definition, proposition, - try to write something -> boom in TocBackend::updateItem() the variable toc_item

Re: [patch] bug 3226: labels in caption insets don't have a prefix

2007-03-14 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > I understand but I still don't like the scanning... :-) I don't like it either. But I don't see an alternative yet. Jürgen

Re: [patch] bug 3226: labels in caption insets don't have a prefix

2007-03-14 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: I'd rather do: - if (layout->labeltype == LABEL_SENSITIVE) { + if (cur.innerInsetOfType(InsetBase::CAPTION_CODE) || layout->labeltype == LABEL_SENSITIVE) { Yes. That's what I meant in my previous comment (obviously InsetCaption derives

Re: aussie.lyx.org (www.lyx.org etc) is down - does Lars know?

2007-03-14 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> And then, once he has changed 3457 lines of code in a seemingly >> random way, he says "now that I have spent all that time on my >> project, either you accept it as is, or I leave!" :) Abdelrazak> No, because he/she would ha

Re: [patch] bug 3226: labels in caption insets don't have a prefix

2007-03-14 Thread Abdelrazak Younes
Enrico Forestieri wrote: I would say that when choosing a float thing, it should come up empty, such that you have to explicitly put the caption in there. After all, I could well have a floating figure or table without any caption. Sure but that's independent of inset versus no inset. I agree t

Re: aussie.lyx.org (www.lyx.org etc) is down - does Lars know?

2007-03-14 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> That depends on how the release manager views it. The big Abdelrazak> advantage is that *any* contributor can start hacking Abdelrazak> right away without having to go through the lengthy Abdel

Re: aussie.lyx.org (www.lyx.org etc) is down - does Lars know?

2007-03-14 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> That depends on how the release manager views it. The big Abdelrazak> advantage is that *any* contributor can start hacking Abdelrazak> right away without having to go through the lengthy Abdelrazak> process of recogni

Re: SVN is down

2007-03-14 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: On Wed, 14 Mar 2007, Lars Gullik Bjønnes wrote: | >> It's still down. Only one person has any ability to handle this? | >> | > We should really switch to a "one person bus thing"-immune system. | > Any commendations? Yes. At least make a tiny effort to see if the "bus

Re: aussie.lyx.org (www.lyx.org etc) is down - does Lars know?

2007-03-14 Thread Abdelrazak Younes
Lars Gullik Bjønnes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: | [EMAIL PROTECTED] wrote: | > All of us have probably noticed that aussie (www.lyx.org, | > wiki.lyx.org etc) is down. Does anyone know if Lars is aware of this? | | I guess he would have done something if he knew... | |

Re: [patch] bug 3226: labels in caption insets don't have a prefix

2007-03-14 Thread Abdelrazak Younes
Andre Poenitz wrote: On Wed, Mar 14, 2007 at 11:09:03AM +0100, Abdelrazak Younes wrote: I'd rather do: - if (layout->labeltype == LABEL_SENSITIVE) { + if (cur.innerInsetOfType(InsetBase::CAPTION_CODE) || layout->labeltype == LABEL_SENSITIVE) { Yes. That's what I meant in my previous comm

Re: [patch] bug 3226: labels in caption insets don't have a prefix

2007-03-14 Thread Enrico Forestieri
On Wed, Mar 14, 2007 at 07:22:32PM +0200, Martin Vermeer wrote: > On Wed, 2007-03-14 at 15:39 +0100, Enrico Forestieri wrote: > > On Wed, Mar 14, 2007 at 03:18:54PM +0100, Jean-Marc Lasgouttes wrote: > > > > "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: > > > > > > Enrico> One adva

Re: [patch] bug 3226: labels in caption insets don't have a prefix

2007-03-14 Thread Martin Vermeer
On Wed, 2007-03-14 at 15:39 +0100, Enrico Forestieri wrote: > On Wed, Mar 14, 2007 at 03:18:54PM +0100, Jean-Marc Lasgouttes wrote: > > > "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: > > > > Enrico> One advantage is that you get numbered figures on screen. > > > > It would have b

Re: Unified title and toolbar on Mac OS X

2007-03-14 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Wed, Mar 14, 2007 at 10:55:14AM +0100, Jean-Marc Lasgouttes Andre> wrote: >> > "Andre" == Andre Poenitz >> <[EMAIL PROTECTED]> writes: >> Andre> Cursor Left/Right should be a reasonable shortcut for Andre> Promote/Demote in

Re: Unified title and toolbar on Mac OS X

2007-03-14 Thread Andre Poenitz
On Wed, Mar 14, 2007 at 04:06:40PM +0100, Jean-Marc Lasgouttes wrote: > > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > > Andre> On Wed, Mar 14, 2007 at 09:21:05AM +0100, Edwin Leuven wrote: > >> alt+up and alt+down move pars up and down. maybe it is natural to > >> have similar bindi

Re: Math fonts -- Win vs Mac

2007-03-14 Thread Enrico Forestieri
On Wed, Mar 14, 2007 at 04:02:25PM +0100, Andre Poenitz wrote: > I think the exact rules are in the TeX book, or at least some kind > of approximation... If that's not too difficult, we should try to > use this (at least the rules for displayed math, inline is too dense for > editing). I could no

Re: [patch] bug 3226: labels in caption insets don't have a prefix

2007-03-14 Thread Andre Poenitz
On Wed, Mar 14, 2007 at 11:09:03AM +0100, Abdelrazak Younes wrote: > >I'd rather do: > > > >-if (layout->labeltype == LABEL_SENSITIVE) { > >+if (cur.innerInsetOfType(InsetBase::CAPTION_CODE) || > >layout->labeltype == LABEL_SENSITIVE) { > > Yes. That's what I meant in my previous comment

Re: Unified title and toolbar on Mac OS X

2007-03-14 Thread Andre Poenitz
On Wed, Mar 14, 2007 at 10:55:14AM +0100, Jean-Marc Lasgouttes wrote: > > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > > Andre> Cursor Left/Right should be a reasonable shortcut for > Andre> Promote/Demote in the arrow verfsion, shouldn't it? > > These are word left/right in cua, I

Re: Unified title and toolbar on Mac OS X

2007-03-14 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Wed, Mar 14, 2007 at 09:21:05AM +0100, Edwin Leuven wrote: >> alt+up and alt+down move pars up and down. maybe it is natural to >> have similar bindings here? Andre> Alt+up and alt+down move me one step up and down in the grid o

Re: Math fonts -- Win vs Mac

2007-03-14 Thread Andre Poenitz
On Wed, Mar 14, 2007 at 10:25:56AM +0100, Enrico Forestieri wrote: > Maybe LyX displaces too much super and subscripts, such that \left > and \right delimiters are higher than necessary. > I really don't care, but does the attached patch give a less uglier > aspect in those cases? BTW, I think that

Re: Unified title and toolbar on Mac OS X

2007-03-14 Thread Andre Poenitz
On Wed, Mar 14, 2007 at 09:21:05AM +0100, Edwin Leuven wrote: > alt+up and alt+down move pars up and down. maybe it is natural to have > similar bindings here? Alt+up and alt+down move me one step up and down in the grid of virtual screens and has done like that since the introduction of X in the

Re: [patch] bug 3226: labels in caption insets don't have a prefix

2007-03-14 Thread Enrico Forestieri
On Wed, Mar 14, 2007 at 03:18:54PM +0100, Jean-Marc Lasgouttes wrote: > > "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: > > Enrico> One advantage is that you get numbered figures on screen. > > It would have been very easy to do even in 1.4; the only reason why I > did not do it i

Re: SVN is down

2007-03-14 Thread christian . ridderstrom
On Wed, 14 Mar 2007, Lars Gullik Bjønnes wrote: | >> It's still down. Only one person has any ability to handle this? | >> | > We should really switch to a "one person bus thing"-immune system. | > Any commendations? Yes. At least make a tiny effort to see if the "bus thing" actually happened

Re: Unified title and toolbar on Mac OS X

2007-03-14 Thread Bennett Helm
On Mar 14, 2007, at 10:19 AM, Jean-Marc Lasgouttes wrote: "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> Not on Mac (mac.bind): they move the cursor to the Bennett> beginning/end of the line. And that is a standard mac binding? Yes. Bennett

Re: Unified title and toolbar on Mac OS X

2007-03-14 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> Not on Mac (mac.bind): they move the cursor to the Bennett> beginning/end of the line. And that is a standard mac binding?

Re: [patch] bug 3226: labels in caption insets don't have a prefix

2007-03-14 Thread Jean-Marc Lasgouttes
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: Enrico> One advantage is that you get numbered figures on screen. It would have been very easy to do even in 1.4; the only reason why I did not do it is because (1) not enough time (2) procrastination about the syntax to choose in th

Re: Math fonts -- Win vs MacL

2007-03-14 Thread Enrico Forestieri
On Wed, Mar 14, 2007 at 11:12:50AM +0100, Jean-Marc Lasgouttes wrote: > > "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: > > Enrico> Maybe LyX displaces too much super and subscripts, such that > Enrico> \left and \right delimiters are higher than necessary. I > Enrico> really don't

Re: Unified title and toolbar on Mac OS X

2007-03-14 Thread Bennett Helm
On Mar 14, 2007, at 5:58 AM, Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: "Andre" == Andre Poenitz <[EMAIL PROTECTED] chemnitz.de> writes: Andre> Cursor Left/Right should be a reasonable shortcut for Andre> Promote/Demote in the arrow verfsion, shouldn't it? These are word left/right i

Re: aussie.lyx.org (www.lyx.org etc) is down - does Lars know?

2007-03-14 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | [EMAIL PROTECTED] wrote: | > All of us have probably noticed that aussie (www.lyx.org, | > wiki.lyx.org etc) is down. Does anyone know if Lars is aware of this? | | I guess he would have done something if he knew... | | By the way, is there any bac

Re: SVN is down

2007-03-14 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Peter Kümmel wrote: | > Timothy Reaves wrote: | >> Abdelrazak Younes wrote: | >>> I guess nobody is able to rescue it except Lars... | >>> | >>> Hope he will not be off for months ;-) | >>> | >>> Abdel. | >>> | >>> | >> It's still down. Only one per

Re: [patch] bug 3226: labels in caption insets don't have a prefix

2007-03-14 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > OK, let's list the regressions then: > > 1) the automatic label: this should be solved soon easily (and cleanly > see other thread) > 2) configurability in the layout file: I am not a layout or latex expert > (ignorant is a better qualifier for me ;-)), so what exactly is

Re: [patch] bug 3226: labels in caption insets don't have a prefix

2007-03-14 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > > Having said that, the labels could of course also be set a bit less > > hackish: The inset could return a proper prefix. But this is entails more > > changes up to the insetbase level. > > Which would be a good solution. But we still need the hacks, as long as we canno

Re: [patch] bug 3226: labels in caption insets don't have a prefix

2007-03-14 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > > I'd rather do: > > > > - if (layout->labeltype == LABEL_SENSITIVE) { > > + if (cur.innerInsetOfType(InsetBase::CAPTION_CODE) || > > layout->labeltype == LABEL_SENSITIVE) { > > Yes. That's what I meant in my previous comment (obviously InsetCaption > derives from

[PATCH] LyXText needs parent inset (was Re: [patch] bug 3226: labels in caption insets don't have a prefix)

2007-03-14 Thread Abdelrazak Younes
Abdelrazak Younes wrote: I'd rather do: -if (layout->labeltype == LABEL_SENSITIVE) { +if (cur.innerInsetOfType(InsetBase::CAPTION_CODE) || layout->labeltype == LABEL_SENSITIVE) { Yes. That's what I meant in my previous comment (obviously InsetCaption derives from InsetText, not LyXT

Re: [patch] bug 3226: labels in caption insets don't have a prefix

2007-03-14 Thread Abdelrazak Younes
Georg Baum wrote: Enrico Forestieri wrote: One advantage is that you get numbered figures on screen. This is actually one part of the code that could also be used for layout type captions. It was not implemented before, but it could be adapted easily to layouts. It would be nice if somebody

Re: [patch] bug 3226: labels in caption insets don't have a prefix

2007-03-14 Thread Georg Baum
Enrico Forestieri wrote: > One advantage is that you get numbered figures on screen. This is actually one part of the code that could also be used for layout type captions. It was not implemented before, but it could be adapted easily to layouts. It would be nice if somebody could make a list of

Re: [patch] bug 3226: labels in caption insets don't have a prefix

2007-03-14 Thread Abdelrazak Younes
Georg Baum wrote: Abdelrazak Younes wrote: Personally I like the inset approach. We just need some more cleanup and design. I am confident that the benefit will show up in the future so I am not in favour of reverting it. In principle I like the inset too, but it looks like it is not as power

Re: [patch] bug 3226: labels in caption insets don't have a prefix

2007-03-14 Thread Abdelrazak Younes
Enrico Forestieri wrote: On Wed, Mar 14, 2007 at 11:02:19AM +0100, Jean-Marc Lasgouttes wrote: "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Am Dienstag, 13. März 2007 19:57 schrieb Jürgen Spitzmüller: The attached patch seems the most easiest way to implement this. Comments? Georg

Re: Unified title and toolbar on Mac OS X

2007-03-14 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Jean-Marc Lasgouttes wrote: >>> "Andre" == Andre Poenitz >>> <[EMAIL PROTECTED]> writes: >> Andre> Cursor Left/Right should be a reasonable shortcut for Andre> Promote/Demote in the arrow verfsion, shouldn't it

Re: [patch] fix bug 3235 (and a bit more)

2007-03-14 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Jean-Marc Lasgouttes wrote: >>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: >> Georg> Here comes the next mechanical one: Get rid of one of the 100 Georg> arguments of Paragraph::Pimpl::simpleTeXSpecialChars. >> Very good. W

Re: Math fonts -- Win vs Mac

2007-03-14 Thread Jean-Marc Lasgouttes
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: Enrico> Maybe LyX displaces too much super and subscripts, such that Enrico> \left and \right delimiters are higher than necessary. I Enrico> really don't care, but does the attached patch give a less Enrico> uglier aspect in those ca

Re: [patch] bug 3226: labels in caption insets don't have a prefix

2007-03-14 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Jürgen" == Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: Jürgen> The attached patch seems the most easiest way to implement Jürgen> this. Comments? I'd rather do: - if (layout->labeltype == LABEL_SENSITIVE) { + if (cur.innerInsetOfType(InsetBase::CAPT

Re: [patch] bug 3226: labels in caption insets don't have a prefix

2007-03-14 Thread Georg Baum
Abdelrazak Younes wrote: > Personally I like the inset approach. We just need some more cleanup and > design. I am confident that the benefit will show up in the future so I > am not in favour of reverting it. In principle I like the inset too, but it looks like it is not as powerful as the layou

Re: [patch] bug 3226: labels in caption insets don't have a prefix

2007-03-14 Thread Enrico Forestieri
On Wed, Mar 14, 2007 at 11:02:19AM +0100, Jean-Marc Lasgouttes wrote: > > "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: > > Georg> Am Dienstag, 13. März 2007 19:57 schrieb Jürgen Spitzmüller: > >> The attached patch seems the most easiest way to implement this. > >> Comments? > > Georg> T

Re: Unified title and toolbar on Mac OS X

2007-03-14 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes: Edwin> Abdelrazak Younes wrote: alt+up and alt+down move pars up and down. maybe it is natural to have similar bindings here? But then how would you bind Outline-Up and Down? Edwin> Ctrl+up and Ctrl+down ? The

Re: [patch] Show libdir

2007-03-14 Thread Jean-Marc Lasgouttes
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: Enrico> The attached patch avoids hiding the libdir in "Help->About Enrico> LyX". I am going to shove it in as I think it is Enrico> uncontroversial. I did not think of that... Thanks. JMarc

Re: [patch] fix bug 3235 (and a bit more)

2007-03-14 Thread Georg Baum
Jean-Marc Lasgouttes wrote: >> "Georg" == Georg Baum >> <[EMAIL PROTECTED]> >> writes: > > Georg> Here comes the next mechanical one: Get rid of one of the 100 > Georg> arguments of Paragraph::Pimpl::simpleTeXSpecialChars. > > Very good. What does the patch look like now? It follows

Re: [patch] bug 3226: labels in caption insets don't have a prefix

2007-03-14 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Am Dienstag, 13. März 2007 19:57 schrieb Jürgen Spitzmüller: >> The attached patch seems the most easiest way to implement this. >> Comments? Georg> This patch finally convinced me that the move to insets was Georg> wrong. I am sorry

Re: [patch] bug 3226: labels in caption insets don't have a prefix

2007-03-14 Thread Jean-Marc Lasgouttes
> "Jürgen" == Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: Jürgen> The attached patch seems the most easiest way to implement Jürgen> this. Comments? I'd rather do: - if (layout->labeltype == LABEL_SENSITIVE) { + if (cur.innerInsetOfType(InsetBase::CAPTION_CODE) || layout->labe

Re: Unified title and toolbar on Mac OS X

2007-03-14 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> Cursor Left/Right should be a reasonable shortcut for Andre> Promote/Demote in the arrow verfsion, shouldn't it? These are word left/right in cua, I think. No these are Ctrl+left/right in cua. Alt+left/ri

Re: Unified title and toolbar on Mac OS X

2007-03-14 Thread Jean-Marc Lasgouttes
> "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes: Edwin> Abdelrazak Younes wrote: >>> alt+up and alt+down move pars up and down. maybe it is natural to >>> have similar bindings here? >> But then how would you bind Outline-Up and Down? Edwin> Ctrl+up and Ctrl+down ? These are already bo

Re: Unified title and toolbar on Mac OS X

2007-03-14 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> Cursor Left/Right should be a reasonable shortcut for Andre> Promote/Demote in the arrow verfsion, shouldn't it? These are word left/right in cua, I think. JMarc

Re: Unified title and toolbar on Mac OS X

2007-03-14 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Indeed... The correct solution would be to modify the cua Abdelrazak> and all other bindings to not use any Alt-XXX shortcut Abdelrazak> because these should be reserved to GUI accessible element Abdelrazak> (menu _and

Re: Unified title and toolbar on Mac OS X

2007-03-14 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> On Mar 13, 2007, at 11:44 AM, Jean-Marc Lasgouttes wrote: >> Also, Bennett, are there instances where we use normal dialogs and >> sheets would be more appropriate? Bennett> Sheets are appropriate for document-specific modal win

Re: Unified title and toolbar on Mac OS X

2007-03-14 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> I think if we implement this as a drawer -- which is quite Bennett> nice -- we should not also allow a docked widget or floating Bennett> window. (That's not the Mac way: simplify to avoid Bennett> confusion.) 100% agreed. Abdel

Re: Unified title and toolbar on Mac OS X

2007-03-14 Thread Abdelrazak Younes
Edwin Leuven wrote: Abdelrazak Younes wrote: alt+up and alt+down move pars up and down. maybe it is natural to have similar bindings here? But then how would you bind Outline-Up and Down? Ctrl+up and Ctrl+down ? Wouldn't it be better to affect those to pars up and down instead and alt+arr

Re: [patch] fix bug 3235 (and a bit more)

2007-03-14 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Here comes the next mechanical one: Get rid of one of the 100 Georg> arguments of Paragraph::Pimpl::simpleTeXSpecialChars. Very good. What does the patch look like now? JMarc

Re: Change Tracking - Exciting Stuff

2007-03-14 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Michael Gerz wrote: >> Actually, I intended to switch to two complementing packages: >> changes.sty and changebar.sty. The translation problem of >> changes.sty is not really a problem, because we wouldn't use the >> corresponding feat

Re: [patch] fix bug 3235 (and a bit more)

2007-03-14 Thread Abdelrazak Younes
Georg Baum wrote: Am Montag, 12. März 2007 20:36 schrieb Andre Poenitz: On Mon, Mar 12, 2007 at 07:29:11PM +0100, Georg Baum wrote: I committed some pure renaming. Here is the rest of the patch. How should we proceed? I wouldn't mind seeing it in trunk. Unfortunately I am not 100% sure of

Re: degree symbol in LyX on Linux with Compose key

2007-03-14 Thread John Pye
Jean-Pierre Chrétien wrote: > John Pye <[EMAIL PROTECTED]> writes: > > >> It seems that part of the issue could be that Ubuntu has a local that >> uses unicode. Not sure what that means in detail, but perhaps it's a >> difference from Solaris? >> > > I thought that the key sequence ^* was s

Re: [patch] bug 3226: labels in caption insets don't have a prefix

2007-03-14 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: The attached patch seems the most easiest way to implement this. Comments? Jürgen Index: src/text.C === --- src/text.C (Revision

Re: [patch] bug 3226: labels in caption insets don't have a prefix

2007-03-14 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Georg Baum wrote: This patch finally convinced me that the move to insets was wrong. I am sorry that I caused others to work on this, but at that time I was not aware that we would need so many hacks. Personally, I don't mind if we revert to the caption layout. I don'

Re: Math fonts -- Win vs Mac

2007-03-14 Thread Enrico Forestieri
On Tue, Mar 13, 2007 at 10:53:02PM -0400, Bennett Helm wrote: > On Mar 13, 2007, at 7:45 PM, Jan Peters wrote: > > > Dear Bennet, > > > > I had a discussion with Uwe on the fonts for > > parantheses, see > > > > http://bugzilla.lyx.org/show_bug.cgi?id=3330 > > > > He told me that the parentheses/v

Re: [patch] bug 3226: labels in caption insets don't have a prefix

2007-03-14 Thread Georg Baum
Michael Gerz wrote: > Argh... reverting all caption inset patches will be bloody. We have to > be VERY careful! I would not revert these patches, but rather remove the caption inset and fix all compile errors, readding the old code on a case by case basis. I know that this is some work, and that

Re: Unified title and toolbar on Mac OS X

2007-03-14 Thread Edwin Leuven
Abdelrazak Younes wrote: alt+up and alt+down move pars up and down. maybe it is natural to have similar bindings here? But then how would you bind Outline-Up and Down? Ctrl+up and Ctrl+down ?

Re: Unified title and toolbar on Mac OS X

2007-03-14 Thread Abdelrazak Younes
Edwin Leuven wrote: Andre Poenitz wrote: On Tue, Mar 13, 2007 at 04:11:25PM +0100, Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: FWIW, I'd also like to see toc widget narrower if possible. Abdelrazak> I guess we need to fin

Re: Change Tracking - Exciting Stuff

2007-03-14 Thread Georg Baum
Michael Gerz wrote: > Actually, I intended to switch to two complementing packages: > changes.sty and changebar.sty. The translation problem of changes.sty is > not really a problem, because we wouldn't use the corresponding feature > within LyX. Nevertheless, I contacted the author (no answer yet

Re: Unified title and toolbar on Mac OS X

2007-03-14 Thread Edwin Leuven
Andre Poenitz wrote: On Tue, Mar 13, 2007 at 04:11:25PM +0100, Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: FWIW, I'd also like to see toc widget narrower if possible. Abdelrazak> I guess we need to find shorter names for "