From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bill Newsgroups: gmane.emacs.help Subject: Modifying Keybindgs Anomoly Date: Sat, 2 Sep 2006 06:32:19 -0700 Message-ID: <20060902133219.GC14048@bill.local> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1157203989 8592 80.91.229.2 (2 Sep 2006 13:33:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 2 Sep 2006 13:33:09 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Sep 02 15:33:07 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GJVcC-0000gU-8P for geh-help-gnu-emacs@m.gmane.org; Sat, 02 Sep 2006 15:32:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GJVcB-00064J-9n for geh-help-gnu-emacs@m.gmane.org; Sat, 02 Sep 2006 09:32:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GJVbw-00063k-07 for help-gnu-emacs@gnu.org; Sat, 02 Sep 2006 09:32:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GJVbu-00062r-2y for help-gnu-emacs@gnu.org; Sat, 02 Sep 2006 09:32:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GJVbt-00062a-CX for help-gnu-emacs@gnu.org; Sat, 02 Sep 2006 09:32:33 -0400 Original-Received: from [24.20.51.17] (helo=bill.tualatinfoursquare.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GJVly-00061W-73 for help-gnu-emacs@gnu.org; Sat, 02 Sep 2006 09:42:58 -0400 Original-Received: by bill.tualatinfoursquare.org (Postfix, from userid 501) id CCBA1103DC9; Sat, 2 Sep 2006 06:32:19 -0700 (PDT) Original-To: help-gnu-emacs@gnu.org Content-Disposition: inline User-Agent: Mutt/1.4.2.1i 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:37123 Archived-At: Given the followng lines from .emacs: (global-set-key "\C-f" 'delete-selection-mode) ;;(global-set-key "\C-f" 'isearch-forward) Note that the second entry use to work fine, but is quoted out, so non-operating. However, even after reinitiating .emacs the second entry continues to activate when C-f is entered. I must be missing something. bj