unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#28501: 26.0.60; flyspell crashes when a dictionary is changed
@ 2017-09-18 17:07 Konstantin Reich
  2017-09-19 16:36 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Konstantin Reich @ 2017-09-18 17:07 UTC (permalink / raw)
  To: 28501

Hey, i often write in two languages, so i change dictionaries in flyspell. In new emacs, when i change a dictionary i get the following error:

Error in post-command-hook (flyspell-post-command-hook): (wrong-type-argument stringp nil). 

To reproduce error one can eval the following code in emacs -Q:

(require 'ispell)
(require 'flyspell)
(flyspell-mode)
(ispell-change-dictionary "english")

The last line can have any dictionary, which is installed in the system and not the default.

I do not have such problem in emacs 25.2






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

* bug#28501: 26.0.60; flyspell crashes when a dictionary is changed
  2017-09-18 17:07 bug#28501: 26.0.60; flyspell crashes when a dictionary is changed Konstantin Reich
@ 2017-09-19 16:36 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2017-09-19 16:36 UTC (permalink / raw)
  To: Konstantin Reich; +Cc: 28501

> From: Konstantin Reich <reich-cv@yandex.ru>
> Date: Mon, 18 Sep 2017 20:07:03 +0300
> 
> Hey, i often write in two languages, so i change dictionaries in flyspell. In new emacs, when i change a dictionary i get the following error:
> 
> Error in post-command-hook (flyspell-post-command-hook): (wrong-type-argument stringp nil). 
> 
> To reproduce error one can eval the following code in emacs -Q:
> 
> (require 'ispell)
> (require 'flyspell)
> (flyspell-mode)
> (ispell-change-dictionary "english")
> 
> The last line can have any dictionary, which is installed in the system and not the default.
> 
> I do not have such problem in emacs 25.2

Thanks, should be fixed now in the emacs-26 branch.





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

end of thread, other threads:[~2017-09-19 16:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-18 17:07 bug#28501: 26.0.60; flyspell crashes when a dictionary is changed Konstantin Reich
2017-09-19 16:36 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).