all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* fullscreen on ubuntu 10.10
@ 2010-10-27 12:35 Andrea Crotti
  2010-10-27 13:13 ` Jonathan Groll
  0 siblings, 1 reply; 2+ messages in thread
From: Andrea Crotti @ 2010-10-27 12:35 UTC (permalink / raw
  To: help-gnu-emacs

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?




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: fullscreen on ubuntu 10.10
  2010-10-27 12:35 fullscreen on ubuntu 10.10 Andrea Crotti
@ 2010-10-27 13:13 ` Jonathan Groll
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Groll @ 2010-10-27 13:13 UTC (permalink / raw
  To: Andrea Crotti, help-gnu-emacs

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" }



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-27 13:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-27 12:35 fullscreen on ubuntu 10.10 Andrea Crotti
2010-10-27 13:13 ` Jonathan Groll

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.