help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: fullscreen does not work


From: Cecil Westerhof
Subject: Re: fullscreen does not work
Date: Fri, 20 Apr 2007 13:07:20 +0200
User-agent: KNode/0.8.0

Torsten Mueller wrote:

> Cecil Westerhof <dummy@dummy.nl> schrieb:
> 
>> I find 'emacs' and then '<Alt>+<F3> x' easier. ;-}

Sorry, I am sometimes a little to terse.
I work with KDE under Linux. With <Alt>+<F3> you get the window menu from
the current application. With x you toggle full screen.

> Sure. I forgot the outer brackets. (Perhaps I should use smome more
> Lisp-like style of indenting ...)
> 
>         (let ( (maxcols 150) (maxrows 68) )
>                 (set-frame-position  (selected-frame) 700 100)
>                 (set-frame-size (selected-frame) maxcols maxrows) )
> 
> These outer brackets are significant.
> 
>> If I then do not use maxcols and maxrows but hard coded values, I
>> get unknown set-frame-size.
> 
> Yes. Me too. But with these variables it will work.

I use .Xdefaults now. Works like a charm.
Thanks anyway.



reply via email to

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