Fix an infinite loop, and disable twitter updates
[slh] / README
1 -*- text -*-
2
3 Here is a small collection of (mostly) my hacks.  Some of which are
4 even useful.
5
6 dired-tar.el       -- Handle tarballs in Dired.  Updated to support
7                       bzip2, lzma, and xz.
8 ffi-mpd.el         -- non-working
9 ges-post.el        -- Ease sending lisp to gnu.emacs.sources
10 google-query.el    -- Search Google from within (S)XEmacs
11 linux-kernel.el    -- Check the lastest Linux kernel release
12 lj.el              -- Post entries to a LiveJournal blog
13 mozmail.el         -- Compose mail in a emacs MUA from mailto links in
14                       Mozilla
15 patch-keywords.el  -- An aid for XEmacs patch reviewers
16 pkg-build.el       -- Automate the drudgery of the XEmacs Packages
17                       Release Manager
18 pui-update.el      -- Update XEmacs packages from cron (non-working)
19 sxell.el           -- SXEmacs interface to the Emacs Lisp List
20 snap.el            -- An updated version of snap.el (from the howm
21                       guy).  This one supports (S)XEmacs.
22
23
24 Installation:
25 ============
26 Basically, put it in you load-path, optionally byte-compile it, add
27 (require '<libname>) in your `user-init-file'.
28
29 See the comments in each file for any idiosyncrasies or unusual set up
30 procedures.