[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: German Umlauts
- To: misc_(_at_)_openbsd_(_dot_)_org
- Subject: Re: German Umlauts
- From: Hugo Villeneuve <harpagon_(_at_)_jwales_(_dot_)_EINTR_(_dot_)_net>
- Date: Fri, 1 Jul 2005 18:15:05 -0400
On Fri, Jul 01, 2005 at 10:25:04PM +0200, Oliver J. Morais wrote:
> Hi all!
>
> OpenBSD 3.7-current (GENERIC) #212: Mon Jun 27 21:48:43 MDT 2005
>
> I want to use german umlauts in xterm, which works fine using "csh"
> and "ksh -o vi" but NOT using "ksh -o emacs" :-( (Umlauts work fine
> in other applications like vim, xchat, firefox...)
>
> My ~./profile (Slightly stripped to the relevant parts, umlauts not
> working.)
>
> ,----[ ~/.profile ]-
> | TERM="xterm-color"
> | VISUAL="vim"
> | export TERM VISUAL
> | set -o emacs
> | set emacs-usemeta on
> | set convert-meta off
> | set input-meta on
> | set output-meta on
This doesn't acheive what you want.
"set emacs-usemeta on" sets $1=emacs-usemeta and $2=on.
What you want is:
set +o emacs-usemeta
I couldn't find your others -meta options in ksh(1)
> `----
>
> As soon as I type "set -o vi" I have umlauts, Euro-Sign etc. but I'd
> really like to use "-o emacs" instead of "-o vi"
>
> I'm sure I'm missing some detail, so: cluestick, anyone? :-)
--
Hugo Villeneuve <hugo_(_at_)_EINTR_(_dot_)_net>
http://EINTR.net/
Visit your host, monkey.org