emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [emacs-wiki-discuss] word count note


From: Seth Falcon
Subject: Re: [emacs-wiki-discuss] word count note
Date: Sun, 07 May 2006 16:08:26 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin)

"thomas knoll" <address@hidden> 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)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]