unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Sebastien Vauban <sva-news-D0wtAvR13HarG/iDocfnWg@public.gmane.org>
To: Artur Malabarba
	<bruce.connor.am-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: 21140-ubl+/3LiMTaZdePnXv/OxA@public.gmane.org
Subject: bug#21140: 25.0.50; Isearch "char-fold" by default
Date: Mon, 27 Jul 2015 16:34:30 +0200	[thread overview]
Message-ID: <866155mzyh.fsf@example.com> (raw)
In-Reply-To: <86vbd5n27r.fsf-hcDgGtZH8xNBDgjK7y7TUQ@public.gmane.org>

Artur Malabarba <bruce.connor.am-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:
>> First, the default behavior seems changed, and I'm not really aware
>> (yet) of what exactly "char folding" is.  I did not found any
>> definition for this, even if I have some ideas.
>
> There's another thread here about hiding that string from the
> prompt. I agree it's a little confusing, and char folding can be used
> without flashing it on the user. Somebody offered to do something
> about it, though I forget who.

I wasn't specifically asking to remove it from the prompt. If "char-fold
isearch" is a different beast from the "default Emacs 24 isearch", then
it should be visible somehow.

And I've no current opinion on whether or not that should be displayed
in the prompt (or somewhere else).

>> Second, I don't think the new default is right.  I prefer to search
>> for text, not for regexps by default.  Otherwise, we could also
>> invert `C-s' and `C-M-s', right?
>
> Char fold search is a text search, not a regexp search. It does use
> a regexp underneath, but that should be invisible to the user. You
> type some text and it matches that text or similar texts.

"Char fold" search is a "fuzzy" search, then, similar to
https://github.com/auto-complete/fuzzy-el?

What comes the name "char fold" from?  It's not very intuitive to me
that it's some sort of fuzzy search; moreover, it looks like "case fold"
search, which is again something different...

>> Finally, it *seems* buggy to me when using `C-w' to complete the
>> search pattern (or shouldn't we use that anymore?).
>
> I can't see your link on my phone, but if it's like you describe then
> it's certainly a bug.  I'll try out your examples when I get home.

Thanks!

Best regards,
  Seb





  parent reply	other threads:[~2015-07-27 14:34 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-27 13:45 bug#21140: 25.0.50; Isearch "char-fold" by default Sebastien Vauban
2015-07-27 14:24 ` Artur Malabarba
2015-07-27 22:33   ` Juri Linkov
2015-07-28  2:34     ` Eli Zaretskii
2015-07-28 22:21       ` Juri Linkov
     [not found]         ` <87h9only85.fsf-i9wRM+HIrmlRTR8OWt4JRw@public.gmane.org>
2015-07-29  9:01           ` Sebastien Vauban
2015-07-29 22:50             ` Juri Linkov
2015-07-29 23:11               ` Artur Malabarba
     [not found]             ` <mailman.7629.1438210748.904.bug-gnu-emacs@gnu.org>
     [not found]               ` <mailman.7629.1438210748.904.bug-gnu-emacs-mXXj517/zsQ@public.gmane.org>
2015-07-30  8:04                 ` Sebastien Vauban
2015-07-30 16:29                   ` Eli Zaretskii
2015-07-29 16:43         ` Eli Zaretskii
2015-07-29 22:51           ` Juri Linkov
2015-07-30  2:44             ` Eli Zaretskii
2015-07-30 21:21               ` Juri Linkov
     [not found] ` <mailman.7466.1438007109.904.bug-gnu-emacs@gnu.org>
     [not found]   ` <86vbd5n27r.fsf-hcDgGtZH8xNBDgjK7y7TUQ@public.gmane.org>
2015-07-27 14:34     ` Sebastien Vauban [this message]
2015-07-27 14:50       ` Artur Malabarba
2015-07-28  1:16         ` Daniel Colascione
2015-07-28  9:13 ` Artur Malabarba
     [not found]   ` <CAAdUY-+xohOUpsJQ7HTsxj_e5=7NPLMuXrYKwAVre2qZr7my-g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-07-28  9:22     ` Sebastien Vauban
     [not found]   ` <mailman.7520.1438075448.904.bug-gnu-emacs@gnu.org>
     [not found]     ` <mailman.7520.1438075448.904.bug-gnu-emacs-mXXj517/zsQ@public.gmane.org>
2015-07-28  9:26       ` Sebastien Vauban
2015-07-28  9:47         ` Artur Malabarba
     [not found]         ` <mailman.7522.1438076888.904.bug-gnu-emacs@gnu.org>
     [not found]           ` <mailman.7522.1438076888.904.bug-gnu-emacs-mXXj517/zsQ@public.gmane.org>
2015-07-28  9:56             ` Sebastien Vauban
2015-07-28 13:12               ` Artur Malabarba
2016-04-30 12:10 ` bug#21140: Status: " Marcin Borkowski
2019-09-26 14:02 ` Stefan Kangas
2019-10-29  4:39   ` Stefan Kangas

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=866155mzyh.fsf@example.com \
    --to=sva-news-d0wtavr13harg/idocfnwg@public.gmane.org \
    --cc=21140-ubl+/3LiMTaZdePnXv/OxA@public.gmane.org \
    --cc=bruce.connor.am-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    /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).