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

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

Re: [Elisp] beginner question


From: Fabrice Bauzac
Subject: Re: [Elisp] beginner question
Date: Fri, 22 Jun 2001 19:49:44 +0200
User-agent: Mutt/1.3.18i

All right, I found the answer elsewhere.  I did

(dotimes (n 8)
  (global-set-key
   (concat "\C-cv" (number-to-string (1+ n)))
   `(lambda () (interactive) (foo ,(1+ n)))))
-- 
Fabrice Bauzac
Software should be free.

Attachment: pgpjhz1T0zY5G.pgp
Description: PGP signature


reply via email to

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