GNU bug report logs -
#54804
29.0.50; zap-to-char: case sensitive for upper-case letter
Previous Next
Reported by: Tino Calancha <tino.calancha <at> gmail.com>
Date: Fri, 8 Apr 2022 22:05:01 UTC
Severity: wishlist
Tags: patch
Found in version 29.0.50
Done: Tino Calancha <tino.calancha <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Tino Calancha <tino.calancha <at> gmail.com>
> Cc: 54804 <at> debbugs.gnu.org, spwhitton <at> spwhitton.name,uyennhi.qm <at> gmail.com,
> <monnier <at> iro.umontreal.ca>, juri <at> linkov.net
> Date: Tue, 17 May 2022 14:34:06 +0200
>
> Eli Zaretskii <eliz <at> gnu.org> writes:
>
> I have added Stefan, who suggests using the interactive arg (see
> explanation below).
> I have also added Juri, who is expert on isearch.
>
> >> From: Tino Calancha <tino.calancha <at> gmail.com>
> >> * lisp/misc.el (zap-up-to-char): Add an optional arg INTERACTIVE.
> >> Perform a case-sensitive search when INTERACTIVE is non-nil and
> >> CHAR is an upper-case character.
> >
> > I don't understand why the need for the new INTERACTIVE argument.
>
> > And, as mentioned above, I don't think I understand why we need to do
> > this only in interactive calls. Non-interactive invocations already
> > have a way to request case-sensitivity, by let-binding
> > case-fold-search, right?
>
> I'll try to explain this.
>
> This is what Emacs does for isearch/search.
Search is a much more complex set of features and commands in Emacs.
These two commands are much simpler, and I see no reason to try to be
compatible with search commands, since these two commands don't search
anything.
> I want the analog behavior for zap-to... commands: automatic
> case sensitivity when the char is uppercase.
> I want this behavior on interactive calls only, for instance when users
> do `M-z'.
As I said I disagree: these are DWIMish features that are best
reserved for interactive invocation. In calls from Lisp, it is
confusing to have the behavior change so drastically depending on the
letter-case of an argument.
This bug report was last modified 3 years and 59 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.