Re: macros for commands

2007-10-08 Thread Abdelrazak Younes
Bernhard Roider wrote: Andre Poenitz schrieb: On Fri, Oct 05, 2007 at 12:24:45AM +0200, Bernhard Roider wrote: hello all, the attached patch adds - the possibility to define macros in the bind file, like \define "my macro" "command-sequence inset-insert ert 1; char-backward; self-insert some

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

2007-10-08 Thread Abdelrazak Younes
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 like it to be tested a bit. Expecially, I'd like a Mac user (Bennett?)

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

2007-10-08 Thread Abdelrazak Younes
Bo Peng wrote: On 10/8/07, Bo Peng <[EMAIL PROTECTED]> wrote: Attached is a more polished patch, So, what is the purpose of this inset? Only to display the shortcut or also to modify them? If advantage of displaying it inside LyX is of be able to generate the documentation automatically, whi

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

2007-10-08 Thread Jürgen Spitzmüller
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 like it to be tested a bit. Expecially, I'd like a Mac user (Bennett?) to test whether this has

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-08 Thread Jean-Marc Lasgouttes
Pavel Sanda <[EMAIL PROTECTED]> writes: >> Some people have asked for sorting the layouts, and we could indeed >> add that to the prefs. I have no hard feelings on the question. >> However, I totally dislike the hardcoded test for '-'. > > would you feel comfortable with some test eg isalpha(strin

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

2007-10-08 Thread Jean-Marc Lasgouttes
Andre Poenitz <[EMAIL PROTECTED]> writes: >> >I guess there's no way to know what widgets the QWidgetPrivate:: >> >belongs >> >to? I think it is possible to go further inside the tree and see what it does. JMarc

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

2007-10-08 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] writes: > > - if (!encodings.empty() || package == Encoding::inputenc) { > + // When the language japanese-plain is used, the package > inputenc must > + // be omitted. > + // see > http://www.mail-archive.com/lyx-devel@lists.ly

Re: A few more unicode symbols.

2007-10-08 Thread Jürgen Spitzmüller
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 \textgreek{a}, without > the need to mark it as greek, provided the preamble contains

Re: [Cvslog] r20857 - in /lyx-devel/branches/BRANCH_1_5_X/lib/doc: Use...

2007-10-08 Thread Jürgen Spitzmüller
Am Dienstag, 9. Oktober 2007 schrieb uwestoehr: > Modified: >     lyx-devel/branches/BRANCH_1_5_X/lib/doc/UserGuide.lyx >     lyx-devel/branches/BRANCH_1_5_X/lib/doc/de/UserGuide.lyx >     lyx-devel/branches/BRANCH_1_5_X/lib/doc/es/UserGuide.lyx >     lyx-devel/branches/BRANCH_1_5_X/lib/doc/eu/User

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

2007-10-08 Thread Bo Peng
On 10/8/07, Bo Peng <[EMAIL PROTECTED]> wrote: > Attached is a more polished patch, That patch can not be applied after Uwe's commit. Attached is an updated one, with a lyx2lyx fix. Bo Index: development/scons/scons_manifest.py === -

Re: Support request for Japanese without CJK

2007-10-08 Thread Uwe Stöhr
Koji Yokota schrieb: No, you must omit the inputenc package, and the japanese package should be loaded after babel declaration. I built it in now: http://www.lyx.org/trac/changeset/20861 LyX now produces this: --- \documentclass[english]{article} \usepackage[T1]{fontenc} \usepackage{babel} \

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

2007-10-08 Thread Bo Peng
Attached is a more polished patch, with the additional ability to display all rc entries using names such as "lyxrc:bind_file". This improves the documentation and visibility of lyx shortcuts, which are, to normal lyx users, more important than the customization of shortcuts. Jose? Bo Index: deve

Re: [Cvslog] r20856 - /lyx-devel/trunk/src/frontends/qt4/LaTeXHighligh...

2007-10-08 Thread Andre Poenitz
On Mon, Oct 08, 2007 at 08:38:57PM -, [EMAIL PROTECTED] wrote: > Author: broider > Date: Mon Oct 8 22:38:55 2007 > New Revision: 20856 > > URL: http://www.lyx.org/trac/changeset/20856 > Log: > fix pch > > Modified: > lyx-devel/trunk/src/frontends/qt4/LaTeXHighlighter.cpp > > Modified: l

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

2007-10-08 Thread Andre Poenitz
On Mon, Oct 08, 2007 at 01:04:51PM -0400, Bennett Helm wrote: > Andre - > > Did you mean to send this to the list? (It only went to me.) Erm.. yes. Sort of at least... > > Bennett > > On Oct 8, 2007, at 12:52 PM, Andre Poenitz wrote: > > >On Mon, Oct 08, 2007 at 09:35:58AM -0400, Bennett Helm

Re: [Patch] Bug 2739 - Alphabetical sort of environments in the toolbar

2007-10-08 Thread Pavel Sanda
> Some people have asked for sorting the layouts, and we could indeed > add that to the prefs. I have no hard feelings on the question. > However, I totally dislike the hardcoded test for '-'. would you feel comfortable with some test eg isalpha(string[0]) instead ? pavel

Re: macros for commands

2007-10-08 Thread Bernhard Roider
Andre Poenitz schrieb: On Fri, Oct 05, 2007 at 12:24:45AM +0200, Bernhard Roider wrote: hello all, the attached patch adds - the possibility to define macros in the bind file, like \define "my macro" "command-sequence inset-insert ert 1; char-backward; self-insert some important latex code; c

Re: A few more unicode symbols.

2007-10-08 Thread Enrico Forestieri
On Mon, Oct 08, 2007 at 07:14:46PM +0200, Jürgen Spitzmüller wrote: > Enrico Forestieri wrote: > > > Enrico Forestieri wrote: > > > > Have a look at the attached .lyx files. > > > > > > I can't see it. > > > > Hrmpf. Too many things to do at the same time... > > OK. This looks like what I expecte

Re: A few more unicode symbols.

2007-10-08 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > > Enrico Forestieri wrote: > > > Have a look at the attached .lyx files. > > > > I can't see it. > > Hrmpf. Too many things to do at the same time... OK. This looks like what I expected. What am I supposed to see? Jürgen

Re: A few more unicode symbols.

2007-10-08 Thread Enrico Forestieri
On Mon, Oct 08, 2007 at 05:46:58PM +0200, Jürgen Spitzmüller wrote: > Enrico Forestieri wrote: > > Have a look at the attached .lyx files. > > I can't see it. Hrmpf. Too many things to do at the same time... -- Enrico #LyX 1.5.2 created this file. For more info see http://www.lyx.org/ \lyxform

Re: A few more unicode symbols.

2007-10-08 Thread Uwe Stöhr
Bo Peng schrieb: OK. In the end, I need lyx to 1. tell me what character is causing the problem Yes, definetively. 2. tell me why this happens, and suggest a solution Not easy to do. Take the case that the user has inserted a Korean character. I think highlighting the problematic charact

Re: Trunk not bindable now with cmake

2007-10-08 Thread Edwin Leuven
Andre Poenitz wrote: When I think about it, you can try to move/copy ButtonPolicy.cpp Dialog.cpp frontend_helpers.cpp from frontends to frontends/qt4 for the moment this solved it http://www.lyx.org/trac/changeset/20852

Re: A few more unicode symbols.

2007-10-08 Thread Bo Peng
OK. In the end, I need lyx to 1. tell me what character is causing the problem 2. tell me why this happens, and suggest a solution 3. be able to replace all beta with math beta, greek beta etc. (Advanced find/replace). I guess 1 and 2 should not be too difficult. Cheers, Bo

Re: Trunk not bindable now with cmake

2007-10-08 Thread Andre Poenitz
On Mon, Oct 08, 2007 at 11:26:55AM +0200, Kornel Benko wrote: > Am Montag, 8. Oktober 2007 11:17 schrieb Kornel Benko: > > It is not only boost, for which there are undefined referencies. > > Lines like: > : undefined reference to > `lyx::frontend::ButtonPolicy::ButtonPolicy(lyx::frontend::Button

Re: A few more unicode symbols.

2007-10-08 Thread Uwe Stöhr
> Should greek characters be automatically in greek language? I thought > the two were separated. I don't think we could do this. Take for example Cyrillic: Russian users might find it useful to convert Cyrillic characters to Russian, but what about the Ukrainian, Bulgarian, ..., users? They wi

Re: Trunk not bindable now with cmake

2007-10-08 Thread Abdelrazak Younes
Andre Poenitz wrote: On Mon, Oct 08, 2007 at 11:26:55AM +0200, Kornel Benko wrote: Am Montag, 8. Oktober 2007 11:17 schrieb Kornel Benko: It is not only boost, for which there are undefined referencies. Lines like: : undefined reference to `lyx::frontend::ButtonPolicy::ButtonPolicy(lyx::front

Re: Trunk not bindable now with cmake

2007-10-08 Thread Andre Poenitz
On Mon, Oct 08, 2007 at 11:26:55AM +0200, Kornel Benko wrote: > Am Montag, 8. Oktober 2007 11:17 schrieb Kornel Benko: > > It is not only boost, for which there are undefined referencies. > > Lines like: > : undefined reference to > `lyx::frontend::ButtonPolicy::ButtonPolicy(lyx::frontend::Button

Re: A few more unicode symbols.

2007-10-08 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > Have a look at the attached .lyx files. I can't see it. Jürgen

Re: A few more unicode symbols.

2007-10-08 Thread Enrico Forestieri
On Mon, Oct 08, 2007 at 04:39:43PM +0200, Jürgen Spitzmüller wrote: > Enrico Forestieri wrote: > > So, in the end you always get the same font with babel, too. > > I think that it is easy to mimic what babel does without requiring > > to mark as greek the text in LyX. > > I'm not sure. There are

Re: Support request for Japanese without CJK

2007-10-08 Thread Koji Yokota
Uwe Stöhr wrote: Can you process LyX's current LaTeX code? For me it only works when I omit the inputenc package. Uwe, No, you must omit the inputenc package, and the japanese package should be loaded after babel declaration. To avoid inputenc, I had to tweak current LyX to write Japanese wi

Re: A few more unicode symbols.

2007-10-08 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > So, in the end you always get the same font with babel, too. > I think that it is easy to mimic what babel does without requiring > to mark as greek the text in LyX. I'm not sure. There are the new TeXGyre fonts that come with Greek characters. I think the babel definit

Re: Trunk not bindable now with cmake

2007-10-08 Thread Kornel Benko
Am Montag, 8. Oktober 2007 16:25 schrieb Edwin Leuven: > Kornel Benko wrote: > > Better! Now only Controller referencies are undefined, like > > : undefined reference to `lyx::frontend::Controller::~Controller()' > > where is this happening? (send the full output) > Since it is a lot, I sent

Re: [Cvslog] r20847 - in /lyx-devel/branches/BRANCH_1_5_X: lib/Makefil...

2007-10-08 Thread Enrico Forestieri
On Mon, Oct 08, 2007 at 03:29:55PM +0200, Jürgen Spitzmüller wrote: > What about Scons? Huff... -- Enrico

Re: Trunk not bindable now with cmake

2007-10-08 Thread Edwin Leuven
Kornel Benko wrote: Better! Now only Controller referencies are undefined, like : undefined reference to `lyx::frontend::Controller::~Controller()' where is this happening? (send the full output)

Re: A few more unicode symbols.

2007-10-08 Thread Enrico Forestieri
On Mon, Oct 08, 2007 at 03:02:32PM +0200, Jürgen Spitzmüller wrote: > Enrico Forestieri wrote: > > > But this is bound to a specific font, isn't it? > > > > But you have to choose a font, as not all (if any) of them (LaTeX fonts) > > have all possible glyphs. > > But I do not want a times-like gr

Re: Trunk not bindable now with cmake

2007-10-08 Thread Kornel Benko
Am Montag, 8. Oktober 2007 15:58 schrieb Edwin Leuven: > Kornel Benko wrote: > > Am Montag, 8. Oktober 2007 11:43 schrieb Edwin Leuven: > >> i needed this: > >> > >> http://www.lyx.org/trac/changeset/20842 > > > > This did not help :( > > and if you apply the attached? > Better! Now only Contro

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

2007-10-08 Thread Abdelrazak Younes
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's on my list. Please give me some time to look through it. No problem. Maybe some other volunteers would like to test it too? Abdel.

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

2007-10-08 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > What about this? I've been using it for quite a while now and I didn't > see any problem. It's on my list. Please give me some time to look through it. Jürgen

Re: Trunk not bindable now with cmake

2007-10-08 Thread Edwin Leuven
Kornel Benko wrote: Am Montag, 8. Oktober 2007 11:43 schrieb Edwin Leuven: i needed this: http://www.lyx.org/trac/changeset/20842 This did not help :( and if you apply the attached? Index: development/cmake/src/CMakeLists.txt =

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

2007-10-08 Thread Bennett Helm
On Oct 8, 2007, at 5:53 AM, Jean-Marc Lasgouttes wrote: Bennett Helm <[EMAIL PROTECTED]> writes: I'm confused, and I hope someone can straighten me out. First the easy one: do you want a profile of 1.5 (as Jean-Marc asks for here) or of 1.6 (as the subject line would indicate)? Probably any

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

2007-10-08 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: the remaining po and doc changes can immediately be committed. What about this? I've been using it for quite a while now and I didn't see any problem. Abdel. Index: BufferView.cpp === --- BufferView.cp

Re: [Cvslog] r20847 - in /lyx-devel/branches/BRANCH_1_5_X: lib/Makefil...

2007-10-08 Thread Jürgen Spitzmüller
forenr wrote: > Modified: lyx-devel/branches/BRANCH_1_5_X/lib/Makefile.am > URL: > http://www.lyx.org/trac/file/lyx-devel/branches/BRANCH_1_5_X/lib/Makefile.a >m?rev=20847 > === >=== --- lyx-devel/branches/BRANCH_1_5_X/lib/Make

Re: External pasting currently broken in 1.6svn

2007-10-08 Thread Abdelrazak Younes
Helge Hafting wrote: * Start LyX compiled from today's svn. * Open an existing document * Mark some text in firefox. (It can now be pasted into other linux apps.) Note that: * Middle-click pasting doesn't work in Lyx - nothing happens * Edit->paste have all the options grayed out. I can't paste

Re: Inconsistent looking of integrals

2007-10-08 Thread Enrico Forestieri
On Mon, Oct 08, 2007 at 01:59:47PM +0200, Jürgen Spitzmüller wrote: > Enrico Forestieri wrote: > > Lacking any opinion on this matter, I opted for solution 2, but > > instead of moving the glyph I simply remapped it to an unused > > position in order to maintain compatibility with the TeX font. >

External pasting currently broken in 1.6svn

2007-10-08 Thread Helge Hafting
* Start LyX compiled from today's svn. * Open an existing document * Mark some text in firefox. (It can now be pasted into other linux apps.) Note that: * Middle-click pasting doesn't work in Lyx - nothing happens * Edit->paste have all the options grayed out. I can't paste my external selectio

Re: Trunk not bindable now with cmake

2007-10-08 Thread Kornel Benko
Am Montag, 8. Oktober 2007 11:43 schrieb Edwin Leuven: > Abdelrazak Younes wrote: > > I know you don't, that was just to say I can't really help you > > unfortunately. > > i needed this: > > http://www.lyx.org/trac/changeset/20842 > > they got lost when the controller cmake stuff got deleted >

Re: *not* everything is an inset!

2007-10-08 Thread Abdelrazak Younes
John Levon wrote: On Mon, Oct 08, 2007 at 08:49:07AM +0200, Abdelrazak Younes wrote: You already failed. Why would I get used to it, when I can just go use TeXMacs and mark my stuff up as I like? But you (as a user) are free to go use other software (and apparently you do already). Finger pain

Re: *not* everything is an inset!

2007-10-08 Thread Jean-Marc Lasgouttes
John Levon <[EMAIL PROTECTED]> writes: >> When using using word (but not Oo.o), the selection jumps from word to >> word as soon as you are selecting more than one word. This is a feaure >> that I do not find annoying myself. > > Sure, that's pretty different thing though, in that you can break out

Re: [Announce] LyX 1.5.2 is released

2007-10-08 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > I have placed a cygwin binary here: > http://www.lyx.org/~forenr/lyx-1.5.2-cygwin.tar.gz Thanks, Enrico. I uploaded it. Jürgen

Re: Trying to build LyX on fresh installation of Ubuntu

2007-10-08 Thread christian . ridderstrom
On Mon, 8 Oct 2007, Jean-Marc Lasgouttes wrote: [EMAIL PROTECTED] writes: The problem is a missing program/script called 'msguniq'. Shouldn't 'configure' check that I have 'msguniq'? This is in gettext tools. Normally they are needed when building from svn, but not from a tar ball. Ok, I

Re: A few more unicode symbols.

2007-10-08 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > > But this is bound to a specific font, isn't it? > > But you have to choose a font, as not all (if any) of them (LaTeX fonts) > have all possible glyphs. But I do not want a times-like greek font (not to mention cm) if I'm using Palatino for the latin characters. I thi

Re: *not* everything is an inset!

2007-10-08 Thread John Levon
On Mon, Oct 08, 2007 at 11:32:48AM +0200, Jean-Marc Lasgouttes wrote: > > I don't believe that people will think it's natural that selection jumps > > across an entire (say) . > > When using using word (but not Oo.o), the selection jumps from word to > word as soon as you are selecting more than

Re: *not* everything is an inset!

2007-10-08 Thread John Levon
On Mon, Oct 08, 2007 at 08:02:05AM +0300, Martin Vermeer wrote: > > > Isn't 'natural' usually better? These things feel like atoms, > > > and inset-ness supports that. Not a big thing but anyway. > > > > I don't believe that people will think it's natural that selection jumps > > across an entire

Re: *not* everything is an inset!

2007-10-08 Thread John Levon
On Mon, Oct 08, 2007 at 08:49:07AM +0200, Abdelrazak Younes wrote: > >You already failed. Why would I get used to it, when I can just go use > >TeXMacs and mark my stuff up as I like? > > But you (as a user) are free to go use other software (and apparently > you do already). Finger painting is

Re: [Announce] LyX 1.5.2 is released

2007-10-08 Thread Enrico Forestieri
On Mon, Oct 08, 2007 at 07:59:42AM +0200, Jürgen Spitzmüller wrote: > Public release of LyX version 1.5.2 > === Congrats! I have placed a cygwin binary here: http://www.lyx.org/~forenr/lyx-1.5.2-cygwin.tar.gz -- Enrico

Re: A few more unicode symbols.

2007-10-08 Thread Enrico Forestieri
On Mon, Oct 08, 2007 at 01:52:25PM +0200, Jürgen Spitzmüller wrote: > Enrico Forestieri wrote: > > \newcommand{\Ebold}{\mbox{\usefont{U}{cmsy}{b}{n}\char69}} > > > > defines the macro \Ebold which prints a calligraphic bold E in whatever > > context (math or text). So, it is quite simple to devise

Re: Idea related to character styles

2007-10-08 Thread christian . ridderstrom
On Mon, 8 Oct 2007, Jean-Marc Lasgouttes wrote: [EMAIL PROTECTED] writes: * The user starts writing The emails and then presses some keyboard shortcut, which activates a regular expression search for previously entered phrases. So the user here only has to type 'He' and then pr

Re: About work area embedded in a dialog

2007-10-08 Thread Tommaso Cucinotta
Helge Hafting ha scritto: Can the "advanced" search do a simple search? Ok, the current implementation has only search, but, if LyX is going to integrate the feature, I'll be glad to implement the replace part as well. It should not be difficult at all: the searched text is already selected, so

Re: Inconsistent looking of integrals

2007-10-08 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > Jürgen, what about branch? You can read my mind :-) Jürgen

Re: Inconsistent looking of integrals

2007-10-08 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > Lacking any opinion on this matter, I opted for solution 2, but > instead of moving the glyph I simply remapped it to an unused > position in order to maintain compatibility with the TeX font. This should also be done for branch, right? Jürgen

Re: Inconsistent looking of integrals

2007-10-08 Thread Enrico Forestieri
On Sat, Oct 06, 2007 at 05:37:46PM +0200, Enrico Forestieri wrote: > On Fri, Oct 05, 2007 at 05:23:25PM +0200, Enrico Forestieri wrote: > > > For screen representation of integrals, LyX uses two different fonts > > leading to an inconsistent look. See the attached integrals.lyx. > > > > There's

Re: A few more unicode symbols.

2007-10-08 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > \newcommand{\Ebold}{\mbox{\usefont{U}{cmsy}{b}{n}\char69}} > > defines the macro \Ebold which prints a calligraphic bold E in whatever > context (math or text). So, it is quite simple to devise a \lyxgreek > macro to typeset a series of greek letters. But this is bound t

Re: About work area embedded in a dialog

2007-10-08 Thread Jean-Marc Lasgouttes
Tommaso Cucinotta <[EMAIL PROTECTED]> writes: > Jean-Marc Lasgouttes ha scritto: >> Another great feature we could steal from acrobat reader is to show a >> list of hits in the document (with some context) allowing the user to >> go directly to the right one. Of course, if the side bar is already

Re: Support for environments options ? wishlist idea for a general solution

2007-10-08 Thread Helge Hafting
Martin Vermeer wrote: On Sat, Oct 06, 2007 at 11:52:37PM +0200, Tommaso Cucinotta wrote: Paul A. Rubin ha scritto: The way I enter an optional argument (when one is allowed) is to open the minibuffer (M-x or View -> Toolbars -> Command buffer) and type the command 'optional-insert'.

Re: Show changes in output broken on 1.5.1.

2007-10-08 Thread Tommaso Cucinotta
Jean-Marc Lasgouttes ha scritto: Ok, it was indeed what I was expecting. Actually, I get the red strikes and blue marks anycase, either if I check or if I don't check "show changes". On screen or on paper? Well, now that you make me think deeply to this, I realize it depends on what you

Re: A few more unicode symbols.

2007-10-08 Thread Enrico Forestieri
On Mon, Oct 08, 2007 at 12:47:28PM +0200, Jürgen Spitzmüller wrote: > Jean-Marc Lasgouttes wrote: > > Looks like bad design, then. > > Yes. The problem is that LaTeX was simply not designed for languages that do > not use non-latin alphabets or non-alphabetic scripts. Omega, Aleph and how > all

Re: About work area embedded in a dialog

2007-10-08 Thread Helge Hafting
Jean-Marc Lasgouttes wrote: Tommaso Cucinotta <[EMAIL PROTECTED]> writes: Actually, the curious thing is that, AFAIK, LyX would be the 1st word processor ever with such a find feature (e.g. not a simple text field, but an enhanced one, especially useful for searching complex maths). But I'm

Re: About work area embedded in a dialog

2007-10-08 Thread Tommaso Cucinotta
Jean-Marc Lasgouttes ha scritto: Another great feature we could steal from acrobat reader is to show a list of hits in the document (with some context) allowing the user to go directly to the right one. Of course, if the side bar is already full like it is now, it is a bit difficult. But I think

Re: *not* everything is an inset!

2007-10-08 Thread Helge Hafting
Andre Poenitz wrote: On Fri, Oct 05, 2007 at 11:55:39AM +0200, Helge Hafting wrote: Andre Poenitz wrote: One use case I can think of is a linguist wanting to mark individual parts of a sentence. Certain words can be part of several such entities, so overlapping might make sense there, a

Re: A few more unicode symbols.

2007-10-08 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Looks like bad design, then. Yes. The problem is that LaTeX was simply not designed for languages that do not use non-latin alphabets or non-alphabetic scripts. Omega, Aleph and how all the attempts were called, were never really finished, so the users of diverse l

Re: A few more unicode symbols.

2007-10-08 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > For proper latex compilation yes. This is the same issue as with CJK, > hebrew or Arabic. The language _has_ to be set. I was a proponent of > automatically switching the language at latex export when a given > unicode range is detected; but Georg (a

Re: A few more unicode symbols.

2007-10-08 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes: > My understanding is that these switches do not change the language (contrary > to \selectlanguage and similar switches). > > However, the \greektext and \textgreek commands are only available > if babel is loaded with the "greek" option (probably t

Re: A few more unicode symbols.

2007-10-08 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Should greek characters be automatically in greek language? I thought > the two were separated. No, they shouldn't. The babel docs states that: "The commands \greektext and \latintext can be used to switch to greek or latin fonts. These are declarations. The command

Re: A few more unicode symbols.

2007-10-08 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: [EMAIL PROTECTED] (Jürgen Spitzmüller) writes: Bo Peng wrote: I did not use these characters, someone else did. It may be a bad practice to use these symbols instead of math symbols, but if lyx can handle them, why not? Because the unicodesymbols list cannot deal wi

Re: How to build LyX using Qt 4.3?

2007-10-08 Thread Uwe Stöhr
Joost Verburg schrieb: You can take the source from the original zip file, without the compiled objects in it. Thanks for the hint, now it works. But you only need the subfolders "gui" and "corelib" of the "src" folder. You can furthermore get rid of the .dll-files in the "bin" folder as the

Re: Monochrome rendering - extension to GuiPainter

2007-10-08 Thread Stefan Schimanski
Am 08.10.2007 um 12:09 schrieb Jean-Marc Lasgouttes: Stefan Schimanski <[EMAIL PROTECTED]> writes: Sure. On enterMonochromeMode you pass a min and a max color. Every drawing command sets the QPen color before it does the real drawing. But in monochrome mode the color is first converted into g

Re: Port of my dynmacro branch to 1.6

2007-10-08 Thread Jean-Marc Lasgouttes
Uwe Stöhr <[EMAIL PROTECTED]> writes: > Stefan Schimanski schrieb: > >> Otherwise the format is the same as before, only that now optional >> arguments are allowed. > > So we need a fileformat change with a revert routine that deletes the > arguments. This should be easy to do. I'll have a look wh

Re: Monochrome rendering - extension to GuiPainter

2007-10-08 Thread Jean-Marc Lasgouttes
Stefan Schimanski <[EMAIL PROTECTED]> writes: > Sure. On enterMonochromeMode you pass a min and a max color. Every > drawing command sets the QPen color before it does the real drawing. > But in monochrome mode the color is first converted into greyscale > and then mapped into the interval [min,ma

Re: A few more unicode symbols.

2007-10-08 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes: > Bo Peng wrote: >> I did not use these characters, someone else did. It may be a bad >> practice to use these symbols instead of math symbols, but if lyx can >> handle them, why not? > > Because the unicodesymbols list cannot deal with what we would

Re: Bold button and others ...

2007-10-08 Thread Hellmut Weber
Thanks for the info ;-) I'm very interested. Best reagrds Hellmut Richard Heck schrieb: Bo's working on a keybinding editor. -- Dr. Hellmut Weber [EMAIL PROTECTED] Degenfeldstraße 2 tel +49-89-3081172 D-80803 München-Schwabing mobil +49-172-8450321 please: No DOCs, no PPTs.

Re: Show changes in output broken on 1.5.1.

2007-10-08 Thread Jean-Marc Lasgouttes
Tommaso Cucinotta <[EMAIL PROTECTED]> writes: > Jürgen Spitzmüller ha scritto: >> Probably you misinterpreted this. "Show changes" shows the change >> tracking marks (red/blue struckout etc.), whereas if you disable >> this, you get the result without change tracking marks, as if you'd >> already

Re: Idea related to character styles

2007-10-08 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] writes: > * The user starts writing > > The emails > > and then presses some keyboard shortcut, which activates a regular > expression search for previously entered phrases. So the user > here only has to type 'He' and then press e.g. ENTER to get 'Henrik' > inserte

Re: Trying to build LyX on fresh installation of Ubuntu

2007-10-08 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] writes: > The problem is a missing program/script called 'msguniq'. > > Shouldn't 'configure' check that I have 'msguniq'? This is in gettext tools. Normally they are needed when building from svn, but not from a tar ball. JMarc

Re: [Cvslog] r20690 - /lyx-devel/trunk/src/frontends/qt4/ui/WrapUi.ui

2007-10-08 Thread Jean-Marc Lasgouttes
John Levon <[EMAIL PROTECTED]> writes: > "Advanced" tabs are always a mistake. > > https://bugzilla.mozilla.org/show_bug.cgi?id=216931 +1 But you have not been very successful wrt firefox :) JMarc

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

2007-10-08 Thread Jean-Marc Lasgouttes
Bennett Helm <[EMAIL PROTECTED]> writes: > I'm confused, and I hope someone can straighten me out. First the > easy one: do you want a profile of 1.5 (as Jean-Marc asks for here) > or of 1.6 (as the subject line would indicate)? Probably any of these would be OK. > Anyway, I did 1.5: reconfigure

Re: *not* everything is an inset!

2007-10-08 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > Reason is simple and is actually the same as the reason why I prefer > charstyle as inset: you cannot select a chunk of changed text in one > go. > For CT, it's even worse: you _have_ to use the mouse for accepting or > refusing the change. With inse

Re: Trunk not bindable now with cmake

2007-10-08 Thread Edwin Leuven
Abdelrazak Younes wrote: I know you don't, that was just to say I can't really help you unfortunately. i needed this: http://www.lyx.org/trac/changeset/20842 they got lost when the controller cmake stuff got deleted

Re: *not* everything is an inset!

2007-10-08 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > The font-related RTL business and the boundary stuff is far far from > easy. Look at the different getFont() method and you will see how this > stuff is complicated. Note however, that part of the horrors in getFonts and friends is the beginningOfBo

Re: *not* everything is an inset!

2007-10-08 Thread Jean-Marc Lasgouttes
Martin Vermeer <[EMAIL PROTECTED]> writes: > We need a special dissolve command for charstyles, appearing > on the charstyle submenu (or combobox!) I'd rather see something on hover. JMarc

Re: *not* everything is an inset!

2007-10-08 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> You already failed. Why would I get used to it, when I can just go use >> TeXMacs and mark my stuff up as I like? > > But you (as a user) are free to go use other software (and apparently > you do already). Finger painting is not our niche as far as

Re: Trunk not bindable now with cmake

2007-10-08 Thread Stefan Schimanski
Am Montag, 8. Oktober 2007 11:17 schrieb Kornel Benko: It is not only boost, for which there are undefined referencies. Lines like: : undefined reference to `lyx::frontend::ButtonPolicy::ButtonPolicy (lyx::frontend::ButtonPolicy::Policy)' : undefined reference to `lyx::frontend::ButtonPolicy::

Re: *not* everything is an inset!

2007-10-08 Thread Jean-Marc Lasgouttes
John Levon <[EMAIL PROTECTED]> writes: >> Isn't 'natural' usually better? These things feel like atoms, >> and inset-ness supports that. Not a big thing but anyway. > > I don't believe that people will think it's natural that selection jumps > across an entire (say) . When using using word (but n

Re: [patch] fix crash on command line with branches

2007-10-08 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > this _or_ (use_gui) is fine. But (theApp()) is probably better in case > we develop a non-gui app someday. I chose theApp() (it was easier to access from BranchList). Jürgen

Re: Show changes in output broken on 1.5.1.

2007-10-08 Thread Jürgen Spitzmüller
Hans Meine wrote: > Wouldn't that be svn://svn.lyx.org/lyx/lyx-devel/tags/lyx-1_5_2 ? For the 1.5.2 release, yes. I think Tomasso asked for the stable branch. Jürgen

Re: Trunk not bindable now with cmake

2007-10-08 Thread Kornel Benko
Am Montag, 8. Oktober 2007 11:17 schrieb Kornel Benko: > It is not only boost, for which there are undefined referencies. Lines like: : undefined reference to `lyx::frontend::ButtonPolicy::ButtonPolicy(lyx::frontend::ButtonPolicy::Policy)' : undefined reference to `lyx::frontend::ButtonPolicy::b

Re: [patch] fix crash on command line with branches

2007-10-08 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Jürgen Spitzmüller wrote: http://bugzilla.lyx.org/show_bug.cgi?id=4255 The patch looks straightforward to me. Abdel, what do you think? Yes, this of (use_gui) is fine. this _or_ (use_gui) is fine. But (theApp()) is probably better in case we develop a non-gui app s

Re: Trunk not bindable now with cmake

2007-10-08 Thread Abdelrazak Younes
Kornel Benko wrote: Am Montag, 8. Oktober 2007 10:58 schrieb Abdelrazak Younes: I may have fixed some CMake issues but I am far from an expert, sorry. I do not blame you. I know you don't, that was just to say I can't really help you unfortunately. Abdel.

Re: Show changes in output broken on 1.5.1.

2007-10-08 Thread Hans Meine
Am Montag, 08. Oktober 2007 08:53:43 schrieb Jürgen Spitzmüller: > Tommaso Cucinotta wrote: > > Please, can you tell me what is the command/tag to check-out a > > 1.5.2 branch ? I can make a check to see if it's just my laptop. > > svn co svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X lyx-1.

Re: Trunk not bindable now with cmake

2007-10-08 Thread Kornel Benko
Am Montag, 8. Oktober 2007 10:58 schrieb Abdelrazak Younes: > Kornel Benko wrote: > > Hi Abdel, > > at the moment I can still all compile, but I get now 'zilion on unsatisfied > > referencies > > at bind time. > > You mean at link time I think. Yes. > > > ... > > Linking CXX executable ../bin/

Re: [patch] fix crash on command line with branches

2007-10-08 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: http://bugzilla.lyx.org/show_bug.cgi?id=4255 The patch looks straightforward to me. Abdel, what do you think? Yes, this of (use_gui) is fine. Abdel.

[patch] fix crash on command line with branches

2007-10-08 Thread Jürgen Spitzmüller
http://bugzilla.lyx.org/show_bug.cgi?id=4255 The patch looks straightforward to me. Abdel, what do you think? Jürgen Index: src/BranchList.cpp === --- src/BranchList.cpp (Revision 20838) +++ src/BranchList.cpp (Arbeitskopie) @@ -24,7

  1   2   >