all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jose Marino <marinoj@nso.edu>
To: 12418@debbugs.gnu.org
Subject: bug#12418: emacs 24.2; idlw-shell.el: filename completion in IDL shell is not working
Date: Tue, 11 Sep 2012 13:44:17 -0500	[thread overview]
Message-ID: <504F8681.209@nso.edu> (raw)

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





             reply	other threads:[~2012-09-11 18:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-11 18:44 Jose Marino [this message]
2012-09-12  8:06 ` bug#12418: emacs 24.2; idlw-shell.el: filename completion in IDL shell is not working Glenn Morris
2012-09-13 12:36   ` Stefan Monnier
2012-09-13 18:24     ` Glenn Morris
2012-09-14  1:17       ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=504F8681.209@nso.edu \
    --to=marinoj@nso.edu \
    --cc=12418@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.