GNU bug report logs - #14010
24.3; builtin libraries that should specify the package

Previous Next

Package: emacs;

Reported by: Jonas Bernoulli <jonas <at> bernoul.li>

Date: Wed, 20 Mar 2013 21:18:01 UTC

Severity: normal

Merged with 11116

Found in version 24.3

Fixed in version 24.4

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Glenn Morris <rgm <at> gnu.org>
To: Jonas Bernoulli <jonas <at> bernoul.li>
Cc: 14010 <at> debbugs.gnu.org
Subject: bug#14010: 24.3; builtin libraries that should specify the package
Date: Fri, 14 Mar 2014 03:59:44 -0400
Jonas Bernoulli wrote:

> Jonas Bernoulli wrote:
>>> The packages python, grep, cpp and compile don't appear in
>>> package--builtins because the "Package" header keyword isn't defined
>>> in the respective libraries.  I think it would make sense for these
>>> to be treated as separate packages.
>
> Glenn Morris wrote:
>> But all four do appear in package--builtins?
>
>   (The variable is now called package--builtin-versions.)
>
> python does indeed appear in the value of package--builtin-versions.
> Maybe that was already the case when I originally reported otherwise.
> While python.el still does not define the "Package" header keyword, it
> does define "Version".  And that is enough for it to be considered a
> package (see autoload-generate-file-autoloads).
>
> However grep, cpp and compile still do not appear there.

I don't understand this report.

emacs-24.3 -Q -l finder-inf

(assq 'python package--builtins)
  -> (python . [(0 24 2) nil "Python's flying circus support for Emacs"])

(assq 'grep package--builtins)
  -> (grep . [nil nil "run `grep' and display the results"])

(assq 'cpp package--builtins)
  -> (cpp . [nil nil "highlight or hide text according to cpp conditionals"])

(assq 'compile package--builtins)
  -> (compile . [nil nil "run compiler as inferior of Emacs, parse error messages"])


And the same in current trunk.




This bug report was last modified 9 years and 8 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.