help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to bind keys in emacs?


From: Pascal Bourguignon
Subject: Re: How to bind keys in emacs?
Date: Sat, 24 Dec 2005 00:28:49 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

"B. T. Raven" <ecinmn@peoplepc.com> writes:

> "Cameron Desautels" <cam@apt2324.com> 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 <cam@apt2324.com>
>>
>>
>> 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?

Why do you think I wrote:
                                   (if window-system
                                       (iconify-or-deiconify-frame)
                                       (suspend-emacs))

?

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/

PLEASE NOTE: Some quantum physics theories suggest that when the
consumer is not directly observing this product, it may cease to
exist or will exist only in a vague and undetermined state.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]