[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/2] Merge subword-mode and capitalized-words-mode
From: |
Eli Zaretskii |
Subject: |
Re: [PATCH 1/2] Merge subword-mode and capitalized-words-mode |
Date: |
Wed, 08 Aug 2012 05:58:12 +0300 |
> Date: Tue, 07 Aug 2012 13:43:25 -0700
> From: Daniel Colascione <address@hidden>
> Cc: address@hidden
>
> Good catch. (thing-at-point 'word) returns the right subword, but ispell has
> its
> own ispell-get-word function. Can we just change ispell to use thing-at-point?
ispell-get-word pays attention to variables that are customized per
dictionary, so I don't think the replacement is the way to go. How
about the other way around, at least as an option?