From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: problem with fullscreen Date: Wed, 10 Jun 2009 08:21:18 +0200 Message-ID: <4A2F50DE.9000904@swipnet.se> References: <4A2DFD7B.1040502@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1244614906 28072 80.91.229.12 (10 Jun 2009 06:21:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Jun 2009 06:21:46 +0000 (UTC) Cc: Emacs Development To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 10 08:21:43 2009 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 1MEHBs-0001p8-Ei for ged-emacs-devel@m.gmane.org; Wed, 10 Jun 2009 08:21:40 +0200 Original-Received: from localhost ([127.0.0.1]:42036 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEHBr-00038b-IK for ged-emacs-devel@m.gmane.org; Wed, 10 Jun 2009 02:21:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEHBl-000325-1G for emacs-devel@gnu.org; Wed, 10 Jun 2009 02:21:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEHBg-0002yt-72 for emacs-devel@gnu.org; Wed, 10 Jun 2009 02:21:32 -0400 Original-Received: from [199.232.76.173] (port=56976 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEHBg-0002yq-25 for emacs-devel@gnu.org; Wed, 10 Jun 2009 02:21:28 -0400 Original-Received: from iph2.telenor.se ([195.54.127.133]:11149) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MEHBf-0008Mw-Np for emacs-devel@gnu.org; Wed, 10 Jun 2009 02:21:27 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Au8BAG7tLkrDNmV4kWdsb2JhbACBTpZjAQEBARQRErUehAwF X-IronPort-AV: E=Sophos;i="4.41,338,1241388000"; d="scan'208";a="17328125" Original-Received: from ironport.bredband.com ([195.54.101.120]) by iph2.telenor.se with ESMTP; 10 Jun 2009 08:21:20 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtMYAOjtLkpV4S1uPGdsb2JhbACBTpZZAQEBATa1KYQMBQ X-IronPort-AV: E=Sophos;i="4.41,338,1241388000"; d="scan'208";a="535719614" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ironport1.bredband.com with ESMTP; 10 Jun 2009 08:21:20 +0200 Original-Received: from [10.225.40.38] (unknown [193.45.43.33]) by coolsville.localdomain (Postfix) with ESMTPSA id A86677FA07B; Wed, 10 Jun 2009 08:21:19 +0200 (CEST) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3pre) Gecko/20090223 Thunderbird/3.0b2 In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:111408 Archived-At: On 2009-06-09 10:42, joakim@verona.se wrote: > "Jan D." writes: > >> On 2009-06-08 21:08, joakim@verona.se wrote: >>> I have a mode which toggles full-screen and other things. >>> (find it attached) >> Not really... > > Now then :) Can you do % xprop > out and then click in the Emacs window before you run your function? Post the contents of out here. Also before running the function, do (frame-parameter nil 'fullscreen) and note what you get. What window manager are you running? Thanks, Jan D.