GNU bug report logs - #12418
emacs 24.2; idlw-shell.el: filename completion in IDL shell is not working

Previous Next

Package: emacs;

Reported by: Jose Marino <marinoj <at> nso.edu>

Date: Tue, 11 Sep 2012 19:39:01 UTC

Severity: normal

Fixed in version 24.3

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Glenn Morris <rgm <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#12418: closed (emacs 24.2; idlw-shell.el: filename completion
 in IDL shell is not working)
Date: Wed, 12 Sep 2012 08:08:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 12 Sep 2012 04:06:17 -0400
with message-id <qqmx0vacna.fsf <at> fencepost.gnu.org>
and subject line Re: bug#12418: emacs 24.2; idlw-shell.el: filename completion in IDL shell is not working
has caused the debbugs.gnu.org bug report #12418,
regarding emacs 24.2; idlw-shell.el: filename completion in IDL shell is not working
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
12418: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12418
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Jose Marino <marinoj <at> nso.edu>
To: bug-gnu-emacs <at> gnu.org
Subject: emacs 24.2; idlw-shell.el: filename completion in IDL shell is not
	working
Date: Tue, 11 Sep 2012 13:44:17 -0500
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


[Message part 3 (message/rfc822, inline)]
From: Glenn Morris <rgm <at> gnu.org>
To: 12418-done <at> debbugs.gnu.org
Subject: Re: bug#12418: emacs 24.2;
	idlw-shell.el: filename completion in IDL shell is not working
Date: Wed, 12 Sep 2012 04:06:17 -0400
Version: 24.3

Jose Marino wrote:

> -    (comint-filename-completion)))
> +    (comint-dynamic-complete-filename)))

Thanks; applied to emacs-24 branch.


The obsolescence message for comint-dynamic-complete-as-filename seems
misleading to me:

   This function is obsolete since 24.1;
   use `comint-filename-completion' instead.

Surely it would be better to say `use comint-dynamic-complete-filename
instead', rather than just saying "See `comint-dynamic-complete-filename'"
in the doc.


This bug report was last modified 12 years and 309 days ago.

Previous Next


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