all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tim Johnson <tim@johnsons-web.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Emacs does not recognize the alt modifier key
Date: Thu, 11 Feb 2010 20:46:20 -0600	[thread overview]
Message-ID: <slrnhn9d8p.auj.tim@bart.johnson.com> (raw)
In-Reply-To: slrnhn98bn.auj.tim@bart.johnson.com

On 2010-02-12, Tim Johnson <tim@johnsons-web.com> wrote:
>
<..>
> Emacs does not recognize the alt key on this Operating system. Emacs
> does recognize the following modifiers: control, hyper and super. The
> last two are set via xmodmap.  xev will recognize the 'alt' key as do
> other applications - such as vim.
<..>
> ;; Note 'H-p' instead of 'M-p'.
>
> I have not changed any of my emacs settings (that I know of) since I
> used emacs on previous OSs (slack 10.0 and kubuntu).
  Well, I've surprised myself and found the solution. As a mea culpa,
	here is the solution:
	My .Xmodmap file, which is run by slack at login and reconfigures my
	keyboard to meet my preferences did not do any remapping for the right
	alt/meta key. I.E., the key remains as originally designed.

	The left alt/meta key had been remapped.

	Just for grins, I applied : following xmodmap command:
  keycode 108 = Alt_R
  ! followed by:
	add mod1 = Alt_R
	! and now both the right and left alt/meta keys are recognized by
	emacs.
-- 
Tim 
tim@johnsons-web.com
http://www.akwebsoft.com


  reply	other threads:[~2010-02-12  2:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-12  0:46 Emacs does not recognize the alt modifier key Tim Johnson
2010-02-12  2:46 ` Tim Johnson [this message]
2010-02-12  5:19 ` Tim X
2010-02-12 16:46   ` Tim Johnson

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=slrnhn9d8p.auj.tim@bart.johnson.com \
    --to=tim@johnsons-web.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.