From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: `character-fold-search' should be a user option, like `case-fold-search' Date: Wed, 2 Sep 2015 10:19:42 +0100 Message-ID: References: <3a794017-27a5-43f7-809b-a3ebe894c1de@default> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1441185599 2659 80.91.229.3 (2 Sep 2015 09:19:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Sep 2015 09:19:59 +0000 (UTC) Cc: emacs-devel To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 02 11:19:58 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 1ZX4Cz-0000Rf-8x for ged-emacs-devel@m.gmane.org; Wed, 02 Sep 2015 11:19:57 +0200 Original-Received: from localhost ([::1]:35589 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZX4Cz-000419-BT for ged-emacs-devel@m.gmane.org; Wed, 02 Sep 2015 05:19:57 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33642) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZX4Cm-000411-Oj for emacs-devel@gnu.org; Wed, 02 Sep 2015 05:19:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZX4Cm-0000mF-0o for emacs-devel@gnu.org; Wed, 02 Sep 2015 05:19:44 -0400 Original-Received: from mail-la0-x233.google.com ([2a00:1450:4010:c03::233]:33764) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZX4Cl-0000lu-Qc for emacs-devel@gnu.org; Wed, 02 Sep 2015 05:19:43 -0400 Original-Received: by lamp12 with SMTP id p12so2683634lam.0 for ; Wed, 02 Sep 2015 02:19:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=6mCPUmngCIlfcFUwpM/5kTZ155kQzdgmaZEHLa6C64c=; b=WcjbgZo6Jovr4Bxw4fZ6V0N0nbe+cjzppxcaO5e8d0gk0H5hsICwEyQCIFPV3OMhmw N78q2vk6q5TG1OB+RwX5DwnjdjbX0XotSJQJIY9vZ2mB09hd/QILYBisjCW35o0xZaQU V7RvQxiBo4Xn3pwVL4PUP1FvKKpSVIZufRFSEEZTHobukY/g+TdEMrhTCyupOLuJVQai l16rC01+NzOAyukIukNisPNLbWp1GVGue2JZBo6My3yNAB55EQLO2JLM0SCL7TvGmpUt 189NwAwz1lCru4+yia7I5dCWkpu7DOBBWI1xbJmLEt8VP/mzhUtOPetoOTu7AKrDraqB yHFA== X-Received: by 10.152.26.163 with SMTP id m3mr15502346lag.86.1441185582789; Wed, 02 Sep 2015 02:19:42 -0700 (PDT) Original-Received: by 10.25.213.202 with HTTP; Wed, 2 Sep 2015 02:19:42 -0700 (PDT) In-Reply-To: <3a794017-27a5-43f7-809b-a3ebe894c1de@default> X-Google-Sender-Auth: dOSy-x6zWbglOWQ1ks-GKPwyfUI X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::233 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:189452 Archived-At: 2015-09-01 16:49 GMT+01:00 Drew Adams : > 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).