From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Emacsw32 fullscreen Date: Fri, 14 Mar 2008 14:06:20 +0200 Message-ID: References: <3112661d-c08e-412b-91f1-9e7ec192dc67@s37g2000prg.googlegroups.com> <86myp2uw12.fsf@timbral.net> NNTP-Posting-Host: lo.gmane.org Content-Transfer-Encoding: 7BIT X-Trace: ger.gmane.org 1205496462 16919 80.91.229.12 (14 Mar 2008 12:07:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Mar 2008 12:07:42 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 14 13:08:10 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ja8hb-0003rO-3f for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Mar 2008 13:07:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ja8h1-0004p8-Sb for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Mar 2008 08:07:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ja8gj-0004oN-HW for help-gnu-emacs@gnu.org; Fri, 14 Mar 2008 08:07:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ja8gh-0004nq-E0 for help-gnu-emacs@gnu.org; Fri, 14 Mar 2008 08:07:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ja8gh-0004nj-5v for help-gnu-emacs@gnu.org; Fri, 14 Mar 2008 08:07:03 -0400 Original-Received: from mtaout5.012.net.il ([84.95.2.13]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ja8gg-0002vq-QL for help-gnu-emacs@gnu.org; Fri, 14 Mar 2008 08:07:03 -0400 Original-Received: from HOME-C4E4A596F7 ([80.230.199.17]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0JXP00FG2ZKZDY90@i_mtaout5.012.net.il> for help-gnu-emacs@gnu.org; Fri, 14 Mar 2008 14:19:48 +0200 (IST) In-reply-to: <86myp2uw12.fsf@timbral.net> X-012-Sender: halo1@inter.net.il X-detected-kernel: by monty-python.gnu.org: Solaris 9.1 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:52406 Archived-At: > From: Evans Winner > Date: Thu, 13 Mar 2008 15:57:45 -0600 > > Eli Zaretskii writes: > > >> Is there a way to send a keystroke to the underlying > >> OS or window manager from Emacs? I am trying to get > >> a true fullscreen (no titlebar) in Emacsw32. f11 > >> seems to be getting trapped by Emacs (and conkeror > >> too, by the way). > > "C-h f w32-send-sys-command" will tell you this: > > [...] > > Is this what you are looking for? > > Well, that does maximize the frame, but it does not remove > the title bar, as happens in Linux. I understood that you want to remove the title bar, I just thought that calling w32-send-sys-command with some value other than those advertised in the doc string would accomplish what you want.