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

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

[h-e-w] Supplying Argument to a Function in a Key Binding


From: Raymond Zeitler
Subject: [h-e-w] Supplying Argument to a Function in a Key Binding
Date: Wed, 4 Dec 2002 13:19:43 -0500

I'm trying to bind [S-left] to what C-u 1 C-x < normally invokes.  I've added 
this (and some variations) to my .emacs:

(global-set-key (quote [S-left]) (quote scroll-left '1))

Unfortunately, it ignores the prefix argument.  What's the proper syntax for 
this, please?

TIA




reply via email to

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