Cant configure editor, doesn't save parameters?
Reading the user manual for hugs.... (running on fedora c5) Hugs doesn't seem to be set to use a particular editor, I tried following what it said in the manual... ":set -E"vi +%d %s"" it accepts it... and if i then type ":e" it does open the editor. but if i close hugs, re open it, type ":e", it goes back to asking for an editor to be configured first.... Is the configuration not permanent? Surely I dont have to type this in every time... ? Thanks alot for your help :)
Hi http://cvs.haskell.org/Hugs/pages/users_guide/options.html#OPTIONS-LIST Hugs takes its options from: The environment variable HUGSFLAGS, if set. (Of course, I use Windows, so have no idea if this works or not, but thats what the documentation says!) Thanks Neil On 10/11/06, Daniel Burrell <daniel.burrell@gmail.com> wrote:
Reading the user manual for hugs.... (running on fedora c5) Hugs doesn't seem to be set to use a particular editor, I tried following what it said in the manual...
":set -E"vi +%d %s""
it accepts it... and if i then type ":e" it does open the editor. but if i close hugs, re open it, type ":e", it goes back to asking for an editor to be configured first.... Is the configuration not permanent?
Surely I dont have to type this in every time... ?
Thanks alot for your help :)
_______________________________________________ Hugs-Bugs mailing list Hugs-Bugs@haskell.org http://www.haskell.org/mailman/listinfo/hugs-bugs
participants (2)
-
Daniel Burrell -
Neil Mitchell