From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [jasonspiro4@gmail.com: 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 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1175968241 8575 80.91.229.12 (7 Apr 2007 17:50:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 7 Apr 2007 17:50:41 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 07 19:49:48 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HaEnd-0006oZ-DH for ged-emacs-devel@m.gmane.org; Sat, 07 Apr 2007 19:34:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HaErF-00016A-Al for ged-emacs-devel@m.gmane.org; Sat, 07 Apr 2007 13:37:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HaEqa-0008QY-II for emacs-devel@gnu.org; Sat, 07 Apr 2007 13:37:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HaEqZ-0008PE-E1 for emacs-devel@gnu.org; Sat, 07 Apr 2007 13:37:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HaEqZ-0008Ov-8Z for emacs-devel@gnu.org; Sat, 07 Apr 2007 13:37:07 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HaEmw-0001dQ-GC for emacs-devel@gnu.org; Sat, 07 Apr 2007 13:33:22 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HaEkf-0007OC-9r; Sat, 07 Apr 2007 13:31:01 -0400 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:69172 Archived-At: 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" Original-Sender: jasonspiro@gmail.com Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: emacs-pretest-bug@gnu.org, johnw@gnu.org, Debian QA Group 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" To: submit@bugs.debian.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Disposition: inline Resent-Sender: Debian BTS Cc: Subject: Bug#418110: documentation at top of pcomplete.el should not tell users to (load "pcmpl-auto") Reply-To: Jason Spiro , 418110@bugs.debian.org Package: emacs-snapshot Version: 1:20070302-1 X-Debbugs-CC: emacs-pretest-bug@gnu.org,johnw@gnu.org 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 emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug ------- End of forwarded message -------