Re: Cant configure editor, doesn't save parameters?

"Neil Mitchell" <[email protected]> Wed, 11 Oct 2006 00:38:16 +0100
Newsgroups gmane.comp.lang.haskell.hugs.bugs
Message-ID <[email protected]>
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 <[email protected]> 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
> [email protected]
> http://www.haskell.org/mailman/listinfo/hugs-bugs
>
>
>