Bug 443849

Summary: completion in comint shell doesn't work
Product: [Fedora] Fedora Reporter: Jonathan Kamens <jik>
Component: emacsAssignee: Chip Coldwell <coldwell>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-04-23 19:00:04 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jonathan Kamens 2008-04-23 17:45:31 UTC
With emacs-23.0.60-2.fc9.i386, when I partially type a directory (e.g., "~/add" 
when the directory "~/addresses" exists) and hit tab, it doesn't complete.

It's trying to complete but none of the completion functions are doing anything.

This, as you might imagine, is exceedingly irritating.

Comment 1 Chip Coldwell 2008-04-23 19:00:04 UTC

*** This bug has been marked as a duplicate of 443639 ***

Comment 2 Pawel Salek 2008-04-23 19:23:14 UTC
Is this occurring for actions like C-x C-f? I cannot reproduce this with
emacs-23.0.60-2.fc9.x86_64. I have tried both the windowed version as well as in
the terminal window (executed as "emacs -nw").

Comment 3 Jonathan Kamens 2008-04-23 19:28:27 UTC
This has nothing to do with C-x C-f.  That's minibuffer completion, which is 
handled within (interactive).  As I explained in the bug, I'm talking about 
completion IN A COMINT SHELL BUFFER.