all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Builtin packages versions mess?
@ 2013-11-13 20:08 Fabrice Popineau
  2013-11-14  0:42 ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Fabrice Popineau @ 2013-11-13 20:08 UTC (permalink / raw)
  To: emacs-devel

Hi,

I'm looking into an annoying problem with Emacs trunk #114709.
Some packages refuse to get installed because 
emacs 24.1 is not installed.

Here is what I get for the package--builtin-versions variable:

package--builtin-versions is a variable defined in `startup.el'.
Its value is shown below.

Documentation:
Alist giving the version of each versioned builtin package.
I.e. each element of the list is of the form (NAME . VERSION) where
NAME is the package name as a symbol, and VERSION is its version
as a list.

Value: ((ws-mode 0 7)
 (woman 0 551)
 (emacs 1 9920)         ;  <=== Problem here!
 (whitespace 13 2 2)
 ...
 (allout 2 3)
 (emacs 24 3 50))

The widget.el file has:

;;; widget.el --- a library of user interface components
;;
;; Copyright (C) 1996-1997, 2001-2013 Free Software Foundation, Inc.
;;
;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
;; Keywords: help, extensions, faces, hypermedia
;; Version: 1.9920
;; X-URL: http://www.dina.kvl.dk/~abraham/custom/
;; Package: emacs

It is clear that the package version and package name has been imported into 
this list of versions, but in an improper way.

Is it a know problem?
Am I lagging behind development trunk?

Best regards,

Fabrice





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

end of thread, other threads:[~2013-11-14 14:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-13 20:08 Builtin packages versions mess? Fabrice Popineau
2013-11-14  0:42 ` Stefan Monnier
2013-11-14 14:16   ` Fabrice Popineau

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.