Ticket #346 (closed defect: fixed)
nref broken on Debathena's discuss client
Reported by: | geofft | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | -- | Keywords: | |
Cc: | Fixed in version: | ||
Upstream bug: |
Description
If I run discuss release-team, p 5955, and nref on linerva (Debathena Lenny) or ozok (Debathena Jaunty), I get the error "discuss (nref): Invalid transaction specification". The same is true elsewhere in the thread. This works on yaz (Athena 9 Linux).
Note: See
TracTickets for help on using
tickets.
This broke when the shortcuts were added back in May. In trn_expr.y:yylex(), move the checks for the single letters to the end (where the other single-letter checks are) and it should work again. Perhaps add a comment to the top of the function indicating the ordering requirement.