[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Poetry tool -- last posting
From: |
Stefan Monnier |
Subject: |
Re: Poetry tool -- last posting |
Date: |
Fri, 20 Feb 2015 11:39:55 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
> http://www.bobnewell.net/filez/poetry.zip
Distributing it as a .zip file instead of a plain .el file makes it
significantly more painful to browse or install on some systems.
Looking at the code (the part copied from nlinum):
- The variable poetry--line-number-cache is only ever set and never
read, hence you can throw it away.
- AFAIK your line annotations only depend on the actual line and not on
the preceding text, so you can pass nil as the second argument to
jit-lock-register.
Stefan