Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.csd.uwm.edu!cs.utexas.edu!uunet!ncrlnk!ncr-sd!hp-sdd!hplabs!hp-ses!hpcuhb!hpda!hpcupt1!schi From: schi@hpcupt1.HP.COM (Shan Chi) Newsgroups: comp.emacs Subject: Send Binary Code to Terminal? Message-ID: <-285219999@hpcupt1.HP.COM> Date: 31 Aug 89 20:40:33 GMT Organization: Hewlett Packard, Cupertino Lines: 8 Is there a way to send binary code to the terminal from Emacs Lisp? I'm using an HP terminal and would like to configure the function key set, which requires some control code to be sent to the terminal. I tried various output functions such as (princ ...) but everything is intercepted by emacs and gets converted to displaying characters. For example, ESC will be displayed as ^[. Is there a way to send ESC to the terminal?