Newsgroups: fj.os.msdos,fj.editor.emacs
Path: galaxy.trc.rwcp.or.jp!jaist-news!cs.titech!nirvana.cs.titech!wnoc-tyo-news!waseda-mail!wsdnws!musashi-tech!ops!koichi
From: koichi@ec.musashi-tech.ac.jp (INOUE Koichi)
Subject: Re: shell at Demacs
In-Reply-To: g340563@kecc.ecc.u-tokyo.ac.jp's message of 8 Dec 93 08:42:16 GMT
Message-ID: <KOICHI.93Dec13154513@gemini.ec.musashi-tech.ac.jp>
Followup-To: fj.editor.emacs
Lines: 35
Sender: usenet@musashi-tech.ac.jp
Nntp-Posting-Host: gemini
Organization: Musashi Institute of Technology
References: <NISHI.93Nov24121307@kiji.momo.it.okayama-u.ac.jp>
	<KOICHI.93Nov25115536@gemini.ec.musashi-tech.ac.jp>
	<6891@ecc-s401.secc.ecc.u-tokyo.ac.jp>
Distribution: fj
Date: Mon, 13 Dec 1993 06:45:13 GMT
Xref: galaxy.trc.rwcp.or.jp fj.os.msdos:1527 fj.editor.emacs:4278
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.editor.emacs&nb=4278&hd=a
X-reformat-date: Mon, 18 Oct 2004 15:18:22 +0900
X-reformat-comment: Tabs were expanded into 4 column tabstops by the Galaxy's archiver. See http://katsu.watanabe.name/ancientfj/galaxy-format.html for more info.

$B0f>e!wIpB"9)Bg$G$9!#(B

In article <6891@ecc-s401.secc.ecc.u-tokyo.ac.jp> g340563@kecc.ecc.u-tokyo.ac.jp (TAKAYUKI Uchikoba) writes:
>  (load "term/bobcat")
>$B$F$J46$8$@$C$?$O$:$G$9!#(BDemacs$B$N%G%U%)%k%H$N(B_emacs$B$KCm<a$H$7$FB8:_$7$F$$$?(B
>$B$h$&$J!&!&!&!&!&!&!#(B
>
>$B$G!"(B[DEL]$B$d$C$?$H$-!V(Bhelp$B!W$,=P$F!V6K$a$F$&$6$C$?$$!W$N$G$9$,!"2r7hJ}K!$O(B
>$B$J$$$G$7$g$&$+!)(B

$B$3$s$J$N:n$C$F$_$^$7$?!#;H$&$N$O$A$g$C$H62$$$G$9!#(B

bobdog.el----------------------------------------------------------
;;; HP terminals usually encourage using ^H as the rubout character
(let ((the-table (make-string 128 0)))
  (let ((i 0))
    (while (< i 128)
      (aset the-table i i)
      (setq i (1+ i))))
;; Swap ^H and DEL $B$H$=$l$+$i(BDEL$B$O(B\C-d$B$K!#(B
  (aset the-table ?\177 ?\^d)
  (aset the-table ?\^h ?\177)
  (setq keyboard-translate-table the-table))
;; $B$X$k$W$O(B\C-x?$B$K!#%_%K%P%C%U%!$G!"(B?$B$r$$$l$k$H!">\$7$$@bL@$K!#(B
(global-set-key "\C-x?" 'help-for-help)
bobdog.el-----------------------------------------------------------

$B2?$,$H$$$C$F!"(B\C-h$B$,F~NO$G$-$J$/$J$k$N$,62$$$G$9!#>e5-$N$b$N$O!"(B
bobcat.el$B$r$[$s$N$A$g$C$HJQ99$7$?$@$1$G$9!#(B
--
         $BCg(B        $BCg(B
---$BJbJbJbJbJbJbJbJbJbJbJbJb(B---------------------------------------------
   $B2#C(HtGON6;bK[N6GOHtC(2#(B                                    $B0f>e9@0l(B
   $BH?(B  $B3Q(B  $B8WsJK18W(B  $B3Q(B  $BH?(B       e-mail : koichi@ec.musashi-tech.ac.jp
---$B9aI?F<6d6b2&>]6b6dF<I?9a(B--------------$B$=$l$G$b;d$OM}@-$r?.$8$F$$$^$9(B-
