[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problem getting German Umlaute



On Mon, 9 Jun 1997, Stefan Baums wrote:

> Christian Meder wrote:

[SNIP]

> > In ~/.emacs
> > (standard-display-european t)
> > 
> > Please tell me if this does function for you too !
> >
> It works all right for bash (thanks so far), but not for emacs, or tcsh
> (which I'd like to use), where the effect is nil.

The emacs stuff you will get right if you sets your input-mode and
require iso-syntax. You can put this in your ~/.emacs, but
I prefer putting this stuff globaly so all users benefits from it:
In /etc/emacs/site-start.el add:

;;--- Support European keys -------------------------- 
(standard-display-european t)
(set-input-mode 
 (car (current-input-mode))
 (nth 1 (current-input-mode))
 0)
(require 'iso-syntax)


I can't get the european keys to work in tcsh though ... I've tried 
everything from all possible HOWTOs (Finish, Danish, German) ...

> echo  $version
tcsh 6.06.00 (Cornell) 1995-05-13 (i386-unknown-linux) 
options 8b,nls,bye,al,sm,nd

any idea?
/fax
--
+- Fredrik Ax -+------ Snailmail ------+- Where to reach me on the net -+
|    \\|//     | Kämnärsvägen 13 E:202 | E-mail: fax@df.lth.se          |
|     @ @      | S-226 46 LUND, SWEDEN | WWW: http://www.df.lth.se/~fax |
+-oOO-(_)-OOo--+-----------------------+--------------------------------+


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org .
Trouble?  e-mail to templin@bucknell.edu .


Reply to: