unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#56401: "Case folding" should be called "ignore case"
@ 2022-07-05 16:04 Stefan Kangas
  2022-07-05 16:59 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 8+ messages in thread
From: Stefan Kangas @ 2022-07-05 16:04 UTC (permalink / raw)
  To: 56401

Severity: wishlist

The "case fold" terminology is too technical and not very user-friendly.
In other software, in most user-facing contexts, it is called "ignore
case".

Please consider renaming all variables, commands, and documentation to
refer to "ignore case" instead of "case folding".





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

* bug#56401: "Case folding" should be called "ignore case"
  2022-07-05 16:04 bug#56401: "Case folding" should be called "ignore case" Stefan Kangas
@ 2022-07-05 16:59 ` Lars Ingebrigtsen
  2022-07-05 17:11   ` Stefan Kangas
                     ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Lars Ingebrigtsen @ 2022-07-05 16:59 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: 56401

Stefan Kangas <stefan@marxist.se> writes:

> The "case fold" terminology is too technical and not very user-friendly.
> In other software, in most user-facing contexts, it is called "ignore
> case".
>
> Please consider renaming all variables, commands, and documentation to
> refer to "ignore case" instead of "case folding".

I agree that "ignore case" would be better, but it somehow seems like
most people don't have much problem with the "case folding" terminology?

In any case, I think renaming all the functions and variables here would
not be worth the churn -- there's quite a lot of them.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

* bug#56401: "Case folding" should be called "ignore case"
  2022-07-05 16:59 ` Lars Ingebrigtsen
@ 2022-07-05 17:11   ` Stefan Kangas
  2022-07-05 17:17   ` Visuwesh
                     ` (3 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Stefan Kangas @ 2022-07-05 17:11 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 56401

Lars Ingebrigtsen <larsi@gnus.org> writes:

> I agree that "ignore case" would be better, but it somehow seems like
> most people don't have much problem with the "case folding" terminology?

I had to look up the exact meaning today, FWIW.

(I confused myself on whether or not "case folding" is the same as
"ignore case" or its inverse.)





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

* bug#56401: "Case folding" should be called "ignore case"
  2022-07-05 16:59 ` Lars Ingebrigtsen
  2022-07-05 17:11   ` Stefan Kangas
@ 2022-07-05 17:17   ` Visuwesh
  2022-07-05 17:26   ` Stefan Kangas
                     ` (2 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Visuwesh @ 2022-07-05 17:17 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 56401, Stefan Kangas

[செவ்வாய் ஜூலை 05, 2022] Lars Ingebrigtsen wrote:

> Stefan Kangas <stefan@marxist.se> writes:
>
>> The "case fold" terminology is too technical and not very user-friendly.
>> In other software, in most user-facing contexts, it is called "ignore
>> case".
>>
>> Please consider renaming all variables, commands, and documentation to
>> refer to "ignore case" instead of "case folding".
>
> I agree that "ignore case" would be better, but it somehow seems like
> most people don't have much problem with the "case folding" terminology?

I find the term really hard to remember too.  I wonder if we can define
an apropos alias for "case fold" in `apropos-synonyms' but I think that
only handles single words.





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

* bug#56401: "Case folding" should be called "ignore case"
  2022-07-05 16:59 ` Lars Ingebrigtsen
  2022-07-05 17:11   ` Stefan Kangas
  2022-07-05 17:17   ` Visuwesh
@ 2022-07-05 17:26   ` Stefan Kangas
  2022-07-06  4:37   ` Phil Sainty
  2022-07-06  9:36   ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  4 siblings, 0 replies; 8+ messages in thread
From: Stefan Kangas @ 2022-07-05 17:26 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 56401

Lars Ingebrigtsen <larsi@gnus.org> writes:

> In any case, I think renaming all the functions and variables here would
> not be worth the churn -- there's quite a lot of them.

On the other hand, you only need to do it once.





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

* bug#56401: "Case folding" should be called "ignore case"
  2022-07-05 16:59 ` Lars Ingebrigtsen
                     ` (2 preceding siblings ...)
  2022-07-05 17:26   ` Stefan Kangas
@ 2022-07-06  4:37   ` Phil Sainty
  2022-07-06 10:40     ` Stefan Kangas
  2022-07-06  9:36   ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  4 siblings, 1 reply; 8+ messages in thread
From: Phil Sainty @ 2022-07-06  4:37 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 56401, Stefan Kangas

On 2022-07-06 04:59, Lars Ingebrigtsen wrote:
> Stefan Kangas <stefan@marxist.se> writes:
>> The "case fold" terminology is too technical and not very
>> user-friendly.  In other software, in most user-facing contexts,
>> it is called "ignore case".

"Ignore case" is in fact the precise term used in the "Default search
options" menu, so we do already cater to newcomers in that way.

"Case" isn't the only thing that can be "folded" though, and I don't
think "ignore" is always a good verb.  I don't think `replace-char-fold'
should be `replace-char-ignore'.

OTOH we do already have more than one term for this, unfortunately.
"lax-whitespace" should probably use the "fold" terminology too?

I agree that "fold" isn't intuitive to newcomers, but I also think
it's good to try to limit the number of different terms used to
express a concept.


-Phil






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

* bug#56401: "Case folding" should be called "ignore case"
  2022-07-05 16:59 ` Lars Ingebrigtsen
                     ` (3 preceding siblings ...)
  2022-07-06  4:37   ` Phil Sainty
@ 2022-07-06  9:36   ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  4 siblings, 0 replies; 8+ messages in thread
From: Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2022-07-06  9:36 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 56401, Stefan Kangas

Lars Ingebrigtsen <larsi@gnus.org> writes:

> In any case, I think renaming all the functions and variables here would
> not be worth the churn -- there's quite a lot of them.

+1.  For what it's worth, the glossary in the Emacs manual also tells
you what "Case Folding" means.






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

* bug#56401: "Case folding" should be called "ignore case"
  2022-07-06  4:37   ` Phil Sainty
@ 2022-07-06 10:40     ` Stefan Kangas
  0 siblings, 0 replies; 8+ messages in thread
From: Stefan Kangas @ 2022-07-06 10:40 UTC (permalink / raw)
  To: Phil Sainty; +Cc: 56401, Lars Ingebrigtsen

Phil Sainty <psainty@orcon.net.nz> writes:

> I agree that "fold" isn't intuitive to newcomers, but I also think
> it's good to try to limit the number of different terms used to
> express a concept.

Agreed, though I would add that it isn't intuitive to old users either
(case in point: me).  So let's start moving in the right direction.





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

end of thread, other threads:[~2022-07-06 10:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-05 16:04 bug#56401: "Case folding" should be called "ignore case" Stefan Kangas
2022-07-05 16:59 ` Lars Ingebrigtsen
2022-07-05 17:11   ` Stefan Kangas
2022-07-05 17:17   ` Visuwesh
2022-07-05 17:26   ` Stefan Kangas
2022-07-06  4:37   ` Phil Sainty
2022-07-06 10:40     ` Stefan Kangas
2022-07-06  9:36   ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors

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).