home *** CD-ROM | disk | FTP | other *** search
- In article <9306111234.AA05487@shemesh.larc.nasa.gov> cmh@air16.larc.nasa.gov (C. Michael Holloway) writes:
-
- >
- >I often run 2 Emacs at once, one of which provides the interface to a theorem
- >prover. It would be very nice if there was a way to let the window manager
- >(tvtwm) know that the 2 Emacs were different. For example, I'd like to be
- >able to have one icon manager for my "regular" emacs and another for my
- >"theorem-proving" emacs.
- >
- >The -name option allows me to have different colors and things for each
- >Emacs, but the class name (and thus the identity to the window manager) for
- >both is the same, namely "Emacs". I would like for one to be "Emacs" and the
- >other to be, for example, "PVSEmacs".
- >
- >Can this be done, and if so, how can it be done?
- >
-
- You can take the name of a program instead of the classname. For example:
-
- lemacs*Font: -*-courier-medium-r-*-*-*-140-*-*-*-*-iso8859-1
- pvsemacs*Font: 9x4
-
- for the programnames lemacs and pvsemacs.
-
-
- You can also make a symbolic link to the lemacs and use a second name to start
- the same program with other X resources. For example:
-
- ln -s lemacs root-lemacs
- and
- root-lemacs*Title: ROOT
-
-
- I hope this helps
-
- Heiko
- --
- ________________________________________________________________________________
-
- Dipl.-Ing. Heiko Muenkel Universitaet Hannover
- Institut fuer Theoretische Nachrichtentechnik
- und Informationsverarbeitung
- muenkel@tnt.uni-hannover.de Appelstrasse 9A
- fax: +49-511-762-5333 D-3000 Hannover 1
- phone: +49-511-762-5323 Germany
- ________________________________________________________________________________
-
-