all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: terminal
Date: Sun, 26 Mar 2006 15:29:01 +0200	[thread overview]
Message-ID: <A3CB93E9-5607-443C-9315-2FAB781C5B04@Web.DE> (raw)
In-Reply-To: <1143373355.569148.162370@i39g2000cwa.googlegroups.com>


Am 26.03.2006 um 13:42 schrieb gaetanoortisi@yahoo.it:

> I check the FAQ, and try the set-terminal-coding-system and set- 
> language-environment commands, but it seems not work. What I have  
> to do?

With a modern version of GNU Emacs (21.3, 21.4) it should be  
sufficient to set environment variables like LC_CTYPE to something  
like it_IT.ISO8859-15 (I presume that you pay in €, too). This should  
make most things work, except some characters/glyphs, which might  
make it necessary to create fontsets (C-h H can give hints). A final

	(prefer-coding-system 'iso-8859-15)

should make it clear. If you work in different ISO Latin environments

	(unify-8859-on-decoding-mode t)
	(unify-8859-on-encoding-mode t)

might be useful.


BTW, is your GNU Emacs running inside xterm or as an X client?

--
Greetings

   Pete

Bake Pizza not war!

  reply	other threads:[~2006-03-26 13:29 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 ` Peter Dyballa [this message]
2006-03-26 16:54 ` terminal Pascal Bourguignon
2006-03-26 19:31   ` terminal gaetanoortisi
2006-03-27  4:20     ` terminal Stefan Monnier

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=A3CB93E9-5607-443C-9315-2FAB781C5B04@Web.DE \
    --to=peter_dyballa@web.de \
    --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.