From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Stewart Newsgroups: gmane.emacs.help Subject: Re: Why function behaves differently when bound to different key combo? Date: Fri, 28 Nov 2008 14:28:00 +0800 Message-ID: <87k5aol5zj.fsf@debian.domain> References: <6daf5632-fd9e-4ade-a2d3-b23ca738f9da@r37g2000prr.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1227856140 5733 80.91.229.12 (28 Nov 2008 07:09:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Nov 2008 07:09:00 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 28 08:10:02 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L5xUH-00068t-Ko for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Nov 2008 08:10:01 +0100 Original-Received: from localhost ([127.0.0.1]:36930 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L5xT7-0000AZ-KX for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Nov 2008 02:08:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L5xSm-000096-KF for help-gnu-emacs@gnu.org; Fri, 28 Nov 2008 02:08:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L5xSk-00008Z-V1 for help-gnu-emacs@gnu.org; Fri, 28 Nov 2008 02:08:28 -0500 Original-Received: from [199.232.76.173] (port=41583 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L5xSk-00008V-Qw for help-gnu-emacs@gnu.org; Fri, 28 Nov 2008 02:08:26 -0500 Original-Received: from main.gmane.org ([80.91.229.2]:52813 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L5xSk-0004oE-EL for help-gnu-emacs@gnu.org; Fri, 28 Nov 2008 02:08:26 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L5xSe-0004Nw-P0 for help-gnu-emacs@gnu.org; Fri, 28 Nov 2008 07:08:20 +0000 Original-Received: from 222.212.143.97 ([222.212.143.97]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Nov 2008 07:08:20 +0000 Original-Received: from lazycat.manatee by 222.212.143.97 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Nov 2008 07:08:20 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 222.212.143.97 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:upryAnGzo4ZFKeShB/v32BWxzCQ= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:60181 Archived-At: Also binding C-f to `isearch-repeat-forward'. "seberino@spawar.navy.mil" writes: > Normally incremental search can be repeated by pressing C-s multiple > times. > > Why if I remap incremental search to C-f I CANNOT repeat it by > pressing C-f multiple times?.... > > Here is how I remapped it... > > (global-set-key "\^f" 'isearch-forward) > > chris