Re: debian-startup.el question

2001-11-21 Thread Miles Bader
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

Re: debian-startup.el question

2001-11-21 Thread Peter S Galbraith
> 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)

Re: debian-startup.el question

2001-11-21 Thread Miles Bader
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

Re: debian-startup.el question

2001-11-21 Thread Peter S Galbraith
> 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-