Re: Advantages of qt over xforms?

2003-04-04 Thread Davor Cengija
Helge Hafting wrote:

 Davor Cengija wrote:
 I see many people are using (or at least, trying to use) qt version of
 LyX. What are the qt version's advantages over the xforms one?
 [...]
 Some killer feature? :-)
 
 No killers, but several small ones.  Here are some not yet mentioned:
 
 * Free resizing.  Xforms won't let you resize lyx smaller than the
 initial size.

True. But since I didn't know about that I guess I never needed lyx window 
smaller that the initial size.

 
 * The widget used for selecting paragraph type
 standard,bullet,section,chapter,...
is much faster.  With xforms you click it, get a drop list with a
 scrollbar
and navigate that.  With qt3 you click it and keep the button pressed,
and get a pulldown menu with everything in view.  No scrollbar.  Just
move the mouse to the type you want and release the button.
Selecting paragraph types is less work this way.

But pressing Alt+P+key is even lesser work. 

The main advantage (yes, advantage) with xforms is that it supports latin2 
characters out of the box, while with qt I have to chase some package 
around. And I really want to work using computer, not to work on computer.

Thanks

Davor
-- 
[EMAIL PROTECTED]



Re: Advantages of qt over xforms?

2003-04-04 Thread Davor Cengija
Helge Hafting wrote:

 Davor Cengija wrote:
 I see many people are using (or at least, trying to use) qt version of
 LyX. What are the qt version's advantages over the xforms one?
 [...]
 Some killer feature? :-)
 
 No killers, but several small ones.  Here are some not yet mentioned:
 
 * Free resizing.  Xforms won't let you resize lyx smaller than the
 initial size.

True. But since I didn't know about that I guess I never needed lyx window 
smaller that the initial size.

 
 * The widget used for selecting paragraph type
 standard,bullet,section,chapter,...
is much faster.  With xforms you click it, get a drop list with a
 scrollbar
and navigate that.  With qt3 you click it and keep the button pressed,
and get a pulldown menu with everything in view.  No scrollbar.  Just
move the mouse to the type you want and release the button.
Selecting paragraph types is less work this way.

But pressing Alt+P+key is even lesser work. 

The main advantage (yes, advantage) with xforms is that it supports latin2 
characters out of the box, while with qt I have to chase some package 
around. And I really want to work using computer, not to work on computer.

Thanks

Davor
-- 
[EMAIL PROTECTED]



Re: Advantages of qt over xforms?

2003-04-04 Thread Davor Cengija
Helge Hafting wrote:

> Davor Cengija wrote:
>> I see many people are using (or at least, trying to use) qt version of
>> LyX. What are the qt version's advantages over the xforms one?
> [...]
>> Some killer feature? :-)
> 
> No killers, but several small ones.  Here are some not yet mentioned:
> 
> * Free resizing.  Xforms won't let you resize lyx smaller than the
> initial size.

True. But since I didn't know about that I guess I never needed lyx window 
smaller that the initial size.

> 
> * The widget used for selecting paragraph type
> "standard,bullet,section,chapter,..."
>is much faster.  With xforms you click it, get a drop list with a
> scrollbar
>and navigate that.  With qt3 you click it and keep the button pressed,
>and get a pulldown menu with everything in view.  No scrollbar.  Just
>move the mouse to the type you want and release the button.
>Selecting paragraph types is less work this way.

But pressing Alt+P+ is even lesser work. 

The main advantage (yes, advantage) with xforms is that it supports latin2 
characters out of the box, while with qt I have to chase some package 
around. And I really want to work using computer, not to work on computer.

Thanks

Davor
-- 
[EMAIL PROTECTED]



Re: Advantages of qt over xforms?

2003-03-24 Thread Davor Cengija
Dekel Tsur wrote:

 On Mon, Mar 24, 2003 at 05:08:50PM +0100, Davor Cengija wrote:
 I see many people are using (or at least, trying to use) qt version of
 LyX. What are the qt version's advantages over the xforms one?
 
 Anti-aliasing of fonts.

This is an interesting, although not crucial, feature. But I think I'll 
stay with xforms (old school, what to say) :-)

Thanks
-- 
[EMAIL PROTECTED]



Re: Advantages of qt over xforms?

2003-03-24 Thread Davor Cengija
Dekel Tsur wrote:

 On Mon, Mar 24, 2003 at 05:08:50PM +0100, Davor Cengija wrote:
 I see many people are using (or at least, trying to use) qt version of
 LyX. What are the qt version's advantages over the xforms one?
 
 Anti-aliasing of fonts.

This is an interesting, although not crucial, feature. But I think I'll 
stay with xforms (old school, what to say) :-)

Thanks
-- 
[EMAIL PROTECTED]



Re: Advantages of qt over xforms?

2003-03-24 Thread Davor Cengija
Dekel Tsur wrote:

> On Mon, Mar 24, 2003 at 05:08:50PM +0100, Davor Cengija wrote:
>> I see many people are using (or at least, trying to use) qt version of
>> LyX. What are the qt version's advantages over the xforms one?
> 
> Anti-aliasing of fonts.

This is an interesting, although not crucial, feature. But I think I'll 
stay with xforms (old school, what to say) :-)

Thanks
-- 
[EMAIL PROTECTED]



Re: Using a patch from 1.30 too 13.1

2003-03-19 Thread Davor Cengija
Thomas Schnhoff wrote:

 Hello,
 I've LyX-QT-1.3.0 installed. I used to reinstall newerversions of LyX
 everytime they came out,but now I decided to use the provided patch.
 since I am new to this issueI am interested in advices, instructions on
 howto do it smoothly or a link containing any of this aspects!

Basically, if you ever patched the kernel source, then you'll have no 
problems :-)

Put the uncompressed patch in the lyx source dir and issue:

patch -p1  patch-1.3.1

-p1 helps the patch program to (loosely said) position itself within the 
source tree.

You shouldn't have any problems with the patch.

After that, issue ./configure options, see README, then make, then
make install.

That's it.

However, it looks that the configure script in 1.3.1 (at least the 
1.3.0+patch version) is broken and make complains about the missing 
aclocal-1.6. With 1.3.0 I had no problems. I'll investigate it a little bit 
more deeply and post my findings.

Regards,
Davor
-- 
[EMAIL PROTECTED]



Re: Using a patch from 1.30 too 13.1

2003-03-19 Thread Davor Cengija
Jean-Marc Lasgouttes wrote:

 Davor == Davor Cengija [EMAIL PROTECTED] writes:
 
 Davor However, it looks that the configure script in 1.3.1 (at least
 Davor the 1.3.0+patch version) is broken and make complains about the
 Davor missing aclocal-1.6. With 1.3.0 I had no problems. I'll
 Davor investigate it a little bit more deeply and post my findings.
 
 I think it is a dependency problem. Files timestamps are not correctly
 ordered, so the stupid configure script wants to rebuild itself, and
 just fails for some reason.
 
 This is why the text at the top of the patch advise to issue
 touch Makefile.in */Makefile.in */*/Makefile.in */*/*/Makefile.in
 src/config.h.in
 
 although it would not have helped in this particular case. If you can
 find the correct list of files to touc in order to be able to build
 without triggering the autotools, I would appreciate that.
 

LyX compile process takes 3 hours on my system so it would be pretty slow 
to find which files need to be touched explicitly, so I decided to touch 
them all. 

for i in `find`; do echo $i; touch -t 20030101 $i; done

Compiled and happily installed. It works.

It's important to mention that the files' timestamps need to be set in the 
past (Jan 01 2003, in my case), otherwise config script keeps complaining 
about missing aclocal. 
-- 
[EMAIL PROTECTED]



Re: Using a patch from 1.30 too 13.1

2003-03-19 Thread Davor Cengija
Thomas Schnhoff wrote:

 Hello,
 I've LyX-QT-1.3.0 installed. I used to reinstall newerversions of LyX
 everytime they came out,but now I decided to use the provided patch.
 since I am new to this issueI am interested in advices, instructions on
 howto do it smoothly or a link containing any of this aspects!

Basically, if you ever patched the kernel source, then you'll have no 
problems :-)

Put the uncompressed patch in the lyx source dir and issue:

patch -p1  patch-1.3.1

-p1 helps the patch program to (loosely said) position itself within the 
source tree.

You shouldn't have any problems with the patch.

After that, issue ./configure options, see README, then make, then
make install.

That's it.

However, it looks that the configure script in 1.3.1 (at least the 
1.3.0+patch version) is broken and make complains about the missing 
aclocal-1.6. With 1.3.0 I had no problems. I'll investigate it a little bit 
more deeply and post my findings.

Regards,
Davor
-- 
[EMAIL PROTECTED]



Re: Using a patch from 1.30 too 13.1

2003-03-19 Thread Davor Cengija
Jean-Marc Lasgouttes wrote:

 Davor == Davor Cengija [EMAIL PROTECTED] writes:
 
 Davor However, it looks that the configure script in 1.3.1 (at least
 Davor the 1.3.0+patch version) is broken and make complains about the
 Davor missing aclocal-1.6. With 1.3.0 I had no problems. I'll
 Davor investigate it a little bit more deeply and post my findings.
 
 I think it is a dependency problem. Files timestamps are not correctly
 ordered, so the stupid configure script wants to rebuild itself, and
 just fails for some reason.
 
 This is why the text at the top of the patch advise to issue
 touch Makefile.in */Makefile.in */*/Makefile.in */*/*/Makefile.in
 src/config.h.in
 
 although it would not have helped in this particular case. If you can
 find the correct list of files to touc in order to be able to build
 without triggering the autotools, I would appreciate that.
 

LyX compile process takes 3 hours on my system so it would be pretty slow 
to find which files need to be touched explicitly, so I decided to touch 
them all. 

for i in `find`; do echo $i; touch -t 20030101 $i; done

Compiled and happily installed. It works.

It's important to mention that the files' timestamps need to be set in the 
past (Jan 01 2003, in my case), otherwise config script keeps complaining 
about missing aclocal. 
-- 
[EMAIL PROTECTED]



Re: Using a patch from 1.30 too 13.1

2003-03-19 Thread Davor Cengija
Thomas Schönhoff wrote:

> Hello,
> I've LyX-QT-1.3.0 installed. I used to reinstall newerversions of LyX
> everytime they came out,but now I decided to use the provided patch.
> since I am new to this issueI am interested in advices, instructions on
> howto do it smoothly or a link containing any of this aspects!

Basically, if you ever patched the kernel source, then you'll have no 
problems :-)

Put the uncompressed patch in the lyx source dir and issue:

patch -p1 < patch-1.3.1

-p1 helps the patch program to (loosely said) position itself within the 
source tree.

You shouldn't have any problems with the patch.

After that, issue ./configure , then make, then
make install.

That's it.

However, it looks that the configure script in 1.3.1 (at least the 
1.3.0+patch version) is broken and make complains about the missing 
aclocal-1.6. With 1.3.0 I had no problems. I'll investigate it a little bit 
more deeply and post my findings.

Regards,
Davor
-- 
[EMAIL PROTECTED]



Re: Using a patch from 1.30 too 13.1

2003-03-19 Thread Davor Cengija
Jean-Marc Lasgouttes wrote:

>>>>>> "Davor" == Davor Cengija <[EMAIL PROTECTED]> writes:
> 
> Davor> However, it looks that the configure script in 1.3.1 (at least
> Davor> the 1.3.0+patch version) is broken and make complains about the
> Davor> missing aclocal-1.6. With 1.3.0 I had no problems. I'll
> Davor> investigate it a little bit more deeply and post my findings.
> 
> I think it is a dependency problem. Files timestamps are not correctly
> ordered, so the stupid configure script wants to rebuild itself, and
> just fails for some reason.
> 
> This is why the text at the top of the patch advise to issue
> touch Makefile.in */Makefile.in */*/Makefile.in */*/*/Makefile.in
> src/config.h.in
> 
> although it would not have helped in this particular case. If you can
> find the correct list of files to touc in order to be able to build
> without triggering the autotools, I would appreciate that.
> 

LyX compile process takes 3 hours on my system so it would be pretty slow 
to find which files need to be touched explicitly, so I decided to touch 
them all. 

for i in `find`; do echo $i; touch -t 20030101 $i; done

Compiled and happily installed. It works.

It's important to mention that the files' timestamps need to be set in the 
past (Jan 01 2003, in my case), otherwise config script keeps complaining 
about missing aclocal. 
-- 
[EMAIL PROTECTED]



Re: Problem with compiling Xforms

2003-03-17 Thread Davor Cengija
Jan Van Belle wrote:

 Hello all,
 
 I hope someone can help me with this one. Every (read:
 EVERY) time I want to compile Xforms (the official release
 1.0) on a system, it complains in the fdesign directory that
 it cannot find the Xpm library. This while I am sure that it
 is on it's place, since I installed Xfree86 4.2.0 or 4.3.0 .
 The only time I had no problems was when I installed the
 Xserver in a non-default directory (/opt/X11R6 instead of
 /usr/X11R6) and modified that in the top-Imakefile.
 
 

I had no problems compiling xforms-1.0 from the source. My system is 
Mandrake Linux 8.2 (2.4.18) with default rpm installation of  XFree86-4.2.0 
(/usr/X11R6). Gcc is gcc-2.96-0.76mdk, also default installation.

The only thing I could remember right now is /etc/ld.so.conf, where the 
directories with the dynamic libraries are listed. On my Linux system I 
have /usr/X11R6/lib on the top of that file. You haven't stated which OS 
you're using, but it could help you start.
-- 
[EMAIL PROTECTED]



Re: Problem with compiling Xforms

2003-03-17 Thread Davor Cengija
Jan Van Belle wrote:

 Davor Cengija wrote:
 
 Jan Van Belle wrote:
  it cannot find the Xpm library. This while I am sure that it
  is on it's place, since I installed Xfree86 4.2.0 or 4.3.0 .
  The only time I had no problems was when I installed the
  Xserver in a non-default directory (/opt/X11R6 instead of
  /usr/X11R6) and modified that in the top-Imakefile.
 
 The only thing I could remember right now is /etc/ld.so.conf, where the
 directories with the dynamic libraries are listed. On my Linux system I
 have /usr/X11R6/lib on the top of that file. You haven't stated which OS
 you're using, but it could help you start.

 /usr/X11R6/lib is in the ld.so.conf

What about xpm packages:

[EMAIL PROTECTED] ~ $ rpm -qa | grep -i xpm
libxpm4-devel-3.4k-19mdk
libxpm4-3.4k-19mdk

You need both libs and devel packages since:

[EMAIL PROTECTED] ~ $ rpm -ql libxpm4-devel-3.4k-19mdk 
/usr/X11R6/bin/cxpm
/usr/X11R6/bin/sxpm
/usr/X11R6/include/X11/xpm.h
/usr/X11R6/lib/libXpm.a
/usr/X11R6/lib/libXpm.so
/usr/share/doc/libxpm4-devel-3.4k
...


-- 
[EMAIL PROTECTED]



Re: Problem with compiling Xforms

2003-03-17 Thread Davor Cengija
Jan Van Belle wrote:

 Hello all,
 
 I hope someone can help me with this one. Every (read:
 EVERY) time I want to compile Xforms (the official release
 1.0) on a system, it complains in the fdesign directory that
 it cannot find the Xpm library. This while I am sure that it
 is on it's place, since I installed Xfree86 4.2.0 or 4.3.0 .
 The only time I had no problems was when I installed the
 Xserver in a non-default directory (/opt/X11R6 instead of
 /usr/X11R6) and modified that in the top-Imakefile.
 
 

I had no problems compiling xforms-1.0 from the source. My system is 
Mandrake Linux 8.2 (2.4.18) with default rpm installation of  XFree86-4.2.0 
(/usr/X11R6). Gcc is gcc-2.96-0.76mdk, also default installation.

The only thing I could remember right now is /etc/ld.so.conf, where the 
directories with the dynamic libraries are listed. On my Linux system I 
have /usr/X11R6/lib on the top of that file. You haven't stated which OS 
you're using, but it could help you start.
-- 
[EMAIL PROTECTED]



Re: Problem with compiling Xforms

2003-03-17 Thread Davor Cengija
Jan Van Belle wrote:

 Davor Cengija wrote:
 
 Jan Van Belle wrote:
  it cannot find the Xpm library. This while I am sure that it
  is on it's place, since I installed Xfree86 4.2.0 or 4.3.0 .
  The only time I had no problems was when I installed the
  Xserver in a non-default directory (/opt/X11R6 instead of
  /usr/X11R6) and modified that in the top-Imakefile.
 
 The only thing I could remember right now is /etc/ld.so.conf, where the
 directories with the dynamic libraries are listed. On my Linux system I
 have /usr/X11R6/lib on the top of that file. You haven't stated which OS
 you're using, but it could help you start.

 /usr/X11R6/lib is in the ld.so.conf

What about xpm packages:

[EMAIL PROTECTED] ~ $ rpm -qa | grep -i xpm
libxpm4-devel-3.4k-19mdk
libxpm4-3.4k-19mdk

You need both libs and devel packages since:

[EMAIL PROTECTED] ~ $ rpm -ql libxpm4-devel-3.4k-19mdk 
/usr/X11R6/bin/cxpm
/usr/X11R6/bin/sxpm
/usr/X11R6/include/X11/xpm.h
/usr/X11R6/lib/libXpm.a
/usr/X11R6/lib/libXpm.so
/usr/share/doc/libxpm4-devel-3.4k
...


-- 
[EMAIL PROTECTED]



Re: Problem with compiling Xforms

2003-03-17 Thread Davor Cengija
Jan Van Belle wrote:

> Hello all,
> 
> I hope someone can help me with this one. Every (read:
> EVERY) time I want to compile Xforms (the official release
> 1.0) on a system, it complains in the fdesign directory that
> it cannot find the Xpm library. This while I am sure that it
> is on it's place, since I installed Xfree86 4.2.0 or 4.3.0 .
> The only time I had no problems was when I installed the
> Xserver in a non-default directory (/opt/X11R6 instead of
> /usr/X11R6) and modified that in the top-Imakefile.
> 
> 

I had no problems compiling xforms-1.0 from the source. My system is 
Mandrake Linux 8.2 (2.4.18) with default rpm installation of  XFree86-4.2.0 
(/usr/X11R6). Gcc is gcc-2.96-0.76mdk, also default installation.

The only thing I could remember right now is /etc/ld.so.conf, where the 
directories with the dynamic libraries are listed. On my Linux system I 
have /usr/X11R6/lib on the top of that file. You haven't stated which OS 
you're using, but it could help you start.
-- 
[EMAIL PROTECTED]



Re: Problem with compiling Xforms

2003-03-17 Thread Davor Cengija
Jan Van Belle wrote:

> Davor Cengija wrote:
>> 
>> Jan Van Belle wrote:
>> > it cannot find the Xpm library. This while I am sure that it
>> > is on it's place, since I installed Xfree86 4.2.0 or 4.3.0 .
>> > The only time I had no problems was when I installed the
>> > Xserver in a non-default directory (/opt/X11R6 instead of
>> > /usr/X11R6) and modified that in the top-Imakefile.
>> 
>> The only thing I could remember right now is /etc/ld.so.conf, where the
>> directories with the dynamic libraries are listed. On my Linux system I
>> have /usr/X11R6/lib on the top of that file. You haven't stated which OS
>> you're using, but it could help you start.
>
> /usr/X11R6/lib is in the ld.so.conf

What about xpm packages:

[EMAIL PROTECTED] ~ $ rpm -qa | grep -i xpm
libxpm4-devel-3.4k-19mdk
libxpm4-3.4k-19mdk

You need both libs and devel packages since:

[EMAIL PROTECTED] ~ $ rpm -ql libxpm4-devel-3.4k-19mdk 
/usr/X11R6/bin/cxpm
/usr/X11R6/bin/sxpm
/usr/X11R6/include/X11/xpm.h
/usr/X11R6/lib/libXpm.a
/usr/X11R6/lib/libXpm.so
/usr/share/doc/libxpm4-devel-3.4k
...


-- 
[EMAIL PROTECTED]



Re: How to indent block?

2003-03-07 Thread Davor Cengija
Christian Ridderstrm wrote:

 On Fri, 7 Mar 2003, Andre Poenitz wrote:
 
 On Thu, Mar 06, 2003 at 03:15:38PM -0800, James Frye wrote:
  Now another question from a lazy new user:  would it be possible to
  somehow define a macro to do that, and assign it to a key?  It would
  work
  sort of like importing Lex math formulas:  mark the desired text, then
  hit the key, and an ERT and the Lex command text are wrapped around it.
 
 There is no way I know of to make this work with selected text.
 You could have two bindings to insert the two kinds of ERT, though.
 
 This works:
 http://ev-en.org/wiki/moin.cgi/LyxCommandSequences#line46
 

It doesn't:

Your request for URL
http://ev-en.org/wiki/moin.cgi/LyxCommandSequences
failed because
Cannot open the HTTP connection to ev-en.org port 80; [Connection refused]. 

(2003/03/07, 16:20 CET)
-- 
[EMAIL PROTECTED]



Re: How to indent block?

2003-03-07 Thread Davor Cengija
Davor Cengija wrote:

  http://ev-en.org/wiki/moin.cgi/LyxCommandSequences#line46
 

It works now.
-- 
[EMAIL PROTECTED]



Re: How to indent block?

2003-03-07 Thread Davor Cengija
Christian Ridderstrm wrote:

 On Fri, 7 Mar 2003, Andre Poenitz wrote:
 
 On Thu, Mar 06, 2003 at 03:15:38PM -0800, James Frye wrote:
  Now another question from a lazy new user:  would it be possible to
  somehow define a macro to do that, and assign it to a key?  It would
  work
  sort of like importing Lex math formulas:  mark the desired text, then
  hit the key, and an ERT and the Lex command text are wrapped around it.
 
 There is no way I know of to make this work with selected text.
 You could have two bindings to insert the two kinds of ERT, though.
 
 This works:
 http://ev-en.org/wiki/moin.cgi/LyxCommandSequences#line46
 

It doesn't:

Your request for URL
http://ev-en.org/wiki/moin.cgi/LyxCommandSequences
failed because
Cannot open the HTTP connection to ev-en.org port 80; [Connection refused]. 

(2003/03/07, 16:20 CET)
-- 
[EMAIL PROTECTED]



Re: How to indent block?

2003-03-07 Thread Davor Cengija
Davor Cengija wrote:

  http://ev-en.org/wiki/moin.cgi/LyxCommandSequences#line46
 

It works now.
-- 
[EMAIL PROTECTED]



Re: How to indent block?

2003-03-07 Thread Davor Cengija
Christian Ridderström wrote:

> On Fri, 7 Mar 2003, Andre Poenitz wrote:
> 
>> On Thu, Mar 06, 2003 at 03:15:38PM -0800, James Frye wrote:
>> > Now another question from a lazy new user:  would it be possible to
>> > somehow define a macro to do that, and assign it to a key?  It would
>> > work
>> > sort of like importing Lex math formulas:  mark the desired text, then
>> > hit the key, and an ERT and the Lex command text are wrapped around it.
>> 
>> There is no way I know of to make this work with selected text.
>> You could have two bindings to insert the two kinds of ERT, though.
> 
> This works:
> http://ev-en.org/wiki/moin.cgi/LyxCommandSequences#line46
> 

It doesn't:

Your request for URL
http://ev-en.org/wiki/moin.cgi/LyxCommandSequences
failed because
Cannot open the HTTP connection to ev-en.org port 80; [Connection refused]. 

(2003/03/07, 16:20 CET)
-- 
[EMAIL PROTECTED]



Re: How to indent block?

2003-03-07 Thread Davor Cengija
Davor Cengija wrote:

>  http://ev-en.org/wiki/moin.cgi/LyxCommandSequences#line46
> 

It works now.
-- 
[EMAIL PROTECTED]



v1.3.0: PreferencesLang Opts

2003-03-05 Thread Davor Cengija
LyX 1.3.0 xforms on Linux.

Open PreferencesLang OptsLanguage. Change Default language to, say, 
Croatian. Save and Appy buttons are still disabled, but Close is changed to 
Cancel. Select some other tab, say InputsMisc, change Date format, save 
and close. Open PreferencesLang OptsLanguage again. Default language is 
correctly set to Croatian, meaning that the changed option is saved, 
although not from that tab, but from some other.

Either I don't use it correctly or it's a bug.
-- 
[EMAIL PROTECTED]



v1.3.0: PreferencesLang Opts

2003-03-05 Thread Davor Cengija
LyX 1.3.0 xforms on Linux.

Open PreferencesLang OptsLanguage. Change Default language to, say, 
Croatian. Save and Appy buttons are still disabled, but Close is changed to 
Cancel. Select some other tab, say InputsMisc, change Date format, save 
and close. Open PreferencesLang OptsLanguage again. Default language is 
correctly set to Croatian, meaning that the changed option is saved, 
although not from that tab, but from some other.

Either I don't use it correctly or it's a bug.
-- 
[EMAIL PROTECTED]



v1.3.0: Preferences>Lang Opts

2003-03-05 Thread Davor Cengija
LyX 1.3.0 xforms on Linux.

Open Preferences>Lang Opts>Language. Change Default language to, say, 
Croatian. Save and Appy buttons are still disabled, but Close is changed to 
Cancel. Select some other tab, say Inputs>Misc, change Date format, save 
and close. Open Preferences>Lang Opts>Language again. Default language is 
correctly set to Croatian, meaning that the changed option is saved, 
although not from that tab, but from some other.

Either I don't use it correctly or it's a bug.
-- 
[EMAIL PROTECTED]



Re: Export to HTML, No math. image!

2003-03-04 Thread Davor Cengija
Raphael Clifford wrote:

 On Mon, 2003-03-03 at 11:35, Davor Cengija wrote:
 Raphael Clifford wrote:
 
  
  
  Thanks for the reply.  I gave up on latex2html in the end as it wasn't
  even creating the inline maths graphics correctly from the command
  line! I don't know if it just my mandrake 9,0 system (set up as
  default) but the formulae where completely wrong and in the wrong
  place.
  
 
 Same here! latex2html-2000.1beta-5mdk on Mdk8.2. Generated documents are
 completelly useless. Probably latex2html problem.
 
 I did report this to the latex2html mailing list but only got a reply
 telling me to install Type 1 fonts.  a) I have no idea how to get Type 1
 fonts to work with latex/dvips etc.(I did the install windows fonts
 thing but that doesn't configure dvips/latex) b) I couldn't see why it
 was relevant!

I already have installed the following package:

[EMAIL PROTECTED] ~ $ rpm -qa | grep -i type1
XFree86-ISO8859-2-Type1-fonts-1.0-16mdk

-- 
[EMAIL PROTECTED]



Re: Export to HTML, No math. image!

2003-03-04 Thread Davor Cengija
Raphael Clifford wrote:

 On Mon, 2003-03-03 at 11:35, Davor Cengija wrote:
 Raphael Clifford wrote:
 
  
  
  Thanks for the reply.  I gave up on latex2html in the end as it wasn't
  even creating the inline maths graphics correctly from the command
  line! I don't know if it just my mandrake 9,0 system (set up as
  default) but the formulae where completely wrong and in the wrong
  place.
  
 
 Same here! latex2html-2000.1beta-5mdk on Mdk8.2. Generated documents are
 completelly useless. Probably latex2html problem.
 
 I did report this to the latex2html mailing list but only got a reply
 telling me to install Type 1 fonts.  a) I have no idea how to get Type 1
 fonts to work with latex/dvips etc.(I did the install windows fonts
 thing but that doesn't configure dvips/latex) b) I couldn't see why it
 was relevant!

I already have installed the following package:

[EMAIL PROTECTED] ~ $ rpm -qa | grep -i type1
XFree86-ISO8859-2-Type1-fonts-1.0-16mdk

-- 
[EMAIL PROTECTED]



Re: Export to HTML, No math. image!

2003-03-04 Thread Davor Cengija
Raphael Clifford wrote:

> On Mon, 2003-03-03 at 11:35, Davor Cengija wrote:
>> Raphael Clifford wrote:
>> 
>> >> 
>> >> 
>> > Thanks for the reply.  I gave up on latex2html in the end as it wasn't
>> > even creating the inline maths graphics correctly from the command
>> > line! I don't know if it just my mandrake 9,0 system (set up as
>> > default) but the formulae where completely wrong and in the wrong
>> > place.
>> > 
>> 
>> Same here! latex2html-2000.1beta-5mdk on Mdk8.2. Generated documents are
>> completelly useless. Probably latex2html problem.
> 
> I did report this to the latex2html mailing list but only got a reply
> telling me to install Type 1 fonts.  a) I have no idea how to get Type 1
> fonts to work with latex/dvips etc.(I did the "install windows fonts"
> thing but that doesn't configure dvips/latex) b) I couldn't see why it
> was relevant!

I already have installed the following package:

[EMAIL PROTECTED] ~ $ rpm -qa | grep -i type1
XFree86-ISO8859-2-Type1-fonts-1.0-16mdk

-- 
[EMAIL PROTECTED]



Re: 1.3.0 Maths Panel missing some button labels

2003-03-03 Thread Davor Cengija
Jean-Marc Lasgouttes wrote:

 Davor == Davor Cengija [EMAIL PROTECTED] writes:
  
 Davor My buttons look like
 
 Davor +/- empty empty empty Dots Misc Greek empty empty !(
 Davor ) +/- Misc -- blue colored
 
 This is typically the problem of mandrake with a broken urw-fonts
 package. Does the advice in the following message help?
 http://www.mail-archive.com/[EMAIL PROTECTED]/msg19929.html
 
 JMarc

Everything's fine now, thanks!

BTW, sorry for the reposts, I don't know what happened.
-- 
[EMAIL PROTECTED]



Re: Export to HTML, No math. image!

2003-03-03 Thread Davor Cengija
Raphael Clifford wrote:

 
 
 Thanks for the reply.  I gave up on latex2html in the end as it wasn't
 even creating the inline maths graphics correctly from the command line! I
 don't know if it just my mandrake 9,0 system (set up as default) but the
 formulae where completely wrong and in the wrong place.
 

Same here! latex2html-2000.1beta-5mdk on Mdk8.2. Generated documents are 
completelly useless. Probably latex2html problem.

-- 
[EMAIL PROTECTED]



Re: 1.3.0 Maths Panel missing some button labels

2003-03-03 Thread Davor Cengija
Jean-Marc Lasgouttes wrote:

 Davor == Davor Cengija [EMAIL PROTECTED] writes:
  
 Davor My buttons look like
 
 Davor +/- empty empty empty Dots Misc Greek empty empty !(
 Davor ) +/- Misc -- blue colored
 
 This is typically the problem of mandrake with a broken urw-fonts
 package. Does the advice in the following message help?
 http://www.mail-archive.com/[EMAIL PROTECTED]/msg19929.html
 
 JMarc

Everything's fine now, thanks!

BTW, sorry for the reposts, I don't know what happened.
-- 
[EMAIL PROTECTED]



Re: Export to HTML, No math. image!

2003-03-03 Thread Davor Cengija
Raphael Clifford wrote:

 
 
 Thanks for the reply.  I gave up on latex2html in the end as it wasn't
 even creating the inline maths graphics correctly from the command line! I
 don't know if it just my mandrake 9,0 system (set up as default) but the
 formulae where completely wrong and in the wrong place.
 

Same here! latex2html-2000.1beta-5mdk on Mdk8.2. Generated documents are 
completelly useless. Probably latex2html problem.

-- 
[EMAIL PROTECTED]



Re: 1.3.0 Maths Panel missing some button labels

2003-03-03 Thread Davor Cengija
Jean-Marc Lasgouttes wrote:

>>>>>> "Davor" == Davor Cengija <[EMAIL PROTECTED]> writes:
> > 
> Davor> My buttons look like
> 
> Davor> +/-Dots Misc Greek   !(
> Davor> ) +/- Misc <-- blue colored
> 
> This is typically the problem of mandrake with a broken urw-fonts
> package. Does the advice in the following message help?
> http://www.mail-archive.com/[EMAIL PROTECTED]/msg19929.html
> 
> JMarc

Everything's fine now, thanks!

BTW, sorry for the reposts, I don't know what happened.
-- 
[EMAIL PROTECTED]



Re: Export to HTML, No math. image!

2003-03-03 Thread Davor Cengija
Raphael Clifford wrote:

>> 
>> 
> Thanks for the reply.  I gave up on latex2html in the end as it wasn't
> even creating the inline maths graphics correctly from the command line! I
> don't know if it just my mandrake 9,0 system (set up as default) but the
> formulae where completely wrong and in the wrong place.
> 

Same here! latex2html-2000.1beta-5mdk on Mdk8.2. Generated documents are 
completelly useless. Probably latex2html problem.

-- 
[EMAIL PROTECTED]



1.3.0 Maths Panel missing some button labels

2003-03-01 Thread Davor Cengija
I have LyX v1.3.0 (xforms) compiled from source on Linux Mandrake 8.2. No 
problems except this one: when Maths Panel is opened, I don't see all the 
labels on the buttons, but when the button is clicked I get a new popup 
window with all the buttons property labeled (in that window).

My buttons look like

+/- empty empty
empty DotsMisc
Greek   empty empty
!( )+/- Misc-- blue colored

So, the labels for the following popups are missing:
- Binary Relations
- Arrows
- Big Operators
- AMS Arrows
- AMS Relations

Maybe I need some additional fonts installed?

Cheers,
Davor
-- 
[EMAIL PROTECTED]



Maths Panel missing some button labels

2003-03-01 Thread Davor Cengija
[ The 'original' and 'repost' posts disappeared somewhere, here's the 
re-repost. ]

I have LyX v1.3.0 (xforms) compiled from source on Linux Mandrake 8.2. No 
problems except this one: when Maths Panel is opened, I don't see all the 
labels on the buttons, but when the button is clicked I get a new popup 
window with all the buttons property labeled (in that window).

My buttons look like

+/- empty empty
empty DotsMisc
Greek   empty empty
!( )+/- Misc-- blue colored

So, the labels for the following popups are missing:
- Binary Relations
- Arrows
- Big Operators
- AMS Arrows
- AMS Relations

Maybe I need some additional fonts installed?

Cheers,
Davor
-- 
[EMAIL PROTECTED]



[repost] 1.3.0 Maths Panel missing some button labels

2003-03-01 Thread Davor Cengija
[ The 'original' post disappeared somewhere, here it is again. ]

I have LyX v1.3.0 (xforms) compiled from source on Linux Mandrake 8.2. No 
problems except this one: when Maths Panel is opened, I don't see all the 
labels on the buttons, but when the button is clicked I get a new popup 
window with all the buttons property labeled (in that window).

My buttons look like

+/- empty empty
empty DotsMisc
Greek   empty empty
!( )+/- Misc-- blue colored

So, the labels for the following popups are missing:
- Binary Relations
- Arrows
- Big Operators
- AMS Arrows
- AMS Relations

Maybe I need some additional fonts installed?

Cheers,
Davor
-- 
[EMAIL PROTECTED]



1.3.0 Maths Panel missing some button labels

2003-03-01 Thread Davor Cengija
I have LyX v1.3.0 (xforms) compiled from source on Linux Mandrake 8.2. No 
problems except this one: when Maths Panel is opened, I don't see all the 
labels on the buttons, but when the button is clicked I get a new popup 
window with all the buttons property labeled (in that window).

My buttons look like

+/- empty empty
empty DotsMisc
Greek   empty empty
!( )+/- Misc-- blue colored

So, the labels for the following popups are missing:
- Binary Relations
- Arrows
- Big Operators
- AMS Arrows
- AMS Relations

Maybe I need some additional fonts installed?

Cheers,
Davor
-- 
[EMAIL PROTECTED]



Maths Panel missing some button labels

2003-03-01 Thread Davor Cengija
[ The 'original' and 'repost' posts disappeared somewhere, here's the 
re-repost. ]

I have LyX v1.3.0 (xforms) compiled from source on Linux Mandrake 8.2. No 
problems except this one: when Maths Panel is opened, I don't see all the 
labels on the buttons, but when the button is clicked I get a new popup 
window with all the buttons property labeled (in that window).

My buttons look like

+/- empty empty
empty DotsMisc
Greek   empty empty
!( )+/- Misc-- blue colored

So, the labels for the following popups are missing:
- Binary Relations
- Arrows
- Big Operators
- AMS Arrows
- AMS Relations

Maybe I need some additional fonts installed?

Cheers,
Davor
-- 
[EMAIL PROTECTED]



[repost] 1.3.0 Maths Panel missing some button labels

2003-03-01 Thread Davor Cengija
[ The 'original' post disappeared somewhere, here it is again. ]

I have LyX v1.3.0 (xforms) compiled from source on Linux Mandrake 8.2. No 
problems except this one: when Maths Panel is opened, I don't see all the 
labels on the buttons, but when the button is clicked I get a new popup 
window with all the buttons property labeled (in that window).

My buttons look like

+/- empty empty
empty DotsMisc
Greek   empty empty
!( )+/- Misc-- blue colored

So, the labels for the following popups are missing:
- Binary Relations
- Arrows
- Big Operators
- AMS Arrows
- AMS Relations

Maybe I need some additional fonts installed?

Cheers,
Davor
-- 
[EMAIL PROTECTED]



1.3.0 Maths Panel missing some button labels

2003-03-01 Thread Davor Cengija
I have LyX v1.3.0 (xforms) compiled from source on Linux Mandrake 8.2. No 
problems except this one: when Maths Panel is opened, I don't see all the 
labels on the buttons, but when the button is clicked I get a new popup 
window with all the buttons property labeled (in that window).

My buttons look like

+/-  
 DotsMisc
Greek
!( )+/- Misc<-- blue colored

So, the labels for the following popups are missing:
- Binary Relations
- Arrows
- Big Operators
- AMS Arrows
- AMS Relations

Maybe I need some additional fonts installed?

Cheers,
Davor
-- 
[EMAIL PROTECTED]



Maths Panel missing some button labels

2003-03-01 Thread Davor Cengija
[ The 'original' and 'repost' posts disappeared somewhere, here's the 
re-repost. ]

I have LyX v1.3.0 (xforms) compiled from source on Linux Mandrake 8.2. No 
problems except this one: when Maths Panel is opened, I don't see all the 
labels on the buttons, but when the button is clicked I get a new popup 
window with all the buttons property labeled (in that window).

My buttons look like

+/-  
 DotsMisc
Greek
!( )+/- Misc<-- blue colored

So, the labels for the following popups are missing:
- Binary Relations
- Arrows
- Big Operators
- AMS Arrows
- AMS Relations

Maybe I need some additional fonts installed?

Cheers,
Davor
-- 
[EMAIL PROTECTED]



[repost] 1.3.0 Maths Panel missing some button labels

2003-03-01 Thread Davor Cengija
[ The 'original' post disappeared somewhere, here it is again. ]

I have LyX v1.3.0 (xforms) compiled from source on Linux Mandrake 8.2. No 
problems except this one: when Maths Panel is opened, I don't see all the 
labels on the buttons, but when the button is clicked I get a new popup 
window with all the buttons property labeled (in that window).

My buttons look like

+/-  
 DotsMisc
Greek
!( )+/- Misc<-- blue colored

So, the labels for the following popups are missing:
- Binary Relations
- Arrows
- Big Operators
- AMS Arrows
- AMS Relations

Maybe I need some additional fonts installed?

Cheers,
Davor
-- 
[EMAIL PROTECTED]



Re: Option to set all ERT's to 'inline'

2003-02-18 Thread Davor Cengija
John Levon wrote:

 On Mon, Feb 17, 2003 at 03:56:32PM -0700, Fernando Perez wrote:
 
  I think that I can say definitively that that won't happen. 'Inlined'
  is good only for short snippets of ERT. We couldn't allow it to be
  the default. Anyway, you have your script, so what's the problem ;-)
 
 If I may say, there shouldn't be any problem with adding an _option_ in
 the preferences dialog such as 'New ERT default state' -
 inlined/expanded.
 
 Yes, there is. Having a preference option that is only useful for
 advanced users, and is confusing, and relatively dangerous to
 displaying certain documents usefully, is a really bad idea.
 

I'm not an advanced user, but I frequently use \emph and similar commands, 
not to mention my own, really simple ones. E.g., each english word, or a 
word with english roots should be emphasized, and since I write mostly java 
development related documents, I have quite a number of these. With not 
inlined ERT's, either open or closed, my document looks really ugly on the 
screen, almost unreadable. An option 'turn all ERT's to 
inlined/open/closed' would be really useful.

Or if acronym package is used, having each \ac{_acronym_} in a box is a 
little bit cumbersome.

An option ERT.default=inlined would be really useful.


 
 p.s. if it's really sticking in your craw, it's probably quite easy to
 change the lyx source to do what you want - ask us how

That would induce problems while upgrading, wouldn't it?

Regards,
Davor
-- 
[EMAIL PROTECTED]




Re: Option to set all ERT's to 'inline'

2003-02-18 Thread Davor Cengija
John Levon wrote:

 On Mon, Feb 17, 2003 at 03:56:32PM -0700, Fernando Perez wrote:
 
  I think that I can say definitively that that won't happen. 'Inlined'
  is good only for short snippets of ERT. We couldn't allow it to be
  the default. Anyway, you have your script, so what's the problem ;-)
 
 If I may say, there shouldn't be any problem with adding an _option_ in
 the preferences dialog such as 'New ERT default state' -
 inlined/expanded.
 
 Yes, there is. Having a preference option that is only useful for
 advanced users, and is confusing, and relatively dangerous to
 displaying certain documents usefully, is a really bad idea.
 

I'm not an advanced user, but I frequently use \emph and similar commands, 
not to mention my own, really simple ones. E.g., each english word, or a 
word with english roots should be emphasized, and since I write mostly java 
development related documents, I have quite a number of these. With not 
inlined ERT's, either open or closed, my document looks really ugly on the 
screen, almost unreadable. An option 'turn all ERT's to 
inlined/open/closed' would be really useful.

Or if acronym package is used, having each \ac{_acronym_} in a box is a 
little bit cumbersome.

An option ERT.default=inlined would be really useful.


 
 p.s. if it's really sticking in your craw, it's probably quite easy to
 change the lyx source to do what you want - ask us how

That would induce problems while upgrading, wouldn't it?

Regards,
Davor
-- 
[EMAIL PROTECTED]




Re: Option to set all ERT's to 'inline'

2003-02-18 Thread Davor Cengija
John Levon wrote:

> On Mon, Feb 17, 2003 at 03:56:32PM -0700, Fernando Perez wrote:
> 
>> > I think that I can say definitively that that won't happen. 'Inlined'
>> > is good only for short snippets of ERT. We couldn't allow it to be
>> > the default. Anyway, you have your script, so what's the problem ;-)
>> 
>> If I may say, there shouldn't be any problem with adding an _option_ in
>> the preferences dialog such as 'New ERT default state' ->
>> inlined/expanded.
> 
> Yes, there is. Having a preference option that is only useful for
> advanced users, and is confusing, and relatively dangerous to
> displaying certain documents usefully, is a really bad idea.
> 

I'm not an advanced user, but I frequently use \emph and similar commands, 
not to mention my own, really simple ones. E.g., each english word, or a 
word with english roots should be emphasized, and since I write mostly java 
development related documents, I have quite a number of these. With not 
inlined ERT's, either open or closed, my document looks really ugly on the 
screen, almost unreadable. An option 'turn all ERT's to 
inlined/open/closed' would be really useful.

Or if acronym package is used, having each \ac{_acronym_} in a box is a 
little bit cumbersome.

An option ERT.default=inlined would be really useful.


> 
> p.s. if it's really sticking in your craw, it's probably quite easy to
> change the lyx source to do what you want - ask us how

That would induce problems while upgrading, wouldn't it?

Regards,
Davor
-- 
[EMAIL PROTECTED]




Option to set all ERT's to 'inline'

2003-02-17 Thread Davor Cengija
Just yesterday I upgraded LyX from 1.1.6 to 1.3.0 and now I see a lot of 
ERT's. I don't like them.

Basically, I have a lot of \emph's, \myCodeFormat's and other LaTeX or my 
own commands, and now the text on the screen looks really messed up.

I see in the FAQ that each ERT can be displayed as 'inlined'. Is there an 
option to set all the ERT's to 'inline' and that each new ERT have that 
option already set?

This is quite annoying and screen looks almost unreadable.

And I don't see why would it be evil. But I have to admin that 'Evil Red 
Text' is a very good name :-)

Regards,
Davor
-- 
[EMAIL PROTECTED]




Re: Option to set all ERT's to 'inline'

2003-02-17 Thread Davor Cengija
Angus Leeming wrote:

 Davor Cengija wrote:
 
 Just yesterday I upgraded LyX from 1.1.6 to 1.3.0 and now I see a
 lot of ERT's. I don't like them.
 
 Basically, I have a lot of \emph's, \myCodeFormat's and other LaTeX
 or my own commands, and now the text on the screen looks really
 messed up.
 
 I see in the FAQ that each ERT can be displayed as 'inlined'. Is
 there an option to set all the ERT's to 'inline' and that each new
 ERT have that option already set?
 
 This is quite annoying and screen looks almost unreadable.
 
 And I don't see why would it be evil. But I have to admin that 'Evil
 Red Text' is a very good name :-)
 
 Regards,
 Davor
 
 Hello Davor. You could try this little script:
 
 $ cat conv.sed
 /^\\begin_inset ERT$/{
 $!{
 N
 s/Open/Inlined/
 }
 }
 
 $ sed -f conv.sed yourfile.lyx  newfile.lyx
 
 If you have both 'Open' and 'Collapsed' insets and want them all to
 be 'Inlined' then add a line 's/Collapsed/Inlined/' immediately below
 the 's/Open/Inlined/' one.

Thanks for the affort, Angus, I already have something like that.

However, a default setting for ERT's in Preferences would be more than 
useful. I don't know if the developers would like it, but I surely would.

Regards,
Davor
-- 
[EMAIL PROTECTED]




Re: Option to set all ERT's to 'inline'

2003-02-17 Thread Davor Cengija
Angus Leeming wrote:

 Davor Cengija wrote:
 Thanks for the affort, Angus, I already have something like that.
 
 However, a default setting for ERT's in Preferences would be more
 than useful. I don't know if the developers would like it, but I
 surely would.
 
 I think that I can say definitively that that won't happen. 'Inlined'
 is good only for short snippets of ERT. We couldn't allow it to be
 the default. Anyway, you have your script, so what's the problem ;-)
 

Ahm... when we're already here... :-)

I think I'll have to convert my \newcommand's to \newenvironment's and 
write another sed script :-)

Thanks for the insight,
Davor
-- 
[EMAIL PROTECTED]




Option to set all ERT's to 'inline'

2003-02-17 Thread Davor Cengija
Just yesterday I upgraded LyX from 1.1.6 to 1.3.0 and now I see a lot of 
ERT's. I don't like them.

Basically, I have a lot of \emph's, \myCodeFormat's and other LaTeX or my 
own commands, and now the text on the screen looks really messed up.

I see in the FAQ that each ERT can be displayed as 'inlined'. Is there an 
option to set all the ERT's to 'inline' and that each new ERT have that 
option already set?

This is quite annoying and screen looks almost unreadable.

And I don't see why would it be evil. But I have to admin that 'Evil Red 
Text' is a very good name :-)

Regards,
Davor
-- 
[EMAIL PROTECTED]




Re: Option to set all ERT's to 'inline'

2003-02-17 Thread Davor Cengija
Angus Leeming wrote:

 Davor Cengija wrote:
 
 Just yesterday I upgraded LyX from 1.1.6 to 1.3.0 and now I see a
 lot of ERT's. I don't like them.
 
 Basically, I have a lot of \emph's, \myCodeFormat's and other LaTeX
 or my own commands, and now the text on the screen looks really
 messed up.
 
 I see in the FAQ that each ERT can be displayed as 'inlined'. Is
 there an option to set all the ERT's to 'inline' and that each new
 ERT have that option already set?
 
 This is quite annoying and screen looks almost unreadable.
 
 And I don't see why would it be evil. But I have to admin that 'Evil
 Red Text' is a very good name :-)
 
 Regards,
 Davor
 
 Hello Davor. You could try this little script:
 
 $ cat conv.sed
 /^\\begin_inset ERT$/{
 $!{
 N
 s/Open/Inlined/
 }
 }
 
 $ sed -f conv.sed yourfile.lyx  newfile.lyx
 
 If you have both 'Open' and 'Collapsed' insets and want them all to
 be 'Inlined' then add a line 's/Collapsed/Inlined/' immediately below
 the 's/Open/Inlined/' one.

Thanks for the affort, Angus, I already have something like that.

However, a default setting for ERT's in Preferences would be more than 
useful. I don't know if the developers would like it, but I surely would.

Regards,
Davor
-- 
[EMAIL PROTECTED]




Re: Option to set all ERT's to 'inline'

2003-02-17 Thread Davor Cengija
Angus Leeming wrote:

 Davor Cengija wrote:
 Thanks for the affort, Angus, I already have something like that.
 
 However, a default setting for ERT's in Preferences would be more
 than useful. I don't know if the developers would like it, but I
 surely would.
 
 I think that I can say definitively that that won't happen. 'Inlined'
 is good only for short snippets of ERT. We couldn't allow it to be
 the default. Anyway, you have your script, so what's the problem ;-)
 

Ahm... when we're already here... :-)

I think I'll have to convert my \newcommand's to \newenvironment's and 
write another sed script :-)

Thanks for the insight,
Davor
-- 
[EMAIL PROTECTED]




Re: Option to set all ERT's to 'inline'

2003-02-17 Thread Davor Cengija
Angus Leeming wrote:

> Davor Cengija wrote:
>> Thanks for the affort, Angus, I already have something like that.
>> 
>> However, a default setting for ERT's in Preferences would be more
>> than useful. I don't know if the developers would like it, but I
>> surely would.
> 
> I think that I can say definitively that that won't happen. 'Inlined'
> is good only for short snippets of ERT. We couldn't allow it to be
> the default. Anyway, you have your script, so what's the problem ;-)
> 

Ahm... when we're already here... :-)

I think I'll have to convert my \newcommand's to \newenvironment's and 
write another sed script :-)

Thanks for the insight,
Davor
-- 
[EMAIL PROTECTED]




Option to set all ERT's to 'inline'

2003-02-17 Thread Davor Cengija
Just yesterday I upgraded LyX from 1.1.6 to 1.3.0 and now I see a lot of 
ERT's. I don't like them.

Basically, I have a lot of \emph's, \myCodeFormat's and other LaTeX or my 
own commands, and now the text on the screen looks really messed up.

I see in the FAQ that each ERT can be displayed as 'inlined'. Is there an 
option to set all the ERT's to 'inline' and that each new ERT have that 
option already set?

This is quite annoying and screen looks almost unreadable.

And I don't see why would it be evil. But I have to admin that 'Evil Red 
Text' is a very good name :-)

Regards,
Davor
-- 
[EMAIL PROTECTED]




Re: Option to set all ERT's to 'inline'

2003-02-17 Thread Davor Cengija
Angus Leeming wrote:

> Davor Cengija wrote:
> 
>> Just yesterday I upgraded LyX from 1.1.6 to 1.3.0 and now I see a
>> lot of ERT's. I don't like them.
>> 
>> Basically, I have a lot of \emph's, \myCodeFormat's and other LaTeX
>> or my own commands, and now the text on the screen looks really
>> messed up.
>> 
>> I see in the FAQ that each ERT can be displayed as 'inlined'. Is
>> there an option to set all the ERT's to 'inline' and that each new
>> ERT have that option already set?
>> 
>> This is quite annoying and screen looks almost unreadable.
>> 
>> And I don't see why would it be evil. But I have to admin that 'Evil
>> Red Text' is a very good name :-)
>> 
>> Regards,
>> Davor
> 
> Hello Davor. You could try this little script:
> 
> $ cat conv.sed
> /^\\begin_inset ERT$/{
> $!{
> N
> s/Open/Inlined/
> }
> }
> 
> $ sed -f conv.sed yourfile.lyx > newfile.lyx
> 
> If you have both 'Open' and 'Collapsed' insets and want them all to
> be 'Inlined' then add a line 's/Collapsed/Inlined/' immediately below
> the 's/Open/Inlined/' one.

Thanks for the affort, Angus, I already have something like that.

However, a default setting for ERT's in Preferences would be more than 
useful. I don't know if the developers would like it, but I surely would.

Regards,
Davor
-- 
[EMAIL PROTECTED]




Re: Version collision

2003-02-17 Thread Davor Cengija
Steven Homolya wrote:

> On Sun, 16 Feb 2003, Davor Cengija wrote:
> 
>> Now I thought it would be easier, in order to have both versions but to
>> force users use new LyX, to rename /usr/bin/lyx to /usr/bin/lyx-1.1.6p4
>> and link /opt/bin/lyx to /usr/bin/lyx. Now when I run just 'lyx' (binary
>> reached through $PATH) it mysteriously tries to open /usr/share/lyx/...
>> files, instead of /opt/share/lyx/..., like it doesn't look absolute paths
>> but relative ones. When called as /opt/bin/lyx everything's fine.
>> 
>> I just removed the old version and now I can call /usr/bin/lyx or only
>> lyx and it correctly opens /opt/share/lyx/... files.
>> 
> 
> I use the -userdir and -sysdir options to explicitly specify where to look
> for global and local lyx directories, respectively.
> 
> You could write a shell script to run the non-default version of lyx.
> This is what I have on my home PC and lyx 1.1 and 1.2 coexist very
> happily. Tricky bit was the installation, both from binary rpms.
> 

Thanks Jean-Marc and and Steven, everything's beautiful now.

Regards,
Davor
-- 
[EMAIL PROTECTED]




Re: MDK 8.2 + Qt 3.0 build?

2003-02-16 Thread Davor Cengija
Jeffery Cann wrote:

 Greetings.
 
 I used the following configure parameter because I want to build LyX with
 the QT toolkit:
 
 $ ./configure --with-qt-includes=/usr/lib/qt3/
 
 However, my configuration summary shows 'xforms' as the frontend:
 
...
 
 I didn't see any other instructions in the INSTALL or configure --help
 regarding selection of Qt for the LyX frontend.  I am on Mandrake 8.2 with
 an upgraded KDE 3.0.4 (default for MDK 8.2 was KDE 2.2).
 

There's --with-frontend=qt option for configure (lyx 1.3.0).

-- 
[EMAIL PROTECTED]




Version collision

2003-02-16 Thread Davor Cengija
I have installed LyX 1.1.6p4 from Mandrake 8.2 distribution, default 
installation in /usr/ bin/lyx, share/lyx/

Now I just compiled LyX 1.3.0 to /opt bin/lyx, share/lyx/ When 
running /opt/bin/lyx (new LyX) everything's fine, also when running 
/usr/bin/lyx (old LyX).

Now I thought it would be easier, in order to have both versions but to 
force users use new LyX, to rename /usr/bin/lyx to /usr/bin/lyx-1.1.6p4 and 
link /opt/bin/lyx to /usr/bin/lyx. Now when I run just 'lyx' (binary 
reached through $PATH) it mysteriously tries to open /usr/share/lyx/... 
files, instead of /opt/share/lyx/..., like it doesn't look absolute paths 
but relative ones. When called as /opt/bin/lyx everything's fine.

I just removed the old version and now I can call /usr/bin/lyx or only lyx 
and it correctly opens /opt/share/lyx/... files.

So, bug or feetcher? :-)
-- 
[EMAIL PROTECTED]




Re: MDK 8.2 + Qt 3.0 build?

2003-02-16 Thread Davor Cengija
Jeffery Cann wrote:

 Greetings.
 
 I used the following configure parameter because I want to build LyX with
 the QT toolkit:
 
 $ ./configure --with-qt-includes=/usr/lib/qt3/
 
 However, my configuration summary shows 'xforms' as the frontend:
 
...
 
 I didn't see any other instructions in the INSTALL or configure --help
 regarding selection of Qt for the LyX frontend.  I am on Mandrake 8.2 with
 an upgraded KDE 3.0.4 (default for MDK 8.2 was KDE 2.2).
 

There's --with-frontend=qt option for configure (lyx 1.3.0).

-- 
[EMAIL PROTECTED]




Version collision

2003-02-16 Thread Davor Cengija
I have installed LyX 1.1.6p4 from Mandrake 8.2 distribution, default 
installation in /usr/ bin/lyx, share/lyx/

Now I just compiled LyX 1.3.0 to /opt bin/lyx, share/lyx/ When 
running /opt/bin/lyx (new LyX) everything's fine, also when running 
/usr/bin/lyx (old LyX).

Now I thought it would be easier, in order to have both versions but to 
force users use new LyX, to rename /usr/bin/lyx to /usr/bin/lyx-1.1.6p4 and 
link /opt/bin/lyx to /usr/bin/lyx. Now when I run just 'lyx' (binary 
reached through $PATH) it mysteriously tries to open /usr/share/lyx/... 
files, instead of /opt/share/lyx/..., like it doesn't look absolute paths 
but relative ones. When called as /opt/bin/lyx everything's fine.

I just removed the old version and now I can call /usr/bin/lyx or only lyx 
and it correctly opens /opt/share/lyx/... files.

So, bug or feetcher? :-)
-- 
[EMAIL PROTECTED]




Re: MDK 8.2 + Qt 3.0 build?

2003-02-16 Thread Davor Cengija
Jeffery Cann wrote:

> Greetings.
> 
> I used the following configure parameter because I want to build LyX with
> the QT toolkit:
> 
> $ ./configure --with-qt-includes=/usr/lib/qt3/
> 
> However, my configuration summary shows 'xforms' as the frontend:
> 
...
> 
> I didn't see any other instructions in the INSTALL or configure --help
> regarding selection of Qt for the LyX frontend.  I am on Mandrake 8.2 with
> an upgraded KDE 3.0.4 (default for MDK 8.2 was KDE 2.2).
> 

There's --with-frontend=qt option for configure (lyx 1.3.0).

-- 
[EMAIL PROTECTED]




Version collision

2003-02-16 Thread Davor Cengija
I have installed LyX 1.1.6p4 from Mandrake 8.2 distribution, default 
installation in /usr/ .

Now I just compiled LyX 1.3.0 to /opt . When 
running /opt/bin/lyx (new LyX) everything's fine, also when running 
/usr/bin/lyx (old LyX).

Now I thought it would be easier, in order to have both versions but to 
force users use new LyX, to rename /usr/bin/lyx to /usr/bin/lyx-1.1.6p4 and 
link /opt/bin/lyx to /usr/bin/lyx. Now when I run just 'lyx' (binary 
reached through $PATH) it mysteriously tries to open /usr/share/lyx/... 
files, instead of /opt/share/lyx/..., like it doesn't look absolute paths 
but relative ones. When called as /opt/bin/lyx everything's fine.

I just removed the old version and now I can call /usr/bin/lyx or only lyx 
and it correctly opens /opt/share/lyx/... files.

So, bug or feetcher? :-)
-- 
[EMAIL PROTECTED]




Re: ps2epsi

2000-02-22 Thread Davor Cengija

On Mon, 21 Feb 2000, Herbert Voss wrote:

Rodrigo Esteves de Lima-Lopes wrote:
 
 Hi
 
 Im trying to convert ordinary *ps files to eps (encapsulated postscript).
 Im currently using ps2epsi but there are some problems, since it does
 convert my file but, when I try to see it through Ghostview, I just
 flashes on screen for a second. SO everything I have is a blank page.

convert MyFile.ps MyFile.eps

if you have more than one page in your ps-file, convert produces
MyFile.eps0
MyFile.eps1  and so on.

But convers strips all blank spaces (margins) and page looks
bad.

re. ps2epsi: I used it few times and every time it complained
about some fonts etc, but the final result is pretty good.

-- 
  v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



Re: ps2epsi

2000-02-22 Thread Davor Cengija

On Mon, 21 Feb 2000, Herbert Voss wrote:

Rodrigo Esteves de Lima-Lopes wrote:
 
 Hi
 
 Im trying to convert ordinary *ps files to eps (encapsulated postscript).
 Im currently using ps2epsi but there are some problems, since it does
 convert my file but, when I try to see it through Ghostview, I just
 flashes on screen for a second. SO everything I have is a blank page.

convert MyFile.ps MyFile.eps

if you have more than one page in your ps-file, convert produces
MyFile.eps0
MyFile.eps1  and so on.

But convers strips all blank spaces (margins) and page looks
bad.

re. ps2epsi: I used it few times and every time it complained
about some fonts etc, but the final result is pretty good.

-- 
  v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



Re: ps2epsi

2000-02-22 Thread Davor Cengija

On Mon, 21 Feb 2000, Herbert Voss wrote:

>Rodrigo Esteves de Lima-Lopes wrote:
>> 
>> Hi
>> 
>> Im trying to convert ordinary *ps files to eps (encapsulated postscript).
>> Im currently using ps2epsi but there are some problems, since it does
>> convert my file but, when I try to see it through Ghostview, I just
>> flashes on screen for a second. SO everything I have is a blank page.
>
>convert MyFile.ps MyFile.eps
>
>if you have more than one page in your ps-file, convert produces
>MyFile.eps0
>MyFile.eps1  and so on.

But convers strips all blank spaces (margins) and page looks
bad.

re. ps2epsi: I used it few times and every time it complained
about some fonts etc, but the final result is pretty good.

-- 
  v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



BUG: Insert cross-reference window

2000-02-13 Thread Davor Cengija

I posted this bug last week, but since nobody confirmed it and
it's still in v1.1.4 I thought it might be good to explain the
bug again.

'Insert Cross-reference...' window does not respond to
keyboard until it's clicked with the mouse. NO matter if it's
opened by M-i r  or  Insert-Cross reference, the one has to
click inside the list of labels and then use cursor keys to
select the wanted label.

"Insert LyX file..." window does not have such a problems.

Thanks.

{mandrake}[~]$ rpm -q xforms 
xforms-0.88-3
{mandrake}[~]$ rpm -q lyx
lyx-1.1.4-1mdk
{mandrake}[~]$ 


-- 
      v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



BUG: Insert cross-reference window

2000-02-13 Thread Davor Cengija

I posted this bug last week, but since nobody confirmed it and
it's still in v1.1.4 I thought it might be good to explain the
bug again.

'Insert Cross-reference...' window does not respond to
keyboard until it's clicked with the mouse. NO matter if it's
opened by M-i r  or  Insert-Cross reference, the one has to
click inside the list of labels and then use cursor keys to
select the wanted label.

"Insert LyX file..." window does not have such a problems.

Thanks.

{mandrake}[~]$ rpm -q xforms 
xforms-0.88-3
{mandrake}[~]$ rpm -q lyx
lyx-1.1.4-1mdk
{mandrake}[~]$ 


-- 
      v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



BUG: Insert cross-reference window

2000-02-13 Thread Davor Cengija

I posted this bug last week, but since nobody confirmed it and
it's still in v1.1.4 I thought it might be good to explain the
bug again.

'Insert Cross-reference...' window does not respond to
keyboard until it's clicked with the mouse. NO matter if it's
opened by M-i r  or  Insert->Cross reference, the one has to
click inside the list of labels and then use cursor keys to
select the wanted label.

"Insert LyX file..." window does not have such a problems.

Thanks.

{mandrake}[~]$ rpm -q xforms 
xforms-0.88-3
{mandrake}[~]$ rpm -q lyx
lyx-1.1.4-1mdk
{mandrake}[~]$ 


-- 
  v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



bug? cursor keys in 'insert reference' window

2000-02-07 Thread Davor Cengija

My version is 1.1.3 (+ some unofficial patches). www.lyx.org
is down so I couldn't read the ChangeLog.

Bug description:

When 'Insert reference' window is open (by clicking on the
menues or by M-i r) list is in focus but it does not accept
cursor keys for moving between the labels. Only ESC and RET
are recognized and working fine. So, when I open Insert
reference list, I have to give it 'real' focus by clicking
somewhere inside the box where the labels are listed and ater
that I can use cursor keys to select the wanted label.

Insert LyX file works fine, for example.

Not a major bug but annoying when trying to work without
reaching the mouse every now and then.

Thanks.

Yes, some system desc:
Basic Mandrake 6.1 installation (gpm 1.17.9, X 3.3.5, kernel
2.2.13)
Window manager is KDE 1.1.2 but I tried with XFCE too.
x-forms 0.88-3

-- 
  v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



bug? cursor keys in 'insert reference' window

2000-02-07 Thread Davor Cengija

My version is 1.1.3 (+ some unofficial patches). www.lyx.org
is down so I couldn't read the ChangeLog.

Bug description:

When 'Insert reference' window is open (by clicking on the
menues or by M-i r) list is in focus but it does not accept
cursor keys for moving between the labels. Only ESC and RET
are recognized and working fine. So, when I open Insert
reference list, I have to give it 'real' focus by clicking
somewhere inside the box where the labels are listed and ater
that I can use cursor keys to select the wanted label.

Insert LyX file works fine, for example.

Not a major bug but annoying when trying to work without
reaching the mouse every now and then.

Thanks.

Yes, some system desc:
Basic Mandrake 6.1 installation (gpm 1.17.9, X 3.3.5, kernel
2.2.13)
Window manager is KDE 1.1.2 but I tried with XFCE too.
x-forms 0.88-3

-- 
  v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



bug? cursor keys in 'insert reference' window

2000-02-07 Thread Davor Cengija

My version is 1.1.3 (+ some unofficial patches). www.lyx.org
is down so I couldn't read the ChangeLog.

Bug description:

When 'Insert reference' window is open (by clicking on the
menues or by M-i r) list is in focus but it does not accept
cursor keys for moving between the labels. Only ESC and RET
are recognized and working fine. So, when I open Insert
reference list, I have to give it 'real' focus by clicking
somewhere inside the box where the labels are listed and ater
that I can use cursor keys to select the wanted label.

Insert LyX file works fine, for example.

Not a major bug but annoying when trying to work without
reaching the mouse every now and then.

Thanks.

Yes, some system desc:
Basic Mandrake 6.1 installation (gpm 1.17.9, X 3.3.5, kernel
2.2.13)
Window manager is KDE 1.1.2 but I tried with XFCE too.
x-forms 0.88-3

-- 
  v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



not able to search through read-only files

2000-01-25 Thread Davor Cengija

If I try to search through the documentation (or any other
read-only) file, SearchReplace window won't pop-up (probably
because of that 'replace' component). I consider it a bug.

The popup window with the 'replace' field disabled would be
quite fine.

My version: 1.1.4pre1 on Linux

Thanks

-- 
  v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



not able to search through read-only files

2000-01-25 Thread Davor Cengija

If I try to search through the documentation (or any other
read-only) file, SearchReplace window won't pop-up (probably
because of that 'replace' component). I consider it a bug.

The popup window with the 'replace' field disabled would be
quite fine.

My version: 1.1.4pre1 on Linux

Thanks

-- 
  v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



not able to search through read-only files

2000-01-25 Thread Davor Cengija

If I try to search through the documentation (or any other
read-only) file, Search window won't pop-up (probably
because of that 'replace' component). I consider it a bug.

The popup window with the 'replace' field disabled would be
quite fine.

My version: 1.1.4pre1 on Linux

Thanks

-- 
  v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



Re: Bug in LyX Version 1.1.3

2000-01-14 Thread Davor Cengija

On Fri, 14 Jan 2000, Berthold Gunreben wrote:

Hi,

I think I found a bug in LyX Version 1.1.3. I try to use a compose key to
enter the  character. What I do is:
press shift
press AltGR
release shift
press and release ^
press and release o

and doing this kills lyx. The same combination works with a, e, i and u.
Cut and Paste from another Terminal works as well. 
Do you have any hints or is this corrected in CVS?

Known problem, check the archives; it has something to do with
the 'high-ascii' codes.

There's a patch which fixes it (and several other bugs), as
sent to me by Jean-Marc Lasgouttes

--- cut here ---

From [EMAIL PROTECTED] Wed Dec 15 21:57:40 1999
Date: 15 Dec 1999 18:36:17 +0100
From: Jean-Marc Lasgouttes [EMAIL PROTECTED]
To: Davor Cengija [EMAIL PROTECTED]
Cc: Jean-Marc Lasgouttes [EMAIL PROTECTED]
Subject: Re: lyx new releases - where are the patches?

 "Davor" == Davor Cengija [EMAIL PROTECTED] writes:

Davor On 15 Dec 1999, Jean-Marc Lasgouttes wrote:
 You should use -r too for diffs.
 
 Concerning the particular problems you have with 1.1.3, you can
 take the patch
 http://www-rocq.inrua.fr/~lasgoutt/patch-1.1.3++unofficial which
 solves this and a few other minor issues.

Davor  host not found (wed 15.12.1999 18:30 CET)

Right. 'inrua' should read 'inria' :(

Anyway, here is the patch.

JMarc

--
  This patch fixes three small problems in lyx 1.1.3:
- it is possible to insert spaces in math formulas
- debug messages appear on screen when typing text.
- entering accented characters is broken on some architectures

  It is absolutely not supported, but intended as a stopgap until
  LyX 1.1.4 is released.

  -- [EMAIL PROTECTED]

diff -ur lyx-1.1.3/development/lyx.spec lyx-1.1.3++/development/lyx.spec
--- lyx-1.1.3/development/lyx.spec  Wed Dec  1 00:56:49 1999
+++ lyx-1.1.3++/development/lyx.specFri Dec 10 17:06:48 1999
@@ -1,6 +1,6 @@
 Summary: A WYSYWIG frontend to LaTeX
 Name: lyx
-Version: 1.1.3
+Version: 1.1.3++ unofficial
 Release: 1
 Copyright: see COPYING file
 Group: X11/Editors
diff -ur lyx-1.1.3/src/mathed/formula.C lyx-1.1.3++/src/mathed/formula.C
--- lyx-1.1.3/src/mathed/formula.C  Wed Nov 24 23:14:46 1999
+++ lyx-1.1.3++/src/mathed/formula.CWed Dec  8 15:12:42 1999
@@ -1145,7 +1145,7 @@
   if (('0'= c  c= '9') || strchr(";:!|[]().,?", c)) 
  mathcursor-Insert(c, LM_TC_CONST);
 else
-  if (strchr("+/-*= ", c))
+  if (strchr("+/-*=", c))
  mathcursor-Insert(c, LM_TC_BOP);
 else
   if (strchr(latex_special_chars, c)  c!= '_')
diff -ur lyx-1.1.3/src/trans.C lyx-1.1.3++/src/trans.C
--- lyx-1.1.3/src/trans.C   Mon Nov 15 13:01:38 1999
+++ lyx-1.1.3++/src/trans.C Fri Dec 10 17:02:13 1999
@@ -162,9 +162,9 @@

for(string::size_type i = 0; i  keys.length(); ++i) {
char * temp;
-   if (keys[i] == char(254))
-   lyxerr  "check one triggered"  endl;
-   temp = keymap_[keys[i]] = new char[2];
+// if (keys[i] == char(254))
+// lyxerr  "check one triggered"  endl;
+   temp = keymap_[static_castunsigned char(keys[i])] = new char[2];
temp[0] = 0; temp[1] = accent;
}
kmod_list_[accent]-exception_list = 0;
@@ -276,9 +276,9 @@
if (lex.next(true)) {
char const * t = lex.text();
string_to = strcpy(new char[strlen(t)+1], t);
-   if (key_from == char(254))
-   lyxerr  "check two triggered"
-   endl;
+// if (key_from == char(254))
+// lyxerr  "check two triggered"
+// endl;
keymap_[key_from] = string_to;
if (lyxerr.debugging(Debug::KBMAP))
lyxerr  "\t`"  string_to  "'"
@@ -347,17 +347,17 @@
 
 string Trans::process(char c, TransManager  k)
 {
-   lyxerr  "enter process"  endl;
+// lyxerr  "enter process"  endl;
char dummy[2] = "?";
char * dt = dummy;
char * t = Match(c);
-   lyxerr  "finished variables"  endl;
+// lyxerr  "finished variables"  endl;
 
if ((t == 0  (dt[0] = c)) || (t[0] != 0  (dt = t)) ){
-   lyxerr  "normalkey"  endl;
+// lyxerr  "normalkey"  endl;
return k.normalkey(c, dt);
} else {
-   lyxerr  "deadkey"  endl;
+// lyxerr  "deadkey"

Re: cp1250 - iso-8859-2

2000-01-14 Thread Davor Cengija

On Fri, 14 Jan 2000, Dragutin Cvetkovic wrote:

Greets!

   I was wondering if there was some tool for Linux/Unix with which I
could transform cp1250 charset txt file into a iso-8859-2 charset file? Is
there some way to this with LyX? Some application or module for LyX?

perl -pe 'tr/\232\212\236\216/\271\251\276\256/;'

-- 
  v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



Re: Bug in LyX Version 1.1.3

2000-01-14 Thread Davor Cengija

On Fri, 14 Jan 2000, Berthold Gunreben wrote:

Hi,

I think I found a bug in LyX Version 1.1.3. I try to use a compose key to
enter the  character. What I do is:
press shift
press AltGR
release shift
press and release ^
press and release o

and doing this kills lyx. The same combination works with a, e, i and u.
Cut and Paste from another Terminal works as well. 
Do you have any hints or is this corrected in CVS?

Known problem, check the archives; it has something to do with
the 'high-ascii' codes.

There's a patch which fixes it (and several other bugs), as
sent to me by Jean-Marc Lasgouttes

--- cut here ---

From [EMAIL PROTECTED] Wed Dec 15 21:57:40 1999
Date: 15 Dec 1999 18:36:17 +0100
From: Jean-Marc Lasgouttes [EMAIL PROTECTED]
To: Davor Cengija [EMAIL PROTECTED]
Cc: Jean-Marc Lasgouttes [EMAIL PROTECTED]
Subject: Re: lyx new releases - where are the patches?

 "Davor" == Davor Cengija [EMAIL PROTECTED] writes:

Davor On 15 Dec 1999, Jean-Marc Lasgouttes wrote:
 You should use -r too for diffs.
 
 Concerning the particular problems you have with 1.1.3, you can
 take the patch
 http://www-rocq.inrua.fr/~lasgoutt/patch-1.1.3++unofficial which
 solves this and a few other minor issues.

Davor  host not found (wed 15.12.1999 18:30 CET)

Right. 'inrua' should read 'inria' :(

Anyway, here is the patch.

JMarc

--
  This patch fixes three small problems in lyx 1.1.3:
- it is possible to insert spaces in math formulas
- debug messages appear on screen when typing text.
- entering accented characters is broken on some architectures

  It is absolutely not supported, but intended as a stopgap until
  LyX 1.1.4 is released.

  -- [EMAIL PROTECTED]

diff -ur lyx-1.1.3/development/lyx.spec lyx-1.1.3++/development/lyx.spec
--- lyx-1.1.3/development/lyx.spec  Wed Dec  1 00:56:49 1999
+++ lyx-1.1.3++/development/lyx.specFri Dec 10 17:06:48 1999
@@ -1,6 +1,6 @@
 Summary: A WYSYWIG frontend to LaTeX
 Name: lyx
-Version: 1.1.3
+Version: 1.1.3++ unofficial
 Release: 1
 Copyright: see COPYING file
 Group: X11/Editors
diff -ur lyx-1.1.3/src/mathed/formula.C lyx-1.1.3++/src/mathed/formula.C
--- lyx-1.1.3/src/mathed/formula.C  Wed Nov 24 23:14:46 1999
+++ lyx-1.1.3++/src/mathed/formula.CWed Dec  8 15:12:42 1999
@@ -1145,7 +1145,7 @@
   if (('0'= c  c= '9') || strchr(";:!|[]().,?", c)) 
  mathcursor-Insert(c, LM_TC_CONST);
 else
-  if (strchr("+/-*= ", c))
+  if (strchr("+/-*=", c))
  mathcursor-Insert(c, LM_TC_BOP);
 else
   if (strchr(latex_special_chars, c)  c!= '_')
diff -ur lyx-1.1.3/src/trans.C lyx-1.1.3++/src/trans.C
--- lyx-1.1.3/src/trans.C   Mon Nov 15 13:01:38 1999
+++ lyx-1.1.3++/src/trans.C Fri Dec 10 17:02:13 1999
@@ -162,9 +162,9 @@

for(string::size_type i = 0; i  keys.length(); ++i) {
char * temp;
-   if (keys[i] == char(254))
-   lyxerr  "check one triggered"  endl;
-   temp = keymap_[keys[i]] = new char[2];
+// if (keys[i] == char(254))
+// lyxerr  "check one triggered"  endl;
+   temp = keymap_[static_castunsigned char(keys[i])] = new char[2];
temp[0] = 0; temp[1] = accent;
}
kmod_list_[accent]-exception_list = 0;
@@ -276,9 +276,9 @@
if (lex.next(true)) {
char const * t = lex.text();
string_to = strcpy(new char[strlen(t)+1], t);
-   if (key_from == char(254))
-   lyxerr  "check two triggered"
-   endl;
+// if (key_from == char(254))
+// lyxerr  "check two triggered"
+// endl;
keymap_[key_from] = string_to;
if (lyxerr.debugging(Debug::KBMAP))
lyxerr  "\t`"  string_to  "'"
@@ -347,17 +347,17 @@
 
 string Trans::process(char c, TransManager  k)
 {
-   lyxerr  "enter process"  endl;
+// lyxerr  "enter process"  endl;
char dummy[2] = "?";
char * dt = dummy;
char * t = Match(c);
-   lyxerr  "finished variables"  endl;
+// lyxerr  "finished variables"  endl;
 
if ((t == 0  (dt[0] = c)) || (t[0] != 0  (dt = t)) ){
-   lyxerr  "normalkey"  endl;
+// lyxerr  "normalkey"  endl;
return k.normalkey(c, dt);
} else {
-   lyxerr  "deadkey"  endl;
+// lyxerr  "deadkey"

Re: cp1250 - iso-8859-2

2000-01-14 Thread Davor Cengija

On Fri, 14 Jan 2000, Dragutin Cvetkovic wrote:

Greets!

   I was wondering if there was some tool for Linux/Unix with which I
could transform cp1250 charset txt file into a iso-8859-2 charset file? Is
there some way to this with LyX? Some application or module for LyX?

perl -pe 'tr/\232\212\236\216/\271\251\276\256/;'

-- 
  v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



Re: Bug in LyX Version 1.1.3

2000-01-14 Thread Davor Cengija

On Fri, 14 Jan 2000, Berthold Gunreben wrote:

>Hi,
>
>I think I found a bug in LyX Version 1.1.3. I try to use a compose key to
>enter the ô character. What I do is:
>press shift
>press AltGR
>release shift
>press and release ^
>press and release o
>
>and doing this kills lyx. The same combination works with a, e, i and u.
>Cut and Paste from another Terminal works as well. 
>Do you have any hints or is this corrected in CVS?

Known problem, check the archives; it has something to do with
the 'high-ascii' codes.

There's a patch which fixes it (and several other bugs), as
sent to me by Jean-Marc Lasgouttes

--- cut here ---

>From [EMAIL PROTECTED] Wed Dec 15 21:57:40 1999
Date: 15 Dec 1999 18:36:17 +0100
From: Jean-Marc Lasgouttes <[EMAIL PROTECTED]>
To: Davor Cengija <[EMAIL PROTECTED]>
Cc: Jean-Marc Lasgouttes <[EMAIL PROTECTED]>
Subject: Re: lyx new releases - where are the patches?

>>>>> "Davor" == Davor Cengija <[EMAIL PROTECTED]> writes:

Davor> On 15 Dec 1999, Jean-Marc Lasgouttes wrote:
>> You should use -r too for diffs.
>> 
>> Concerning the particular problems you have with 1.1.3, you can
>> take the patch
>> http://www-rocq.inrua.fr/~lasgoutt/patch-1.1.3++unofficial which
>> solves this and a few other minor issues.

Davor>  host not found (wed 15.12.1999 18:30 CET)

Right. 'inrua' should read 'inria' :(

Anyway, here is the patch.

JMarc

--
  This patch fixes three small problems in lyx 1.1.3:
- it is possible to insert spaces in math formulas
- debug messages appear on screen when typing text.
- entering accented characters is broken on some architectures

  It is absolutely not supported, but intended as a stopgap until
  LyX 1.1.4 is released.

  -- [EMAIL PROTECTED]

diff -ur lyx-1.1.3/development/lyx.spec lyx-1.1.3++/development/lyx.spec
--- lyx-1.1.3/development/lyx.spec  Wed Dec  1 00:56:49 1999
+++ lyx-1.1.3++/development/lyx.specFri Dec 10 17:06:48 1999
@@ -1,6 +1,6 @@
 Summary: A WYSYWIG frontend to LaTeX
 Name: lyx
-Version: 1.1.3
+Version: 1.1.3++ unofficial
 Release: 1
 Copyright: see COPYING file
 Group: X11/Editors
diff -ur lyx-1.1.3/src/mathed/formula.C lyx-1.1.3++/src/mathed/formula.C
--- lyx-1.1.3/src/mathed/formula.C  Wed Nov 24 23:14:46 1999
+++ lyx-1.1.3++/src/mathed/formula.CWed Dec  8 15:12:42 1999
@@ -1145,7 +1145,7 @@
   if (('0'<= c && c<= '9') || strchr(";:!|[]().,?", c)) 
  mathcursor->Insert(c, LM_TC_CONST);
 else
-  if (strchr("+/-*<>= ", c))
+  if (strchr("+/-*<>=", c))
  mathcursor->Insert(c, LM_TC_BOP);
 else
   if (strchr(latex_special_chars, c) && c!= '_')
diff -ur lyx-1.1.3/src/trans.C lyx-1.1.3++/src/trans.C
--- lyx-1.1.3/src/trans.C   Mon Nov 15 13:01:38 1999
+++ lyx-1.1.3++/src/trans.C Fri Dec 10 17:02:13 1999
@@ -162,9 +162,9 @@

for(string::size_type i = 0; i < keys.length(); ++i) {
char * temp;
-   if (keys[i] == char(254))
-   lyxerr << "check one triggered" << endl;
-   temp = keymap_[keys[i]] = new char[2];
+// if (keys[i] == char(254))
+// lyxerr << "check one triggered" << endl;
+   temp = keymap_[static_cast(keys[i])] = new char[2];
temp[0] = 0; temp[1] = accent;
}
kmod_list_[accent]->exception_list = 0;
@@ -276,9 +276,9 @@
if (lex.next(true)) {
char const * t = lex.text();
string_to = strcpy(new char[strlen(t)+1], t);
-   if (key_from == char(254))
-   lyxerr << "check two triggered"
-  << endl;
+// if (key_from == char(254))
+// lyxerr << "check two triggered"
+//<< endl;
keymap_[key_from] = string_to;
if (lyxerr.debugging(Debug::KBMAP))
lyxerr << "\t`" << string_to << "'"
@@ -347,17 +347,17 @@
 
 string Trans::process(char c, TransManager & k)
 {
-   lyxerr << "enter process" << endl;
+// lyxerr << "enter process" << endl;
char dummy[2] = "?";
char * dt = dummy;
char * t = Match(c);
-   lyxerr << "finished variables" << endl;
+// lyxe

Re: cp1250 -> iso-8859-2

2000-01-14 Thread Davor Cengija

On Fri, 14 Jan 2000, Dragutin Cvetkovic wrote:

>Greets!
>
>   I was wondering if there was some tool for Linux/Unix with which I
>could transform cp1250 charset txt file into a iso-8859-2 charset file? Is
>there some way to this with LyX? Some application or module for LyX?

perl -pe 'tr/\232\212\236\216/\271\251\276\256/;'

-- 
  v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



lyx new releases - where are the patches?

1999-12-14 Thread Davor Cengija

I don't see you guys are releasing the patches between the
versions since v1.1. It's pretty annoying downloading the
complete distribution all the time. For example, I really need
this 1.1.4pre1 release, since 1.1.3 crashes all the time (I
can't even write my own name - it crashes on  :-)

So, patch me! :-)

Ok, I tried downloading v1.1.2 and v1.1.3 on my account, and
then diff -u. I've got the patch but when applied locally,
something went wrong and I wasn't able to compile v1.1.3
successfully.

Thanks

Davor

-- 
  v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



lyx new releases - where are the patches?

1999-12-14 Thread Davor Cengija

I don't see you guys are releasing the patches between the
versions since v1.1. It's pretty annoying downloading the
complete distribution all the time. For example, I really need
this 1.1.4pre1 release, since 1.1.3 crashes all the time (I
can't even write my own name - it crashes on  :-)

So, patch me! :-)

Ok, I tried downloading v1.1.2 and v1.1.3 on my account, and
then diff -u. I've got the patch but when applied locally,
something went wrong and I wasn't able to compile v1.1.3
successfully.

Thanks

Davor

-- 
  v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



lyx new releases - where are the patches?

1999-12-14 Thread Davor Cengija

I don't see you guys are releasing the patches between the
versions since v1.1. It's pretty annoying downloading the
complete distribution all the time. For example, I really need
this 1.1.4pre1 release, since 1.1.3 crashes all the time (I
can't even write my own name - it crashes on  :-)

So, patch me! :-)

Ok, I tried downloading v1.1.2 and v1.1.3 on my account, and
then diff -u. I've got the patch but when applied locally,
something went wrong and I wasn't able to compile v1.1.3
successfully.

Thanks

Davor

-- 
  v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



1.1.3 - bug: lyx crashes when 'Ccaron' (0x2F) is pressed

1999-12-13 Thread Davor Cengija

Hi.

I'm pretty sure this is a bug:
LyX 1.1.3 _always_ crashes when upper Ccaron (Egrave for latin1) is
pressed.

Ccaron looks like C with a little v above it. Egrave looks
like E with comma , above.

xmodmap entry:
keycode 0x2F =  egrave  Egrave

I'm using latin2 codepage (for Croatian language) but it looks
like keycode 0x2F is affected, and not the particular
characher (wether it be upper Ccaron or Egrave).

Other special characters, such as AE (keycode 0x30) or ETH
(0x23) are not affected with this bug.

When run in xterm, LyX complains about found bug and gives no
additional informations.

LyX 1.1.2 (and earlier versions) are not affected.

I downgraded my LyX installation to 1.1.2 and I'm using it now
with no probelms.

My system is freshly installed Mandrake 6.1 (like 'enhanced'
RedHat 6.1) with X11R6 3.3.5. Kernel is 2.2.13, but I think
the problem's in very LyX and not in the system.

If you need gdb output etc, I'll compile v1.1.3 again.

Some system informations:
glibc-2.1.1-16mdk
xforms-0.88-3
pgcc-1.1.3-3mdk
pgcc-c++-1.1.3-3mdk
pgcc-objc-1.1.3-3mdk

-- 
  v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



1.1.3 - bug: lyx crashes when 'Ccaron' (0x2F) is pressed

1999-12-13 Thread Davor Cengija

Hi.

I'm pretty sure this is a bug:
LyX 1.1.3 _always_ crashes when upper Ccaron (Egrave for latin1) is
pressed.

Ccaron looks like C with a little v above it. Egrave looks
like E with comma , above.

xmodmap entry:
keycode 0x2F =  egrave  Egrave

I'm using latin2 codepage (for Croatian language) but it looks
like keycode 0x2F is affected, and not the particular
characher (wether it be upper Ccaron or Egrave).

Other special characters, such as AE (keycode 0x30) or ETH
(0x23) are not affected with this bug.

When run in xterm, LyX complains about found bug and gives no
additional informations.

LyX 1.1.2 (and earlier versions) are not affected.

I downgraded my LyX installation to 1.1.2 and I'm using it now
with no probelms.

My system is freshly installed Mandrake 6.1 (like 'enhanced'
RedHat 6.1) with X11R6 3.3.5. Kernel is 2.2.13, but I think
the problem's in very LyX and not in the system.

If you need gdb output etc, I'll compile v1.1.3 again.

Some system informations:
glibc-2.1.1-16mdk
xforms-0.88-3
pgcc-1.1.3-3mdk
pgcc-c++-1.1.3-3mdk
pgcc-objc-1.1.3-3mdk

-- 
  v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



1.1.3 - bug: lyx crashes when 'Ccaron' (0x2F) is pressed

1999-12-13 Thread Davor Cengija

Hi.

I'm pretty sure this is a bug:
LyX 1.1.3 _always_ crashes when upper Ccaron (Egrave for latin1) is
pressed.

Ccaron looks like C with a little v above it. Egrave looks
like E with comma , above.

xmodmap entry:
keycode 0x2F =  egrave  Egrave

I'm using latin2 codepage (for Croatian language) but it looks
like keycode 0x2F is affected, and not the particular
characher (wether it be upper Ccaron or Egrave).

Other special characters, such as AE (keycode 0x30) or ETH
(0x23) are not affected with this bug.

When run in xterm, LyX complains about found bug and gives no
additional informations.

LyX 1.1.2 (and earlier versions) are not affected.

I downgraded my LyX installation to 1.1.2 and I'm using it now
with no probelms.

My system is freshly installed Mandrake 6.1 (like 'enhanced'
RedHat 6.1) with X11R6 3.3.5. Kernel is 2.2.13, but I think
the problem's in very LyX and not in the system.

If you need gdb output etc, I'll compile v1.1.3 again.

Some system informations:
glibc-2.1.1-16mdk
xforms-0.88-3
pgcc-1.1.3-3mdk
pgcc-c++-1.1.3-3mdk
pgcc-objc-1.1.3-3mdk

-- 
  v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



Re: rpm-ing lyx

1999-10-01 Thread Davor Cengija

On Fri, 1 Oct 1999, Tony Dancer wrote:

I had this problem when building from the tar.gz, and found the
quickest solution was to extract lyx.xpm from the archive and place it
in the directory RPM was complaining it couldnt find it in (in my case,
the redhat/SOURCES directory.

worked fine. I suspect the RPM spec file in the archive is a bit wonky.

Yes, you're right. Check the lyx.spec file which comes with
the sources and you'll see. Look for rpmdir=/var/... or
something like that.

On the other hand, instmon (http://www.freshmeat.net and
search) is a handy tool. It monitors where the files go and
it's able to make .rpm from of the installed program.
-- 
  v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



Re: rpm-ing lyx

1999-10-01 Thread Davor Cengija

On Fri, 1 Oct 1999, Tobias Klaus wrote:

 You can try rebuilding my rpm from the src.rpm file:

since I'm pretty newbie, could you tell me how to rpm a binary from the
rpm source?
 Look in ftp://ftp.sylvan.com/pub/lyx/ for the lyx-1.0.4-1.src.rpm file.

Read the rpm manpage. The basic procedure is as follows (su
root, of course)

rpm -i lyx*.src.rpm
cd /usr/src/redhat/SPECS
here you'll see lyx.spec file. edit it to suit your needs. the format
is pretty much the same as you were compiling the binary from the
sources.
rpm -bb lyx.spec
wait, wait more...
cd ../RPMS/i386
if you're on Intel, of course
here are lyx...rpm files

It's the basic rpm build process. I don't know if LyX would
act any different (like, putting some files into RPMS/noarch/
directory)
-- 
  v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



Re: rpm-ing lyx

1999-10-01 Thread Davor Cengija

On Fri, 1 Oct 1999, Tony Dancer wrote:

I had this problem when building from the tar.gz, and found the
quickest solution was to extract lyx.xpm from the archive and place it
in the directory RPM was complaining it couldnt find it in (in my case,
the redhat/SOURCES directory.

worked fine. I suspect the RPM spec file in the archive is a bit wonky.

Yes, you're right. Check the lyx.spec file which comes with
the sources and you'll see. Look for rpmdir=/var/... or
something like that.

On the other hand, instmon (http://www.freshmeat.net and
search) is a handy tool. It monitors where the files go and
it's able to make .rpm from of the installed program.
-- 
  v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



Re: rpm-ing lyx

1999-10-01 Thread Davor Cengija

On Fri, 1 Oct 1999, Tobias Klaus wrote:

 You can try rebuilding my rpm from the src.rpm file:

since I'm pretty newbie, could you tell me how to rpm a binary from the
rpm source?
 Look in ftp://ftp.sylvan.com/pub/lyx/ for the lyx-1.0.4-1.src.rpm file.

Read the rpm manpage. The basic procedure is as follows (su
root, of course)

rpm -i lyx*.src.rpm
cd /usr/src/redhat/SPECS
here you'll see lyx.spec file. edit it to suit your needs. the format
is pretty much the same as you were compiling the binary from the
sources.
rpm -bb lyx.spec
wait, wait more...
cd ../RPMS/i386
if you're on Intel, of course
here are lyx...rpm files

It's the basic rpm build process. I don't know if LyX would
act any different (like, putting some files into RPMS/noarch/
directory)
-- 
  v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



Re: rpm-ing lyx

1999-10-01 Thread Davor Cengija

On Fri, 1 Oct 1999, Tony Dancer wrote:

>I had this problem when building from the tar.gz, and found the
>quickest solution was to extract lyx.xpm from the archive and place it
>in the directory RPM was complaining it couldnt find it in (in my case,
>the redhat/SOURCES directory.
>
>worked fine. I suspect the RPM spec file in the archive is a bit wonky.
>
Yes, you're right. Check the lyx.spec file which comes with
the sources and you'll see. Look for rpmdir=/var/... or
something like that.

On the other hand, instmon (http://www.freshmeat.net and
search) is a handy tool. It monitors where the files go and
it's able to make .rpm from of the installed program.
-- 
  v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



Re: rpm-ing lyx

1999-10-01 Thread Davor Cengija

On Fri, 1 Oct 1999, Tobias Klaus wrote:

>> You can try rebuilding my rpm from the src.rpm file:
>
>since I'm pretty newbie, could you tell me how to rpm a binary from the
>rpm source?
>> Look in ftp://ftp.sylvan.com/pub/lyx/ for the lyx-1.0.4-1.src.rpm file.

Read the rpm manpage. The basic procedure is as follows (su
root, of course)

rpm -i lyx*.src.rpm
cd /usr/src/redhat/SPECS

rpm -bb lyx.spec
<wait, wait more...>
cd ../RPMS/i386



It's the basic rpm build process. I don't know if LyX would
act any different (like, putting some files into RPMS/noarch/
directory)
-- 
  v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



Re: mouse clicking highlight behaviour

1999-09-21 Thread Davor Cengija

On Tue, 21 Sep 1999, Panagiotis Melas wrote:

Hello there,

I've recently updated a PC box with RedHat 6.0, I've installed a new
version of LyX and I use the KDE 1.1.1(?) as a window manager...

KDE from redhat distribution is v1.1.1pre2, AFAIR

The problem I have now is that I found difficult to highlight words or
lines with double or triple clicking of the mouse button in LyX, (in most
other platforms I use with lyx this behaviour seems ok).

Is this a feature of LyX or a window manager? if it is defined in LyX is
it possible to control it and possibly change the setting somehow?

I just tried it and it's working OK (running LyX 1.0.3, RedHat
6.0 and KDE1.1.1 (not pre2!)).

If the problem is not in the KDE pre2 then I really wouldn't
know. Try updating your KDE (rpm's are quite good and the
upgrading procedure is painless).

On the other hand, maybe your mouse is not set up properly.
Try double-click selecting in xterm or netscape... If so,
check the propriate HowTo
-- 
  v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



Re: Speed on old machines

1999-09-21 Thread Davor Cengija

On Tue, 21 Sep 1999, Shankar Gopalakrishnan wrote:

Hey,
   I'm running Lyx 1.0.0 on an old IBM PS/2 Model 56, with Slackware
kernel 2.0.35 modified for MCA, X, and KDE running.  The machine has 16
MB of RAM and 50 megs of swap space, a 486SX processor, and an XGA-2
card with a 9524 monitor.  My problem is essentially that Lyx

The problem is in KDE. It needs a better machine than 486/16MB

Try using some less resources demanding windowmanager, such as
iceWM.

   I heard that klyx is faster on machines with Qt installed.
However, despite the fact that every web site I've seen claims that klyx
and KDE are distributed in binary form for generic linux machines, I
have yet to find a single tar.gz file for klyx or any version of KDE

I'm pretty sure ftp.kde.org contains all the needed packages
in source. As a matter a fact, I'm using self-compiled source
distribution, v1.1.1. But be aware - compilation took 6 hours
on my p166/128mb

[...]
I'd suggest using IceWM (check freshmeat.net)
-- 
  v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



Re: mouse clicking highlight behaviour

1999-09-21 Thread Davor Cengija

On Tue, 21 Sep 1999, Panagiotis Melas wrote:

Hello there,

I've recently updated a PC box with RedHat 6.0, I've installed a new
version of LyX and I use the KDE 1.1.1(?) as a window manager...

KDE from redhat distribution is v1.1.1pre2, AFAIR

The problem I have now is that I found difficult to highlight words or
lines with double or triple clicking of the mouse button in LyX, (in most
other platforms I use with lyx this behaviour seems ok).

Is this a feature of LyX or a window manager? if it is defined in LyX is
it possible to control it and possibly change the setting somehow?

I just tried it and it's working OK (running LyX 1.0.3, RedHat
6.0 and KDE1.1.1 (not pre2!)).

If the problem is not in the KDE pre2 then I really wouldn't
know. Try updating your KDE (rpm's are quite good and the
upgrading procedure is painless).

On the other hand, maybe your mouse is not set up properly.
Try double-click selecting in xterm or netscape... If so,
check the propriate HowTo
-- 
  v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



Re: Speed on old machines

1999-09-21 Thread Davor Cengija

On Tue, 21 Sep 1999, Shankar Gopalakrishnan wrote:

Hey,
   I'm running Lyx 1.0.0 on an old IBM PS/2 Model 56, with Slackware
kernel 2.0.35 modified for MCA, X, and KDE running.  The machine has 16
MB of RAM and 50 megs of swap space, a 486SX processor, and an XGA-2
card with a 9524 monitor.  My problem is essentially that Lyx

The problem is in KDE. It needs a better machine than 486/16MB

Try using some less resources demanding windowmanager, such as
iceWM.

   I heard that klyx is faster on machines with Qt installed.
However, despite the fact that every web site I've seen claims that klyx
and KDE are distributed in binary form for generic linux machines, I
have yet to find a single tar.gz file for klyx or any version of KDE

I'm pretty sure ftp.kde.org contains all the needed packages
in source. As a matter a fact, I'm using self-compiled source
distribution, v1.1.1. But be aware - compilation took 6 hours
on my p166/128mb

[...]
I'd suggest using IceWM (check freshmeat.net)
-- 
  v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



Re: mouse clicking highlight behaviour

1999-09-21 Thread Davor Cengija

On Tue, 21 Sep 1999, Panagiotis Melas wrote:

>Hello there,
>
>I've recently updated a PC box with RedHat 6.0, I've installed a new
>version of LyX and I use the KDE 1.1.1(?) as a window manager...

KDE from redhat distribution is v1.1.1pre2, AFAIR
>
>The problem I have now is that I found difficult to highlight words or
>lines with double or triple clicking of the mouse button in LyX, (in most
>other platforms I use with lyx this behaviour seems ok).
>
>Is this a feature of LyX or a window manager? if it is defined in LyX is
>it possible to control it and possibly change the setting somehow?

I just tried it and it's working OK (running LyX 1.0.3, RedHat
6.0 and KDE1.1.1 (not pre2!)).

If the problem is not in the KDE pre2 then I really wouldn't
know. Try updating your KDE (rpm's are quite good and the
upgrading procedure is painless).

On the other hand, maybe your mouse is not set up properly.
Try double-click selecting in xterm or netscape... If so,
check the propriate HowTo
-- 
  v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



Re: Speed on old machines

1999-09-21 Thread Davor Cengija

On Tue, 21 Sep 1999, Shankar Gopalakrishnan wrote:

>Hey,
>   I'm running Lyx 1.0.0 on an old IBM PS/2 Model 56, with Slackware
>kernel 2.0.35 modified for MCA, X, and KDE running.  The machine has 16
>MB of RAM and 50 megs of swap space, a 486SX processor, and an XGA-2
>card with a 9524 monitor.  My problem is essentially that Lyx

The problem is in KDE. It needs a better machine than 486/16MB

Try using some less resources demanding windowmanager, such as
iceWM.

>   I heard that klyx is faster on machines with Qt installed.
>However, despite the fact that every web site I've seen claims that klyx
>and KDE are distributed in binary form for generic linux machines, I
>have yet to find a single tar.gz file for klyx or any version of KDE

I'm pretty sure ftp.kde.org contains all the needed packages
in source. As a matter a fact, I'm using self-compiled source
distribution, v1.1.1. But be aware - compilation took 6 hours
on my p166/128mb

[...]
I'd suggest using IceWM (check freshmeat.net)
-- 
  v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



  1   2   >