* case insensitive project-find-file
@ 2024-08-05 23:15 Nafiz Islam
2024-08-07 3:52 ` Joel Reicher
0 siblings, 1 reply; 6+ messages in thread
From: Nafiz Islam @ 2024-08-05 23:15 UTC (permalink / raw)
To: help-gnu-emacs
Is there an option for case-insensitive search with project-find-file?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: case insensitive project-find-file
2024-08-05 23:15 case insensitive project-find-file Nafiz Islam
@ 2024-08-07 3:52 ` Joel Reicher
2024-08-09 1:31 ` Nafiz Islam
0 siblings, 1 reply; 6+ messages in thread
From: Joel Reicher @ 2024-08-07 3:52 UTC (permalink / raw)
To: Nafiz Islam; +Cc: help-gnu-emacs
Nafiz Islam <nafiz.islam1000@gmail.com> writes:
> Is there an option for case-insensitive search with
> project-find-file?
If use the default tab completion in the minibuffer during
project-find-file it is case-insensitive.
Is that enough?
Cheers,
- Joel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: case insensitive project-find-file
2024-08-07 3:52 ` Joel Reicher
@ 2024-08-09 1:31 ` Nafiz Islam
2024-08-09 1:33 ` Nafiz Islam
2024-08-12 9:18 ` Joel Reicher
0 siblings, 2 replies; 6+ messages in thread
From: Nafiz Islam @ 2024-08-09 1:31 UTC (permalink / raw)
To: Joel Reicher; +Cc: help-gnu-emacs
> If use the default tab completion in the minibuffer during
project-find-file it is case-insensitive.
It did not work even with the "--no-init" flag.
For example, I was looking for a file named sqUnixSocket.c. So, I tried
'squnixsocket-TAB' and it failed, but it works when I try
'sqUnixSocket-TAB'.
On Tue, Aug 6, 2024 at 11:52 PM Joel Reicher <joel.reicher@gmail.com> wrote:
> Nafiz Islam <nafiz.islam1000@gmail.com> writes:
>
> > Is there an option for case-insensitive search with
> > project-find-file?
>
> If use the default tab completion in the minibuffer during
> project-find-file it is case-insensitive.
>
> Is that enough?
>
> Cheers,
>
> - Joel
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: case insensitive project-find-file
2024-08-09 1:31 ` Nafiz Islam
@ 2024-08-09 1:33 ` Nafiz Islam
2024-08-12 9:18 ` Joel Reicher
1 sibling, 0 replies; 6+ messages in thread
From: Nafiz Islam @ 2024-08-09 1:33 UTC (permalink / raw)
To: Joel Reicher; +Cc: help-gnu-emacs
Should be noted that I'm using Emacs 29.4
On Thu, Aug 8, 2024 at 9:31 PM Nafiz Islam <nafiz.islam1000@gmail.com>
wrote:
> > If use the default tab completion in the minibuffer during
> project-find-file it is case-insensitive.
>
> It did not work even with the "--no-init" flag.
> For example, I was looking for a file named sqUnixSocket.c. So, I tried
> 'squnixsocket-TAB' and it failed, but it works when I try
> 'sqUnixSocket-TAB'.
>
> On Tue, Aug 6, 2024 at 11:52 PM Joel Reicher <joel.reicher@gmail.com>
> wrote:
>
>> Nafiz Islam <nafiz.islam1000@gmail.com> writes:
>>
>> > Is there an option for case-insensitive search with
>> > project-find-file?
>>
>> If use the default tab completion in the minibuffer during
>> project-find-file it is case-insensitive.
>>
>> Is that enough?
>>
>> Cheers,
>>
>> - Joel
>>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: case insensitive project-find-file
2024-08-09 1:31 ` Nafiz Islam
2024-08-09 1:33 ` Nafiz Islam
@ 2024-08-12 9:18 ` Joel Reicher
2024-08-12 12:17 ` Nafiz Islam
1 sibling, 1 reply; 6+ messages in thread
From: Joel Reicher @ 2024-08-12 9:18 UTC (permalink / raw)
To: Nafiz Islam; +Cc: help-gnu-emacs
Nafiz Islam <nafiz.islam1000@gmail.com> writes:
>> If use the default tab completion in the minibuffer during
>> project-find-file it is case-insensitive.
>
> It did not work even with the "--no-init" flag.
> For example, I was looking for a file named sqUnixSocket.c. So,
> I tried 'squnixsocket-TAB' and it failed, but it works when I
> try 'sqUnixSocket-TAB'.
Do you have any completion customisations that might be relevant?
For example what is the value of
read-file-name-completion-ignore-case?
Cheers,
- Joel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: case insensitive project-find-file
2024-08-12 9:18 ` Joel Reicher
@ 2024-08-12 12:17 ` Nafiz Islam
0 siblings, 0 replies; 6+ messages in thread
From: Nafiz Islam @ 2024-08-12 12:17 UTC (permalink / raw)
To: Joel Reicher; +Cc: help-gnu-emacs
> what is the value of read-file-name-completion-ignore-case
It was currently `nil'. I've set it to `t', and it actually works even with
icomplete. Thanks!
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-08-12 12:17 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-05 23:15 case insensitive project-find-file Nafiz Islam
2024-08-07 3:52 ` Joel Reicher
2024-08-09 1:31 ` Nafiz Islam
2024-08-09 1:33 ` Nafiz Islam
2024-08-12 9:18 ` Joel Reicher
2024-08-12 12:17 ` Nafiz Islam
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.