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

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

Re: Need help. Scroll_Lock is undefined


From: Louise Hoffman
Subject: Re: Need help. Scroll_Lock is undefined
Date: 1 Feb 2007 00:39:25 -0800
User-agent: G2/1.0

Just for the sake of consistancy and to help others, here is what
solved the problem for me.

;; Disable Scoll Lock warnings
;;(global-set-key [scroll-lock] 'noop)
;;(global-set-key [scroll-lock] nil)
;;(global-set-key [scroll-lock] '(quote nil))
(global-set-key (kbd "<Scroll_Lock>") '(lambda () (interactive) nil))




reply via email to

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