Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-02-07 Thread Jean-Marc Lasgouttes
Jürgen == Jürgen Spitzmüller [EMAIL PROTECTED] writes: Jürgen Jürgen Spitzmüller wrote: Actually, I cited the wrong command ( is for a possible line break without hyphenation). Jürgen BTW we really should support \slash. It's in the LaTeX kernel, Jürgen and it's really useful. Indeed. JMarc

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-02-07 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: Jürgen BTW we really should support \slash. It's in the LaTeX kernel, Jürgen and it's really useful. Indeed. Too late for 1.5? It's a trivial change, but a file format change nevertheless. Jürgen

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-02-07 Thread Jean-Marc Lasgouttes
Jürgen == Jürgen Spitzmüller [EMAIL PROTECTED] writes: Jürgen Jean-Marc Lasgouttes wrote: BTW we really should support Jürgen \slash. It's in the LaTeX kernel, and it's really useful. Indeed. Jürgen Too late for 1.5? It's a trivial change, but a file format Jürgen change nevertheless.

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-02-07 Thread Jean-Marc Lasgouttes
> "Jürgen" == Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: Jürgen> Jürgen Spitzmüller wrote: >> Actually, I cited the wrong command ("" is for a possible line >> break without hyphenation). Jürgen> BTW we really should support \slash. It's in the LaTeX kernel, Jürgen> and it's really

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-02-07 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Jürgen> BTW we really should support \slash. It's in the LaTeX kernel, > Jürgen> and it's really useful. > > Indeed. Too late for 1.5? It's a trivial change, but a file format change nevertheless. Jürgen

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-02-07 Thread Jean-Marc Lasgouttes
> "Jürgen" == Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: Jürgen> Jean-Marc Lasgouttes wrote: BTW we really should support Jürgen> \slash. It's in the LaTeX kernel, and it's really useful. >> Indeed. Jürgen> Too late for 1.5? It's a trivial change, but a file format Jürgen> change

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-22 Thread Jean-Marc Lasgouttes
baum == baum [EMAIL PROTECTED] writes: baum Author: baum Date: Sat Jan 20 18:21:52 2007 New Revision: 16785 baum URL: http://www.lyx.org/trac/changeset/16785 Log: count baum correctly The question here is whether \, is really equivalent to \textcompwordmark. The definitions are: [EMAIL

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-22 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: The question here is whether \, is really equivalent to \textcompwordmark. It's definitely not equivalent. IMO, the code in question is plain wrong. Jürgen

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-22 Thread Georg Baum
Jean-Marc Lasgouttes wrote: So the advantage of \, is to produce shorter code, but the output is different and contains more spacing. I would be interested to hear german writers' thought on that issue. I have no idea. I only saw that the counting was wrong, and corrected that. I use LyX

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-22 Thread Jean-Marc Lasgouttes
Jürgen == Jürgen Spitzmüller [EMAIL PROTECTED] writes: Jürgen Jean-Marc Lasgouttes wrote: The question here is whether \, is really equivalent to \textcompwordmark. Jürgen It's definitely not equivalent. IMO, the code in question is Jürgen plain wrong. What is the corresponfing shortcut in

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-22 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: What is the corresponfing shortcut in babel/german? I'd like to see how it is implemented. The corresponding shortcut for disabling ligatures? Its [EMAIL PROTECTED][EMAIL PROTECTED] while \textcompwordmark is: [EMAIL PROTECTED] For the case in question, however, I

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-22 Thread Jean-Marc Lasgouttes
Jürgen == Jürgen Spitzmüller [EMAIL PROTECTED] writes: Jürgen Jean-Marc Lasgouttes wrote: What is the corresponfing shortcut in babel/german? I'd like to see how it is implemented. Jürgen The corresponding shortcut for disabling ligatures? Its Jürgen [EMAIL PROTECTED][EMAIL PROTECTED] Jürgen

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-22 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: Jürgen The corresponding shortcut for disabling ligatures? Its Jürgen [EMAIL PROTECTED][EMAIL PROTECTED] Jürgen while \textcompwordmark is: Jürgen [EMAIL PROTECTED] OK, so it is almost the same. Actually, I cited the wrong command ( is for a possible line break

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-22 Thread Jean-Marc Lasgouttes
Jürgen == Jürgen Spitzmüller [EMAIL PROTECTED] writes: Jürgen Actually, I cited the wrong command ( is for a possible line Jürgen break without hyphenation). This is the correct one: Jürgen [EMAIL PROTECTED]|}{% Jürgen [EMAIL PROTECTED] Jürgen \allowhyphens}{}} Jürgen Compared to

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-22 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: Jürgen But we are talking only about verbatim and only here. I Jürgen don't see why this could happen. I am not sure what you mean here. And example (I think) is what the text in question is inside a section heading. I mean that the code we are talking about (in

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-22 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: Actually, I cited the wrong command ( is for a possible line break without hyphenation). BTW we really should support \slash. It's in the LaTeX kernel, and it's really useful. Jürgen

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-22 Thread Jean-Marc Lasgouttes
> "baum" == baum <[EMAIL PROTECTED]> writes: baum> Author: baum Date: Sat Jan 20 18:21:52 2007 New Revision: 16785 baum> URL: http://www.lyx.org/trac/changeset/16785 Log: count baum> correctly The question here is whether \, is really equivalent to \textcompwordmark. The definitions are:

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-22 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > The question here is whether \, is really equivalent to > \textcompwordmark. It's definitely not equivalent. IMO, the code in question is plain wrong. Jürgen

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-22 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > So the advantage of \, is to produce shorter code, but the output is > different and contains more spacing. > > I would be interested to hear german writers' thought on that issue. I have no idea. I only saw that the counting was wrong, and corrected that. I use

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-22 Thread Jean-Marc Lasgouttes
> "Jürgen" == Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: Jürgen> Jean-Marc Lasgouttes wrote: >> The question here is whether \, is really equivalent to >> \textcompwordmark. Jürgen> It's definitely not equivalent. IMO, the code in question is Jürgen> plain wrong. What is the

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-22 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > What is the corresponfing shortcut in babel/german? I'd like to see > how it is implemented. The corresponding shortcut for disabling ligatures? Its [EMAIL PROTECTED]""[EMAIL PROTECTED] while \textcompwordmark is: [EMAIL PROTECTED] For the case in question,

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-22 Thread Jean-Marc Lasgouttes
> "Jürgen" == Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: Jürgen> Jean-Marc Lasgouttes wrote: >> What is the corresponfing shortcut in babel/german? I'd like to see >> how it is implemented. Jürgen> The corresponding shortcut for disabling ligatures? Its Jürgen> [EMAIL PROTECTED]""[EMAIL

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-22 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Jürgen> The corresponding shortcut for disabling ligatures? Its > Jürgen> [EMAIL PROTECTED]""[EMAIL PROTECTED] > > Jürgen> while \textcompwordmark is: > Jürgen> [EMAIL PROTECTED] > > OK, so it is almost the same. Actually, I cited the wrong command ("" is for a

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-22 Thread Jean-Marc Lasgouttes
> "Jürgen" == Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: Jürgen> Actually, I cited the wrong command ("" is for a possible line Jürgen> break without hyphenation). This is the correct one: Jürgen> [EMAIL PROTECTED]"|}{% Jürgen> [EMAIL PROTECTED] Jürgen> \allowhyphens}{}} Jürgen>

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-22 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Jürgen> But we are talking only about verbatim << and >> only here. I > Jürgen> don't see why this could happen. > > I am not sure what you mean here. And example (I think) is what the > text in question is inside a section heading. I mean that the code we are

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-22 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > Actually, I cited the wrong command ("" is for a possible line break > without hyphenation). BTW we really should support \slash. It's in the LaTeX kernel, and it's really useful. Jürgen

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-21 Thread Georg Baum
Michael Gerz wrote: Sure? Yes! Looks like 4. 1 is always added somewhere else (this is the common case). Georg

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-21 Thread Georg Baum
Michael Gerz wrote: > Sure? Yes! > Looks like 4. 1 is always added somewhere else (this is the common case). Georg

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-20 Thread Michael Gerz
Sure? Looks like 4. Michael [EMAIL PROTECTED] schrieb: Author: baum Date: Sat Jan 20 18:21:52 2007 New Revision: 16785 URL: http://www.lyx.org/trac/changeset/16785 Log: count correctly Modified: lyx-devel/trunk/src/paragraph_pimpl.C Modified: lyx-devel/trunk/src/paragraph_pimpl.C URL:

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-20 Thread Michael Gerz
Sure? Looks like 4. Michael [EMAIL PROTECTED] schrieb: Author: baum Date: Sat Jan 20 18:21:52 2007 New Revision: 16785 URL: http://www.lyx.org/trac/changeset/16785 Log: count correctly Modified: lyx-devel/trunk/src/paragraph_pimpl.C Modified: lyx-devel/trunk/src/paragraph_pimpl.C URL: