all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: poppyer <poppyer@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: M-<, M->, M-% ...
Date: Thu, 27 Mar 2008 02:42:51 +0000	[thread overview]
Message-ID: <g3ej9w3n10.fsf@clpc78.comlab> (raw)
In-Reply-To: mailman.9486.1206581993.18990.help-gnu-emacs@gnu.org

Xavier Maillard <xma@gnu.org> writes:

>    > 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 ?

I believe that it is because Meta_less and Meta_greater are predefined in
the keymap, while Meta_up, Meta-right etc are not.

I just google up the string like Meta_up is "\033\003[A" but obvious it
is not working in my case. so I think if you can figure out the correct
string, it should work.

cheers,
poppyer

>
>    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

-- 


  parent reply	other threads:[~2008-03-27  2:42 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.9420.1206495574.18990.help-gnu-emacs@gnu.org>
2008-03-26  5:28 ` M-<, M->, M-% Barry Margolin
2008-03-26  6:40   ` Andrea Vettorello
2008-03-27  1:00     ` Xavier Maillard
2008-03-27  9:18       ` Andrea Vettorello
2008-03-27  1:00   ` Xavier Maillard
2008-03-26  6:08 ` poppyer
2008-03-27  1:00   ` Xavier Maillard
     [not found]   ` <mailman.9486.1206581993.18990.help-gnu-emacs@gnu.org>
2008-03-27  2:42     ` poppyer [this message]
2008-03-27  2:52   ` Tim X
2008-03-26  1:00 Xavier Maillard
2008-03-26 21:27 ` Alan Mackenzie
2008-03-31 18:59   ` Joel J. Adamson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=g3ej9w3n10.fsf@clpc78.comlab \
    --to=poppyer@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.