From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: JD Smith Newsgroups: gmane.emacs.devel Subject: Re: Binding F11 and F12 to buffer-switching and file-saving by default Date: Wed, 31 Jan 2007 18:09:33 -0700 Message-ID: References: <87veio3npx.fsf@localhost.i-did-not-set--mail-host-address--so-tickle-me> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1170292245 4417 80.91.229.12 (1 Feb 2007 01:10:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Feb 2007 01:10:45 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 01 02:10:28 2007 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 1HCQSv-0001z8-Nl for ged-emacs-devel@m.gmane.org; Thu, 01 Feb 2007 02:10:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HCQSv-0007yn-5K for ged-emacs-devel@m.gmane.org; Wed, 31 Jan 2007 20:10:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HCQSl-0007yi-OC for emacs-devel@gnu.org; Wed, 31 Jan 2007 20:10:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HCQSj-0007yW-8u for emacs-devel@gnu.org; Wed, 31 Jan 2007 20:10:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HCQSj-0007yT-4n for emacs-devel@gnu.org; Wed, 31 Jan 2007 20:10:05 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HCQSi-0004Uj-KW for emacs-devel@gnu.org; Wed, 31 Jan 2007 20:10:04 -0500 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1HCQSg-0005y6-AH for emacs-devel@gnu.org; Thu, 01 Feb 2007 02:10:02 +0100 Original-Received: from turtle.as.arizona.edu ([128.196.208.207]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Feb 2007 02:10:02 +0100 Original-Received: from jdsmith by turtle.as.arizona.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Feb 2007 02:10:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: turtle.as.arizona.edu User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:65729 Archived-At: On Tue, 30 Jan 2007 03:47:38 -0500, Jason Spiro wrote: > > Would it be practical: > > * to bind to some kind of buffer-switching command such as > iswitchb-buffer, > > * and to bind to save-buffer, > > by default? These are very commonly used functions, so I think it > is worthwhile to provide one-key access to them. Under OSX, F11 shows the desktop, and F12 the Dashboard, so this would interfere with that (or wouldn't work of the OS caught the keys first).