unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Builtin packages not detected/listed in Emacs trunk
@ 2014-03-27 20:24 steckerhalter
  2014-03-27 21:19 ` Stefan Monnier
  2014-03-28 22:48 ` Stefan Monnier
  0 siblings, 2 replies; 8+ messages in thread
From: steckerhalter @ 2014-03-27 20:24 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 822 bytes --]

We have stumbled on an odd bug trying to install a package with
package-install-file in Emacs trunk. With Emacs 24.3.1 it works, with Emacs
trunk we get an error that a builtin library (thingatpt in this case) is
not available (for more details see the bottom of
https://github.com/quelpa/quelpa/issues/11).

The culprit seems to be this:

(package-built-in-p 'thingatpt '(0 0 0)) ; emacs 24.4
nil

(package-built-in-p 'thingatpt '(0 0 0)) ; emacs 24.3
t

but:

(package-built-in-p 'thingatpt) ; emacs 24.4
(thingatpt . [nil nil "get the `thing' at point"])

(package-built-in-p 'thingatpt) ; emacs 24.3
t

If you check list-packages you will also not find thingatpt in the list of
builtins in 24.4 which cannot be correct, right? Only packages that have a
version are listed which is the minority.

cheers,
steckerhalter

[-- Attachment #2: Type: text/html, Size: 1248 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-03-29 10:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-27 20:24 Builtin packages not detected/listed in Emacs trunk steckerhalter
2014-03-27 21:19 ` Stefan Monnier
2014-03-27 22:38   ` steckerhalter
2014-03-28  1:08   ` Glenn Morris
2014-03-28  1:55     ` Stefan Monnier
2014-03-28 20:45       ` steckerhalter
2014-03-28 22:48 ` Stefan Monnier
2014-03-29 10:59   ` steckerhalter

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).