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 <[EMAIL PROTECTED]> > > > > * 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 _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel