Your message dated Sun, 13 Apr 2008 23:46:41 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in Emacs 22.1
has caused the Debian Bug report #418110,
regarding documentation at top of pcomplete.el should not tell users to (load
"pcmpl-auto")
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
418110: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=418110
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: emacs-snapshot
Version: 1:20070302-1
X-Debbugs-CC: [EMAIL PROTECTED],[EMAIL PROTECTED]
Severity: minor
Hi all, I noticed a minor issue which affects Emacs in Debian, and
which I think also affects upstream Emacs 22. The documentation at
the top of pcomplete.el[1] says near the beginning:
;; To use pcomplete with shell-mode, for example, you will need the
;; following in your .emacs file:
;;
;; (load "pcmpl-auto")
;; (add-hook 'shell-mode-hook 'pcomplete-shell-setup)
But (load "pcmpl-auto") causes Emacs to give the error:
"An error has occurred while loading `/home/j/.emacs':
File error: Cannot open load file, pcmpl-auto
To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file. Start Emacs with
the `--debug-init' option to view a complete error backtrace."
Solution:
Remove the line
;; (load "pcmpl-auto")
from the top-of-file comments; just (add-hook 'shell-mode-hook
'pcomplete-shell-setup) works fine on its own.
Note: Please use "Reply to All" to reply to this message.
[1] You can view the source online at
http://www.koders.com/lisp/fid6869CAE869B78DF8BC1F12A395430EF4DC40BBB9.aspx?s=TV+Raman
--- End Message ---
--- Begin Message ---
As http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=418110#10 indicates,
this bug was fixed before the Emacs 22.1 release.
Closing,
Sven
--- End Message ---