From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xavier Maillard Newsgroups: gmane.emacs.help Subject: Re: M-<, M->, M-% ... Date: Thu, 27 Mar 2008 02:00:18 +0100 Organization: GNU's Not UNIX! Message-ID: <200803270100.m2R10GC2003848@localhost.localdomain> References: Reply-To: Xavier Maillard NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1206582123 7839 80.91.229.12 (27 Mar 2008 01:42:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Mar 2008 01:42:03 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: poppyer Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 27 02:42:33 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 1Jeh8S-0007BW-68 for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Mar 2008 02:42:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jeh7q-0006yd-PS for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Mar 2008 21:41:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jeh5k-0004ZU-7q for help-gnu-emacs@gnu.org; Wed, 26 Mar 2008 21:39:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jeh5g-0004WL-IJ for help-gnu-emacs@gnu.org; Wed, 26 Mar 2008 21:39:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jeh5g-0004W3-BO for help-gnu-emacs@gnu.org; Wed, 26 Mar 2008 21:39:40 -0400 Original-Received: from master.uucpssh.org ([193.218.105.66]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jeh5g-0001wX-Dl for help-gnu-emacs@gnu.org; Wed, 26 Mar 2008 21:39:40 -0400 Original-Received: by master.uucpssh.org (Postfix, from userid 10) id 63A43D54F3; Thu, 27 Mar 2008 02:36:22 +0100 (CET) Original-Received: from localhost.localdomain (IDENT:1000@localhost [127.0.0.1]) by localhost.localdomain (8.14.1/8.13.8) with ESMTP id m2R10R6U003873; Thu, 27 Mar 2008 02:00:29 +0100 Original-Received: (from xma@localhost) by localhost.localdomain (8.14.1/8.13.8/Submit) id m2R10GC2003848; Thu, 27 Mar 2008 02:00:18 +0100 In-reply-to: (message from poppyer on Wed, 26 Mar 2008 06:08:07 +0000) User-Agent: Rmail in GNU Emacs 23.0.60.3 on GNU/Linux Jabber-ID: xma01@jabber.fr X-uucpssh: Found to be clean X-uucpssh-SpamCheck: not spam, SpamAssassin (not cached, score=-4.328, required 4.6, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.07, BAYES_00 -2.60, SPF_HELO_PASS -0.00) X-uucpssh-From: xma@gnu.org X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:52728 Archived-At: > What is the best way to invoke the above mentionned keys in the > linux console (I really mean the console, not a xterm) ? I managed to get M-< and M-> works, but M-arrow keys still not working. Very intelligent. Why can't you have M-right and friends working with this method ? 1). make a mykeymap plain txt file: --8<---------------cut here---------------start------------->8--- alt shift keycode 51 = Meta_less alt shift keycode 52 = Meta_greater alt keycode 103 = F98 alt keycode 108 = F99 string F98 = "\033\033[A" # Meta_up string F99 = "\033\033[B" # Meta_down --8<---------------cut here---------------end--------------->8--- Really good. How did you find the keys to modify ? Regrds Xavier -- http://www.gnu.org http://www.april.org http://www.lolica.org