elisp (for GNU Emacs)

elisp scripts for GNU Emacs (might work in other emacsen but that remains untested).

erc-xmmcrtl

see hacks for a full description.
download

mpdctrl.el

Inserts the current song playing in mpd (uses mpc and egrep so its quite ugly).
download

circe-raw.el

Adds a /RAW command to circe (for sending raw server commands).
download

blampython-mode.el

A Derived Mode for python (using python-mode).
Using 4 spaces as indent (yes its really simple).
download

circe-extcmds.el

More commands for circe.
This includes the above /RAW command.
Current commands in this package: oper, kick, kill, mode, invite, raw
download

reverse-words-region.el

Reverses the words in a region, for example like this abc → cba, might be useful when you are writing in RTL scripts (for newer versions of emacs this won't be necessary since it does now support BiDi).

This might make some cause some issues for others reading the document in a editor/viewer that properly handles BiDi/RTL.
download

erc-extcmd.el

Adds some commands to ERC:

See the file for more documentation of what they do etc..
download

insert-shell-cmd.el

Insert the output of a command at the current point.
download

2014-05-26