"Adrian Robert" <[EMAIL PROTECTED]> writes:
>> > 2) describe-key is broken "describe-key: Wrong type argument: stringp, t"
>>
>> 3) Gnus complains about undef'd 'gnus-point-at-bol' until you recompile
>>    all .elc's
>
> Hmm, this is very unfortunate.  Did this fix #2 as well?  I
> experienced #2 for a while, then recompiled one of the help lisp files
> (help-fns.el) and it was fixed, but then it somehow came back again,
> and I forgot to recheck before release.

It fixes #2 as well, yes. My build-script looks something like this:

 ./configure %c

 # Recompile .el
 (cd src && make -j3 bootstrap) || exit
 (cd lisp && find . -name '*.elc' -delete && make compile 
EMACS=../src/bootstrap-emacs) || exit
 # Compile emacs with new *.elc
 make -j3

I'm not even sure why the .elc's are shipped, much less put in CVS, but
I've never really searched around for an explanation :)

(Same really goes for the info-files - why version them, when they're
available in .texi-format?)

/Kenneth

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Emacs-app-dev- mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-

Reply via email to