unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [jasonspiro4@gmail.com: Bug#418110: documentation at top of pcomplete.el should not tell users to (load "pcmpl-auto")]
@ 2007-04-07 17:31 Richard Stallman
  2007-04-07 20:10 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Stallman @ 2007-04-07 17:31 UTC (permalink / raw)
  To: emacs-devel

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" <jasonspiro4@gmail.com>
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 <packages@qa.debian.org>
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" <jasonspiro4@gmail.com>
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 <debbugs@bugs.debian.org>
Cc: 
Subject: Bug#418110: documentation at top of pcomplete.el should not tell
	users to (load "pcmpl-auto")
Reply-To: Jason Spiro <jasonspiro4@gmail.com>, 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 -------

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [jasonspiro4@gmail.com: Bug#418110: documentation at top of pcomplete.el should not tell users to (load "pcmpl-auto")]
  2007-04-07 17:31 [jasonspiro4@gmail.com: Bug#418110: documentation at top of pcomplete.el should not tell users to (load "pcmpl-auto")] Richard Stallman
@ 2007-04-07 20:10 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2007-04-07 20:10 UTC (permalink / raw)
  To: rms; +Cc: emacs-devel

Richard Stallman wrote:

> Would someone please DTRT, then ack?

fixed

> From: "Jason Spiro" <jasonspiro4@gmail.com>
> Subject: Bug#418110: documentation at top of pcomplete.el should not tell
> 	users to (load "pcmpl-auto")
> To: submit@bugs.debian.org
> Date: Fri, 6 Apr 2007 18:37:54 -0400
[...]
> Remove the line
> ;;   (load "pcmpl-auto")
> from the top-of-file comments

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-04-07 20:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-07 17:31 [jasonspiro4@gmail.com: Bug#418110: documentation at top of pcomplete.el should not tell users to (load "pcmpl-auto")] Richard Stallman
2007-04-07 20:10 ` Glenn Morris

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).