Hi, I tried to set the editor in hugs as vim using the string :set -Evim but hugs does not remember the setting after I exit it and I have to set the editor everytime I start hugs. This is very annoying, I dunno if this is a bug or not. I have tried the same with root rights, but the same output occurred. I am running Mandrake Linux Version 8.0 on a Pentium III 500 box. Yours sincerely, David Sun (The) University of Melbourne Melbourne, Australia
To permanently set your editor in Unix, put something like this in your .bashrc. HUGSFLAGS=-E"emacsclient +%d %s" -P/home/reid/local/htmllib: Adapt as appropriate for choice of shell, editor and extra libraries. -- Alastair Reid reid@cs.utah.edu http://www.cs.utah.edu/~reid/
participants (2)
-
Alastair David Reid -
David Sun