Path: utzoo!mnetor!uunet!husc6!yale!slb-sdr!saito From: saito@slb-sdr.UUCP (Naoki Saito) Newsgroups: comp.emacs Subject: GNUemacs and Sun function keys Message-ID: <435@slb-sdr.UUCP> Date: 13 Jan 88 20:13:44 GMT Organization: Schlumberger-Doll Research, Ridgefield, CT Lines: 24 Keywords: sun's function keys, key-bindings Hello! I have a trouble in key-bindings on the sun. According to the SUN-SUPPORT document in emacs/etc and emacs/lisp/term/sun.el, the some functionalities should be assigned to sun function keys if I put (setq sun-esc-bracket t) in my .emacs file. Here, two strange things happen. (A) Though right function keys assigned in sun.el work correctly, only Again(L2), Props(L3), Undo(L4), Expose(L5) and Open(L7) work in the left function keys. In the sun.el, the other left function keys, i.e., Put(L6), Get(L8), Find(L9), and Delete(L10) are assigned, but they don't work. (B) Though there's no assignment in the sun.el, BackSpace key are assigned to C-h. Where this assignment was done? I don't understand why? Is our termcap for the sun wrong? I would appreciate your advise/suggestion! Regards, Naoki Saito(saito@sdr.slb.com) Schlumberger-Doll Research NB:(1) When I use emacstool, all left function keys are fine. (2) I don't have my own .ttyswrc in my home directory.