From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "B. T. Raven" Newsgroups: gmane.emacs.help Subject: Re: How to bind keys in emacs? Date: Fri, 23 Dec 2005 23:13:29 GMT Organization: EarthLink Inc. -- http://www.EarthLink.net Message-ID: References: <1135323536.675947.257490@o13g2000cwo.googlegroups.com><87psnodxvh.fsf@thalassa.informatimago.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1135379672 12129 80.91.229.2 (23 Dec 2005 23:14:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 23 Dec 2005 23:14:32 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Dec 24 00:14:32 2005 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Epw7E-0004Yn-Ra for geh-help-gnu-emacs@m.gmane.org; Sat, 24 Dec 2005 00:14:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Epw8J-00047J-0Y for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Dec 2005 18:15:31 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news4.google.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!elnk-atl-nf1!elnk-atl-nf2!newsfeed.earthlink.net!stamper.news.atl.earthlink.net!newsread1.news.atl.earthlink.net.POSTED!0847253b!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 31 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Original-NNTP-Posting-Host: 4.159.164.254 Original-X-Complaints-To: abuse@earthlink.net Original-X-Trace: newsread1.news.atl.earthlink.net 1135379609 4.159.164.254 (Fri, 23 Dec 2005 15:13:29 PST) Original-NNTP-Posting-Date: Fri, 23 Dec 2005 15:13:29 PST Original-Xref: shelby.stanford.edu gnu.emacs.help:136576 Original-To: help-gnu-emacs@gnu.org 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:32195 Archived-At: "Cameron Desautels" wrote in message news:mailman.20269.1135361990.20277.help-gnu-emacs@gnu.org... > On Fri, Dec 23, 2005 at 09:24:34AM +0100, Pascal Bourguignon wrote: > > > I want to use F5 keys to serve as C-x C-s [save buffer]. > > > and use F5 keys to serve as C-z [suspend]. > > > > > > What should i write in my ~/.emacs? > > > > If find it strange that you have non-deterministics wants, but here you are: > > Hah. I think that was a typo. I think he wants [f5] as save-buffer > and [f6] as suspend. Like so: > > (global-set-key [f5] 'save-buffer) > (global-set-key [f6] 'suspend-emacs) > -- > Cameron Desautels > > > Given infinite time, 100 monkeys could type out the complete works of > Shakespeare. Win 98 source code? Eight monkeys, five minutes. > > Or 'iconify-or-deiconify-frame for w32, apparently, instead of 'suspend-emacs. I don't know why this is. Do both work under Linux? Ed.