(backward-char 1)
(and (looking-at (flyspell-get-not-casechars))
(or (string= "" ispell-otherchars)
- (not (looking-at (ispell-get-otherchars))))
+ (not (looking-at ispell-otherchars)))
(or flyspell-consider-dash-as-word-delimiter-flag
(not (looking-at "-"))))))
;; yes because we have reached or typed a word delimiter.
(backward-char 1)
(and (and (looking-at (flyspell-get-not-casechars)) 1)
(or (string= "" ispell-otherchars)
- (not (looking-at (ispell-get-otherchars))))
+ (not (looking-at ispell-otherchars)))
(and (or flyspell-consider-dash-as-word-delimiter-flag
(not (looking-at "\\-"))) 2))))))
c))))
(backward-char 1)
(and (looking-at (flyspell-get-not-casechars))
(or (string= "" ispell-otherchars)
- (not (looking-at (ispell-get-otherchars))))
+ (not (looking-at ispell-otherchars)))
(or flyspell-consider-dash-as-word-delimiter-flag
(not (looking-at "\\-"))))))))
c))