Author: Tim XTim X Date: Dec 18, 2007 23:26
Sven Joachim writes:
> On 2007-12-17 10:05 +0100, Tim X wrote:
>
>> There are a number of things you need to do to get a CVS build of emacs
>> work with debian managed elisp packages. The debian version of emacs 22 is
>> modified to handle this and you will need to do the same sort of
>> modifications to make this work with your CVS version.
>>
>> The best way to do this is grep the files in the lisp directory of the
>> debian version of emacs 22 for the string 'debian' (make it case
>> insensitive).
>
> Not really. The best way to do this is to download and unpack the
> Debian emacs22 source package, e.g. with "apt-get source emacs22".
> There you can find all the patches in the debian/patches subdirectory.
True. however, that will give you all the patches and not just the stuff
relating to paths and loading debianised el packages. To what extent that
is an issue depends on what you want to do (and maybe how easily you can
grok the patches).
|