From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.bugs Subject: Re: wrong frame position with --fullscreen Date: Wed, 13 Jun 2007 19:30:47 +0200 Message-ID: References: <46701580$0$10187$9b4e6d93@newsspool4.arcor-online.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181755857 32546 80.91.229.12 (13 Jun 2007 17:30:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Jun 2007 17:30:57 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: "Stephan Hennig" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jun 13 19:30:55 2007 Return-path: Envelope-to: geb-bug-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 1HyWgI-0002Pa-MQ for geb-bug-gnu-emacs@m.gmane.org; Wed, 13 Jun 2007 19:30:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HyWgI-0001vT-36 for geb-bug-gnu-emacs@m.gmane.org; Wed, 13 Jun 2007 13:30:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HyWgG-0001uS-4g for bug-gnu-emacs@gnu.org; Wed, 13 Jun 2007 13:30:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HyWgC-0001ts-Le for bug-gnu-emacs@gnu.org; Wed, 13 Jun 2007 13:30:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HyWgC-0001tm-Fe for bug-gnu-emacs@gnu.org; Wed, 13 Jun 2007 13:30:48 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.238]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HyWgC-0005ze-76 for bug-gnu-emacs@gnu.org; Wed, 13 Jun 2007 13:30:48 -0400 Original-Received: by wx-out-0506.google.com with SMTP id h26so311352wxd for ; Wed, 13 Jun 2007 10:30:47 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tbx6u2yS6PCtQ7F5dUj1oMt5eqB5XYa9S+6ZY+phYPELWhnxpBigzhbXh9qnh8raR59oVeLZgUO9VRGFHUkvcwHFP7k7sFYsDWmHxx657Ozas5c5uEH3wL5dtN7Mc7NQjlvgRacMr06f563YWHMOVhZvaLo15gsQZo6KmXJD+X0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RkrJRjFo6o9v5FeuQqn/Wcp3yqokPDcdjcMXFVNUX1f5WN0koBtnXPEreL4KYaOyrJRO7X7IoJwfSVcbwK+LqWXpX3DxzpvOXjNqSQXoxCjDytdEWVi4fSeJUVNeGtdpM8lVs7uXRtPzFvmUwkFpg52noDlGCnIEcqNMKILN9vg= Original-Received: by 10.90.96.7 with SMTP id t7mr724123agb.1181755847487; Wed, 13 Jun 2007 10:30:47 -0700 (PDT) Original-Received: by 10.90.87.8 with HTTP; Wed, 13 Jun 2007 10:30:47 -0700 (PDT) In-Reply-To: <46701580$0$10187$9b4e6d93@newsspool4.arcor-online.net> Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15871 Archived-At: On 6/13/07, Stephan Hennig wrote: > Steps to reproduce: > * Put desktop task panel at top of screen. > * Start emacs with 'emacs -Q --fullscreen'. > > Symptoms: > * Emacs' frame appears under the task panel, i.e., Emacs' title bar > and part of menu bar are hidden behind the task panel. It is a known bug/misfeature. Currently, Emacs' fullscreen support in Windows is not very good. It doesn't grok multiple monitors, for example. As a workaround you can move the frame to the right place, either from your .emacs, or with registry settings. Also, I have a (not very well tested) patch somewhere that fixes this problem ("tiptoes around" would be perhaps a more fitting description). Yell if you want to give it a try. Juanma