unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#12418: emacs 24.2; idlw-shell.el: filename completion in IDL shell is not working
@ 2012-09-11 18:44 Jose Marino
  2012-09-12  8:06 ` Glenn Morris
  0 siblings, 1 reply; 5+ messages in thread
From: Jose Marino @ 2012-09-11 18:44 UTC (permalink / raw)
  To: 12418

I'm using idlwave mode with emacs 24.2 and filename completion in the 
shell is not working. Typing TAB produces nothing: no errors and no 
completions.

The problem seems to be fixed by this patch:
--- idlw-shell.el.orig	2012-09-11 13:35:35.549891109 -0500
+++ idlw-shell.el	2012-09-11 13:36:37.901886841 -0500
@@ -2187,7 +2187,7 @@
    ;; CWD might have changed, resync, to set default directory
    (idlwave-shell-resync-dirs)
    (let ((comint-file-name-chars idlwave-shell-file-name-chars))
-    (comint-filename-completion)))
+    (comint-dynamic-complete-filename)))

  (defun idlwave-shell-executive-command ()
    "Return the name of the current executive command, if any."


Thanks,
Jose





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

end of thread, other threads:[~2012-09-14  1:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-11 18:44 bug#12418: emacs 24.2; idlw-shell.el: filename completion in IDL shell is not working Jose Marino
2012-09-12  8:06 ` Glenn Morris
2012-09-13 12:36   ` Stefan Monnier
2012-09-13 18:24     ` Glenn Morris
2012-09-14  1:17       ` Stefan Monnier

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).