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

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

Re: Use of 'pause' as key prefix


From: Kevin Rodgers
Subject: Re: Use of 'pause' as key prefix
Date: Thu, 08 Nov 2007 21:46:27 -0700
User-agent: Thunderbird 1.5.0.13 (Macintosh/20070809)

Kenneth Jacker wrote:
One more question!

I have defined 'pause' as a prefix, and am able to bind to "pause pause" with this:

   (define-key pause-map '[pause] 'f0)

How can I bind a function to "pause pause pause"?

Again, I tried various syntax combination, but wasn't able
to do it in a way that worked.

(define-key pause-map '[pause pause] 'f1)

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

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