home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!dtix!darwin.sura.net!jvnc.net!yale.edu!qt.cs.utexas.edu!cs.utexas.edu!sun-barr!olivea!mintaka.lcs.mit.edu!concerto.lcs.mit.edu!boaz
- From: boaz@concerto.lcs.mit.edu (Boaz Ben-Zvi)
- Newsgroups: comp.emacs
- Subject: Re: HELP RUNNING emacs on Z-29
- Keywords: z-29
- Message-ID: <1992Sep5.001621.23797@mintaka.lcs.mit.edu>
- Date: 5 Sep 92 00:16:21 GMT
- References: <3496@babcock.cerc.wvu.wvnet.edu>
- Sender: news@mintaka.lcs.mit.edu
- Reply-To: boaz@lcs.mit.edu
- Organization: Laboratory for Computer Science, MIT
- Lines: 56
-
- In article <3496@babcock.cerc.wvu.wvnet.edu>, vedati@watoga.cerc.wvu.wvnet.edu (Krishna Vedati) writes:
-
- |> I use a z-29 terminal type terminal at home. but emacs does't recognize
- |> this terminal type. is there a way i can use emacs on this terminals.
-
- I also use a z-29 at home. I set the terminal itself to ANSI mode, and in
- my .login I have:
-
- set term=`tset -Q -I - -m '<=2400:z29a-nkc-bc' -m 'vt52>2400:vt100'`
-
- That is, when I login from home (with a modem <= 2400 baud), the terminal
- type is set to z29a-nkc-bc , which means z29, Ansi , no key click, block
- cursor.
-
- Here are all the relevant entries for the /etc/termcap file (in case you
- don't have them, add them to that file):
-
- # z29 in ansi mode. Assumes that the cursor is in the correct state, and that
- # the world is stable. `rs' causes the terminal to be reset to the state
- # indicated by the name. kc -> key click, nkc -> no key click, uc -> underscore
- # cursor, bc -> block cursor.
- # from Mike Meyers
- kF|z29a|z29a-kc-bc|h29a-kc-bc|heath/zenith 29 in ansi mode:\
- :do=^J:co#80:li#24:cl=\E[2J:pt:ho=\E[H:\
- :le=^H:bs:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:mb=\E[5m:mr=\E7m:\
- :ce=\E[K:cd=\E[J:so=\E[7;2m:se=\E[m:us=\E[4m:ue=\E[m:mh=\E[2m:\
- :md=\E[2m:mr=\E[7m:mb=\E[5m:me=\E[m:\
- :rs=\E<\E[1;24r\E[24;1H\E[?7h\E[>4h\E[>1;2;3;5;6;7;8;9l\E[m\E[11m:\
- :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\
- :k1=\EOS:k2=\EOT:k3=\EOU:k4=\EOV:k5=\EOW:k6=\EOP:k7=\EOQ:k8=\EOR:\
- :k9=\EOX:k0=\E[~:l0=help:kn#2:ko=ho,cd:if=/usr/lib/tabset/zenith29:\
- :es:hs:ts=\E[s\E[>5;1h\E[25;%i%dH\E[1K:fs=\E[u\E[>5l:ds=\E[>1l:\
- :cs=\E[%i%d;%dr:sr=\EM:sf=\ED:DO=\E[%dB:UP=\E[%dA:LE=\E[%dD:\
- :RI=\E[%dC:AL=\E[%dL:DL=\E[%dM:sc=\E[s:rc=\E[r:dc=\E[1P:DC=\E[%dP:\
- :kC=\E[J:ct=\E[3g:st=\EH:ti=\E[?7l:te=\E[?7h:ps=\E#7:
- kG|z29a-kc-uc|h29a-kc-uc|heath/zenith 29 in ansi mode:\
- :rs=\E<\E[1;24r\E[24;1H\E[?7h\E[>1;2;3;4;5;6;7;8;9l\E[m\E[11m:\
- :tc=z29a:
- kH|z29a-nkc-bc|h29a-nkc-bc|heath/zenith 29 in ansi mode:\
- :rs=\E<\E[1;24r\E[24;1H\E[?7h\E[>2;4h\E[>1;3;5;6;7;8;9l\E[m\E[11m:\
- :tc=z29a:
- kI|z29a-nkc-uc|h29a-nkc-uc|heath/zenith 29 in ansi mode:\
- :rs=\E<\E[1;24r\E[24;1H\E[?7h\E[>2h\E[>1;3;4;5;6;7;8;9l\E[m\E[11m:\
- :tc=z29a:
-
-
- -- Boaz (don't put this line in the /etc/termcap file :-)
-
- ===============================================================================
- _ _ __ __ ___ _ _ __ ___ ____ ___
- /_) _ _ __ /_) _ __ __ _/ o | | \| __ | | / \ | |
- /__)(_)(_|__/ /__)(_'_/ / /__\/_( __|_ __\ | __|_ \ __\| __|_
- __) |
- ===============================================================================
- Boaz Ben-Zvi <boaz@lcs.mit.edu> MIT Addr: NE43-526 Tel: (617) 253-6212
- ===============================================================================
-