--- Begin Message ---
Subject: |
24.0.50; package finder not working |
Date: |
Sun, 29 May 2011 20:59:45 -0400 |
User-agent: |
Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux) |
When selecting categories in the package finder, we get:
finder-list-matches: Symbol's function definition is void:
package--list-packages
Recipe for recreation:
emacs -Q
C-h p
RET
In GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.24.4)
of 2011-04-18 on maru
Windowing system distributor `The X.Org Foundation', version 11.0.10905000
configured using `configure '--without-toolkit-scroll-bars''
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: en_US.utf8
value of $XMODIFIERS: nil
locale-coding-system: utf-8-unix
default enable-multibyte-characters: t
--
Michael Welsh Duggan
(address@hidden)
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#8759: 24.0.50; package finder not working |
Date: |
Mon, 30 May 2011 04:08:37 +0200 |
> When selecting categories in the package finder, we get:
> finder-list-matches: Symbol's function definition is void:
> package--list-packages
>
> Recipe for recreation:
>
> emacs -Q
> C-h p
> RET
It does not happen with the current trunk. It was likely fixed with this change:
------------------------------------------------------------
revno: 103992
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sun 2011-04-24 16:32:23 -0400
message:
Restore ability to show a restricted list of packages in Package Menu.
* emacs-lisp/package.el (package-built-in-p): Fix typo.
(package-menu--generate): New arg specifying packages to show.
(package-menu-refresh, package-menu-execute, list-packages):
Callers changed.
(package-show-package-list): New function.
* finder.el (finder-list-matches): Use package-show-package-list
instead of deleted package--list-packages.
modified:
lisp/ChangeLog
lisp/emacs-lisp/package.el
lisp/finder.el
so I'm closing this bug. Please reopen if you still see the bug with a
newer build.
Juanma
--- End Message ---