From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Louise Hoffman" Newsgroups: gmane.emacs.help Subject: Re: Need help. Scroll_Lock is undefined Date: 1 Feb 2007 00:39:25 -0800 Organization: http://groups.google.com Message-ID: <1170319165.261815.267490@k78g2000cwa.googlegroups.com> References: <1166544457.147097.246880@t46g2000cwa.googlegroups.com> <1166552040.386333.189800@a3g2000cwd.googlegroups.com> <1166557387.558089.201410@73g2000cwn.googlegroups.com> <1166558198.445380.218360@n67g2000cwd.googlegroups.com> <1166598431.539702.278280@80g2000cwy.googlegroups.com> <1166621696.816150.288440@80g2000cwy.googlegroups.com> <1166644896.077803.168560@73g2000cwn.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1170319271 6192 80.91.229.12 (1 Feb 2007 08:41:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Feb 2007 08:41:11 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 01 09:40:55 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HCXV1-0008Jb-DU for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Feb 2007 09:40:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HCXV0-0001D8-Ve for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Feb 2007 03:40:55 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!k78g2000cwa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Original-NNTP-Posting-Host: 87.54.106.98 Original-X-Trace: posting.google.com 1170319170 23998 127.0.0.1 (1 Feb 2007 08:39:30 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 1 Feb 2007 08:39:30 +0000 (UTC) In-Reply-To: <1166644896.077803.168560@73g2000cwn.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1.1) Gecko/20061208 Firefox/2.0.0.1,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: k78g2000cwa.googlegroups.com; posting-host=87.54.106.98; posting-account=IpDWDA0AAADGben-FmVL1s9vC1gx8qyZ Original-Xref: shelby.stanford.edu gnu.emacs.help:145211 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:40817 Archived-At: 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 "") '(lambda () (interactive) nil))