Skip to content

Commit

Permalink
Merge remote branch 'technomancy/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
bdimcheff committed Oct 8, 2009
2 parents bd00c96 + 63797f6 commit 9a638d1
Show file tree
Hide file tree
Showing 439 changed files with 47,788 additions and 80,772 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -17,4 +17,5 @@ oddmuse/*
image-dired/
elim/
elpa-to-submit/nxhtml/etc/schema/xhtml-loader.rnc~
tramp
tramp
\#*
21 changes: 16 additions & 5 deletions README.markdown
Expand Up @@ -19,16 +19,19 @@ screencast](http://peepcode.com/products/meet-emacs) helpful. The

## Installation

1. Install Emacs (at least version 22)
1. Install GNU Emacs (at least version 22, 23 is preferred)
Use your package manager if you have one.
Otherwise, Mac users should get it [from Apple](http://www.apple.com/downloads/macosx/unix_open_source/carbonemacspackage.html).
Windows users can get it [from GNU](http://ftp.gnu.org/gnu/emacs/windows/emacs-22.3-bin-i386.zip).
2. Move the directory containing this file to ~/.emacs.d [1]
(If you already have a directory at ~/.emacs.d move it out of the way and put this there instead.)
2. Move the directory containing this file to ~/.emacs.d
(If you already have a directory at ~/.emacs.d move it out of the
way and put this there instead.)
3. Launch Emacs!

If you are missing some autoloads after an update (should manifest
itself as "void function: foobar" errors) try M-x regen-autoloads.
If you find yourself missing some autoloads after an update (which
should manifest itself as "void function: foobar" errors) try M-x
regen-autoloads. After some updates an M-x recompile-init will be
necessary; this should be noted in the commit messages.

If you want to keep your regular ~/.emacs.d in place and just launch a
single instance using the starter kit, try the following invocation:
Expand Down Expand Up @@ -86,6 +89,14 @@ packages. If you run into problems with such a package, try removing
everything from inside the elpa/ directory and invoking M-x
starter-kit-elpa-install in a fresh instance.

## Variants of Emacs

The Starter Kit is designed to work with GNU Emacs version 22 or
greater. Using it with forks or other variants is not supported. It
probably won't work with XEmacs, though some have reported getting it
to work with Aquamacs. However, since Aquamacs is not portable,
it's difficult to test in it.

## Contributing

If you know your way around Emacs, please try out the starter kit as a
Expand Down
8 changes: 2 additions & 6 deletions TODO
Expand Up @@ -2,15 +2,11 @@ TODO:

Submit the packages in starter-kit-elpa.el to ELPA.

Greg Newman is working on Python helpers.

maybe include:
* should yasnippet be included in rinari?

to write/finish:
* submit ruby fixes to flymake

which-func-mode in ruby?

Bug fixes:
get jabber.el to automatically disconnect when suspending/hibernating (via dbus)
get jabber.el to automatically disconnect when suspending/hibernating (via dbus)
same with rcirc.el

0 comments on commit 9a638d1

Please sign in to comment.