> Im using ESingular under linux, and all is well,
> except that lines don't wrap around. If a line is too long,
> singular truncates it with a dollar sign. I can't even
> scroll past the $. Is there any way I can make lines wrap
> around?
Yes, there is. You need to set the variable truncate-lines
to nil. In order to do this you can either eval ( M-: )
the expression (setq truncate-lines nil) for turning on
line wrapping temporarily or if you want to have a permanent
solution you can insert the line
(setq truncate-lines nil)
at the bottom of the file .emacs-singular which is
contained in the emacs directory of your Singular
distribution.
Eric Westenberger (Singular Team)
email:
westenb@mathematik.uni-kl.dePosted in old Singular Forum on: 2002-04-19 10:50:48+02