links
300 Images From 1800 Sites
Punctuated Productivity
ascii table
brainjar.com: css positioning
Catman's Reference Guide to XHTML 1.1
Catman's XHTML 1.1 Elements and Attributes Reference Guide
citeseer
Color Scheme Generator
common errors in english
cool images
Copying music between authorized computers with iTunes for Windows
css layout-o-matic
daypop
del.icio.us
elegant hack
emacs wiki
floatutorial
imho...
keystroke shortcuts for windows xp
mozilla keyboard shortcuts
NameVoyager
perldoc.com
programming language popularity
regular expression tester
selectoracle
short url services
simple urls for search engines
the unix acronym list
yahoo dictionary

permalink

emacs esoterica

need to find an emacs package in your load-path?

This can be useful for answering questions like “Before I install this package, is it already somewhere in my load_path?”

M-x locate-library<ret>package name<ret>

need a second or third shell (I’ve been wishing for this for a long time…)? From Chris Spear’s Emacs web page:

...If you want to start multiple shells, use M-x rename-buffer to rename the current shell buffer, then M-x shell to start the second.

need to change the default directory in a perl debug session?

Kent Borg sent this suggestion to me:

  use Cwd;
  chdir "/some/desirable/directory"
  p `pwd`

Share this article on post this at del.icio.us post this at Digg post this at Reddit

* * *