> "M.J. Kerkhof" wrote:
>
> Dear Sir/Mrs,
>
> Recently I have installed a DOS- and a UNIX-version of Hugs. Everything works fine,
> except the "edit"-command. When I try to edit, I get the message "Hugs is not
>configured
> to support an editor". I hope you can help me to solve this problem.
>
> Can you send your answer to my e-mail adress at work also?
>
> With kind regards,
>
> Marianne van Bruggen-Kerkhof.
You need to set an environment variable to enable :e to work.
So, on the bash shell you might try
export EDITOR=emacs
before starting hugs. Hope this helps,
Andy