Re: debian-startup.el question
> Peter S Galbraith <p.galbraith@globetrotter.net> writes:
> > I'm pretty sure I posted later with:
> >
> > (cond
> > ((equal emacs-major-version '21)
> > (add-to-list 'load-path "/usr/share/emacs/site-lisp/")
> > (load "debian-startup")
> > (message "Debian startup...")
> > (debian-startup 'emacs)
> > (message "Debian startup done.")))
>
> I'm not sure I can see any substantive difference from the code I
> posted;
You posted:
(load "/usr/share/emacs/site-lisp/debian-startup")
(debian-startup 'emacs21)
Let's see:
- I'm adding /usr/share/emacs/site-lisp/ to the load-path so emacs can find
anything Debian packages put there.
- I'm using (debian-startup 'emacs) and not (debian-startup 'emacs21)
> certainly above doesn't seem to address the problem I noted (the
> wierd-ass use of `if').
http://bugs.debian.org/116126
> Does it actually work?
It does for me.
Peter
Reply to: