emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Debian's idiosyncratic complexification of Emacs


From: Michael Olson
Subject: Re: Debian's idiosyncratic complexification of Emacs
Date: Tue, 22 Jul 2008 22:13:11 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Miles Bader <address@hidden> 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)
>      (load "/usr/share/emacs/site-lisp/debian-startup")
>      (debian-startup 'emacs22)
>      (debian-startup 'emacs22))
>
> ["emacs22" because there is no emacs23 in debian yet]

Here's my setup.  The first attachment is a script to run in the emacs
source directory as root after doing "./configure ; make".  It depends
on a fake emacs-snapshot package built using equivs.

The second attachment is an init file that handles all the Debian stuff,
including a rewrite of `debian-run-directories' to make its
modifications to load-path less intrusive.

Attachment: pgp2ZUXy5nO7H.pgp
Description: PGP signature

Attachment: restore-emacs
Description: Text document

Attachment: debian-init.el
Description: application/emacs-lisp

-- 
|       Michael Olson  |  FSF Associate Member #652     |
| http://mwolson.org/  |  Hobbies: Lisp, HCoop          |
| Projects: Emacs, Muse, ERC, EMMS, ErBot, DVC, Planner |
`-------------------------------------------------------'

reply via email to

[Prev in Thread] Current Thread [Next in Thread]