Skip to content

Releases: bnbeckwith/wc-mode

Changing to global update timer

18 Apr 00:51
63be143
Compare
Choose a tag to compare

To facilitate better performance with multiple wc-mode buffers, the local timers were removed in favor of one global timer.

Idle Timer Implementation

08 Jan 18:44
79107d1
Compare
Choose a tag to compare

The stat generation is now more performant due to the use of an idle timer. This resolves #13.

To use the timer, configure wc-idle-wait for the number of seconds of idle to wait before calculating the word count stats.

wc-mode 1.3

31 Oct 13:49
Compare
Choose a tag to compare

It has been time to tag a new release. This is version 1.3. Changes since 1.0 are

  • Goal functions now perform reset by default
  • New autoload cookie
  • Reset functions added
  • Counting functions tied to buffer-local variables