Path: utzoo!utgpu!watmath!uunet!bu-cs!bloom-beacon!tut.cis.ohio-state.edu!rutgers!ucsd!sdcsvax!ucsdhub!hp-sdd!hplabs!hp-sde!bd From: bd@hp-sde.SDE.HP.COM (Bob Desinger) Newsgroups: gnu.emacs Subject: Re: GNUEmacs under X Message-ID: <2380006@hp-sde.SDE.HP.COM> Date: 28 Dec 88 18:07:33 GMT References: <8812270104.AA07302@wizard.> Organization: HP Software Engineering Systems, Palo Alto Lines: 11 John Danner (cracker@portia.stanford.edu) asks: > Is it possible to pass the desired name of a GNUemacs window to GNUemacs > so that when iconfied the icon has that name instead of gnuemacs @ hostname? Use a command-line argument of -wn WindowName to set the window name, and -in IconName to set the icon name. This applies to 18.52, and probably some slightly earlier versions as well. Look in src/x11term.c for more (undocumented) command-line options; the man page needs a little updating. -- bd