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>
In addition to its etags executable, emacs now installs a ctags executable.
This stomps over exuberant-ctags, and makes it difficult to have emacs and
vim installed and use tags for both.
This follows what MacPorts does and removes bin/ctags and its manpage from
the build before linking. An option is provided for users who want to keep
`ctags` from emacs. Also, remove the conflict with ctags and add
a caveat to the formula about this whole issue.
FixesHomebrew/homebrew#16826.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Both emacs and ctags install an executable named 'ctags'. Both should let
the user know before trying to install the other one (rather than fail
during linking).
ClosesHomebrew/homebrew#16825.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>