Re: Debian's idiosyncratic complexification of Emacs

2008-07-24 Thread Manoj Srivastava
On Wed, 23 Jul 2008 15:49:59 -0400, Stefan Monnier <[EMAIL PROTECTED]> said: > It strikes me that Debian's Emacsen seem to not be plain enough. I > mean, Debian seems to change Emacs's startup.el even tho there's no > need for it. Instead of changing startup.el to (load > "debian-startup") and

Re: Debian's idiosyncratic complexification of Emacs

2008-07-23 Thread Stefan Monnier
>> Incidentally, while on the issue of debian emacs startup, I have the >> following snippet in my .emacs file for hooking my non-debian emacs >> into the debian emacs package system: >> >> ;; Debian stuff >> (unless (boundp 'debian-emacs-flavor) >> (load "/usr/share/emacs/site-lisp/debian-startup

Re: Debian's idiosyncratic complexification of Emacs

2008-07-22 Thread Michael Olson
Miles Bader <[EMAIL PROTECTED]> writes: > Incidentally, while on the issue of debian emacs startup, I have the > following snippet in my .emacs file for hooking my non-debian emacs > into the debian emacs package system: > >;; Debian stuff >(unless (boundp 'debian-emacs-flavor) > (loa

Re: Debian's idiosyncratic complexification of Emacs

2008-07-22 Thread Manoj Srivastava
On Tue, 22 Jul 2008 13:27:23 +0900, Miles Bader <[EMAIL PROTECTED]> said: > Incidentally, while on the issue of debian emacs startup, I have the > following snippet in my .emacs file for hooking my non-debian emacs > into the debian emacs package system: >;; Debian stuff >(unless (boundp

Re: Debian's idiosyncratic complexification of Emacs

2008-07-21 Thread Miles Bader
Incidentally, while on the issue of debian emacs startup, I have the following snippet in my .emacs file for hooking my non-debian emacs into the debian emacs package system: ;; Debian stuff (unless (boundp 'debian-emacs-flavor) (load "/usr/share/emacs/site-lisp/debian-startup") (d