[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: `character-fold-search' should be a user option, like `case-fold-sea
From: |
Artur Malabarba |
Subject: |
Re: `character-fold-search' should be a user option, like `case-fold-search' |
Date: |
Wed, 2 Sep 2015 10:19:42 +0100 |
2015-09-01 16:49 GMT+01:00 Drew Adams <address@hidden>:
> Subject line says it all. Users should be able to customize
> this variable, to decide for themselves, without fiddling with
> `setq', whether search starts by default with or without
> character folding. They should be able to find this easily,
> as an option in custom group `matching', right alongside
> `case-fold-search'.
>
> No?
Yes, it should be.
I didn't make it a defcustom initially because I'm not sure how
defcustoms interact with autoloading (I know it's bad in external
packages, but I have no idea if it's ok in the emacs core).