all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Olive <olive.lin@versateladsl.be>
Subject: Re: Emacs 21.3.1 -nw over ssh, C-h not bringing up help
Date: Sun, 20 Mar 2005 09:08:23 +0100	[thread overview]
Message-ID: <423d302c_5@x-privat.org> (raw)
In-Reply-To: <mailman.4438.1111277867.32256.help-gnu-emacs@gnu.org>

Peter Dyballa wrote:
> 
> Am 19.03.2005 um 23:10 schrieb Olive:
> 
>> XTerm*ttyModes: erase ^?
>> XTerm*backarrowKey: false
> 
> 
> Of course these settings work -- but only here, on localhost. I think 
> Todd has the problems when GNU Emacs runs in a shell in a remote site. 
> So re-programming the local X server won't change his problems, he has 
> to fix it in the remote shell.
> 
>> XTerm*eightBitInput: false
> 
> 
> I wouldn't do that! The European scripts are 8 bit.
> 

This setting does not prevent xterm to handle 8 bit characters properly 
(I usually wrote French, ...). It tell emacs to send "meta characters" 
as control sequence (see man xterm). To handle 8 bit properly; you must 
also add the following in your .emacs (for language that use Latin1 
encoding).

(set-terminal-coding-system 'latin-1)
(set-keyboard-coding-system 'latin-1)
(xterm-mouse-mode 1)

Olive

  parent reply	other threads:[~2005-03-20  8:08 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-19 20:27 Emacs 21.3.1 -nw over ssh, C-h not bringing up help Todd H.
2005-03-19 21:13 ` Peter Dyballa
2005-03-19 21:33 ` Eli Zaretskii
2005-03-19 22:10 ` Olive
2005-03-19 23:51   ` Peter Dyballa
     [not found]   ` <mailman.4438.1111277867.32256.help-gnu-emacs@gnu.org>
2005-03-20  0:49     ` David Kastrup
2005-03-20  0:57       ` Stefan Monnier
2005-03-20  8:11       ` Olive
2005-03-20  8:08     ` Olive [this message]
     [not found] ` <mailman.4437.1111269347.32256.help-gnu-emacs@gnu.org>
2005-03-20 17:53   ` Todd H.
     [not found] ` <mailman.4436.1111268261.32256.help-gnu-emacs@gnu.org>
2005-03-20 18:14   ` Todd H.

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=423d302c_5@x-privat.org \
    --to=olive.lin@versateladsl.be \
    /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.