unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Visuwesh <visuweshm@gmail.com>
To: Manuel Giraud <manuel@ledu-giraud.fr>
Cc: 74944@debbugs.gnu.org
Subject: bug#74944: 31.0.50; Double TAB does not pop up *Completions* buffer when completing filename with dashes
Date: Thu, 26 Dec 2024 18:41:35 +0530	[thread overview]
Message-ID: <87wmfmd1x4.fsf@gmail.com> (raw)
In-Reply-To: <87pllk0wn7.fsf@ledu-giraud.fr> (Manuel Giraud's message of "Sun,  22 Dec 2024 12:45:00 +0100")

[ஞாயிறு டிசம்பர் 22, 2024] Manuel Giraud wrote:

> Manuel Giraud via "Bug reports for GNU Emacs, the Swiss army knife of
> text editors" <bug-gnu-emacs@gnu.org> writes:
>
>> Visuwesh <visuweshm@gmail.com> writes:
>>
>>> When completing filenames with dashes in them inside a shell-buffer,
>>> double TAB does not pop open the *Completions* buffer because it
>>> conflicts with argument completion.  To reproduce,
>>>
>>>     1. cd /tmp
>>>     2. mkdir test; cd test
>>>     3. touch blah_blah-pos-1.xyz; touch wowow-pos-1.xyz
>>>     4. Go to this directory in a shell buffer
>>>     5. Type rm pos.xyz TAB
>>>     6. Observe how it completes to `rm -pos-1.xyz'
>>>     7. Press TAB again and observe *Completions* buffer not popping up
>>
>> Hi Visuwesh,
>>
>> I can reproduce this.  FWIW, by instrumenting
>> `shell-filename-completion' with edebug, I can see that there is a
>> correct *Completions* buffer at some point but it "disappears" later.
>> I'll try to investigate it further.
>
> Hi,
>
> I did some more tests but this issue is tricky for me and I'm not
> familiar with the completion framework.  

Thank you for looking into this.  I have probably lower familiarity with
it than you.

> Anyway, here is what I did (and think I understood):
>
>         - First, I instrument `shell-filename-completion' with edebug
>         
>         - I enter "rm -pos-1.xyz" and hit Tab with the point is right
>           after the 'z'
>
>         - Edebug is trigerred and I can step through it hitting Space.
>
>         - All seems fine, but at the end of this
>           `shell-filename-completion' call (which returns something),
>           Edebug is triggered again this time with the point placed just
>           before the first '-'
>
> I really don't understand why there is what seems to be a *second* call
> to `shell-filename-completion' while the first one seems to have
> succeeded.  

The second call which moves the before the first '-' makes sense to me
since to complete further one, one has to insert text before that
character.  This happens elsewhere too so I am not exactly surprised.
However, I think this is where the capf gets stuck since Emacs thinks it
has to complete an option / a flag and the completion engine stops.

This is my guess, anyway.





      reply	other threads:[~2024-12-26 13:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-18 12:50 bug#74944: 31.0.50; Double TAB does not pop up *Completions* buffer when completing filename with dashes Visuwesh
2024-12-21 12:31 ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-12-22 11:45   ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-12-26 13:11     ` Visuwesh [this message]

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87wmfmd1x4.fsf@gmail.com \
    --to=visuweshm@gmail.com \
    --cc=74944@debbugs.gnu.org \
    --cc=manuel@ledu-giraud.fr \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).