From unknown Mon Jun 23 13:15:34 2025 X-Loop: help-debbugs@gnu.org Subject: bug#21046: 24.5; flyspell-mode error Resent-From: Rostyslav Skrypnyk Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 13 Jul 2015 13:35:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 21046 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 21046@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.14367944425930 (code B ref -1); Mon, 13 Jul 2015 13:35:02 +0000 Received: (at submit) by debbugs.gnu.org; 13 Jul 2015 13:34:02 +0000 Received: from localhost ([127.0.0.1]:48016 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZEdrs-0001XR-G5 for submit@debbugs.gnu.org; Mon, 13 Jul 2015 09:34:01 -0400 Received: from eggs.gnu.org ([208.118.235.92]:46247) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZEdrl-0001X8-7O for submit@debbugs.gnu.org; Mon, 13 Jul 2015 09:33:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZEdrd-0002FO-Pv for submit@debbugs.gnu.org; Mon, 13 Jul 2015 09:33:47 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, HTML_MESSAGE,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:50952) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEdrd-0002FK-MU for submit@debbugs.gnu.org; Mon, 13 Jul 2015 09:33:45 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEdrb-0002Jm-Rk for bug-gnu-emacs@gnu.org; Mon, 13 Jul 2015 09:33:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZEdrZ-00027d-PI for bug-gnu-emacs@gnu.org; Mon, 13 Jul 2015 09:33:43 -0400 Received: from mail-qg0-x236.google.com ([2607:f8b0:400d:c04::236]:36591) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEdrZ-00026x-I8 for bug-gnu-emacs@gnu.org; Mon, 13 Jul 2015 09:33:41 -0400 Received: by qgy5 with SMTP id 5so20221772qgy.3 for ; Mon, 13 Jul 2015 06:33:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=x7BK0gei6wn5KKCIRS479rAVLbnTPqNxZNb1iwY+wSY=; b=zV60XxAkguzygm7VGLiFUsshjmzcddoA5b7DpzEJeFlcDKdPmeeFNodUAWNN6q1L9k Fnd3dIE1s0eLSNNkqyuwfazZqWa7jpnCP6BsYbnL6I0HKVq5KXd4btGIa2MiNtcy/5ms 8+yCAzBMH8Xq+vH2PI4wDv1c5sFZkLjDZC28UDbNDJnHhKeZp6rs6bQXUov56Wu3Htpn BJhw3EFB4XBfxLojYtccz1Rk/Wb410oWdaz4S+G/HaDtbl2XHL+2a1aEfzO4diKDC316 agRjH66v4BWjWpBYs8yB9b0DyEeWW7xPrgAIaacKhMFfOVJ7TTLRHt2SIgBdRaF3xyyN 0OWg== MIME-Version: 1.0 X-Received: by 10.140.148.135 with SMTP id 129mr56383456qhu.24.1436794421122; Mon, 13 Jul 2015 06:33:41 -0700 (PDT) Received: by 10.140.96.38 with HTTP; Mon, 13 Jul 2015 06:33:41 -0700 (PDT) Date: Mon, 13 Jul 2015 15:33:41 +0200 Message-ID: From: Rostyslav Skrypnyk Content-Type: multipart/alternative; boundary=001a11376bdc1619bf051ac1c506 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) --001a11376bdc1619bf051ac1c506 Content-Type: text/plain; charset=UTF-8 Hi! When I try 'M-x flyspell-mode RETURN', I get the following error: "Error enabling Flyspell mode: (ispell-set-spellchecker-params)" Also, when I try 'M-x flyspell-region', I get "flyspell-region: Symbol's function definition is void: ispell-set-spellchecker-params" Could you please help me getting flyspell mode work. Best regards, Rostyslav. In GNU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21) of 2015-04-10 on builder10-9.porkrind.org Windowing system distributor `Apple', version 10.3.1347 Configured using: `configure --with-ns '--enable-locallisppath=/Library/Application Support/Emacs/${version}/site-lisp:/Library/Application Support/Emacs/site-lisp'' Important settings: locale-coding-system: utf-8-unix Major mode: Messages Minor modes in effect: shell-dirtrack-mode: t global-column-enforce-mode: t TeX-PDF-mode: t global-auto-complete-mode: t global-linum-mode: t linum-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t buffer-read-only: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent messages: Error enabling Flyspell mode: (ispell-set-spellchecker-params) Mark set [2 times] Making completion list... flyspell-region: Symbol's function definition is void: ispell-set-spellchecker-params Buffer is read-only: # Making completion list... Library is file /Applications/Emacs.app/Contents/Resources/lisp/textmodes/flyspell.elc flyspell-word: Symbol's function definition is void: ispell-set-spellchecker-params Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug sendmail pp flyspell ispell thingatpt yasnippet preview prv-emacs tex-buf reftex-dcr reftex-auc reftex reftex-vars noutline outline font-latex tex-mode shell pcomplete latexenc dired misearch multi-isearch mule-util mm-archive message format-spec rfc822 mml mml-sec mailabbrev gmm-utils mailheader mm-decode mm-bodies mm-encode mail-utils network-stream starttls url-http tls mail-parse rfc2231 rfc2047 rfc2045 ietf-drums url-gw url-cache url-auth url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util mailcap url-handlers url-parse auth-source eieio byte-opt bytecomp byte-compile cl-extra cconv eieio-core gnus-util mm-util mail-prsvr password-cache url-vars finder-inf flycheck find-func help-mode rx subr-x dash flymake compile comint ansi-color ring column-enforce-mode cl auto-complete-auctex latex easy-mmode tex-style tex crm advice help-fns auto-complete-config ac-math auto-complete edmacro kmacro cl-macs gv popup cl-loaddefs cl-lib math-symbol-lists tex-site info easymenu package epg-config deeper-blue-theme linum cus-start cus-load time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel ns-win tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process cocoa ns multi-tty emacs) Memory information: ((conses 16 269881 65940) (symbols 48 33488 0) (miscs 40 508 493) (strings 32 80578 24326) (string-bytes 1 1853845) (vectors 16 32248) (vector-slots 8 1348208 166060) (floats 8 155 321) (intervals 56 1401 997) (buffers 960 20)) --001a11376bdc1619bf051ac1c506 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Hi!

When I try '= ;M-x flyspell-mode RETURN', I get the following error:
"E= rror enabling Flyspell mode:
(ispell-set-spellchecker-params)"=

Also, when I try 'M-x flyspell-region', I get=
"flyspell-region: Symbol's function definition is void:
ispell-set-spellchecker-params"

Could you = please help me getting flyspell mode work.

Best regard= s,

Rostyslav.



In GNU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265= .21)
Windowing system distributor `Apple'= ;, version 10.3.1347
Configured using:
`configure --with-ns= '--enable-locallisppath=3D/Library/Application
Support/Emacs/$= {version}/site-lisp:/Library/Application
Support/Emacs/site-lisp= 9;'

Important settings:
=C2=A0=C2=A0locale= -coding-system: utf-8-unix

Major mode: Messages
<= div style=3D"color:rgb(0,0,0);font-family:Calibri,sans-serif;font-size:14px= ">
Minor modes in effect:
=C2=A0=C2=A0shell-dirtrack-mo= de: t
=C2=A0=C2=A0global-column-enforce-mode: t
=C2=A0=C2= =A0TeX-PDF-mode: t
=C2=A0=C2=A0global-auto-complete-mode: t
=C2=A0=C2=A0global-linum-mode: t
=C2=A0=C2=A0linum-mode: t
=C2=A0=C2=A0tooltip-mode: t
=C2=A0=C2=A0mouse-wheel-mode: t
<= div style=3D"color:rgb(0,0,0);font-family:Calibri,sans-serif;font-size:14px= ">=C2=A0=C2=A0file-name-shadow-mode: t
=C2=A0=C2=A0global-font-lock= -mode: t
=C2=A0=C2=A0font-lock-mode: t
=C2=A0=C2=A0auto-com= position-mode: t
=C2=A0=C2=A0auto-encryption-mode: t
=C2=A0= =C2=A0auto-compression-mode: t
=C2=A0=C2=A0buffer-read-only: t
=C2=A0=C2=A0column-number-mode: t
=C2=A0=C2=A0line-number-mode:= t
=C2=A0=C2=A0transient-mark-mode: t

Recent = messages:

Error enabling Flyspell mode:
(ispel= l-set-spellchecker-params)
Mark set [2 times]
Making comple= tion list...
flyspell-region: Symbol's function definition is v= oid: ispell-set-spellchecker-params
Buffer is read-only: #<buffe= r *Messages*>
Making completion list...
Library is file = /Applications/Emacs.app/Contents/Resources/lisp/textmodes/flyspell.elc
flyspell-word: Symbol's function definition is void: ispell-set-spe= llchecker-params

Load-path shadows:
None found= .

Features:
(shadow sort mail-extr emacsbug se= ndmail pp flyspell ispell thingatpt
yasnippet preview prv-emacs tex= -buf reftex-dcr reftex-auc reftex
reftex-vars noutline outline font= -latex tex-mode shell pcomplete
latexenc dired misearch multi-isear= ch mule-util mm-archive message
format-spec rfc822 mml mml-sec mail= abbrev gmm-utils mailheader mm-decode
mm-bodies mm-encode mail-util= s network-stream starttls url-http tls
mail-parse rfc2231 rfc2047 r= fc2045 ietf-drums url-gw url-cache url-auth
url url-proxy url-priva= cy url-expand url-methods url-history url-cookie
url-domsuf url-uti= l mailcap url-handlers url-parse auth-source eieio
byte-opt bytecom= p byte-compile cl-extra cconv eieio-core gnus-util
mm-util mail-prs= vr password-cache url-vars finder-inf flycheck find-func
help-mode = rx subr-x dash flymake compile comint ansi-color ring
column-enforc= e-mode cl auto-complete-auctex latex easy-mmode tex-style
tex crm= advice help-fns auto-complete-config ac-math auto-complete
edmacro= kmacro cl-macs gv popup cl-loaddefs cl-lib math-symbol-lists
tex-s= ite info easymenu package epg-config deeper-blue-theme linum
cus-st= art cus-load time-date tooltip electric uniquify ediff-hook
vc-hook= s lisp-float-type mwheel ns-win tool-bar dnd fontset image
regexp-= opt fringe tabulated-list newcomment lisp-mode prog-mode register
p= age menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock
fon= t-lock syntax facemenu font-core frame cham georgian utf-8-lang
mis= c-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew
= greek romanian slovak czech european ethiopic indian cyrillic chinese
=
case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice<= /div>
loaddefs button faces cus-face macroexp files text-properties overl= ay
sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote make-network-process cocoa ns
m= ulti-tty emacs)

Memory information:
((conses 1= 6 269881 65940)
(symbols 48 33488 0)
(miscs 40 508 493)
(strings 32 80578 24326)
(string-bytes 1 1853845)
(vec= tors 16 32248)
(vector-slots 8 1348208 166060)
(floats 8 15= 5 321)
(intervals 56 1401 997)
(buffers 960 20))
--001a11376bdc1619bf051ac1c506-- From unknown Mon Jun 23 13:15:34 2025 X-Loop: help-debbugs@gnu.org Subject: bug#21046: 24.5; flyspell-mode error Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 13 Jul 2015 15:06:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 21046 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Rostyslav Skrypnyk Cc: 21046@debbugs.gnu.org Reply-To: Eli Zaretskii Received: via spool by 21046-submit@debbugs.gnu.org id=B21046.143679990314028 (code B ref 21046); Mon, 13 Jul 2015 15:06:01 +0000 Received: (at 21046) by debbugs.gnu.org; 13 Jul 2015 15:05:03 +0000 Received: from localhost ([127.0.0.1]:48178 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZEfHy-0003eC-I7 for submit@debbugs.gnu.org; Mon, 13 Jul 2015 11:05:02 -0400 Received: from mtaout20.012.net.il ([80.179.55.166]:46109) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZEfHv-0003da-43 for 21046@debbugs.gnu.org; Mon, 13 Jul 2015 11:05:00 -0400 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NRF00G00LUW9J00@a-mtaout20.012.net.il> for 21046@debbugs.gnu.org; Mon, 13 Jul 2015 18:04:52 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NRF00GHXLW14030@a-mtaout20.012.net.il>; Mon, 13 Jul 2015 18:04:49 +0300 (IDT) Date: Mon, 13 Jul 2015 18:04:52 +0300 From: Eli Zaretskii In-reply-to: X-012-Sender: halo1@inter.net.il Message-id: <83io9o85ez.fsf@gnu.org> References: X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > Date: Mon, 13 Jul 2015 15:33:41 +0200 > From: Rostyslav Skrypnyk > > When I try 'M-x flyspell-mode RETURN', I get the following error: > "Error enabling Flyspell mode: > (ispell-set-spellchecker-params)" > > Also, when I try 'M-x flyspell-region', I get > "flyspell-region: Symbol's function definition is void: > ispell-set-spellchecker-params" > > Could you please help me getting flyspell mode work. My crystal ball says you have a stale or badly compiled version of ispell.el or flyspell.el somewhere. That function is defined in ispell.el, and flyspell loads ispell.el. From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 07 14:29:24 2016 Received: (at control) by debbugs.gnu.org; 7 Dec 2016 19:29:24 +0000 Received: from localhost ([127.0.0.1]:59826 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cEhu8-00016I-LR for submit@debbugs.gnu.org; Wed, 07 Dec 2016 14:29:24 -0500 Received: from eggs.gnu.org ([208.118.235.92]:51463) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cEhu7-000163-AU for control@debbugs.gnu.org; Wed, 07 Dec 2016 14:29:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cEhu1-0004rm-IH for control@debbugs.gnu.org; Wed, 07 Dec 2016 14:29:18 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:55365) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cEhu1-0004rc-F4 for control@debbugs.gnu.org; Wed, 07 Dec 2016 14:29:17 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1cEhtz-0005kS-II for control@debbugs.gnu.org; Wed, 07 Dec 2016 14:29:15 -0500 Subject: control message for bug 21046 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Wed, 07 Dec 2016 14:29:15 -0500 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-Spam-Score: -8.0 (--------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -8.0 (--------) tag 21046 + wontfix From unknown Mon Jun 23 13:15:34 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Rostyslav Skrypnyk Subject: bug#21046: closed (Re: bug#21046: 24.5; flyspell-mode error) Message-ID: References: X-Gnu-PR-Message: they-closed 21046 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: wontfix moreinfo Reply-To: 21046@debbugs.gnu.org Date: Wed, 07 Dec 2016 19:30:04 +0000 Content-Type: multipart/mixed; boundary="----------=_1481139004-4325-1" This is a multi-part message in MIME format... ------------=_1481139004-4325-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #21046: 24.5; flyspell-mode error which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 21046@debbugs.gnu.org. --=20 21046: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D21046 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1481139004-4325-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 21046-done) by debbugs.gnu.org; 7 Dec 2016 19:29:12 +0000 Received: from localhost ([127.0.0.1]:59823 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cEhtw-00015r-EQ for submit@debbugs.gnu.org; Wed, 07 Dec 2016 14:29:12 -0500 Received: from eggs.gnu.org ([208.118.235.92]:51428) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cEhtu-00015e-Qg for 21046-done@debbugs.gnu.org; Wed, 07 Dec 2016 14:29:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cEhtp-0004q5-3B for 21046-done@debbugs.gnu.org; Wed, 07 Dec 2016 14:29:05 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:55362) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cEhto-0004q1-WF for 21046-done@debbugs.gnu.org; Wed, 07 Dec 2016 14:29:05 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1cEhto-0005Vp-6p; Wed, 07 Dec 2016 14:29:04 -0500 From: Glenn Morris To: 21046-done@debbugs.gnu.org Subject: Re: bug#21046: 24.5; flyspell-mode error References: <83io9o85ez.fsf@gnu.org> X-Spook: Chemical weapon Methamphetamine Smart Extremism X-Ran: f@w-iSSLgsMkmr6&ji=ak8asfh:a=LG3c(D[3iuk9#?#83s9&-#n{J4GlznXRYGNTOYx"e X-Hue: red X-Attribution: GM Date: Wed, 07 Dec 2016 14:29:04 -0500 In-Reply-To: <83io9o85ez.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 13 Jul 2015 18:04:52 +0300") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain 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-Spam-Score: -8.0 (--------) X-Debbugs-Envelope-To: 21046-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -8.0 (--------) Eli Zaretskii wrote: > My crystal ball says you have a stale or badly compiled version of > ispell.el or flyspell.el somewhere. That function is defined in > ispell.el, and flyspell loads ispell.el. Closing after 18 months. ------------=_1481139004-4325-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 13 Jul 2015 13:34:02 +0000 Received: from localhost ([127.0.0.1]:48016 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZEdrs-0001XR-G5 for submit@debbugs.gnu.org; Mon, 13 Jul 2015 09:34:01 -0400 Received: from eggs.gnu.org ([208.118.235.92]:46247) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZEdrl-0001X8-7O for submit@debbugs.gnu.org; Mon, 13 Jul 2015 09:33:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZEdrd-0002FO-Pv for submit@debbugs.gnu.org; Mon, 13 Jul 2015 09:33:47 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, HTML_MESSAGE,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:50952) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEdrd-0002FK-MU for submit@debbugs.gnu.org; Mon, 13 Jul 2015 09:33:45 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEdrb-0002Jm-Rk for bug-gnu-emacs@gnu.org; Mon, 13 Jul 2015 09:33:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZEdrZ-00027d-PI for bug-gnu-emacs@gnu.org; Mon, 13 Jul 2015 09:33:43 -0400 Received: from mail-qg0-x236.google.com ([2607:f8b0:400d:c04::236]:36591) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEdrZ-00026x-I8 for bug-gnu-emacs@gnu.org; Mon, 13 Jul 2015 09:33:41 -0400 Received: by qgy5 with SMTP id 5so20221772qgy.3 for ; Mon, 13 Jul 2015 06:33:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=x7BK0gei6wn5KKCIRS479rAVLbnTPqNxZNb1iwY+wSY=; b=zV60XxAkguzygm7VGLiFUsshjmzcddoA5b7DpzEJeFlcDKdPmeeFNodUAWNN6q1L9k Fnd3dIE1s0eLSNNkqyuwfazZqWa7jpnCP6BsYbnL6I0HKVq5KXd4btGIa2MiNtcy/5ms 8+yCAzBMH8Xq+vH2PI4wDv1c5sFZkLjDZC28UDbNDJnHhKeZp6rs6bQXUov56Wu3Htpn BJhw3EFB4XBfxLojYtccz1Rk/Wb410oWdaz4S+G/HaDtbl2XHL+2a1aEfzO4diKDC316 agRjH66v4BWjWpBYs8yB9b0DyEeWW7xPrgAIaacKhMFfOVJ7TTLRHt2SIgBdRaF3xyyN 0OWg== MIME-Version: 1.0 X-Received: by 10.140.148.135 with SMTP id 129mr56383456qhu.24.1436794421122; Mon, 13 Jul 2015 06:33:41 -0700 (PDT) Received: by 10.140.96.38 with HTTP; Mon, 13 Jul 2015 06:33:41 -0700 (PDT) Date: Mon, 13 Jul 2015 15:33:41 +0200 Message-ID: Subject: 24.5; flyspell-mode error From: Rostyslav Skrypnyk To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=001a11376bdc1619bf051ac1c506 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) --001a11376bdc1619bf051ac1c506 Content-Type: text/plain; charset=UTF-8 Hi! When I try 'M-x flyspell-mode RETURN', I get the following error: "Error enabling Flyspell mode: (ispell-set-spellchecker-params)" Also, when I try 'M-x flyspell-region', I get "flyspell-region: Symbol's function definition is void: ispell-set-spellchecker-params" Could you please help me getting flyspell mode work. Best regards, Rostyslav. In GNU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21) of 2015-04-10 on builder10-9.porkrind.org Windowing system distributor `Apple', version 10.3.1347 Configured using: `configure --with-ns '--enable-locallisppath=/Library/Application Support/Emacs/${version}/site-lisp:/Library/Application Support/Emacs/site-lisp'' Important settings: locale-coding-system: utf-8-unix Major mode: Messages Minor modes in effect: shell-dirtrack-mode: t global-column-enforce-mode: t TeX-PDF-mode: t global-auto-complete-mode: t global-linum-mode: t linum-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t buffer-read-only: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent messages: Error enabling Flyspell mode: (ispell-set-spellchecker-params) Mark set [2 times] Making completion list... flyspell-region: Symbol's function definition is void: ispell-set-spellchecker-params Buffer is read-only: # Making completion list... Library is file /Applications/Emacs.app/Contents/Resources/lisp/textmodes/flyspell.elc flyspell-word: Symbol's function definition is void: ispell-set-spellchecker-params Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug sendmail pp flyspell ispell thingatpt yasnippet preview prv-emacs tex-buf reftex-dcr reftex-auc reftex reftex-vars noutline outline font-latex tex-mode shell pcomplete latexenc dired misearch multi-isearch mule-util mm-archive message format-spec rfc822 mml mml-sec mailabbrev gmm-utils mailheader mm-decode mm-bodies mm-encode mail-utils network-stream starttls url-http tls mail-parse rfc2231 rfc2047 rfc2045 ietf-drums url-gw url-cache url-auth url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util mailcap url-handlers url-parse auth-source eieio byte-opt bytecomp byte-compile cl-extra cconv eieio-core gnus-util mm-util mail-prsvr password-cache url-vars finder-inf flycheck find-func help-mode rx subr-x dash flymake compile comint ansi-color ring column-enforce-mode cl auto-complete-auctex latex easy-mmode tex-style tex crm advice help-fns auto-complete-config ac-math auto-complete edmacro kmacro cl-macs gv popup cl-loaddefs cl-lib math-symbol-lists tex-site info easymenu package epg-config deeper-blue-theme linum cus-start cus-load time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel ns-win tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process cocoa ns multi-tty emacs) Memory information: ((conses 16 269881 65940) (symbols 48 33488 0) (miscs 40 508 493) (strings 32 80578 24326) (string-bytes 1 1853845) (vectors 16 32248) (vector-slots 8 1348208 166060) (floats 8 155 321) (intervals 56 1401 997) (buffers 960 20)) --001a11376bdc1619bf051ac1c506 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Hi!

When I try '= ;M-x flyspell-mode RETURN', I get the following error:
"E= rror enabling Flyspell mode:
(ispell-set-spellchecker-params)"=

Also, when I try 'M-x flyspell-region', I get=
"flyspell-region: Symbol's function definition is void:
ispell-set-spellchecker-params"

Could you = please help me getting flyspell mode work.

Best regard= s,

Rostyslav.



In GNU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265= .21)
Windowing system distributor `Apple'= ;, version 10.3.1347
Configured using:
`configure --with-ns= '--enable-locallisppath=3D/Library/Application
Support/Emacs/$= {version}/site-lisp:/Library/Application
Support/Emacs/site-lisp= 9;'

Important settings:
=C2=A0=C2=A0locale= -coding-system: utf-8-unix

Major mode: Messages
<= div style=3D"color:rgb(0,0,0);font-family:Calibri,sans-serif;font-size:14px= ">
Minor modes in effect:
=C2=A0=C2=A0shell-dirtrack-mo= de: t
=C2=A0=C2=A0global-column-enforce-mode: t
=C2=A0=C2= =A0TeX-PDF-mode: t
=C2=A0=C2=A0global-auto-complete-mode: t
=C2=A0=C2=A0global-linum-mode: t
=C2=A0=C2=A0linum-mode: t
=C2=A0=C2=A0tooltip-mode: t
=C2=A0=C2=A0mouse-wheel-mode: t
<= div style=3D"color:rgb(0,0,0);font-family:Calibri,sans-serif;font-size:14px= ">=C2=A0=C2=A0file-name-shadow-mode: t
=C2=A0=C2=A0global-font-lock= -mode: t
=C2=A0=C2=A0font-lock-mode: t
=C2=A0=C2=A0auto-com= position-mode: t
=C2=A0=C2=A0auto-encryption-mode: t
=C2=A0= =C2=A0auto-compression-mode: t
=C2=A0=C2=A0buffer-read-only: t
=C2=A0=C2=A0column-number-mode: t
=C2=A0=C2=A0line-number-mode:= t
=C2=A0=C2=A0transient-mark-mode: t

Recent = messages:

Error enabling Flyspell mode:
(ispel= l-set-spellchecker-params)
Mark set [2 times]
Making comple= tion list...
flyspell-region: Symbol's function definition is v= oid: ispell-set-spellchecker-params
Buffer is read-only: #<buffe= r *Messages*>
Making completion list...
Library is file = /Applications/Emacs.app/Contents/Resources/lisp/textmodes/flyspell.elc
flyspell-word: Symbol's function definition is void: ispell-set-spe= llchecker-params

Load-path shadows:
None found= .

Features:
(shadow sort mail-extr emacsbug se= ndmail pp flyspell ispell thingatpt
yasnippet preview prv-emacs tex= -buf reftex-dcr reftex-auc reftex
reftex-vars noutline outline font= -latex tex-mode shell pcomplete
latexenc dired misearch multi-isear= ch mule-util mm-archive message
format-spec rfc822 mml mml-sec mail= abbrev gmm-utils mailheader mm-decode
mm-bodies mm-encode mail-util= s network-stream starttls url-http tls
mail-parse rfc2231 rfc2047 r= fc2045 ietf-drums url-gw url-cache url-auth
url url-proxy url-priva= cy url-expand url-methods url-history url-cookie
url-domsuf url-uti= l mailcap url-handlers url-parse auth-source eieio
byte-opt bytecom= p byte-compile cl-extra cconv eieio-core gnus-util
mm-util mail-prs= vr password-cache url-vars finder-inf flycheck find-func
help-mode = rx subr-x dash flymake compile comint ansi-color ring
column-enforc= e-mode cl auto-complete-auctex latex easy-mmode tex-style
tex crm= advice help-fns auto-complete-config ac-math auto-complete
edmacro= kmacro cl-macs gv popup cl-loaddefs cl-lib math-symbol-lists
tex-s= ite info easymenu package epg-config deeper-blue-theme linum
cus-st= art cus-load time-date tooltip electric uniquify ediff-hook
vc-hook= s lisp-float-type mwheel ns-win tool-bar dnd fontset image
regexp-= opt fringe tabulated-list newcomment lisp-mode prog-mode register
p= age menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock
fon= t-lock syntax facemenu font-core frame cham georgian utf-8-lang
mis= c-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew
= greek romanian slovak czech european ethiopic indian cyrillic chinese
=
case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice<= /div>
loaddefs button faces cus-face macroexp files text-properties overl= ay
sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote make-network-process cocoa ns
m= ulti-tty emacs)

Memory information:
((conses 1= 6 269881 65940)
(symbols 48 33488 0)
(miscs 40 508 493)
(strings 32 80578 24326)
(string-bytes 1 1853845)
(vec= tors 16 32248)
(vector-slots 8 1348208 166060)
(floats 8 15= 5 321)
(intervals 56 1401 997)
(buffers 960 20))
--001a11376bdc1619bf051ac1c506-- ------------=_1481139004-4325-1--