all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#15022: [Kevin Layer] 24.3: BUG REPORT: comint completion yields error
@ 2013-08-04 18:31 Stefan Monnier
  2013-08-08 14:39 ` Michael Heerdegen
  0 siblings, 1 reply; 7+ messages in thread
From: Stefan Monnier @ 2013-08-04 18:31 UTC (permalink / raw)
  To: 15022; +Cc: Kevin Layer

[-- Attachment #1: Type: text/plain, Size: 55 bytes --]

Forwarding to bug-gnu-emacs@gnu.org.


        Stefan


[-- Attachment #2: Type: message/rfc822, Size: 3949 bytes --]

From: Kevin Layer <layer@known.net>
To: emacs-devel@gnu.org
Subject: 24.3: BUG REPORT: comint completion yields error
Date: Sun, 04 Aug 2013 10:20:16 -0700
Message-ID: <1005.1375636816@tines.known.net>

This took a while to figure out.  How to reproduce:

You need a directory with .rpm files in it.  Let's call that
/foo/bar/.  Then,

emacs -q
M-x shell RET
rpm --install /foo/bar/<TAB>

where <TAB> is you pressing the TAB key.  I get this:

Debugger entered--Lisp error: (void-variable regexp)
  signal(void-variable (regexp))
  completion--some...
  completion--nth-completion...
  completion-try-completion...
  completion--do-completion()
  minibuffer-complete()
  call-interactively(minibuffer-complete)
  ...
  apply...
  ...
  completion-in-region...
  completion-at-point()
  call-interactively(completion-at-point nil nil)

Very tricky to track down.  I think it's in the pcomplete code.
Specifically, it appears that it has something to do with this
pcomplete-dirs-or-entries in pcomplete.el, since I see that code on
the stack at the point of error.

If you omit the "rpm" part of the input, it does not happen.

Good luck with this one!

Kevin Layer

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

end of thread, other threads:[~2013-08-09 10:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-04 18:31 bug#15022: [Kevin Layer] 24.3: BUG REPORT: comint completion yields error Stefan Monnier
2013-08-08 14:39 ` Michael Heerdegen
2013-08-08 14:58   ` Kevin Layer
2013-08-08 15:42     ` Michael Heerdegen
2013-08-09  4:50       ` Kevin Layer
2013-08-09 10:17         ` Michael Heerdegen
2013-08-08 17:15   ` Glenn Morris

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.