From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jean-Christophe Helary Newsgroups: gmane.emacs.devel Subject: Re: char equivalence classes in search - why not symmetric? Date: Thu, 3 Sep 2015 12:08:17 +0900 Message-ID: References: <2a7b9134-af2a-462d-af6c-d02bad60bbe8@default> <834mjecdy7.fsf@gnu.org> <834mjcbydi.fsf@gnu.org> <83vbbs9qd1.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1441249721 24952 80.91.229.3 (3 Sep 2015 03:08:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Sep 2015 03:08:41 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 03 05:08:36 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 1ZXKt7-0000da-12 for ged-emacs-devel@m.gmane.org; Thu, 03 Sep 2015 05:08:33 +0200 Original-Received: from localhost ([::1]:43870 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXKt6-00013J-Px for ged-emacs-devel@m.gmane.org; Wed, 02 Sep 2015 23:08:32 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXKt3-000135-43 for emacs-devel@gnu.org; Wed, 02 Sep 2015 23:08:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXKsz-0005vw-UP for emacs-devel@gnu.org; Wed, 02 Sep 2015 23:08:29 -0400 Original-Received: from mail-pa0-x232.google.com ([2607:f8b0:400e:c03::232]:34515) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXKsz-0005vo-E4 for emacs-devel@gnu.org; Wed, 02 Sep 2015 23:08:25 -0400 Original-Received: by padhy1 with SMTP id hy1so31333537pad.1 for ; Wed, 02 Sep 2015 20:08:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=WB60ZSFG8J+Nr0eiwVzDJY7Kpc1Q9Ns7X/xAusthlOw=; b=UxUu2R1o4MzP0Y4XTnbUbtT22+rwBgcYNAMN/3GMw+OebZnMEXB52ePT1ILAvqRBLe 9OvgnHtxffC1c9L0lqhtC1aYfG0FdCF1p7Jw+vEjFb4KbxwgGB3g52BfusUEYJcljZcJ g6JI3qWoQ0FGF+mbfl+bA7qFTv+F/6x7BsiZdn8Iz/lTcq4pYt215BLQ9I+kfT6rG3H/ lUzqMPocm1a5nYguvCq8ptPztWLMDQPNtv/F4uKtSrS4A3B621KXbtACiV3A6zpQMqbw /hWs+5IdgEaaumi9TOMc89GJ+dxcnXpf1NaAMJj1Z2CuKHknBKhu6wqGMYfllodRSMJk da+g== X-Received: by 10.68.250.5 with SMTP id yy5mr63009382pbc.34.1441249704018; Wed, 02 Sep 2015 20:08:24 -0700 (PDT) Original-Received: from [192.168.11.10] (softbank219028216161.bbtec.net. [219.28.216.161]) by smtp.gmail.com with ESMTPSA id ll8sm23457580pab.39.2015.09.02.20.08.21 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 02 Sep 2015 20:08:22 -0700 (PDT) In-Reply-To: <83vbbs9qd1.fsf@gnu.org> X-Mailer: Apple Mail (2.2104) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::232 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:189493 Archived-At: > On Sep 3, 2015, at 11:41, Eli Zaretskii wrote: > >> From: Jean-Christophe Helary >> Date: Thu, 3 Sep 2015 06:51:07 +0900 >> >> the default it to catch *exactly* what the user types. > > That goes against long-standing Emacs practice, and I envision strong > objections. Even if the current behavior were to be emulated by appropriate variables? Jean-Christophe Helary