Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!rice!brazos.rice.edu!bbc From: bbc@libya.rice.edu (Benjamin Chase) Newsgroups: gnu.emacs.bug Subject: Re: absolute paths in GNU emacs (18.55-berkeley unix) Message-ID: Date: 26 Feb 90 19:40:40 GMT References: <9002240247.AA13575@brauer.harvard.edu> Sender: root@rice.edu Reply-To: Benjamin Chase Distribution: gnu Organization: Center for Research on Parallel Computations Lines: 13 In-reply-to: primer@BRAUER.HARVARD.EDU's message of 24 Feb 90 02:47:17 GMT primer@BRAUER.HARVARD.EDU (Jeremy Primer) complains: [Emacs doesn't expand occurrences of `~' in load-path. Can decode_env_path by taught to do this?] I concur. Lacking this (either for the time being, or permanently), I recommend: (setq-default load-path (mapcar 'expand-file-name load-path)) in your .emacs. -- Ben Chase , Rice University, Houston, Texas