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

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

fullscreen on ubuntu 10.10


From: Andrea Crotti
Subject: fullscreen on ubuntu 10.10
Date: Wed, 27 Oct 2010 14:35:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (darwin)

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?




reply via email to

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