home *** CD-ROM | disk | FTP | other *** search
- >
- > Does anyone know how to specify the bitmap used when you iconify an emacs
- > window? I tried using the X resource:
- > Emacs*iconPixmap: /home/me/my.xbm
- > but it didn't use it. I saw the function x-set-screen-icon-pixmap, but I
- > can't figure out how to set this in my .emacs file (Lisp is rather cryptic to
- > me).
- I use
-
- ! GNU emax
- Mwm*emacs.iconImage: /share/xbm/Emacs3.bm
- Mwm*emacs.iconX: 965
- Mwm*emacs.iconY: 773
- Mwm*emacs.useClientIcon: true
- Mwm*emacs.clientDecoration: minimize border resize
- *emacs*fontList: -misc-fixed-medium-r-normal--13-120-75-75-c-70-iso8859-1
-
- for motif.
-
- Gruesse,
-
- Oliver
-
-
-