[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Adding ispell-multi.el and friends to Emacs
From: |
martin rudalics |
Subject: |
Re: Adding ispell-multi.el and friends to Emacs |
Date: |
Mon, 18 Jun 2007 14:37:20 +0200 |
User-agent: |
Mozilla Thunderbird 1.0 (Windows/20041206) |
> Current ispell.el behavior wrt localwords when switching buffers with the
> same language is to restart ispell if localwords are present, to avoid the
> problem of conflicting localwords.
With the consequence that all "session-local" words are lost.
> If ispell-multi.el starts a new ispell
> process in this case, keeping two processes for the same language, it might
> also be made aware that words are accepted for that buffer session.
ispell-multi.el seems to be able to retain "session-local" words for the
original buffer. If they are present (or introduced) it should probably
start a new process for the second buffer.
A different problem occurs when you check one and the same buffer with
multiple processes: In this case "session-local" words should be shared
by all processes checking this buffer. Otherwise, an abbreviation would
be marked erroneous by the French process and not marked by the Italian
one. As I mentioned earlier, it's much simpler to have Emacs maintain
these words in buffer-local hash-lists and have Emacs override the
results reported by the spell processes.
Re: Adding ispell-multi.el and friends to Emacs, martin rudalics, 2007/06/15
- Re: Adding ispell-multi.el and friends to Emacs, Peter Heslin, 2007/06/15
- Re: Adding ispell-multi.el and friends to Emacs, Agustin Martin, 2007/06/18
- Re: Adding ispell-multi.el and friends to Emacs,
martin rudalics <=
- Re: Adding ispell-multi.el and friends to Emacs, Agustin Martin, 2007/06/19
- Re: Adding ispell-multi.el and friends to Emacs, martin rudalics, 2007/06/20
- Re: Adding ispell-multi.el and friends to Emacs, Agustin Martin, 2007/06/20
- Re: Adding ispell-multi.el and friends to Emacs, Richard Stallman, 2007/06/21
- Re: Adding ispell-multi.el and friends to Emacs, David Kastrup, 2007/06/21
- Re: Adding ispell-multi.el and friends to Emacs, Peter Heslin, 2007/06/21
- Re: Adding ispell-multi.el and friends to Emacs, Richard Stallman, 2007/06/22
- Re: Adding ispell-multi.el and friends to Emacs, Peter Heslin, 2007/06/22
- Re: Adding ispell-multi.el and friends to Emacs, Richard Stallman, 2007/06/23
Re: Adding ispell-multi.el and friends to Emacs, Peter Heslin, 2007/06/21