all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Sebastien Vauban <sva-news@mygooglest.com>
Cc: 14986@debbugs.gnu.org
Subject: bug#14986: Latest Emacs trunk crashes when changing Ispell dictionary
Date: Tue, 30 Jul 2013 19:12:50 +0300	[thread overview]
Message-ID: <831u6gxbzx.fsf@gnu.org> (raw)
In-Reply-To: <86iozst7nm.fsf@somewhere.org>

> From: "Sebastien Vauban" <sva-news@mygooglest.com>
> Date: Tue, 30 Jul 2013 17:00:13 +0200
> 
> When using the following code on any buffer (email, document, etc.):
> 
> --8<---------------cut here---------------start------------->8---
>   (defun my/flyspell-toggle-dictionary ()
>     "Change the dictionary."
>     (interactive)
>     (let ((dict (or ispell-local-dictionary
>                     ispell-dictionary)))
>       (setq dict (if (string= dict "francais") "american" "francais"))
>       (message "Switched to %S" dict)
>       (sit-for 0.5)
>       (ispell-change-dictionary dict)
>       (when flyspell-mode
>         (flyspell-buffer))))
> --8<---------------cut here---------------end--------------->8---
> 
> I've had multiple crashes (3 or 4, over 2 days) with the latest Emacs trunk.
> 
> The crash happens at the exact time of calling the above code (through a key
> binding).

Any chance of getting a backtrace from GDB?





  reply	other threads:[~2013-07-30 16:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-30 15:00 bug#14986: Latest Emacs trunk crashes when changing Ispell dictionary Sebastien Vauban
2013-07-30 16:12 ` Eli Zaretskii [this message]
     [not found] ` <mailman.2170.1375200798.12400.bug-gnu-emacs@gnu.org>
     [not found]   ` <mailman.2170.1375200798.12400.bug-gnu-emacs-mXXj517/zsQ@public.gmane.org>
2013-07-30 19:46     ` Sebastien Vauban
2013-07-30 20:01       ` Eli Zaretskii
2013-07-30 22:00         ` Paul Eggert
2013-07-31  4:05           ` Eli Zaretskii
     [not found]           ` <mailman.2200.1375243576.12400.bug-gnu-emacs@gnu.org>
     [not found]             ` <mailman.2200.1375243576.12400.bug-gnu-emacs-mXXj517/zsQ@public.gmane.org>
2013-07-31  8:48               ` Sebastien Vauban

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=831u6gxbzx.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=14986@debbugs.gnu.org \
    --cc=sva-news@mygooglest.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.