unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Louise Hoffman" <louise.hoffman@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Need help. Scroll_Lock is undefined
Date: 1 Feb 2007 00:39:25 -0800	[thread overview]
Message-ID: <1170319165.261815.267490@k78g2000cwa.googlegroups.com> (raw)
In-Reply-To: <1166644896.077803.168560@73g2000cwn.googlegroups.com>

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	other threads:[~2007-02-01  8:39 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-19 16:07 Need help. Scroll_Lock is undefined Louise Hoffman
2006-12-19 18:14 ` Robert Thorpe
2006-12-19 19:43   ` Louise Hoffman
2006-12-19 19:56     ` Robert Thorpe
2006-12-20  7:07       ` Louise Hoffman
2006-12-20 13:34         ` Louise Hoffman
2006-12-20 14:23           ` Enno Schwass
2006-12-20 20:01           ` Robert Thorpe
2007-02-01  8:39             ` Louise Hoffman [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1170319165.261815.267490@k78g2000cwa.googlegroups.com \
    --to=louise.hoffman@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).