emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem with fullscreen


From: Jan D.
Subject: Re: problem with fullscreen
Date: Tue, 09 Jun 2009 08:13:15 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3pre) Gecko/20090223 Thunderbird/3.0b2

On 2009-06-08 21:08, address@hidden 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]