Re: word count note
Seth Falcon <[email protected]> Sun, 07 May 2006 16:08:26 -0700
| Newsgroups | gmane.emacs.wiki.general |
|---|---|
| Message-ID | <[email protected]> |
"thomas knoll" <[email protected]> writes: > I didn't quite work. > Here is what is in *Messages*: > 302 occurrences > if: Format specifier doesn't match argument type > > 302 is the correct number, but it only prints "Format specifier > doesn't match argument type" to the buffer. Hrm. Works for me with Emacs 22.0.50.1 (powerpc-apple-darwin8.5.0) of 2006-02-14. Perhaps fiddling with the line: (message "This note has %d words" count) You could try this: (message "This note has %s words" count)