aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/emacs.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-10emacs 23.3Michael Wall
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-05Emacs: disable fullscreen patch for HEADAndrea Bedini
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-18Use https for all GitHub URLsTianyi Cui
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-07Emacs - Install info files to separate folderDrew Hess
By default, Emacs installs its info files in /usr/local/share/info. This works fine until you try to install an updated version of an elisp package that is bundled with Emacs (e.g., org-mode), at which point the updated package will overwrite the info file that came bundled with Emacs. This is not ideal, but it works, since Emacs will see the updated info file -- that is, until you decide to uninstall the elisp package (removing the info file for the package altogether), or you rebuild Emacs (overwriting the new package's info file with the stale one that comes bundled with Emacs). This patch makes the Emacs formula install Emacs's info files in #{prefix}/share/info/emacs, so that updated elisp packages' info files will not conflict with Emacs's. Then it's just a simple matter of setting Info-directory-list in your .emacs file so that Emacs will find the updated info file. This method mimics the Debian behavior for Emacs info directories. Note that Emacs will look for info files in the configured --infodir by default, so there's no need for a caveat re: the INFOPATH environment variable. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-08emacs - revert 'fix' and link emacsclient insteadAdam Vandenberg
2010-09-07Added ns-fullscreen patch for emacs formula if running with "--cocoa" flagLuke Amdor
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-07Use startup script instead of symlink for cocoa emacsAdam Vandenberg
2010-08-18Fixing several formulae that fail with LLVMDouglas Creager
Specifically: emacs, glib, igraph, and zeromq Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-07-13Link "emacs" binary into bin even for a Cocoa app.Adam Vandenberg
2010-07-13Add x11 option to emacsAdam Vandenberg
2010-07-01Not including magit when building emacsLuke Amdor
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-10Tweak emacsAdam Vandenberg
* Reformat caveats, especially to note whre Emacs.app is built * Remove 2 unused configure switches
2010-05-08emacs: version update to 23.2.Drew Hess
Note that --cocoa no longer builds from HEAD as this is now supported by the release version. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-20Support both bzr and git HEADs for emacs.Drew Hess
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-14emacs: add site-lisp pathDavid Höppner
* add magit package * disable d-bus (segfaults when compiling)
2010-02-03emacs: GNU Emacs has now switched from CVS to Bazaar.David Höppner
The caveats text based on justinweiss@f103c7fd720edf1ca1b637d555c4fb2c287de2a4
2010-01-30Update emacs documentation with TEXINFO tip.Adam Vandenberg
Fixes: http://github.com/mxcl/homebrew/issues#issue/177
2009-12-02Fixes #125Max Howell
2009-11-07emacs --cocoa uses prefix.install as it shouldBoris Gordon
2009-11-07Emacs has --cocoa build option to build Emacs.app using CVS HEAD via gitBoris Gordon
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-10-12Use separate system calls for separate commandsPhilip Weaver
2009-10-02GNU Emacs formulaDavid Höppner
GNU Emacs is an extensible, customizable text editor—and more. At its core is an interpreter for Emacs Lisp, a dialect of the Lisp programming language with extensions to support text editing.