Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!columbia!rutgers!clyde!cuae2!ihnp4!oddjob!matt From: matt@oddjob.UChicago.EDU (Matt Crawford) Newsgroups: comp.emacs Subject: Re: isearch-forward Message-ID: <1584@oddjob.UChicago.EDU> Date: Fri, 5-Dec-86 23:54:11 EST Article-I.D.: oddjob.1584 Posted: Fri Dec 5 23:54:11 1986 Date-Received: Sun, 7-Dec-86 06:57:26 EST References: <1381@umd5> <1267@cit-vax.Caltech.Edu> Reply-To: matt@oddjob.UChicago.EDU.UUCP (Matt Crawford) Organization: U of Chicago - Astronomy & Astrophysics Lines: 19 Keywords: global-set-key,"magic" Here is a shorter incantation than Ray's. Usually you always want the ^S/^Q remapped on certain terminals, so put the following in your ~/.emacs file: ================ (cond ((string-match "^vt1" (getenv "TERM")) (set-input-mode nil t) (setq keyboard-translate-table "\000\001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\023\035\021\037"))) ================ This is pretty rigid. You have to rewrite the string to change which characters will take the place of ^S and ^Q. With this string ^\ becomes ^S and ^^ becomes ^Q. _____________________________________________________ Matt University crawford@anl-mcs.arpa Crawford of Chicago ihnp4!oddjob!matt The PINK SOCKS were ORIGINALLY from 1952!! But they went to MARS around 1953!!