From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.devel Subject: RE: `character-fold-search' should be a user option, like `case-fold-search' Date: Wed, 2 Sep 2015 08:57:04 -0700 (PDT) Message-ID: References: <3a794017-27a5-43f7-809b-a3ebe894c1de@default> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1441209452 14895 80.91.229.3 (2 Sep 2015 15:57:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Sep 2015 15:57:32 +0000 (UTC) Cc: emacs-devel To: bruce.connor.am@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 02 17:57:19 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZXAPV-00067x-Qw for ged-emacs-devel@m.gmane.org; Wed, 02 Sep 2015 17:57:17 +0200 Original-Received: from localhost ([::1]:38994 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXAPV-0005on-Jl for ged-emacs-devel@m.gmane.org; Wed, 02 Sep 2015 11:57:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXAPQ-0005nU-4X for emacs-devel@gnu.org; Wed, 02 Sep 2015 11:57:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXAPM-0001Cj-4b for emacs-devel@gnu.org; Wed, 02 Sep 2015 11:57:12 -0400 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:33680) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXAPL-0001Cb-U4 for emacs-devel@gnu.org; Wed, 02 Sep 2015 11:57:08 -0400 Original-Received: from aserv0022.oracle.com (aserv0022.oracle.com [141.146.126.234]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t82Fv6JM032389 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 2 Sep 2015 15:57:06 GMT Original-Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by aserv0022.oracle.com (8.13.8/8.13.8) with ESMTP id t82Fv6PP014317 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Wed, 2 Sep 2015 15:57:06 GMT Original-Received: from abhmp0010.oracle.com (abhmp0010.oracle.com [141.146.116.16]) by userv0122.oracle.com (8.13.8/8.13.8) with ESMTP id t82Fv5Em029354; Wed, 2 Sep 2015 15:57:05 GMT In-Reply-To: X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6691.5000 (x86)] X-Source-IP: aserv0022.oracle.com [141.146.126.234] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:189472 Archived-At: > > 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? >=20 > 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). Great. Hoping this becomes the case.