Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!rpi!bu.edu!dartvax!park.dartmouth.edu From: xerox@park.dartmouth.edu (James W. Osborne) Newsgroups: comp.emacs Subject: Sun station w/ X-windows keymapping Message-ID: <24999@dartvax.Dartmouth.EDU> Date: 9 Oct 90 22:16:55 GMT Sender: news@dartvax.Dartmouth.EDU Organization: Dartmouth College, Hanover, NH Lines: 13 Recently someone posted some keymappings to stick in the .emacs fil that would allow one on a Sun 4 station to use his function keys (like home pg up, etc.). I am running emacs on a Sun-OS station running under X11. When I put this into my .emacs file, I keep getting "error in init file." when I launch emacs. It is very annoying. I tried (global-unset-key "\E[") as well as (global-unset-key "\E-[") no matter which I do, emacs still chokes. It also chokes when I try to do anything like: (define-key global-map "\E[222z" 'scroll-up) any suggestions/solutions? Thanks.