all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ispell changed from emacs 24 to emacs 25, but how?
@ 2016-12-11 16:29 djc
  2016-12-11 17:48 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: djc @ 2016-12-11 16:29 UTC (permalink / raw)
  To: help-gnu-emacs

I have some elisp code that relies on ispell (with hunspell) on Win7. It works under 24.5 and doesn't under 25.5 -- under 25.5, my code appears no longer to initialize some things that have to be set up, and documentation is scanty for what I have to initialize in ispell to be able to use it from other code. I wrote my own code mainly to do this setup, switching among multiple languages. It does nothing fancy.

Is there anyone who knows enough about ispell to give me some idea of what changed, and why, so I can adapt my code?  Although I've diffed the two versions and tried to make sense of the changes, I haven't yet been able to find what I have to do to make my own code work with the latest.

I want to use my code also on Linux, but I expect it to be relatively easy to adapt it once I have it going on Windows.

Tx

djc


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: ispell changed from emacs 24 to emacs 25, but how?
  2016-12-11 16:29 ispell changed from emacs 24 to emacs 25, but how? djc
@ 2016-12-11 17:48 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2016-12-11 17:48 UTC (permalink / raw)
  To: help-gnu-emacs

> Date: Sun, 11 Dec 2016 08:29:17 -0800 (PST)
> From: djc <peter.kaiser@gmail.com>
> Injection-Date: Sun, 11 Dec 2016 16:29:17 +0000
> 
> I have some elisp code that relies on ispell (with hunspell) on Win7. It works under 24.5 and doesn't under 25.5 -- under 25.5, my code appears no longer to initialize some things that have to be set up, and documentation is scanty for what I have to initialize in ispell to be able to use it from other code. I wrote my own code mainly to do this setup, switching among multiple languages. It does nothing fancy.
> 
> Is there anyone who knows enough about ispell to give me some idea of what changed, and why, so I can adapt my code?  Although I've diffed the two versions and tried to make sense of the changes, I haven't yet been able to find what I have to do to make my own code work with the latest.

Please tell what your code does, it's hard to help you otherwise.
In particular, it's hard to guess which changes could affect your
code.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-11 17:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-11 16:29 ispell changed from emacs 24 to emacs 25, but how? djc
2016-12-11 17:48 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.