From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: sandipchitale@yahoo.com (Sandip Chitale) Newsgroups: gmane.emacs.help Subject: Re: Emacs does not recognise the shift key as a modifier. Date: 10 Sep 2003 12:31:07 -0700 Organization: http://groups.google.com/ Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1063223210 22508 80.91.224.253 (10 Sep 2003 19:46:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Sep 2003 19:46:50 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 10 21:46:48 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19xAvQ-0001Uf-00 for ; Wed, 10 Sep 2003 21:46:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19xAum-0007IS-HX for geh-help-gnu-emacs@m.gmane.org; Wed, 10 Sep 2003 15:46:08 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Original-NNTP-Posting-Host: 208.135.53.4 Original-X-Trace: posting.google.com 1063222269 22707 127.0.0.1 (10 Sep 2003 19:31:09 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 10 Sep 2003 19:31:09 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:116509 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:12429 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:12429 That is interesting. Doesn't emacs have very low level access to key scan codes so that it can distinguish when user is pressing Shift key + f which results in F as opposed to knowing that F is resulting due to Caps Lock. I say that because when the caps lock is on one can type Shift-f to get f. Kai.Grossjohann@gmx.net (Kai Grossjohann) wrote in message news:... > Tom Oswald wrote in message news:... > > When I press Control+H followed by k to get help regarding commands associated > > with keys. Then subsequently pressing F3, emacs only presents the > > command, if any, associated with F3, not F3. It does not understand the > > F3 was pressed while holding down . > > That's a feature. That way, you can type C-f (say) even when > Caps-Lock is enabled, and it will do what you think. > > But if you bind C-S-f, then C-f with Caps-Lock on or C-S-f will of > course invoke that function. > > This way, binding S- to some function will automatically make it > appear. > > This is the number two obscure feature of Emacs, IMHO. Number one is > M-x picture-mode RET C-c C-c for removing trailing blanks on each > line.