all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#4596: file completion in *shell*
@ 2009-09-30  8:37 A. Soare
  2009-10-01 12:15 ` Kevin Rodgers
  2009-10-06  7:15 ` Glenn Morris
  0 siblings, 2 replies; 6+ messages in thread
From: A. Soare @ 2009-09-30  8:37 UTC (permalink / raw)
  To: Emacs   Pretest-Bug  [emacs-pretest-bug]


I report again a bug that repeated to me many times;

I have a shell opened , and even if I am in the directory /x/y/z, when I press <TAB>, it expands the completion from the directory "X", not from Z, as expected.

To me TAB executes so:

TAB (translated from <tab>) runs the command comint-dynamic-complete

Inside comint-dynamic-complete, one executes the hook comint-dynamic-complete-functions, which are

(comint-replace-by-expanded-history comint-dynamic-complete-filename)

I will keep the session opened, and maybe somebody tells me what to report more than that.





____________________________________________________

Retour sur un week-end chargé en exploits sur http://sports.voila.fr/ 








^ permalink raw reply	[flat|nested] 6+ messages in thread
* Re: bug#4596: file completion in *shell*
@ 2009-10-08 14:27 A. Soare
  0 siblings, 0 replies; 6+ messages in thread
From: A. Soare @ 2009-10-08 14:27 UTC (permalink / raw)
  To: Glenn Morris; +Cc: Emacs   Dev  [emacs-devel]


Unfortunately, I closed the session. 1 week ago. But the bug reproduced to me many tiomes, and it will repeat.

If I have time when it'll repeat, I will solve it alone.






> 
> 
> tags 4596 moreinfo
> stop
> 
> "A. Soare" wrote:
> 
> > I have a shell opened , and even if I am in the directory /x/y/z,
> > when I press <TAB>, it expands the completion from the directory
> > "X", not from Z, as expected.
> 
> Emacs tries to keep track of which directory you are in, but it is
> straightforward to confuse it. Eg:
> 
> emacs -Q -f shell
> cd ~
> alias foobar=cd
> foobar /tmp
> 
> and Emacs will still think you are in ~/.
> 
> So we need to know what you did starting from emacs -Q to confuse it,
> before we can say if it is something that can reasonably be fixed.
> 
> 

____________________________________________________

Les prévisions spéciales Amour sont sur http://astrocenter.voila.fr/voila







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

end of thread, other threads:[~2011-09-18  8:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-30  8:37 bug#4596: file completion in *shell* A. Soare
2009-10-01 12:15 ` Kevin Rodgers
2009-10-06  7:15 ` Glenn Morris
2009-10-06  7:20   ` Processed: " Emacs bug Tracking System
2011-09-18  8:47   ` Lars Magne Ingebrigtsen
  -- strict thread matches above, loose matches on Subject: below --
2009-10-08 14:27 A. Soare

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.