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

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

binding C-uC-SPC to a new key


From: Badari Kakumani
Subject: binding C-uC-SPC to a new key
Date: 15 Dec 2006 13:31:18 -0800
User-agent: G2/1.0

folks,

i would appreciate pointers to invoke the the set-mark-command
with a prefix (so that it traverses back to where previous mark was).

i tried:

    (define-key alt-m-map "p" '(lambda ()
((universal-argument)(set-mark-command))))

but the above didn't work. yes, i am newbie to elisp ;)

thanks,
-badari



reply via email to

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