Package: emacs-goodies-el
Version: 26.4-1
Severity: normal
On both Emacs 21 and Emacs snapshot, "M-x edit-env" signals the error:
Symbol's function definition is void: copy-list
Since copy-list is defined in cl.el, edit-env.el should (require 'cl)
if it wants to use it. Indeed, after manually loading the cl library
edit-env works. However, the Emacs Lisp Manual (version 2.9 shipping
with Emacs snapshot) states:
Please don't require the `cl' package of Common Lisp extensions at
run time. Use of this package is optional, and it is not part of
the standard Emacs namespace. If your package loads `cl' at run
time, that could cause name clashes for users who don't use that
package.
So it would probably be cleaner to rewrite the edit-env function not
to use copy-list.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (3, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.4.32
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Versions of packages emacs-goodies-el depends on:
ii bash 3.0-17 The GNU Bourne Again SHell
ii emacs-snapshot [emacsen] 1:20051124-1 The GNU Emacs editor (development
ii emacs21 [emacsen] 21.4a-3 The GNU Emacs editor
Versions of packages emacs-goodies-el recommends:
pn dict <none> (no description available)
ii perl-doc 5.8.7-8 Perl documentation
ii wget 1.10.2-1 retrieves files from the web
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]