emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Re: package.el changes before the feature freeze


From: Stefan Monnier
Subject: Re: [PATCH] Re: package.el changes before the feature freeze
Date: Tue, 09 Oct 2012 13:39:22 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

> the associated test cases). Updating packages cleanly is currently
> bugged; Emacs still expects the docstrings to be at the old location,
> but if it is deleted (which is what `package-menu-mark-upgrades' offers
> to do), you will get "could not find docstring" errors which break
> certain commands.

The general rule is that failure to find the docstring should not
break commands.  I've fixed a few such cases recently, but if you find
more, please report them.  Even without package.el the file might
disappear or be replaced and that's usually no justification to break the
whole command (e.g. describe-function/variable is still useful even if the
docstring is not found).


        Stefan



reply via email to

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