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

Re: emacsen displaying latin1 and del/backspace keys



Christian Leutloff <leutloff@sundancer.oche.de> writes:

> Here's a file that is installed by my user-de package to customize
> emacs to be more friendly to the german/european user. It sets the
> meaning of the home/end keys, too. I think that the file should be
> removed from user-de and put into the emacsen package.
> 
> <-------------
> ;-*-emacs-lisp-*-
> ;;/etc/emacs/site-start.d/50user-de.el
> ;
> ; $Id: emacs,v 1.2 1997/06/26 10:14:55 leutloff Exp $
> 
> ;;--- support european keys ------------------------------- 
> (set-input-mode  (car (current-input-mode))
> 		 (nth 1 (current-input-mode))
> 		 0)
> (standard-display-european t)
> 

There is more.  

When you use the "jump to next word" (and other functions that needs
to know what's part of a word and what isn't), Emacs will say that the
word is parted on (at least) the norwegian characters æ, ø and å.

What I use to avoid this is:

(load-library "iso-syntax")
(require 'disp-table)

in addition to
(standard-display-european 1)

-- 
 SSM - Stig Sandbeck Mathisen
  Trust the Computer, the Computer is your Friend


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


Reply to: