GNU bug report logs -
#12418
emacs 24.2; idlw-shell.el: filename completion in IDL shell is not working
Previous Next
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
>> - (comint-filename-completion)))
>> + (comint-dynamic-complete-filename)))
> 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',
Actually, that depends on what comint-dynamic-complete-as-filename was
used for: if it was used as a *command*, then
comint-dynamic-complete-filename is a good replacement. But if it was
used within something like comint-dynamic-complete-functions, then the
better replacement is comint-filename-completion.
IOW, in the case of idlw-shell.el, the better replacement is indeed
comint-filename-completion, tho it requires changes in
idlwave-shell-complete (basically making it an alias to
completion-at-point and turning its body into a list of functions to put
on completion-at-point-functions).
Stefan
This bug report was last modified 12 years and 311 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.