From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: A simple implementation of context-sensitive keys Date: Thu, 11 Sep 2008 21:33:20 -0400 Message-ID: References: <87y72079mg.fsf@thinkpad.tsdh.de> <87d4jbg62j.fsf@thinkpad.tsdh.de> <48C92024.6080804@gmail.com> <48C98A49.5030601@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1221183215 7533 80.91.229.12 (12 Sep 2008 01:33:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Sep 2008 01:33:35 +0000 (UTC) Cc: Tassilo Horn , emacs-devel@gnu.org To: "Lennart Borgman \(gmail\)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 12 03:34:31 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 1KdxYM-0001N7-Vd for ged-emacs-devel@m.gmane.org; Fri, 12 Sep 2008 03:34:31 +0200 Original-Received: from localhost ([127.0.0.1]:39002 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KdxXN-0003ss-4N for ged-emacs-devel@m.gmane.org; Thu, 11 Sep 2008 21:33:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KdxXI-0003sn-9o for emacs-devel@gnu.org; Thu, 11 Sep 2008 21:33:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KdxXG-0003rx-FQ for emacs-devel@gnu.org; Thu, 11 Sep 2008 21:33:23 -0400 Original-Received: from [199.232.76.173] (port=57523 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KdxXG-0003rn-B7 for emacs-devel@gnu.org; Thu, 11 Sep 2008 21:33:22 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:63909 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KdxXF-0005Pf-VR for emacs-devel@gnu.org; Thu, 11 Sep 2008 21:33:22 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuUEADRjyUhFxIqP/2dsb2JhbACBY7ZYgWKBBg X-IronPort-AV: E=Sophos;i="4.32,385,1217822400"; d="scan'208";a="26697873" Original-Received: from 69-196-138-143.dsl.teksavvy.com (HELO ceviche.home) ([69.196.138.143]) by ironport2-out.teksavvy.com with ESMTP; 11 Sep 2008 21:33:20 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 1F2C1B40CD; Thu, 11 Sep 2008 21:33:20 -0400 (EDT) In-Reply-To: <48C98A49.5030601@gmail.com> (Lennart Borgman's message of "Thu, 11 Sep 2008 23:14:49 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:103833 Archived-At: > Some of this potential conflicts are resolved by the key binding > conventions: > (info "(elisp) Key Binding Conventions") No, because these are not accidental conflicts. The use of the same key is voluntary. Stefan