diff options
| author | Adam Vandenberg | 2011-06-13 13:41:09 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-06-13 13:41:09 -0700 |
| commit | 36b7066ae38f6633a045b8da3726d4d0b6abc6fe (patch) | |
| tree | c85132c3467b6d1b6888c7764040920bd99c9760 /Library | |
| parent | ce04d6d686413468d566e3ad8f22d65e274ed9ef (diff) | |
| download | homebrew-36b7066ae38f6633a045b8da3726d4d0b6abc6fe.tar.bz2 | |
emacs: edit caveats
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/emacs.rb | 27 |
1 files changed, 11 insertions, 16 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb index 40fc7b4a8..99d85d676 100644 --- a/Library/Formula/emacs.rb +++ b/Library/Formula/emacs.rb @@ -77,31 +77,26 @@ class Emacs < Formula end def caveats - s = "" + s = "For build options see:\n brew options emacs\n\n" if ARGV.include? "--cocoa" s += <<-EOS.undent Emacs.app was installed to: #{prefix} EOS - else - s += <<-EOS.undent - Use --cocoa to build a Cocoa-specific Emacs.app. - - EOS end s += <<-EOS.undent - The initial checkout of the bazaar Emacs repository might take a long - time. You might find that using the repo.or.cz git mirror is faster, - even after the initial checkout. To use the repo.or.cz git mirror for - HEAD builds, use the --use-git-head option in addition to --HEAD. Note - that there is inevitably some lag between checkins made to the - official Emacs bazaar repository and their appearance on the - repo.or.cz mirror. See http://repo.or.cz/w/emacs.git for the mirror's - status. The Emacs devs do not provide support for the git mirror, and - they might reject bug reports filed with git version information. Use - it at your own risk. + Because the official bazaar repository might be slow, we include an option for + pulling HEAD from an unofficial Git mirror: + + brew install emacs --HEAD- -use-git-head + + There is inevitably some lag between checkins made to the official Emacs bazaar + repository and their appearance on the repo.or.cz mirror. See + http://repo.or.cz/w/emacs.git for the mirror's status. The Emacs devs do not + provide support for the git mirror, and they might reject bug reports filed + with git version information. Use it at your own risk. EOS return s |
