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

  1. > Does anyone know how to specify the bitmap used when you iconify an emacs
  2. > window?  I tried using the X resource:
  3. >     Emacs*iconPixmap: /home/me/my.xbm
  4. > but it didn't use it.  I saw the function x-set-screen-icon-pixmap, but I
  5. > can't figure out how to set this in my .emacs file (Lisp is rather cryptic to
  6. > me).
  7. I use 
  8.  
  9. ! GNU emax
  10. Mwm*emacs.iconImage:            /share/xbm/Emacs3.bm
  11. Mwm*emacs.iconX:            965
  12. Mwm*emacs.iconY:            773
  13. Mwm*emacs.useClientIcon:        true
  14. Mwm*emacs.clientDecoration:        minimize border resize
  15. *emacs*fontList:            -misc-fixed-medium-r-normal--13-120-75-75-c-70-iso8859-1
  16.  
  17. for motif.
  18.  
  19. Gruesse,
  20.  
  21.     Oliver
  22.  
  23.  
  24.