This was broken in the Emacs 24.4 release, reported upstream here:
http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00813.html
Previously, either of the following would disable antialiased fonts
on OS X:
(setq ns-antialias-text nil)
Or:
(setq ns-use-native-fullscreen nil)
While calling those now does not trigger an error, the setting
is no longer respected. This patch restores that.
Since emacs version 23.1 the emacs executable accepts a --daemon flag
which will start emacs as a server daemon. You can then connect to the
server using emacsclient (reducing startup time etc).
See http://www.emacswiki.org/emacs/EmacsAsDaemon#toc7
Update to latest stable release, remove obsolete patches, remove devel
version, remove obsolete Japanese patch, use HTTPS on homepage and
mirror, change single quotes to double.
ClosesHomebrew/homebrew#33410.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This prevents leaving around a lingering bash process whenever
/usr/local/bin/emacs is invoked.
ClosesHomebrew/homebrew#32301.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
The Homebrew Mailutils is more powerful than the version which comes
with Emacs. This option allows the user to install Homebrew's version
instead.
ClosesHomebrew/homebrew#31219.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Change url to new sourceforge.jp scheme to avoid infinite redirects preventing the patch from being downloaded
ClosesHomebrew/homebrew#30928.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
New optionals:
- d-bus for notifications
- glib in HEAD (used for file notifications).
- librsvg for SVG support
- imagemagick for image viewing and manipulation
ClosesHomebrew/homebrew#30515.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This patch fixes a memory leak in Emacs 24.3 on Mavericks.
Mostly from an upstream patch r114945 in trunk, to be released as 24.4.
https://gist.github.com/anonymous/8553178
Even though the patch is applied to files which are also modified by
existing patches in the original Formula, it is confirmed that the patch
can applied without errors (Hunk successfully).
ClosesHomebrew/homebrew#26516.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This makes it possible to bypass OS X's fullscreen mode. The changes
were pulled from Emacs's bzr repository with minimal changes to get
them to work with 24.3
ClosesHomebrew/homebrew#23729.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>