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#19924: 24.4; incremental search for octal character Date: Mon, 23 Feb 2015 21:16:19 +0200 Organization: LINKOV.NET Message-ID: <877fv8qvzw.fsf@mail.linkov.net> References: <87r3thep3z.fsf@eecs.utk.edu> <25cf74c3-26f1-42ae-9548-69630123c9d2@default> <87oaolo8fk.fsf@igel.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1424720558 27436 80.91.229.3 (23 Feb 2015 19:42:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Feb 2015 19:42:38 +0000 (UTC) Cc: Andreas Schwab , vose@eecs.utk.edu, 19924@debbugs.gnu.org To: Drew Adams Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Feb 23 20:42:24 2015 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 1YPytb-0003U6-Am for geb-bug-gnu-emacs@m.gmane.org; Mon, 23 Feb 2015 20:42:23 +0100 Original-Received: from localhost ([::1]:45148 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPyta-0000jt-R4 for geb-bug-gnu-emacs@m.gmane.org; Mon, 23 Feb 2015 14:42:22 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPytN-0000ZY-S6 for bug-gnu-emacs@gnu.org; Mon, 23 Feb 2015 14:42:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPytH-0007du-NS for bug-gnu-emacs@gnu.org; Mon, 23 Feb 2015 14:42:09 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:52244) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPytH-0007do-K7 for bug-gnu-emacs@gnu.org; Mon, 23 Feb 2015 14:42:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YPytH-0005k4-8A for bug-gnu-emacs@gnu.org; Mon, 23 Feb 2015 14:42:03 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 23 Feb 2015 19:42:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19924 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 19924-submit@debbugs.gnu.org id=B19924.142472049021997 (code B ref 19924); Mon, 23 Feb 2015 19:42:03 +0000 Original-Received: (at 19924) by debbugs.gnu.org; 23 Feb 2015 19:41:30 +0000 Original-Received: from localhost ([127.0.0.1]:55835 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YPysj-0005ii-VY for submit@debbugs.gnu.org; Mon, 23 Feb 2015 14:41:30 -0500 Original-Received: from ps18281.dreamhost.com ([69.163.222.226]:36478 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YPysh-0005iQ-N9 for 19924@debbugs.gnu.org; Mon, 23 Feb 2015 14:41:28 -0500 Original-Received: from localhost.linkov.net (ps18281.dreamhostps.com [69.163.222.226]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 66F5E3094CC9CA; Mon, 23 Feb 2015 11:41:25 -0800 (PST) In-Reply-To: (Drew Adams's message of "Mon, 23 Feb 2015 07:13:41 -0800 (PST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.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:99742 Archived-At: > So presumably the only problem was the OP not understanding that > `C-q 213' (with or without `RET' after it) is done while searching, > i.e., after `C-s'. As the screenshot shows, the problem is that the search doesn't find the character 213 in the `no-conversion' (binary) buffer, because there is a mismatch between the coding of the buffer and the search.