From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: problem with fullscreen Date: Mon, 08 Jun 2009 21:08:04 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1244488112 13048 80.91.229.12 (8 Jun 2009 19:08:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Jun 2009 19:08:32 +0000 (UTC) To: Emacs Development Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 08 21:08:28 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 1MDkCp-0005rg-QH for ged-emacs-devel@m.gmane.org; Mon, 08 Jun 2009 21:08:27 +0200 Original-Received: from localhost ([127.0.0.1]:36982 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDkCo-0004td-UF for ged-emacs-devel@m.gmane.org; Mon, 08 Jun 2009 15:08:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MDkCh-0004pO-Hy for emacs-devel@gnu.org; Mon, 08 Jun 2009 15:08:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MDkCc-0004gr-G3 for emacs-devel@gnu.org; Mon, 08 Jun 2009 15:08:18 -0400 Original-Received: from [199.232.76.173] (port=36709 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDkCc-0004gc-C1 for emacs-devel@gnu.org; Mon, 08 Jun 2009 15:08:14 -0400 Original-Received: from iwfs.imcode.com ([82.115.149.64]:50967 helo=gate.verona.se) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MDkCb-0006Y9-8w for emacs-devel@gnu.org; Mon, 08 Jun 2009 15:08:13 -0400 Original-Received: from localhost.localdomain (IDENT:1005@localhost [127.0.0.1]) by gate.verona.se (8.13.4/8.11.4) with ESMTP id n58J84jf004084 for ; Mon, 8 Jun 2009 21:08:04 +0200 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:111380 Archived-At: I have a mode which toggles full-screen and other things. (find it attached) 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? -- Joakim Verona