From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: Full screen mode on windows Date: Sat, 31 May 2008 15:16:47 -0600 Message-ID: References: <871w3ik9js.fsf@kanis.fr> <87k5hatjo4.fsf@kanis.fr> Reply-To: Tom Tromey NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212268677 32555 80.91.229.12 (31 May 2008 21:17:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 31 May 2008 21:17:57 +0000 (UTC) Cc: emacs-devel@gnu.org, Ivan Kanis To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 31 23:18:38 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K2YSY-0007GD-II for ged-emacs-devel@m.gmane.org; Sat, 31 May 2008 23:17:54 +0200 Original-Received: from localhost ([127.0.0.1]:36789 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K2YRm-0000kr-In for ged-emacs-devel@m.gmane.org; Sat, 31 May 2008 17:17:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K2YRh-0000kd-FK for emacs-devel@gnu.org; Sat, 31 May 2008 17:17:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K2YRg-0000kR-3l for emacs-devel@gnu.org; Sat, 31 May 2008 17:17:01 -0400 Original-Received: from [199.232.76.173] (port=37297 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K2YRf-0000kO-Tz for emacs-devel@gnu.org; Sat, 31 May 2008 17:16:59 -0400 Original-Received: from mx1.redhat.com ([66.187.233.31]:52351) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K2YRc-0003fA-Cw; Sat, 31 May 2008 17:16:56 -0400 Original-Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m4VLGnWm022486; Sat, 31 May 2008 17:16:49 -0400 Original-Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m4VLGnb2003788; Sat, 31 May 2008 17:16:49 -0400 Original-Received: from opsy.redhat.com (vpn-10-4.bos.redhat.com [10.16.10.4]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m4VLGmkR013851; Sat, 31 May 2008 17:16:48 -0400 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id D3C6E50812A; Sat, 31 May 2008 15:16:47 -0600 (MDT) X-Attribution: Tom In-Reply-To: (Eli Zaretskii's message of "Sun\, 01 Jun 2008 00\:11\:24 +0300") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:98152 Archived-At: >>>>> "Eli" == Eli Zaretskii writes: >> I knew how to maximize with the w32-send-sys-command command. By full >> screen I mean no title bar, no windows decoration and no taskbar. Eli> Why would you want such a thing? I'm playing around with using this (on Linux) to do presentations in Emacs. My current code is based on outline mode, but I'm thinking of switching to Muse. I reported a full-screen bug a while ago for Linux... really it would be nice to have both "real full screen" (for presentations) and "full screen but not hiding the panel" (for more ordinary Emacs-based apps, like a gud session). Tom