emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

address@hidden: Bug#418110: documentation at top of pcomplete.el should


From: Richard Stallman
Subject: address@hidden: Bug#418110: documentation at top of pcomplete.el should not tell users to (load "pcmpl-auto")]
Date: Sat, 07 Apr 2007 13:31:01 -0400

Would someone please DTRT, then ack?

------- Start of forwarded message -------
X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY 
        autolearn=failed version=3.1.0
Resent-From: "Jason Spiro" <address@hidden>
Original-Sender: address@hidden
Resent-To: address@hidden
Resent-CC: address@hidden, address@hidden,
        Debian QA Group <address@hidden>
DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta;
        
h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth;
        
b=S8tpPMyXOO5YU6eZStiIG1e+QPTz3istMHIupzeNf5BGhem7+aNKMoQOaxK/CWKwIE7j7FTwhyE5OV3mSxb83o86ginKWtJ/fTwybiWou1VRXx09eBRswz4Z6bQlN7X6RycaWLWrOwu6AIn38ThbPfAT6QlIhCkaOKRMMpFklTI=
Date: Fri, 6 Apr 2007 18:37:54 -0400
From: "Jason Spiro" <address@hidden>
To: address@hidden
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Disposition: inline
Resent-Sender: Debian BTS <address@hidden>
Cc: 
Subject: Bug#418110: documentation at top of pcomplete.el should not tell
        users to (load "pcmpl-auto")
Reply-To: Jason Spiro <address@hidden>, address@hidden

Package: emacs-snapshot
Version: 1:20070302-1
X-Debbugs-CC: address@hidden,address@hidden
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



_______________________________________________
emacs-pretest-bug mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
------- End of forwarded message -------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]