all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Mac OS X fullscreen
@ 2011-01-14 16:23 Žiga Lenarčič
  2011-01-15 10:07 ` Adrian Robert
  2011-01-18  0:17 ` YAMAMOTO Mitsuharu
  0 siblings, 2 replies; 3+ messages in thread
From: Žiga Lenarčič @ 2011-01-14 16:23 UTC (permalink / raw)
  To: emacs-devel

Please include the Mac OS X fullscreen patch in the next version, so I
don't have to use separately compiled version.
http://cloud.github.com/downloads/typester/emacs/feature-fullscreen.patch

Regards,
Ziga Lenarcic



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

* Re: Mac OS X fullscreen
  2011-01-14 16:23 Mac OS X fullscreen Žiga Lenarčič
@ 2011-01-15 10:07 ` Adrian Robert
  2011-01-18  0:17 ` YAMAMOTO Mitsuharu
  1 sibling, 0 replies; 3+ messages in thread
From: Adrian Robert @ 2011-01-15 10:07 UTC (permalink / raw)
  To: emacs-devel

Žiga Lenarčič <ziga.lenarcic <at> gmail.com> writes:

> 
> Please include the Mac OS X fullscreen patch in the next version, so I
> don't have to use separately compiled version.
> http://cloud.github.com/downloads/typester/emacs/feature-fullscreen.patch


Hi,

I reviewed this last spring and it needs a bit of work before being acceptable
into the mainline.  Specifically, it needs to be updated to use the
emacs-official fullscreen hooks rather than a platform-specific-function
ns-toggle-fulscreen.  Also a copyright assignment from the author would be
needed.  I was unable to find any sort of contact information for him and
therefore could not get in touch.

David Reitter, the Aquamacs maintainer, mentioned that he had been in touch with
him and thought it might be possible to integrate the Aquamacs code for the
fullscreen hook with this implementation.  But nothing has moved since then.  I
admit I haven't been motivated to work on it myself since I have no interest in
the feature.  :-/

The best way to get this moving forward would be to get in touch with David and
see if you can reach the author through him for copyright assignment, and also
see if the code in Aquamacs (see below) is now in sufficient form to merge.

http://github.com/davidswelt/aquamacs-emacs/tree/topic/fullscreen

thanks,
Adrian






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

* Re: Mac OS X fullscreen
  2011-01-14 16:23 Mac OS X fullscreen Žiga Lenarčič
  2011-01-15 10:07 ` Adrian Robert
@ 2011-01-18  0:17 ` YAMAMOTO Mitsuharu
  1 sibling, 0 replies; 3+ messages in thread
From: YAMAMOTO Mitsuharu @ 2011-01-18  0:17 UTC (permalink / raw)
  To: Žiga Lenarčič; +Cc: emacs-devel

>>>>> On Fri, 14 Jan 2011 17:23:22 +0100, Žiga Lenarčič <ziga.lenarcic@gmail.com> said:

> Please include the Mac OS X fullscreen patch in the next version, so
> I don't have to use separately compiled version.
> http://cloud.github.com/downloads/typester/emacs/feature-fullscreen.patch

Besides the interface issue Adrian mentioned, it doesn't do proper
adjustment for operations that would involve position/size changes if
they were applied to ordinary frames.  For example,

(scroll-bar-mode)

(set-frame-font "Courier-18")

(set-frame-parameter nil 'left 100)

(set-frame-parameter nil 'internal-border-width 30)

				     YAMAMOTO Mitsuharu
				mituharu@math.s.chiba-u.ac.jp



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

end of thread, other threads:[~2011-01-18  0:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-14 16:23 Mac OS X fullscreen Žiga Lenarčič
2011-01-15 10:07 ` Adrian Robert
2011-01-18  0:17 ` YAMAMOTO Mitsuharu

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.