From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#14010: 24.3; builtin libraries that should specify the package Date: Fri, 14 Mar 2014 03:59:44 -0400 Message-ID: <0oob19w6q7.fsf@fencepost.gnu.org> References: <877gl1n56y.fsf@bernoul.li> <87txb1pmey.fsf@bernoul.li> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1394784002 19166 80.91.229.3 (14 Mar 2014 08:00:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Mar 2014 08:00:02 +0000 (UTC) Cc: 14010@debbugs.gnu.org To: Jonas Bernoulli Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Mar 14 09:00:10 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WON2H-0002sJ-Dn for geb-bug-gnu-emacs@m.gmane.org; Fri, 14 Mar 2014 09:00:09 +0100 Original-Received: from localhost ([::1]:43373 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WON2H-0008RY-3t for geb-bug-gnu-emacs@m.gmane.org; Fri, 14 Mar 2014 04:00:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WON2D-0008Mi-Rs for bug-gnu-emacs@gnu.org; Fri, 14 Mar 2014 04:00:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WON2D-0006fd-0v for bug-gnu-emacs@gnu.org; Fri, 14 Mar 2014 04:00:05 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:35251) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WON2C-0006eb-Ul for bug-gnu-emacs@gnu.org; Fri, 14 Mar 2014 04:00:04 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1WON2B-0006VC-1y for bug-gnu-emacs@gnu.org; Fri, 14 Mar 2014 04:00:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 14 Mar 2014 08:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14010 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 14010-submit@debbugs.gnu.org id=B14010.139478398824940 (code B ref 14010); Fri, 14 Mar 2014 08:00:02 +0000 Original-Received: (at 14010) by debbugs.gnu.org; 14 Mar 2014 07:59:48 +0000 Original-Received: from localhost ([127.0.0.1]:36433 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WON1v-0006UB-JF for submit@debbugs.gnu.org; Fri, 14 Mar 2014 03:59:48 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:41105) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WON1t-0006U3-9l for 14010@debbugs.gnu.org; Fri, 14 Mar 2014 03:59:45 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1WON1s-00056g-Dp; Fri, 14 Mar 2014 03:59:44 -0400 X-Spook: insurgency Sundevil government MILSATCOM PET Bruxelles X-Ran: v~k8?Q*LX)E"w7\gbZ*2hrpdo~u_ZS,k#>9U4sgMGlN,CAz>S*.m)E=I@#bumTDfPcP}5I X-Hue: white X-Attribution: GM In-Reply-To: <87txb1pmey.fsf@bernoul.li> (Jonas Bernoulli's message of "Fri, 14 Mar 2014 03:02:45 +0100") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:86847 Archived-At: 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.