emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Adding ispell-multi.el and friends to Emacs


From: Davis Herring
Subject: Re: Adding ispell-multi.el and friends to Emacs
Date: Thu, 21 Jun 2007 11:44:19 -0700 (PDT)
User-agent: SquirrelMail/1.4.8-6.el3.2lanl

> A mixed approach would be to first parse line and loop over words if a
> language change is detected or active and send lines otherwise. I only
> looked once at the line handling code to try doing something like that in
> case of misalignments (doing line per words in case a misalignment is
> found), but I had no success at all.

This could probably be made simple and efficient by using

(next-single-char-property-change (point) 'ispell-multi-lang
                                  nil (line-end-position))

to grab strings to send.  I'm not at all familiar with ispell, but if this
idea looks good I can try my hand at putting it in.

Davis

-- 
This product is sold by volume, not by mass.  If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]