GNU bug report logs - #10457
(Broken?) programmable completion in shell buffers

Previous Next

Package: emacs;

Reported by: Oleksandr Manzyuk <manzyuk <at> gmail.com>

Date: Sun, 8 Jan 2012 19:42:01 UTC

Severity: normal

Fixed in version 24.0.93

Done: Oleksandr Manzyuk <manzyuk <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Oleksandr Manzyuk <manzyuk <at> gmail.com>
To: Glenn Morris <rgm <at> gnu.org>
Cc: Stefan Monnier <monnier <at> iro.umontreal.ca>, 10457 <at> debbugs.gnu.org
Subject: bug#10457: (Broken?) programmable completion in shell buffers
Date: Tue, 24 Jan 2012 18:28:14 +0000
On Tue, Jan 24, 2012 at 6:14 PM, Glenn Morris <rgm <at> gnu.org> wrote:
>
>>> When I am in a directory that doesn't contain files with a dash
>>> in the name, typing "ssh -" and hitting TAB produces only "No match"
>>> message in the minibuffer.
>
> I can't reproduce this. I get the expected completions buffer.

Meanwhile I purged the emacs-snapshot Ubuntu package and built Emacs
24.0.92 from sources, and I can confirm that this problem is gone.
The lockup issue is still there, but I have temporarily fixed it as
follows, following Thierry's idea:

(defadvice pcomplete-opt (around ensure-completions-pcomplete-opt)
  "Temporary fix of bug#10457."
  (or ad-do-it
      (throw 'pcomplete-completions nil)))

(ad-activate 'pcomplete-opt)

-- 
Oleksandr Manzyuk
http://oleksandrmanzyuk.wordpress.com




This bug report was last modified 13 years and 123 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.