unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Yoichi NAKAYAMA <yoichi@geiin.org>
Subject: Re: term/bobcat still requires term/keyswap
Date: Wed, 23 Mar 2005 13:02:25 +0900	[thread overview]
Message-ID: <87sm2nrovi.wl%yoichi@geiin.org> (raw)
In-Reply-To: <873buqe233.wl%yoichi@geiin.org>

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  <eliz@gnu.org>
> > 
> >         * 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	other threads:[~2005-03-23  4:02 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-20 15:52 term/bobcat still requires term/keyswap Yoichi NAKAYAMA
2005-03-20 16:04 ` Yoichi NAKAYAMA
2005-03-23  4:02   ` Yoichi NAKAYAMA [this message]
2005-03-23 13:36     ` Stefan
2005-03-23 13:54       ` Andreas Schwab
2005-03-23 16:47         ` Stefan Monnier
2005-03-23 15:59       ` tpu-edt (was: term/bobcat still requires term/keyswap) Johan Bockgård
2005-03-24  5:18         ` Richard Stallman
2005-03-26 16:21     ` term/bobcat still requires term/keyswap Eli Zaretskii
2005-03-26 16:22     ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87sm2nrovi.wl%yoichi@geiin.org \
    --to=yoichi@geiin.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).