From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yarek Kowalik Newsgroups: gmane.emacs.help Subject: Combining Ctrl + Super_l + ' (quote) does not work Date: Wed, 12 Nov 2008 12:26:50 -0800 (PST) Organization: http://groups.google.com Message-ID: <71f8e5ee-f101-4bd6-a6f1-be38b6719e13@i20g2000prf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1226528995 10590 80.91.229.12 (12 Nov 2008 22:29:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Nov 2008 22:29:55 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 12 23:30:56 2008 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 1L0OEf-0004Hh-KW for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Nov 2008 23:30:53 +0100 Original-Received: from localhost ([127.0.0.1]:49662 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0ODX-0004CP-MZ for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Nov 2008 17:29:43 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!i20g2000prf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: 67.182.140.90 Original-X-Trace: posting.google.com 1226521610 15132 127.0.0.1 (12 Nov 2008 20:26:50 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 12 Nov 2008 20:26:50 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: i20g2000prf.googlegroups.com; posting-host=67.182.140.90; posting-account=KiW1dQoAAAB8yXOzsc-Mcch5Pile_rXB User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:164372 X-Mailman-Approved-At: Wed, 12 Nov 2008 17:27:48 -0500 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:59707 Archived-At: I'm running GNU Emacs 22.1.1 (x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2008-05-02 on king, modified by Ubuntu I have some commands bound to C-s-'. It fails with the right side key combination, but on the left. That is, it works when I press Ctrl_r + Super_r + ', and not but when I press Ctrl_l + Super_l + '. Ctrl_l + ' is recognized as C+' and Super_l + ' is recognized as s-', but strangely combining Ctrl_l and Super_L does not produce C-s-. It's a command I use often, and this is highly annoying as it works fine on my x86 laptop where I run GNU Emacs 22.1.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2008-05-03 on terranova, modified by Ubuntu. Any clue where I need to tweak to make this work? Yarek