From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: ASCII-folded search [was: Re: Upcoming loss of usability ...] Date: Thu, 18 Jun 2015 13:52:49 +0900 Message-ID: <87oakdfwim.fsf@uwakimon.sk.tsukuba.ac.jp> References: <20150615142237.GA3517@acm.fritz.box> <87y4jkhqh5.fsf@uwakimon.sk.tsukuba.ac.jp> <557F3C22.4060909@cs.ucla.edu> <5580D356.4050708@cs.ucla.edu> <87si9qonxb.fsf@gnu.org> <87ioamz8if.fsf@petton.fr> <32013464-2300-46c6-ba46-4a3c36bfee5d@default> <87twu62nnt.fsf@mbork.pl> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Trace: ger.gmane.org 1434603207 20410 80.91.229.3 (18 Jun 2015 04:53:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Jun 2015 04:53:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: Marcin Borkowski Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 18 06:53:17 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 1Z5Rp4-0003kL-2s for ged-emacs-devel@m.gmane.org; Thu, 18 Jun 2015 06:53:06 +0200 Original-Received: from localhost ([::1]:50180 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5Rp3-0007nc-6E for ged-emacs-devel@m.gmane.org; Thu, 18 Jun 2015 00:53:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47656) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5Ror-0007nM-NH for emacs-devel@gnu.org; Thu, 18 Jun 2015 00:52:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5Roo-00071D-Hu for emacs-devel@gnu.org; Thu, 18 Jun 2015 00:52:53 -0400 Original-Received: from shako.sk.tsukuba.ac.jp ([130.158.97.161]:43940) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5Roo-000717-89 for emacs-devel@gnu.org; Thu, 18 Jun 2015 00:52:50 -0400 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by shako.sk.tsukuba.ac.jp (Postfix) with ESMTPS id 554701C3980; Thu, 18 Jun 2015 13:52:49 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id 3117D1A2CA2; Thu, 18 Jun 2015 13:52:49 +0900 (JST) In-Reply-To: <87twu62nnt.fsf@mbork.pl> X-Mailer: VM undefined under 21.5 (beta34) "kale" 83e5c3cd6be6 XEmacs Lucid (x86_64-unknown-linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 130.158.97.161 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:187260 Archived-At: Marcin Borkowski writes: > On the other hand, it would be great if we had an "ascii-folding" > option, making (some reasonable subset of) Unicode "equivalent" to > ASCII, I believe Emacs already implements NFD normalization. All you need after that is to skip compose characters when searching.