head	1.4;
access;
symbols;
locks
	leutloff:1.4; strict;
comment	@# @;


1.4
date	98.02.20.18.35.26;	author leutloff;	state Exp;
branches;
next	1.3;

1.3
date	98.02.20.17.42.04;	author leutloff;	state Exp;
branches;
next	1.2;

1.2
date	97.06.26.10.14.55;	author leutloff;	state Exp;
branches;
next	1.1;

1.1
date	97.06.25.19.29.03;	author leutloff;	state Exp;
branches;
next	;


desc
@@


1.4
log
@*** empty log message ***
@
text
@;-*-emacs-lisp-*-
;;/etc/emacs/site-start.d/50user-de.el
;
; $Id: emacs,v 1.3 1998/02/20 17:42:04 leutloff Exp leutloff $

;;--- support european keys ------------------------------- 
(set-input-mode  (car (current-input-mode))
		 (nth 1 (current-input-mode))
		 0)
(standard-display-european t)

; don't use non-ascii (i.e. german umlauts) as word delimiter
(require 'iso-syntax)
(require 'disp-table)

;;--- redefine some keys ----------------------------------
;(global-set-key [backspace] 'backward-delete-char-untabify)
; the following line should not break delete char during incremental
; search - has this other disadvantages?
(global-set-key "\177" 'backward-delete-char-untabify)
(global-set-key [delete] 'delete-char)
(global-set-key [home] 'beginning-of-line)
(global-set-key [end] 'end-of-line)
(global-set-key [C-home] 'beginning-of-buffer)
(global-set-key [C-end] 'end-of-buffer)
@


1.3
log
@*** empty log message ***
@
text
@d4 1
a4 1
; $Id: emacs,v 1.2 1997/06/26 10:14:55 leutloff Exp leutloff $
d17 4
a20 1
(global-set-key [backspace] 'backward-delete-char-untabify)
@


1.2
log
@*** empty log message ***
@
text
@d4 1
a4 1
; $Id: emacs,v 1.1 1997/06/25 19:29:03 leutloff Exp leutloff $
d11 4
a14 1
;(require 'iso-syntax)
@


1.1
log
@Initial revision
@
text
@d4 1
a4 1
; $Id$
d6 1
a6 2
;;--- Support European keys -------------------------- 
(standard-display-european t)
d10 10
a19 1
(require 'iso-syntax)
@
