all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Jan Djärv" <jan.h.d@swipnet.se>
To: chad <yandros@MIT.EDU>
Cc: Steven Degutis <sbdegutis@gmail.com>,
	"emacs-devel@gnu.org Development" <emacs-devel@gnu.org>
Subject: Re: ns-toggle-fullscreen
Date: Tue, 2 Apr 2013 20:48:35 +0200	[thread overview]
Message-ID: <BB32AF12-F937-4399-AD83-D04B88D9B1DC@swipnet.se> (raw)
In-Reply-To: <6D693D48-30A1-4E58-ACD8-37272E65984E@mit.edu>

Hello.

I guess you can do

(defun toggle-frame-fullscreen ()
  (set-frame-parameter nil 'fullscreen
		       (if (frame-parameter nil 'fullscreen) nil 'fullscreen)))

	Jan D.

2 apr 2013 kl. 20:04 skrev chad <yandros@MIT.EDU>:

> 
> On 02 Apr 2013, at 10:45, Steven Degutis <sbdegutis@gmail.com> wrote:
> 
>> That's in 24.4, which isn't out yet (at least via homebrew).
>> 
>> -Steven
> 
> My apologies; I checked the wrong install. 
> 
> ~Chad
> 




  reply	other threads:[~2013-04-02 18:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-02 14:45 ns-toggle-fullscreen Steven Degutis
2013-04-02 16:18 ` ns-toggle-fullscreen Glenn Morris
2013-04-02 17:43 ` ns-toggle-fullscreen chad
2013-04-02 17:45   ` ns-toggle-fullscreen Steven Degutis
2013-04-02 18:04     ` ns-toggle-fullscreen chad
2013-04-02 18:48       ` Jan Djärv [this message]
2013-04-02 18:39 ` ns-toggle-fullscreen Jan Djärv

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BB32AF12-F937-4399-AD83-D04B88D9B1DC@swipnet.se \
    --to=jan.h.d@swipnet.se \
    --cc=emacs-devel@gnu.org \
    --cc=sbdegutis@gmail.com \
    --cc=yandros@MIT.EDU \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.