Re: [Pkg-lyx-devel] Re: escaping the - in man.lyx

2006-06-26 Thread Sven Hoexter
On Mon, Jun 26, 2006 at 03:38:24PM +0200, Jean-Marc Lasgouttes wrote: > > There are other man pages: > > fantomas: find -name \*man > ./src/client/lyxclient.man Patch attached. > ./src/tex2lyx/tex2lyx.man Ok. > ./development/lyxsocket/lyxclient.man Patch attached. > ./development/Win32/packagi

Re: [Pkg-lyx-devel] Re: escaping the - in man.lyx

2006-06-26 Thread Jean-Marc Lasgouttes
> "Per" == Per Olofsson <[EMAIL PROTECTED]> writes: Per> Jean-Marc Lasgouttes: >> Where can I read about this "-" vs. "\-" thing? Per> I can't find it right now, but basically the difference is that Per> "-" generates a hyphen, which is a different character when Per> running man in a UTF-8 l

Re: [Pkg-lyx-devel] Re: escaping the - in man.lyx

2006-06-26 Thread Per Olofsson
Jean-Marc Lasgouttes: > Where can I read about this "-" vs. "\-" thing? I can't find it right now, but basically the difference is that "-" generates a hyphen, which is a different character when running man in a UTF-8 locale. This creates problems when you search manual pages or cut'n'paste becau