From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: ispell changed from emacs 24 to emacs 25, but how? Date: Sun, 11 Dec 2016 19:48:39 +0200 Message-ID: <83a8c2e4qw.fsf@gnu.org> References: NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1481478530 4147 195.159.176.226 (11 Dec 2016 17:48:50 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 11 Dec 2016 17:48:50 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 11 18:48:47 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cG8Ew-0000LS-FH for geh-help-gnu-emacs@m.gmane.org; Sun, 11 Dec 2016 18:48:46 +0100 Original-Received: from localhost ([::1]:56545 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cG8F0-00072o-OP for geh-help-gnu-emacs@m.gmane.org; Sun, 11 Dec 2016 12:48:50 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52067) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cG8EN-00071j-52 for help-gnu-emacs@gnu.org; Sun, 11 Dec 2016 12:48:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cG8EI-0007Sv-Ab for help-gnu-emacs@gnu.org; Sun, 11 Dec 2016 12:48:11 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:45235) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cG8EI-0007Sr-7Y for help-gnu-emacs@gnu.org; Sun, 11 Dec 2016 12:48:06 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3218 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cG8EH-0003aY-3m for help-gnu-emacs@gnu.org; Sun, 11 Dec 2016 12:48:05 -0500 In-reply-to: (message from djc on Sun, 11 Dec 2016 08:29:17 -0800 (PST)) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:111918 Archived-At: > Date: Sun, 11 Dec 2016 08:29:17 -0800 (PST) > From: djc > 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.