Linux.com

Counting words

Posted by: Anonymous Coward on August 10, 2006 07:24 AM
An easier way to count words would be to select a region and run wc on it.
<tt>C-x h M-| wc <RET></tt>
will run wc on the entire buffer. That third keystroke is shift-alt-backslash on my keyboard.

#

Return to Emacs tips: Customize your Emacs experience