#3549: kill-eow and kill-word are not consistent for finding word boundaries
--------------------+-------------------------------------------------------
 Reporter:  me      |       Owner:  mutt-dev
     Type:  defect  |      Status:  new     
 Priority:  minor   |   Milestone:  1.6     
Component:  mutt    |     Version:  1.5.21  
 Keywords:          |  
--------------------+-------------------------------------------------------
 On Sun, Nov 27, 2011 at 12:44:58PM +0100, Bastien Dejean wrote:
 >It seems 'kill-eow' doesn't consider '-' as a word separator whereas
 >'kill-word' does...

 This does seem a bit inconsistent.  kill-eow uses !iswspace()
 whereas kill-word uses !isalnum() to find the word boundary.  My initial
 thought is that kill-eow should be changed to us !isalnum().

-- 
Ticket URL: <http://dev.mutt.org/trac/ticket/3549>
Mutt <http://www.mutt.org/>
The Mutt mail user agent

Reply via email to