Hi there,
Just installed Hugs1.4 (I'm an old Gofer230 user).
I've installed from source under Linux.
Problem:
Hugs does not recognise the environmental variable HUGSEDIT
(this is a problem for me as I like to use HUGSEDIT="vi +%d %s")
Solutions:
1) [THIS IS A WORKROUND]
set the alias hugs="hugs -E"vi +%d %s"
2) modify hugs.c, add a new line after l.218
>> diff hugs.c hugs.c.dist
219d218
< hugsEdit = strCopy(fromEnv("HUGSEDIT",hugsEdit));
Regards,
Richard
--
Dr Richard Watson [EMAIL PROTECTED]
Dept of Mathematics & Computing phone: +61 7 4631 2434
University of Southern Queensland FAX: +61 7 4631 1775
Toowoomba Qld 4350, AUSTRALIA http://www.sci.usq.edu