emacs-devel
[Top][All Lists]
Advanced

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

term/bobcat still requires term/keyswap


From: Yoichi NAKAYAMA
Subject: term/bobcat still requires term/keyswap
Date: Mon, 21 Mar 2005 00:52:33 +0900
User-agent: Wanderlust/2.15.1 (Almost Unreal) EMIKO/1.14.1 (Choanoflagellata) IMITATION/1.14.6 (一番搾り) APEL/10.6 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (賢木)

The change in keyswap.el:

2005-03-19  Eli Zaretskii  <address@hidden>

        * obsolete/keyswap.el: Moved to obsolete/ from term/.

broke term/bobcat. If the change implies that the function is
replaced by normal-erase-is-backspace-mode, following change
seems adequate.

--- bobcat.el   1 Sep 2003 15:45:36 -0000       1.9
+++ bobcat.el   20 Mar 2005 15:41:27 -0000
@@ -1,6 +1,6 @@
 ;; -*- no-byte-compile: t -*-
 ;;; HP terminals usually encourage using ^H as the rubout character
-(load "term/keyswap" nil t)
+(normal-erase-is-backspace-mode 1)
 
 ;;; arch-tag: 754e4520-0a3e-4e6e-8ca5-9481b1f85cf7
 ;;; bobcat.el ends here

Sincerely yours,
-- 
Yoichi NAKAYAMA






reply via email to

[Prev in Thread] Current Thread [Next in Thread]