From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: weber Newsgroups: gmane.emacs.help Subject: Re: How to bind meta+shift in linux Date: Sun, 3 Aug 2008 05:48:53 -0700 (PDT) Organization: http://groups.google.com Message-ID: <8c06b983-fd26-4506-a6be-ba65d6fd1fae@59g2000hsb.googlegroups.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1217770899 8732 80.91.229.12 (3 Aug 2008 13:41:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 3 Aug 2008 13:41:39 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 03 15:42:30 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 1KPdqt-0002D1-BS for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Aug 2008 15:42:27 +0200 Original-Received: from localhost ([127.0.0.1]:57782 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KPdpy-0007kX-6P for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Aug 2008 09:41:30 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!59g2000hsb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: 189.32.111.130 Original-X-Trace: posting.google.com 1217767734 27508 127.0.0.1 (3 Aug 2008 12:48:54 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 3 Aug 2008 12:48:54 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 59g2000hsb.googlegroups.com; posting-host=189.32.111.130; posting-account=7GrjgQoAAAD6slWURausdJnhFDkmQYC8 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008061015 Firefox/3.0,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:160836 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:56180 Archived-At: On Aug 3, 8:47=A0am, Ke Lu wrote: > Hi > > I see a ergonomic keybinding fromhttp://xahlee.org/emacs/ergonomic_emacs_= keybinding.html > > But meta+shift+somekey takes no effect in linux. > > ie > ;; Move to beginning/ending of file > (global-set-key (kbd "M-J") 'beginning-of-buffer) =A0; was nil > (global-set-key (kbd "M-L") 'end-of-buffer) =A0; was nil > > (global-set-key (kbd "M-S-j") 'beginning-of-buffer) =A0; was nil > (global-set-key (kbd "M-S-l") 'end-of-buffer) =A0; was nil > > Both of them takes no effect. > > Thanks. X or console? What you pasted works on my linux,,, perhaps try global-set-key interactively to find out more? -weber