Peter S Galbraith <[EMAIL PROTECTED]> writes:
> - I'm adding /usr/share/emacs/site-lisp/ to the load-path so emacs can find
> anything Debian packages put there.
Ah, it initially looked like `debian-startup' did this itself, but I
guess that was artifact of my screwing around.
> - I'm using (de
> Peter S Galbraith <[EMAIL PROTECTED]> 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)
Peter S Galbraith <[EMAIL PROTECTED]> 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 "Debi
> Hi,
>
> I'm trying to make my self-compiled emacs fit into the debian emacs
> framework. I tried to use the method suggested by Peter Galbraith:
>
>(load "/usr/share/emacs/site-lisp/debian-startup")
>(debian-startup 'emacs21)
I'm pretty sure I posted later with:
(cond
((equal emacs-
4 matches
Mail list logo