emacs-devel
[Top][All Lists]
Advanced

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

Re: term/bobcat still requires term/keyswap


From: Yoichi NAKAYAMA
Subject: Re: term/bobcat still requires term/keyswap
Date: Wed, 23 Mar 2005 13:02:25 +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 (賢木)

At Mon, 21 Mar 2005 01:04:00 +0900,
Yoichi NAKAYAMA wrote:
> 
> At Mon, 21 Mar 2005 00:52:33 +0900,
> Yoichi NAKAYAMA wrote:
> > 
> > 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.
> 
> Sorry, I've misunderstood. keyswap.el does "swap" them but
> normal-erase-is-backspace-mode doesn't. But I think some change
> which doesn't require obsolete package seems adequate here.

I got information that following change will replace the function:

Index: bobcat.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/term/bobcat.el,v
retrieving revision 1.9
diff -u -r1.9 bobcat.el
--- bobcat.el   1 Sep 2003 15:45:36 -0000       1.9
+++ bobcat.el   23 Mar 2005 03:57:41 -0000
@@ -1,6 +1,7 @@
 ;; -*- no-byte-compile: t -*-
 ;;; HP terminals usually encourage using ^H as the rubout character
-(load "term/keyswap" nil t)
+(keyboard-translate ?\177 ?\^h)
+(keyboard-translate ?\^h ?\177)
 
 ;;; arch-tag: 754e4520-0a3e-4e6e-8ca5-9481b1f85cf7
 ;;; bobcat.el ends here

Regards,
-- 
Yoichi NAKAYAMA






reply via email to

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