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: how to use graphic-display-p and window-system Date: Fri, 17 Apr 2009 23:41:06 -0400 Message-ID: References: <834owro4ha.fsf@gnu.org> <001a01c9bf83$38bd2270$0200a8c0@us.oracle.com> <83d4bbjgeg.fsf@gnu.org> <000001c9bf99$47732600$0200a8c0@us.oracle.com> <001201c9bfbb$65707c30$0200a8c0@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1240026090 24486 80.91.229.12 (18 Apr 2009 03:41:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 18 Apr 2009 03:41:30 +0000 (UTC) Cc: 'Eli Zaretskii' , emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 18 05:42:48 2009 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 1Lv1S2-0006gs-RW for ged-emacs-devel@m.gmane.org; Sat, 18 Apr 2009 05:42:47 +0200 Original-Received: from localhost ([127.0.0.1]:36575 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lv1Qe-0004nz-3n for ged-emacs-devel@m.gmane.org; Fri, 17 Apr 2009 23:41:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lv1QZ-0004nb-IZ for emacs-devel@gnu.org; Fri, 17 Apr 2009 23:41:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lv1QV-0004n8-41 for emacs-devel@gnu.org; Fri, 17 Apr 2009 23:41:15 -0400 Original-Received: from [199.232.76.173] (port=40907 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lv1QV-0004n5-1p for emacs-devel@gnu.org; Fri, 17 Apr 2009 23:41:11 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:36235 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lv1QT-0002IC-JS; Fri, 17 Apr 2009 23:41:09 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmsFACPp6ElLd+7D/2dsb2JhbACBTsx8g30GhSk X-IronPort-AV: E=Sophos;i="4.40,207,1238990400"; d="scan'208";a="37250075" Original-Received: from 75-119-238-195.dsl.teksavvy.com (HELO pastel.home) ([75.119.238.195]) by ironport2-out.teksavvy.com with ESMTP; 17 Apr 2009 23:41:07 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 07AB87EFC; Fri, 17 Apr 2009 23:41:07 -0400 (EDT) In-Reply-To: <001201c9bfbb$65707c30$0200a8c0@us.oracle.com> (Drew Adams's message of "Fri, 17 Apr 2009 17:19:51 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-detected-operating-system: 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:110336 Archived-At: >> and once that's done you may also provide another binding >> using a less standard key. > That's exactly what I'm doing. But I want to make that basic binding the > default, when the context is unlikely to not support the fancier keys. No, I really mean you provide both (or more) bindings at the same time, always. Stefan