From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.help Subject: Re: when rebind a key with global-set-key , if I need to use global-unset-key on that key ? Date: Mon, 27 Jul 2009 14:44:26 +0800 Message-ID: <87my6qlj5h.fsf@bzg.ath.cx> References: <907065090907262313w4edaaaeaud0c6ad0974ca8c42@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1248677112 12846 80.91.229.12 (27 Jul 2009 06:45:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Jul 2009 06:45:12 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 27 08:45:04 2009 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 1MVJxH-0005Up-Et for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Jul 2009 08:45:03 +0200 Original-Received: from localhost ([127.0.0.1]:49032 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVJxG-0004St-Nq for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Jul 2009 02:45:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MVJwu-0004Se-52 for help-gnu-emacs@gnu.org; Mon, 27 Jul 2009 02:44:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVJwo-0004QE-PO for help-gnu-emacs@gnu.org; Mon, 27 Jul 2009 02:44:38 -0400 Original-Received: from [199.232.76.173] (port=41509 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVJwo-0004Q5-HQ for help-gnu-emacs@gnu.org; Mon, 27 Jul 2009 02:44:34 -0400 Original-Received: from mail-px0-f193.google.com ([209.85.216.193]:33966) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MVJwn-0005JL-T9 for help-gnu-emacs@gnu.org; Mon, 27 Jul 2009 02:44:34 -0400 Original-Received: by pxi31 with SMTP id 31so2048047pxi.14 for ; Sun, 26 Jul 2009 23:44:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:in-reply-to :references:user-agent:date:message-id:mime-version:content-type; bh=W0RL8D5eiapl4INEi6wbOS0ydv0lEseSmaAaID9gDkc=; b=AC6UVK4GWGdhJQeq/S6zvZdYfwPk0L5OcuQBz055KPRIbpRfgQsmncxQ+ZzVqLhVHE hjEtlHUyxF6kYX+1z9iEiECzdrhmN4aXrEUB0+Znq/5xZwNkh6G/7qpqkvLB8NolPj9O A56arazCamOjzGY7IqZoK8paKf6Wt1koMPqZA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; b=EiLD1cDLwMnF/RAKy9CHCmXzp2wQidmAkZk43VijzVIu0Az+7vQulSC9DQucvPSoYS LpSTWymOuTlPyn+F2jm0Z79XNjKuA8hDAwyBB+JGqGrQJ6/o7TwXL1XaVwGjoGRuqOuT 6BG4fAsXCvpW2N1CciOHgDxjtEXJ+A2eALA/g= Original-Received: by 10.115.91.3 with SMTP id t3mr9474108wal.121.1248677072722; Sun, 26 Jul 2009 23:44:32 -0700 (PDT) Original-Received: from bzg.ath.cx ([222.29.50.13]) by mx.google.com with ESMTPS id k37sm20127630rvb.5.2009.07.26.23.44.30 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 26 Jul 2009 23:44:31 -0700 (PDT) In-Reply-To: <907065090907262313w4edaaaeaud0c6ad0974ca8c42@mail.gmail.com> (waterloo's message of "Mon, 27 Jul 2009 14:13:29 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:66418 Archived-At: waterloo writes: > when rebind a key with global-set-key , if I need to use > global-unset-key on that key ? No. -- Bastien