Package: emms Version: 1.3 Severity: normal The file /usr/share/emacs/site-lisp/emms/emms-auto.el, whose compiled version is loaded during emacs startup, contains lines like these:
(autoload 'emms-play-file "emms-source-file" t) (autoload 'emms-add-file "emms-source-file" t) But "C-h f autoload" says: --- quote begin --- autoload is a built-in function. (autoload FUNCTION FILE &optional DOCSTRING INTERACTIVE TYPE) Define FUNCTION to autoload from FILE. FUNCTION is a symbol; FILE is a file name string to pass to `load'. Third arg DOCSTRING is documentation for the function. Fourth arg INTERACTIVE if non-nil says function can be called interactively. --- quote end --- Somewhere during the generation of the autoloads the docstrings were dropped. The net effect is that the functions are not available as interactive commands, unless I add fixed replicas of these lines to my .emacs. Is this perhaps an xemacism? -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15-8custom1 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages emms depends on: ii emacs21 21.4a-3 The GNU Emacs editor Versions of packages emms recommends: ii mpg321 0.2.10.3 A Free command-line mp3 player, co ii vorbis-tools 1.1.1-3 several Ogg Vorbis tools -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]