Re: Tasklist Window Titles

Kent Borg <[email protected]> Fri, 8 Aug 2003 11:56:19 -0400
Newsgroups gmane.comp.gnome.os.redhat
Message-ID <[email protected]>
On Fri, Aug 08, 2003 at 11:42:29AM -0400, Kent Borg wrote:
> I am sure it does...now I just have to figure out how.

Found it!

Instead of:

  $ emacs -title My\ Window

I can do:

  $ emacs -name My\ Window

And it works!


Thanks a bunch,

-kb