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: Tue, 09 Jun 2009 08:13:15 +0200 Message-ID: <4A2DFD7B.1040502@swipnet.se> References: 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 1244528076 9580 80.91.229.12 (9 Jun 2009 06:14:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Jun 2009 06:14:36 +0000 (UTC) Cc: Emacs Development To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 09 08:14:33 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 1MDubO-000238-Hs for ged-emacs-devel@m.gmane.org; Tue, 09 Jun 2009 08:14:30 +0200 Original-Received: from localhost ([127.0.0.1]:51896 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDubN-0006uR-Qz for ged-emacs-devel@m.gmane.org; Tue, 09 Jun 2009 02:14:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MDubJ-0006uM-B1 for emacs-devel@gnu.org; Tue, 09 Jun 2009 02:14:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MDubE-0006o0-9l for emacs-devel@gnu.org; Tue, 09 Jun 2009 02:14:24 -0400 Original-Received: from [199.232.76.173] (port=56440 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDubE-0006nx-62 for emacs-devel@gnu.org; Tue, 09 Jun 2009 02:14:20 -0400 Original-Received: from iph1.telenor.se ([195.54.127.132]:40390) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MDubD-0005t4-NY for emacs-devel@gnu.org; Tue, 09 Jun 2009 02:14:20 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AooCAMOaLUrDNmV6mWdsb2JhbACBT5ZcAQEBAQEICwoHErUdhAoF X-IronPort-AV: E=Sophos;i="4.41,329,1241388000"; d="scan'208";a="16886279" Original-Received: from ironport2.bredband.com ([195.54.101.122]) by iph1.telenor.se with ESMTP; 09 Jun 2009 08:14:17 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqccAMOaLUpV4S1uPGdsb2JhbACBT5ZSAQEBATa1KIQKBQ X-IronPort-AV: E=Sophos;i="4.41,329,1241388000"; d="scan'208";a="500833991" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ironport2.bredband.com with ESMTP; 09 Jun 2009 08:13:16 +0200 Original-Received: from [10.225.40.38] (unknown [193.45.43.33]) by coolsville.localdomain (Postfix) with ESMTPSA id 6BB3F7FA07B; Tue, 9 Jun 2009 08:13:15 +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:111389 Archived-At: 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... > > It has worked well, but suddenly it has stopped working when I did an > emacs update. The problem is that the following code doesnt enter > fullscreen: > > (set-frame-parameter nil 'fullscreen 'fullboth) > > However, the fragment does work in an emacs -Q session. > So, it would appear some of my other emacs init code disables fullscreen > somehow. Any hints on where I should look? > I guess you have to do a binary search in your startup-script until you find it. Or do the lisp-thing above in the debugger and see if some hook of yours is called that changes things. Jan D.