Berkeley CSUA MOTD:Entry 18463
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/05/24 [General] UID:1000 Activity:popular
5/24    

2000/6/13-14 [Computer/SW/Editors/Emacs] UID:18463 Activity:very high
6/14    I have the following in my .emacs:
        (setq load-path (cons "$HOME/html-helper-mode" load-path))
        But when I try to enter that mode, I get a file not found error.
        (the .el IS there).  Is there any way I can change this without
        hardcoding my home directory?
        \-use ~ or         (defvar HOME    (concat (getenv "HOME") "/")) --psb
        \_ Works perfect, thank you much.  Do you know how to get
        html-helper-mode to indent properly?
        \- mr. emacs despises html. --mr-emacs
        \_ You're not mr-emacs.  Mr. Emacs would never say such a thing.
           It drives people to FrontPage.
                \- M-x bite-me --mr-emacs