From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: isearch, recenter-top-bottom with emacs 23 Date: Sat, 10 May 2008 22:36:43 -0400 Message-ID: <475204970805101936k2bcffc52oa81b1bc4ef9b3cc2@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5651_15115600.1210473403934" X-Trace: ger.gmane.org 1210473420 14179 80.91.229.12 (11 May 2008 02:37:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 11 May 2008 02:37:00 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 11 04:37:37 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jv1RP-0003At-Qt for ged-emacs-devel@m.gmane.org; Sun, 11 May 2008 04:37:36 +0200 Original-Received: from localhost ([127.0.0.1]:51713 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jv1Qh-0005gB-7o for ged-emacs-devel@m.gmane.org; Sat, 10 May 2008 22:36:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jv1Qc-0005fX-8L for emacs-devel@gnu.org; Sat, 10 May 2008 22:36:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jv1Qb-0005fG-Qb for emacs-devel@gnu.org; Sat, 10 May 2008 22:36:45 -0400 Original-Received: from [199.232.76.173] (port=52002 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jv1Qb-0005fC-ML for emacs-devel@gnu.org; Sat, 10 May 2008 22:36:45 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.156]:8785) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jv1Qb-0005V2-8D for emacs-devel@gnu.org; Sat, 10 May 2008 22:36:45 -0400 Original-Received: by fg-out-1718.google.com with SMTP id l26so1923911fgb.30 for ; Sat, 10 May 2008 19:36:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:mime-version:content-type; bh=db5xX3Nns/Rji0d8ihxZWSTjlla/gJRHr/T0tr3p+yU=; b=jGrWfB9OHw33S5blJWStk1742BjoOTJfVk8Wp2fJU+Hn/mdptKVSz1bR5CR2Q28EoLwDaX/wdb2mPBNWpLwwXuyKsp2w7Bjwo4C4XIYTD1mN+08Ux0rbSjpk0bqjXyAVzuU7jWBseJjYVAMcbCNDrsJvevUbamZJqqrk1ElY+TM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:mime-version:content-type; b=oWvybfQgnTXHk1X7QBWlHerQhUhLVyr8zPiJmRxLbpHfyi+vjTgT1ptbLHOzhot6s1unYHD2c52uMAzbM1etZ/PRGhLJ6UVoPz7kYeaKpmmudXudL/sRVWKmw6SLtObFtY0j7V2B6mZEpwYTpW/+1Qcj4EYpGnUgwPWBF6qMdRU= Original-Received: by 10.78.163.8 with SMTP id l8mr1596787hue.89.1210473403938; Sat, 10 May 2008 19:36:43 -0700 (PDT) Original-Received: by 10.78.141.4 with HTTP; Sat, 10 May 2008 19:36:43 -0700 (PDT) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:96956 gmane.emacs.pretest.bugs:22261 Archived-At: ------=_Part_5651_15115600.1210473403934 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline It looks like the isearch feature "isearch-allow-scroll" is not aware of the rebinding of C-l from recenter to recenter-top-bottom. I evaluated: (put 'recenter-top-bottom 'isearch-scroll t) And now C-l during isearch continues to search, as it did when C-l was bound to recenter. -Dave ------=_Part_5651_15115600.1210473403934 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline It looks like the isearch feature "isearch-allow-scroll" is not aware of the rebinding of C-l from recenter to recenter-top-bottom.

I  evaluated:
(put 'recenter-top-bottom 'isearch-scroll t)


And now C-l during isearch continues to search, as it did when C-l was bound to recenter.

-Dave
------=_Part_5651_15115600.1210473403934--