emacs-bug-tracker
[Top][All Lists]
Advanced

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

[Emacs-bug-tracker] bug#5935: marked as done (23.1.95; pcomplete/cvs no


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#5935: marked as done (23.1.95; pcomplete/cvs no longer works)
Date: Tue, 13 Apr 2010 01:36:02 +0000

Your message dated Mon, 12 Apr 2010 21:26:09 -0400
with message-id <address@hidden>
and subject line Re: bug#5935: 23.1.95; pcomplete/cvs no longer works
has caused the GNU bug report #5935,
regarding 23.1.95; pcomplete/cvs no longer works
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 address@hidden
immediately.)


-- 
5935: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5935
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 23.1.95; pcomplete/cvs no longer works Date: Mon, 12 Apr 2010 16:14:07 +0100
Firing up eshell and type 'cvs TAB' to get an error.

The arguments to pcomplete-here* seem changed making pcomplete/cvs to fail.




--- End Message ---
--- Begin Message --- Subject: Re: bug#5935: 23.1.95; pcomplete/cvs no longer works Date: Mon, 12 Apr 2010 21:26:09 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)
> Firing up eshell and type 'cvs TAB' to get an error.
> The arguments to pcomplete-here* seem changed making pcomplete/cvs to fail.

Thanks, it was a misread.  I've just installed the patch below (which
reverts part of an earlier change) which seems to fix it.


        Stefan


=== modified file 'lisp/pcomplete.el'
--- lisp/pcomplete.el   2010-01-13 08:35:10 +0000
+++ lisp/pcomplete.el   2010-04-13 01:21:54 +0000
@@ -1113,7 +1113,7 @@
 (defmacro pcomplete-here* (&optional form stub form-only)
   "An alternate form which does not participate in argument paring."
   (declare (debug t))
-  `(pcomplete-here (lambda () ,form) ,stub t ,form-only))
+  `(pcomplete-here ,form ,stub t ,form-only))
 
 ;; display support
 





--- End Message ---

reply via email to

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