Modify ↓
Opened 2 years ago
Last modified 2 years ago
#8429 new defect
Character subsets of words are matched as acronyms
| Reported by: | rjollos | Owned by: | rjollos |
|---|---|---|---|
| Priority: | normal | Component: | AcronymsPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Attachments (1)
Change History (3)
Changed 2 years ago by rjollos
comment:1 Changed 2 years ago by rjollos
comment:2 Changed 2 years ago by rjollos
- Summary changed from Partial words are matched as acronyms to Character subsets of words are matched as acronyms
Note: See
TracTickets for help on using
tickets.



The plugin is designed so that <acronym>[<id>] can be matched, so it's not so straightforward to avoid matching WFMD. We could avoid these matches in the case that an ID URL is not specified for the acronym, however we'd still get false matches in some situations.
For example, with the following definition,
||RFC ||Request For Comment $1 ||http://www.ietf.org/rfc.html ||http://www.ietf.org/rfc/rfc$1.txt||
we'd still match RFCD, when we only intend to match trailing numerics such as RFC2317.
I can think of a couple of options:
Let me know what you think.