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

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

Re: fullscreen on ubuntu 10.10


From: Jonathan Groll
Subject: Re: fullscreen on ubuntu 10.10
Date: Wed, 27 Oct 2010 15:13:04 +0200
User-agent: Wanderlust/2.15.6 (Almost Unreal) Emacs/24.0 Mule/6.0 (HANACHIRUSATO)

On Wed, 27 Oct 2010 14:35:17 +0200,Andrea Crotti <andrea.crotti.0@gmail.com> 
wrote:
> I use this function to go to fullscreen
> --8<---------------cut here---------------start------------->8---
> (defun full (&optional f)
>  (interactive)
>  (if
>      mac
>      ;; included in emacs 23.2
>      ;; FIXME: the ns version doesn't take the frame option
>      (ns-toggle-fullscreen)
>    (set-frame-parameter f 'fullscreen
>                         (if (frame-parameter f 'fullscreen) nil 'fullboth))))
> --8<---------------cut here---------------end--------------->8---
> 
> and now it works perfectly on OSX, but on ubuntu 10.10 I get a really
> huge minibuffer.  Anyone else has this problem?
> 

Perhaps consider something like maxframe and only launch it under linux?

Read about maxframe and download it here:
http://emacsblog.org/2007/02/22/maximize-on-startup-part-2/

Cheers,
JJG
--
jjg: Jonathan J. Groll : groll co za
has_one { :blog => "http://bloggroll.com"; }



reply via email to

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