From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.help,gmane.emacs.bugs Subject: Re: read-key-sequence(-vector) on Shift left/right gives [left]/[right], not [S-left]/[S-right] ? Date: Tue, 07 Sep 2004 13:55:24 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <86isaqqonn.fsf@ketchup.de.uu.net> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1094558678 29240 80.91.224.253 (7 Sep 2004 12:04:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Sep 2004 12:04:38 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 07 14:04:33 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C4ei8-0000br-00 for ; Tue, 07 Sep 2004 14:04:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C4enM-0008GI-0t for geh-help-gnu-emacs@m.gmane.org; Tue, 07 Sep 2004 08:09:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C4em0-0007mV-9O for help-gnu-emacs@gnu.org; Tue, 07 Sep 2004 08:08:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C4elx-0007kJ-G2 for help-gnu-emacs@gnu.org; Tue, 07 Sep 2004 08:08:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C4elw-0007jz-U6 for help-gnu-emacs@gnu.org; Tue, 07 Sep 2004 08:08:29 -0400 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1C4egM-0007Hm-O3 for help-gnu-emacs@gnu.org; Tue, 07 Sep 2004 08:02:43 -0400 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by mx20.gnu.org with esmtp (Exim 4.34) id 1C4eeJ-0007i5-UP for help-gnu-emacs@gnu.org; Tue, 07 Sep 2004 08:00:38 -0400 Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1C4eeJ-0005rW-00 for ; Tue, 07 Sep 2004 14:00:35 +0200 Original-Received: from 139.4.37.213 ([139.4.37.213]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Sep 2004 14:00:35 +0200 Original-Received: from kai by 139.4.37.213 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Sep 2004 14:00:35 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 12 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 139.4.37.213 User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:pnvioMutxzv9SKF0UQ9f0/ylV+U= 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: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:20472 gmane.emacs.bugs:8951 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:8951 "Drew Adams" writes: > Execute foo, press Shift+[left] or Shift+[right]. The message ([left] or > [right]) shows that the Shift modifier is lost. If S- is unbound, Emacs looks up the binding of . So are S- and S- bound but S- and S- are unbound? The reason for this is such that you can use most keybindings even when caps lock is on. Kai