From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#11963: 23.4; flyspell should update display after dictionary insertion Date: Wed, 18 Jul 2012 05:53:55 +0300 Message-ID: <83bojdaif0.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1342580105 14920 80.91.229.3 (18 Jul 2012 02:55:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 18 Jul 2012 02:55:05 +0000 (UTC) Cc: 11963@debbugs.gnu.org To: Norman Ramsey Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jul 18 04:55:05 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SrKPo-0004vW-3N for geb-bug-gnu-emacs@m.gmane.org; Wed, 18 Jul 2012 04:55:04 +0200 Original-Received: from localhost ([::1]:37219 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrKPm-0002B8-Qo for geb-bug-gnu-emacs@m.gmane.org; Tue, 17 Jul 2012 22:55:02 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:57371) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrKPk-0002Av-Pc for bug-gnu-emacs@gnu.org; Tue, 17 Jul 2012 22:55:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SrKPj-000865-SV for bug-gnu-emacs@gnu.org; Tue, 17 Jul 2012 22:55:00 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:37517) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrKPj-000861-P7 for bug-gnu-emacs@gnu.org; Tue, 17 Jul 2012 22:54:59 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SrKVa-0007zh-JS for bug-gnu-emacs@gnu.org; Tue, 17 Jul 2012 23:01:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 18 Jul 2012 03:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11963 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 11963-submit@debbugs.gnu.org id=B11963.134258042130677 (code B ref 11963); Wed, 18 Jul 2012 03:01:02 +0000 Original-Received: (at 11963) by debbugs.gnu.org; 18 Jul 2012 03:00:21 +0000 Original-Received: from localhost ([127.0.0.1]:47063 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SrKUu-0007yk-KX for submit@debbugs.gnu.org; Tue, 17 Jul 2012 23:00:21 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:58912) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SrKUq-0007yb-VI for 11963@debbugs.gnu.org; Tue, 17 Jul 2012 23:00:18 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0M7C00L0057U8600@a-mtaout23.012.net.il> for 11963@debbugs.gnu.org; Wed, 18 Jul 2012 05:53:45 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M7C00L5Q5DK7A70@a-mtaout23.012.net.il>; Wed, 18 Jul 2012 05:53:45 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:62077 Archived-At: > From: Norman Ramsey > Date: Tue, 17 Jul 2012 15:59:28 -0400 > > When flyspell-mode inserts a word into my personal dictionary, it > should mark that word as correctly spelled. It doesn't. > > C-x C-f /tmp/foo.txt > M-x text-mode > M-x load-library flyspell > M-x flyspell-mode > This MRFy theorem > > at this stage the word 'MRFy' should be highlighted as misspelled. > We now insert it into the dictionary and save it: > > M-b M-b M-$ i y > > At this stage 'MRFy' should no longer be highlighted as misspelled. > But it remands highlighted until we move off of if, and if we move using > M-> or similar, it does not get updated properly. It should be updated > immediately upon insertion into the dictionary. Works correctly for me in Emacs 24.1, the latest released version.