home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / emacs / 3581 < prev    next >
Encoding:
Text File  |  1992-11-20  |  1.9 KB  |  48 lines

  1. Path: sparky!uunet!mcsun!sunic!chalmers.se!geo.chalmers.se!ahlen
  2. From: ahlen@geo.chalmers.se (Bengt Ahlen)
  3. Newsgroups: comp.emacs
  4. Subject: xemacs with window menu buttons?
  5. Message-ID: <15830@chalmers.se>
  6. Date: 20 Nov 92 10:31:08 GMT
  7. Sender: news@chalmers.se
  8. Organization: Dep. of Geology, Chalmers Univ. of Tech.
  9. Lines: 37
  10.  
  11. Hello there,
  12.  
  13. Is there a xemacs with window menu buttons with configurable 
  14. menus? I saw something about that under the heading "COMING 
  15. SOON from UW-Milwaukee". They also wrote something about a
  16. lemacs.
  17.  
  18. If there is not yet - in the mean while - could someone tell
  19. me how to use my function keys for emacs-commands?
  20. I have installed a patch that makes it possible for me to
  21. map the x-keys when I use xemacs. This is great, I can put :
  22.  
  23. (defun my-x-rebindings ()
  24. (x-rebind-keysym "F4" "n,sl,s,l" "^X^C");       Exit
  25.   ;; call only if running under X windows
  26.    (if (eq window-system 'x)
  27.         (setq term-setup-hook 'my-x-rebindings))
  28.  
  29. in my .emacs.
  30. But I want to be able to use the function keys when I do emacs
  31. from a VT100 terminal as well. When I try :
  32. (global-set-key "\e[226z" 'replace-string) ; F3
  33. emacs complains about error in the .emacs. I can't use more than
  34. one character together with meta inside the quotes. I have seen
  35. a keypad.el in the 18.57 distribution with predefined commands for
  36. the function keys. How do I get it going?
  37.  
  38. Bengt,
  39. -- 
  40.        _                          _
  41.       |_|                        /_/              |  Bengt Ahlen
  42.       ___     _   _    _        _____    _   _    |  CTH, Dep. of Geology
  43.      / _ \   | | | |  | |      |  ___|  | \ | |   |  S-412 96 Gothenburg
  44.     | |_| |  | |_| |  | |      | |__    |  \| |   |
  45.     |  _  |  |  _  |  | |      |  __|   |     |   |  ahlen@geo.chalmers.se
  46.     | | | |  | | | |  | |___   | |___   | |\  |   |  Day time  : +(31) 722037
  47.     |_| |_|  |_| |_|  |_____|  |_____|  |_| \_|   |  Home      : +(31) 256924
  48.