Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!apple!bionet!agate!saab.stanford.edu!neon!lucid.com!jwz From: jwz@lucid.com (Jamie Zawinski) Newsgroups: comp.windows.x Subject: Re: Self-Iconification and Emacs Message-ID: Date: 28 Sep 90 22:08:21 GMT References: Sender: jwz@lucid.com Organization: Lucid, Inc., Menlo Park, CA Lines: 10 In-reply-to: meissner@osf.org's message of 28 Sep 90 19:37:11 GMT > Other people have mentioned how to do it under X -- if you just want > to be able to do under emacs, I would suggest using epoch. Gee, hasn't anybody noticed that Emacs 18.55 has a function called "x-set-WM-state" in the file "x11fns.c"? (defun iconify () "Iconify the current emacs window." (interactive) (x-set-WM-state "Iconic"))