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#16035: 24.3.50; Custom isearch broken on trunk (e.g. change-log-mode) Date: Wed, 11 Dec 2013 02:12:07 +0200 Organization: JURTA Message-ID: <87y53s9rfq.fsf@mail.jurta.org> References: <87vbz5zcxv.fsf@mail.jurta.org> <87mwkgay9s.fsf@mail.jurta.org> <877gbi94p9.fsf@mail.jurta.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1386720975 990 80.91.229.3 (11 Dec 2013 00:16:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Dec 2013 00:16:15 +0000 (UTC) Cc: 16035-done@debbugs.gnu.org, Anders Lindgren To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Dec 11 01:16:20 2013 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 1VqXTP-0003BQ-1d for geb-bug-gnu-emacs@m.gmane.org; Wed, 11 Dec 2013 01:16:19 +0100 Original-Received: from localhost ([::1]:51906 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqXTO-00077e-KZ for geb-bug-gnu-emacs@m.gmane.org; Tue, 10 Dec 2013 19:16:18 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39621) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqXTF-00077O-JT for bug-gnu-emacs@gnu.org; Tue, 10 Dec 2013 19:16:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqXT9-0003VJ-LO for bug-gnu-emacs@gnu.org; Tue, 10 Dec 2013 19:16:09 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:56688) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqXT9-0003VC-Hl for bug-gnu-emacs@gnu.org; Tue, 10 Dec 2013 19:16:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VqXT8-0000AE-Me for bug-gnu-emacs@gnu.org; Tue, 10 Dec 2013 19:16:02 -0500 Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Wed, 11 Dec 2013 00:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 16035 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 16035@debbugs.gnu.org, juri@jurta.org, andlind@gmail.com Original-Received: via spool by 16035-done@debbugs.gnu.org id=D16035.1386720921559 (code D ref 16035); Wed, 11 Dec 2013 00:16:02 +0000 Original-Received: (at 16035-done) by debbugs.gnu.org; 11 Dec 2013 00:15:21 +0000 Original-Received: from localhost ([127.0.0.1]:42472 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VqXSS-00008w-GO for submit@debbugs.gnu.org; Tue, 10 Dec 2013 19:15:20 -0500 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:45133 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VqXSP-00008n-RK for 16035-done@debbugs.gnu.org; Tue, 10 Dec 2013 19:15:18 -0500 Original-Received: from localhost.jurta.org (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id F0AC1258B9E936; Tue, 10 Dec 2013 16:15:15 -0800 (PST) In-Reply-To: <877gbi94p9.fsf@mail.jurta.org> (Juri Linkov's message of "Fri, 06 Dec 2013 02:57:22 +0200") 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.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:81728 Archived-At: > Now I discovered another case that fails to move point > after exiting Isearch. Running `multi-isearch-buffers' > and typing e.g. `C-a' exits Isearch but doesn't move point > to the beginning of the line. > > Exactly the same problem exists in `dired-isearch-filenames' > that let-binds `dired-isearch-filenames' and calls `isearch-forward' > without NO-RECURSIVE-EDIT. And in `comint-history-isearch-backward' > that let-binds `comint-history-isearch'. I fixed this case as well. Multi-buffer and multi-file search can set the buffer list globally. And comint.el and dired-aux.el don't need the global value - they use the let-bound value only in a setup hook.