Hrvoje Niksic <hniksic(a)srce.hr> writes:
For instance, we could have a `user-startup-directory' that
defaults,
say, to "~/", and which `xemacs -u joe' would set to "~joe/",
etc.
Then correct startup code would do things like:
(expand-file-name ".gnus" user-startup-directory)
Could we turn that into a function please? That way lisp writers will
be much more aware that this changes at run time and thus must be
careful in using it in defvar's etc.
Jan