all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
Subject: Re: terminal
Date: Sun, 26 Mar 2006 23:20:37 -0500	[thread overview]
Message-ID: <87wtegjziq.fsf-monnier+gnu.emacs.help@gnu.org> (raw)
In-Reply-To: 1143401462.811473.168640@u72g2000cwu.googlegroups.com

> I try to use M-x keyboard-coding-system command on minibuffer, switching
> to iso-latin-1 or iso-8859-1 charset.  It works for accented chars but now
> alt is not recognized as meta key (it prints a strange symbol, like
> a diameter).

IIUC the problem is that you're using a terminal that's badly configured, so
it uses the 8th bit of data both for accented chars and for the meta-bit.
So M-i sends the exact same code (i.e. 233, aka E9) as é, so clearly Emacs
can't tell which was meant.

You have to change your terminal's settings so that it sends the meta bit
differently (typically by turning it into an ESC char such that M-i doesn't
send a single 233 byte but two bytes (27 and 105, corresponding to ESC and
i).  While you're at it, please repot this problem to whoever configured
your terminal (e.g. your distribution, or the original author).


        Stefan

      reply	other threads:[~2006-03-27  4:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-26 11:42 terminal gaetanoortisi
2006-03-26 13:29 ` terminal Peter Dyballa
2006-03-26 16:54 ` terminal Pascal Bourguignon
2006-03-26 19:31   ` terminal gaetanoortisi
2006-03-27  4:20     ` Stefan Monnier [this message]

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=87wtegjziq.fsf-monnier+gnu.emacs.help@gnu.org \
    --to=monnier@iro.umontreal.ca \
    /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.