From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: On language-dependent defaults for character-folding Date: Mon, 22 Feb 2016 18:10:10 +0200 Message-ID: <83vb5glo9p.fsf@gnu.org> References: <834mdc5w6o.fsf@gnu.org> <838u2hu6aq.fsf@gnu.org> <871t899tde.fsf@gnus.org> <83y4ahru04.fsf@gnu.org> <83fuwproyf.fsf@gnu.org> <837fi0sz29.fsf@gnu.org> <83egc8qzjh.fsf@gnu.org> <87egc7evu3.fsf@gnus.org> <83io1jpt4u.fsf@gnu.org> <87povqhj25.fsf@gnus.org> <87povqe5tr.fsf@gnus.org> <87ziuta4l4.fsf@gnus.org> <8360xhmn3a.fsf@gnu.org> <87y4adxuq4.fsf@gnus.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1456157449 9094 80.91.229.3 (22 Feb 2016 16:10:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Feb 2016 16:10:49 +0000 (UTC) Cc: lokedhs@gmail.com, emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 22 17:10:49 2016 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 1aXt4R-0002aW-5h for ged-emacs-devel@m.gmane.org; Mon, 22 Feb 2016 17:10:47 +0100 Original-Received: from localhost ([::1]:49828 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXt4Q-0005cB-Cx for ged-emacs-devel@m.gmane.org; Mon, 22 Feb 2016 11:10:46 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXt44-0005bU-Sq for emacs-devel@gnu.org; Mon, 22 Feb 2016 11:10:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aXt3z-0004mc-UX for emacs-devel@gnu.org; Mon, 22 Feb 2016 11:10:24 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38703) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXt3z-0004mW-RI; Mon, 22 Feb 2016 11:10:19 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1193 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aXt3z-0003rP-2z; Mon, 22 Feb 2016 11:10:19 -0500 In-reply-to: <87y4adxuq4.fsf@gnus.org> (message from Lars Ingebrigtsen on Mon, 22 Feb 2016 14:57:39 +1100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:200457 Archived-At: > From: Lars Ingebrigtsen > Cc: lokedhs@gmail.com, emacs-devel@gnu.org > Date: Mon, 22 Feb 2016 14:57:39 +1100 > > Eli Zaretskii writes: > > >> From: Lars Ingebrigtsen > >> Cc: Eli Zaretskii , emacs-devel > >> Date: Mon, 22 Feb 2016 12:58:31 +1100 > >> > >> Elias Mårtenson writes: > >> > >> > It's like it's fine if you're typing in lower case characters for them > >> > to match upper case, too, but if you've bothered to type an upper case > >> > character, then you probably don't want lower case characters to match. > >> > > >> > This is how Emacs behaves today, is it not? > >> > >> Yes, and that's my point. I'd expect character folding when doing > >> searches to work in an analogous fashion: If I type `C-s é', I would be > >> surprised if it found "e", but not the other way around. > > > > Emacs behaves as you expect. Did you try that? > > I am describing how Emacs works today. So was I. I just wanted to be sure Emacs behaves according to your expectations in this case, and that you are not complaining about what it does.