home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / lucid / help-lucid-emacs / text0015.txt < prev    next >
Encoding:
Text File  |  1993-07-14  |  1.3 KB  |  31 lines

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