From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.devel Subject: Re: Binding F11 and F12 to buffer-switching and file-saving by default Date: Thu, 01 Feb 2007 07:35:46 -0500 Message-ID: References: <87veio3npx.fsf@localhost.i-did-not-set--mail-host-address--so-tickle-me> <8764ao3hxn.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=us-ascii X-Trace: sea.gmane.org 1170333387 30897 80.91.229.12 (1 Feb 2007 12:36:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Feb 2007 12:36:27 +0000 (UTC) Cc: Juanma Barranquero , emacs-devel@gnu.org To: "Jason Spiro" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 01 13:36:11 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 1HCbAa-0001V3-FS for ged-emacs-devel@m.gmane.org; Thu, 01 Feb 2007 13:36:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HCbAa-0008F8-0C for ged-emacs-devel@m.gmane.org; Thu, 01 Feb 2007 07:36:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HCbAR-0008F3-1d for emacs-devel@gnu.org; Thu, 01 Feb 2007 07:35:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HCbAO-0008Er-OA for emacs-devel@gnu.org; Thu, 01 Feb 2007 07:35:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HCbAO-0008Eo-K9 for emacs-devel@gnu.org; Thu, 01 Feb 2007 07:35:52 -0500 Original-Received: from smtp02.lnh.mail.rcn.net ([207.172.157.102]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HCbAO-0006AY-Al for emacs-devel@gnu.org; Thu, 01 Feb 2007 07:35:52 -0500 Original-Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 01 Feb 2007 07:35:53 -0500 X-IronPort-AV: i="4.13,266,1167627600"; d="scan'208"; a="401787055:sNHT31466096" Original-Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.7.5a-GA) with ESMTP id IET56163; Thu, 1 Feb 2007 07:35:50 -0500 (EST) Original-Received: from 208-59-165-113.c3-0.slvr-ubr1.lnh-slvr.md.cable.rcn.com (HELO ACS1100007992) ([208.59.165.113]) by smtp01.lnh.mail.rcn.net with ESMTP; 01 Feb 2007 07:35:50 -0500 In-Reply-To: (Jason Spiro's message of "Tue, 30 Jan 2007 20:55:34 -0500") User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) X-Junkmail-Status: score=10/50, host=mr08.lnh.mail.rcn.net X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A090209.45C1DEA6.00EC,ss=1,fgs=0, ip=207.172.4.11, so=2006-05-09 23:27:51, dmn=5.2.125/2006-10-10 X-detected-kernel: FreeBSD 2.0-4.2 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:65739 Archived-At: "Jason Spiro" writes: > 2007/1/30, Juanma Barranquero : >> On 1/30/07, Jason Spiro wrote: >> >> > I suspect that one of the most popular uses of Emacs is programming. >> >> Yeah. That doesn't mean people use compile/recompile. I almost never >> use it, and I do use Emacs to do programming. > > I suspect that many *do* use compile/recompile though :) I use 'compile'; it is bound to F5. I did not know about 'recompile' until this discussion; reading the help now, I don't actually know what it does, but I'm not going to worry about it :) > Could we at least bind compile/recompile to some key combo, even if > not to F12? Doesn't each programming language mode bind 'compile' to something? Ada mode binds it to C-c C-c. And 'next-error' must be bound as well. I don't use the language mode bindings, because I _always_ use a makefile. But that's a personal choice. -- -- Stephe