From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Wilmar Igl Newsgroups: gmane.emacs.help Subject: change keybinding Meta-Shift Date: Wed, 03 Jan 2007 15:47:00 +0100 Message-ID: <501tv4F1e3ocpU1@mid.dfncis.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1167838863 31751 80.91.229.12 (3 Jan 2007 15:41:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Jan 2007 15:41:03 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 03 16:40:59 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 1H28E7-0008VX-8N for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Jan 2007 16:40:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H28E6-0000nR-KZ for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Jan 2007 10:40:26 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-X-Trace: news.dfncis.de VVmfus7g6DemzbAXi1u+KgCdcFfrQ/a/n/e/mmnjRmWhZj User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) Original-Xref: shelby.stanford.edu gnu.emacs.help:144520 Original-To: help-gnu-emacs@gnu.org 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:40123 Archived-At: Hello, currently Alt-Shift is bound to the function with the effect of changing most keybindings on my keyboard (e.g. z <-> y) I've tried to change the keybindings in different ways to switch off this shortcut, however without success, e.g. (global-set-key [] 'ignore) (global-set-key [] 'ignore) What do I do wrong? Any help is welcome. Thanks, Will