home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!sunic!chalmers.se!geo.chalmers.se!ahlen
- From: ahlen@geo.chalmers.se (Bengt Ahlen)
- Newsgroups: comp.emacs
- Subject: xemacs with window menu buttons?
- Message-ID: <15830@chalmers.se>
- Date: 20 Nov 92 10:31:08 GMT
- Sender: news@chalmers.se
- Organization: Dep. of Geology, Chalmers Univ. of Tech.
- Lines: 37
-
- Hello there,
-
- Is there a xemacs with window menu buttons with configurable
- menus? I saw something about that under the heading "COMING
- SOON from UW-Milwaukee". They also wrote something about a
- lemacs.
-
- If there is not yet - in the mean while - could someone tell
- me how to use my function keys for emacs-commands?
- I have installed a patch that makes it possible for me to
- map the x-keys when I use xemacs. This is great, I can put :
-
- (defun my-x-rebindings ()
- (x-rebind-keysym "F4" "n,sl,s,l" "^X^C"); Exit
- ;; call only if running under X windows
- (if (eq window-system 'x)
- (setq term-setup-hook 'my-x-rebindings))
-
- in my .emacs.
- But I want to be able to use the function keys when I do emacs
- from a VT100 terminal as well. When I try :
- (global-set-key "\e[226z" 'replace-string) ; F3
- emacs complains about error in the .emacs. I can't use more than
- one character together with meta inside the quotes. I have seen
- a keypad.el in the 18.57 distribution with predefined commands for
- the function keys. How do I get it going?
-
- Bengt,
- --
- _ _
- |_| /_/ | Bengt Ahlen
- ___ _ _ _ _____ _ _ | CTH, Dep. of Geology
- / _ \ | | | | | | | ___| | \ | | | S-412 96 Gothenburg
- | |_| | | |_| | | | | |__ | \| | |
- | _ | | _ | | | | __| | | | ahlen@geo.chalmers.se
- | | | | | | | | | |___ | |___ | |\ | | Day time : +(31) 722037
- |_| |_| |_| |_| |_____| |_____| |_| \_| | Home : +(31) 256924
-