home *** CD-ROM | disk | FTP | other *** search
- We have just recently installed lucid emacs (19.4.7) and I have not been
- successful in setting all of the resources that I want to. Could someone please
- tell me how to do the following?
-
- 1. Change the font of the pulldown menus. I tried:
- lemacs*menubar.attributeFont: -sgi-screen-medium-r-*--13-*
- and
- lemacs*menu.attributeFont: -sgi-screen-medium-r-*--13-*
- but neither worked. The font is too big for my window size and the last menu
- gets cut off.
-
- 2. Change the Buffers menu to include a submenu instead of the List All Buffers
- entry. I tried to delete List All Buffers and add a new entry using the
- standard delete and add menu commands:
- (delete-menu-item '("Buffers" "List All Buffers"))
- (add-menu-item '("Buffers" "Manage Buffers") "Bury Buffer" 'bury-buffer t)
- etc...
- but that didn't work. And I didn't find a variable that looked like it could
- control this.
-
- 3. Is it possible to select text from the mode line? I get an error:
- wrong type argument: windowp, nil
- If I try to select from the mode line (this is useful when trying to access a
- file that you are editing from outside emacs.
-
- 4. I can't seem to get edt-emulation-on to work. In gnuemacs 18.57 it works fine
- but in lucid, I get an error:
- symbol's value as variable is void: function-keymap
- Anyone know why?
-
-