[comp.emacs] Looking up home directories in Unipress

aad@stpstn.UUCP (Anthony A. Datri) (07/13/88)

I can't seem to find the mlisp code that looks up your home directory
when you (for example) try to visit a file in ~/.   The problem is
that we're running sun's yellowpages for the password file, and
client machines don't have everyone's entries.  Any ideas?
-- 
@disclaimer(Any concepts or opinions above are entirely mine, not those of my
	    employer, my GIGI, or my 11/34)
beak is								  beak is not
Anthony A. Datri,SysAdmin,StepstoneCorporation,stpstn!aad

ron@topaz.rutgers.edu (Ron Natalie) (07/14/88)

It's not mlisp, it's in the C code.  In fact, the ~/ lookup
does not look in the password file at all.  The user's home
directory is based on the settings of the environment variables
HOME and LOGDIR.  Quick fix, set and export your HOME variable.

There are only two places that UniPress EMACS can get confused
by yellow pages (places where it wants to look at the passwd file).
The first is for expanding the name ~user rather than ~/.  The
other is for the results of the function "users-full-name."

I've forwarded this problem along to mg, if you believe that you
really have a problem with the latter, then you should call UniPress
on (201) 985-8000.

-Ron