From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#13041: 24.2; diacritic-fold-search Date: Mon, 10 Dec 2012 09:57:49 +0200 Organization: JURTA Message-ID: <87hanu1jiq.fsf@mail.jurta.org> References: <20121130182205.C722F14B8D@panix1.panix.com> <87ip8fjzwn.fsf@gnu.org> <871uf2647i.fsf@mail.jurta.org> <50C1C6CC.9020103@gmx.at> <87ehj18l9p.fsf@mail.jurta.org> <87hanwuk3x.fsf@mail.jurta.org> 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 1355127045 11906 80.91.229.3 (10 Dec 2012 08:10:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Dec 2012 08:10:45 +0000 (UTC) Cc: 13041@debbugs.gnu.org, perin@panix.com, perin@acm.org To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Dec 10 09:10:58 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1ThyRt-0002CO-J5 for geb-bug-gnu-emacs@m.gmane.org; Mon, 10 Dec 2012 09:10:49 +0100 Original-Received: from localhost ([::1]:48204 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ThyRh-0000xX-1B for geb-bug-gnu-emacs@m.gmane.org; Mon, 10 Dec 2012 03:10:37 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:56379) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ThyRe-0000wa-A4 for bug-gnu-emacs@gnu.org; Mon, 10 Dec 2012 03:10:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ThyRY-0006qK-GN for bug-gnu-emacs@gnu.org; Mon, 10 Dec 2012 03:10:34 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:52796) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ThyRY-0006qC-DB for bug-gnu-emacs@gnu.org; Mon, 10 Dec 2012 03:10:28 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1ThyS6-0003Mv-3q for bug-gnu-emacs@gnu.org; Mon, 10 Dec 2012 03:11:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 10 Dec 2012 08:11:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13041 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 13041-submit@debbugs.gnu.org id=B13041.135512703812914 (code B ref 13041); Mon, 10 Dec 2012 08:11:01 +0000 Original-Received: (at 13041) by debbugs.gnu.org; 10 Dec 2012 08:10:38 +0000 Original-Received: from localhost ([127.0.0.1]:34812 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ThyRg-0003M7-AH for submit@debbugs.gnu.org; Mon, 10 Dec 2012 03:10:38 -0500 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:36190 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ThyRc-0003Lw-VD for 13041@debbugs.gnu.org; Mon, 10 Dec 2012 03:10:34 -0500 Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 651CF451E19C; Mon, 10 Dec 2012 00:09:56 -0800 (PST) In-Reply-To: (Stefan Monnier's message of "Sun, 09 Dec 2012 10:45:07 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:68265 Archived-At: > One step at a time: first, let's make sure we can match it. Then we'll > worry about what the match-boundaries should be and how to display it > (when we get to this point, we can even consider displaying su=EF=AC=80= er as > suffer temporarily, just like we do when point is in the middle of > a composition). Isearch used to decompose a composition of a character with a combining accent and displaying them separately in the middle of a composition in Emacs 23. But as I see now in the latest version Isearch in the middle of a composition doesn't decompose them. It highlights the matched character with still unmatched combining accent as a whole. It seems the current behavior is better then earlier because it doesn't change the displayed characters. This is more WYSIWYG.