Feed on
Posts
Comments

Archive for the 'Emacs' Category

I just came
across a
great Firefox extension called "It’s All Text!". Any
HTML textarea you see while browsing gets a
little edit button on the
bottom right corner - clicking it launches your favorite editor (the
frst time you use it, it brings you to the preferences screen). For
me, that’s GNU Emacs.

To use it with Emacs, just add (server-start) […]

Read Full Post »

href=”http://blog.unixlore.net/2006/03/using-emacs-to-edit-blog-posts.html”>I
write blog posts with HTML markup, and I sometimes want to get a
fairly accurate word count of my posts. By accurate I mean that HTML
tags themselves as well as quoted values
are not counted as words. There
are a lots of utilities and scripts that do word counting, from the
venerable Unix ‘wc’ to an elisp subroutine in […]

Read Full Post »