From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Henrik Enberg Newsgroups: gmane.emacs.help Subject: Re: command to maximize emacs Date: Mon, 25 Nov 2002 22:45:30 +0100 Organization: Le Petomane Appreciation Society Sender: help-gnu-emacs-admin@gnu.org Message-ID: <87n0nxpblx.fsf@enberg.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1038261188 16864 80.91.224.249 (25 Nov 2002 21:53:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 25 Nov 2002 21:53:08 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18GRA6-0004NU-00 for ; Mon, 25 Nov 2002 22:53:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18GR8V-00087v-00; Mon, 25 Nov 2002 16:51:23 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!fu-berlin.de!uni-berlin.de!h37n2fls32o1112.telia.COM!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 9 Original-NNTP-Posting-Host: h37n2fls32o1112.telia.com (213.65.65.37) Original-X-Trace: fu-berlin.de 1038260779 23307168 213.65.65.37 (16 [125297]) User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) Cancel-Lock: sha1:XQKos44y7zfhvG+B8kPudiJDfL4= Original-Xref: shelby.stanford.edu gnu.emacs.help:107446 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:3997 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3997 Peter Lee writes: > Thanks that's exactly what I was looking for. Seems like there would > be an emacs native command for doing this similar to iconify and > deiconify though. There is `iconify-or-deiconify-frame', which seems to be X specific. If you know what codes to send via the w32-sys-whatever function it shouldn't be too hard to write your own.