GNU Emacs
code/scripts for GNU Emacs (might work in other emacsen but not tested)
Most code under the GPL v3 or newer.
Some code under GPL v2 or newer.
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 simpel).
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, example: abc -> cba
Usefull when you are writting in RTL scripts.
Warning: This might make some bad stuff for others reading the dokument in a editor/viewer that handels bidi/RTL.
download
erc-extcmd.el
Adds some commands to ERC:
OPER (nick password &rest ignore)
USERCOUNT (&rest ignore)
ROT (&rest words)
BIP (command &rest ignore)
PAL (&optional user &rest ignore)
KEYWORD (&optional keyword &rest ignore)
SAVEPIK (&rest ignore)
See the file for more documentation of what they do etc..
download
insert-shell-cmd.el
Insert the output of a command in the current buffer.
download
2010-11-22