xerox@park.dartmouth.edu (James W. Osborne) (10/10/90)
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.