From unknown Sun Jun 15 08:42:46 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#2517: 23.0.90; How to enable flyspell mode always isn't documented Reply-To: Reiner Steib , 2517@debbugs.gnu.org Resent-From: Reiner Steib Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sat, 28 Feb 2009 19:00:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: report 2517 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.123584717721512 (code B ref -1); Sat, 28 Feb 2009 19:00:04 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 28 Feb 2009 18:52:57 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=MURPHY_DRUGS_REL8 autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n1SIqqpb021494 for ; Sat, 28 Feb 2009 10:52:54 -0800 Received: from mx10.gnu.org ([199.232.76.166]:59500) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1LdUGd-0008BE-Jo for emacs-pretest-bug@gnu.org; Sat, 28 Feb 2009 13:50:31 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1LdUIs-0007mR-4c for emacs-pretest-bug@gnu.org; Sat, 28 Feb 2009 13:52:51 -0500 Received: from mail.uni-ulm.de ([134.60.1.11]:63017) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LdUIr-0007mB-Ix for emacs-pretest-bug@gnu.org; Sat, 28 Feb 2009 13:52:50 -0500 Received: from bridgekeeper.physik.uni-ulm.de (bridgekeeper.physik.uni-ulm.de [134.60.10.175]) by mail.uni-ulm.de (8.14.2/8.14.2) with ESMTP id n1SIqj6h017975 for ; Sat, 28 Feb 2009 19:52:46 +0100 (MET) Received: from localhost (localhost [127.0.0.1]) by bridgekeeper.physik.uni-ulm.de (Postfix) with ESMTP id 960E31CA19 for ; Sat, 28 Feb 2009 19:52:45 +0100 (CET) From: Reiner Steib To: emacs-pretest-bug@gnu.org X-Face: /U7=m^"/-Dn61mAl{g9e3>\G5Tp,oEX|V)g2I1hBk\ML;)7A?6cmB-y7y?'NA^J<=oz7syB =(McAwIHgLX!.B?R3X}98d@?>CrT094KLWh]WU4gDpnL/")MS(XoQTv`Oq225uL>+;CpPXo$N5e>N> $tPd-gbB^F{gQS#1ase]XO~D4p4M"3+F-7~u]dy3I?Pb8RO*H-EFeWDUf?Rf,d]pv\Jvh2Cht!A=im yKAS2Z%Ao^;}W/qzMvMm Mail-Copies-To: nobody Date: Sat, 28 Feb 2009 19:52:44 +0100 Message-ID: <87myc69ywz.fsf@marauder.physik.uni-ulm.de> User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-DCC-INFN-TO-Metrics: poseidon 1233; Body=1 Fuz1=1 Fuz2=1 X-Virus-Scanned: by amavisd-new X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Hi, the manual doesn't mention how to enable flyspell mode in all text modes (index search for flyspell). ,----[ M-x customize-variable RET text-mode-hook RET ] | text-mode-hook: Hide Value | [X] turn-on-flyspell | Unconditionally turn on Flyspell mode. `---- How about the following patch? Okay to install? --8<---------------cut here---------------start------------->8--- --- emacs/fixit.texi 27 Jan 2009 21:00:14 -0000 1.8 +++ emacs/fixit.texi 28 Feb 2009 18:50:17 -0000 @@ -396,6 +396,10 @@ word. This does not interfere with your editing, but when you see the highlighted word, you can move to it and fix it. Type @kbd{M-x flyspell-mode} to enable or disable this mode in the current buffer. +@findex turn-on-flyspell +To enable @code{flyspell-mode} in all text mode buffers, add +@code{turn-on-flyspell} to @code{text-mode-hook}. + When Flyspell mode highlights a word as misspelled, you can click on it with @kbd{Mouse-2} to display a menu of possible corrections and --8<---------------cut here---------------end--------------->8--- Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/ From unknown Sun Jun 15 08:42:46 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#2517: 23.0.90; How to enable flyspell mode always isn't documented Reply-To: Chong Yidong , 2517@debbugs.gnu.org Resent-From: Chong Yidong Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sun, 01 Mar 2009 19:00:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 2517 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 2517-submit@emacsbugs.donarmstrong.com id=B2517.12359336665587 (code B ref 2517); Sun, 01 Mar 2009 19:00:03 +0000 Received: (at 2517) by emacsbugs.donarmstrong.com; 1 Mar 2009 18:54:26 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=MURPHY_DRUGS_REL8 autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n21IsN75005580 for <2517@emacsbugs.donarmstrong.com>; Sun, 1 Mar 2009 10:54:24 -0800 Received: by cyd.mit.edu (Postfix, from userid 1000) id 4649B57E21A; Sun, 1 Mar 2009 13:55:28 -0500 (EST) From: Chong Yidong To: Reiner Steib Cc: 2517@debbugs.gnu.org Date: Sun, 01 Mar 2009 13:55:28 -0500 Message-ID: <878wnpcbtr.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > How about the following patch? Okay to install? Okay. From rgm@gnu.org Tue Mar 3 17:09:49 2009 Received: (at control) by emacsbugs.donarmstrong.com; 4 Mar 2009 01:09:50 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-5.0 required=4.0 tests=VALID_BTS_CONTROL, X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2419lW2022962 for ; Tue, 3 Mar 2009 17:09:48 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LefZy-00038Y-Dw; Tue, 03 Mar 2009 20:07:22 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18861.54346.365884.785353@fencepost.gnu.org> Date: Tue, 3 Mar 2009 20:07:22 -0500 From: Glenn Morris To: control Subject: control message X-Debbugs-No-Ack: yes reassign 2540 emacs,ns reassign 2542 emacs,ns severity 2544 wishlist reassign 2546 emacs,ns reassign 2550 emacs,ns reassign 2557 spam reassign 2558 spam reassign 2559 spam severity 2561 minor reassign 2564 emacs,ns tags 2499 notabug severity 2499 minor severity 2517 minor From unknown Sun Jun 15 08:42:46 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) X-Loop: owner@emacsbugs.donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: Reiner Steib Subject: bug#2517 closed by Reiner Steib (reply to Reiner Steib ) (23.0.90; How to enable flyspell mode always) Message-ID: References: <87hc27y9ge.fsf@marauder.physik.uni-ulm.de> <87myc69ywz.fsf@marauder.physik.uni-ulm.de> X-Emacs-PR-Message: they-closed 2517 X-Emacs-PR-Package: emacs Reply-To: 2517@debbugs.gnu.org Date: Thu, 05 Mar 2009 21:05:07 +0000 Content-Type: multipart/mixed; boundary="----------=_1236287107-23435-1" This is a multi-part message in MIME format... ------------=_1236287107-23435-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs package: #2517: 23.0.90; How to enable flyspell mode always isn't documented It has been closed by Reiner Steib (reply to Re= iner Steib ). Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Reiner Steib (reply to Reiner Steib ) by replying to this email. --=20 2517: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D2517 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1236287107-23435-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 2517-done) by emacsbugs.donarmstrong.com; 5 Mar 2009 20:57:16 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=none autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail.uni-ulm.de (mail.uni-ulm.de [134.60.1.11]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n25KvBXX021856 for <2517-done@emacsbugs.donarmstrong.com>; Thu, 5 Mar 2009 12:57:13 -0800 Received: from bridgekeeper.physik.uni-ulm.de (bridgekeeper.physik.uni-ulm.de [134.60.10.175]) by mail.uni-ulm.de (8.14.2/8.14.2) with ESMTP id n25Kv9MB010516 for <2517-done@emacsbugs.donarmstrong.com>; Thu, 5 Mar 2009 21:57:10 +0100 (MET) Received: from localhost (localhost [127.0.0.1]) by bridgekeeper.physik.uni-ulm.de (Postfix) with ESMTP id ACA2C1367A for <2517-done@emacsbugs.donarmstrong.com>; Thu, 5 Mar 2009 21:57:09 +0100 (CET) From: Reiner Steib To: 2517-done@debbugs.gnu.org Subject: 23.0.90; How to enable flyspell mode always Reply-To: Reiner Steib Date: Thu, 05 Mar 2009 21:57:05 +0100 Message-ID: <87hc27y9ge.fsf@marauder.physik.uni-ulm.de> User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-DCC-debian-Metrics: poseidon 1169; Body=1 Fuz1=1 X-Virus-Scanned: by amavisd-new Fixed by... 2009-03-05 Reiner Steib * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517) ------------=_1236287107-23435-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by emacsbugs.donarmstrong.com; 28 Feb 2009 18:52:57 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=MURPHY_DRUGS_REL8 autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n1SIqqpb021494 for ; Sat, 28 Feb 2009 10:52:54 -0800 Received: from mx10.gnu.org ([199.232.76.166]:59500) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1LdUGd-0008BE-Jo for emacs-pretest-bug@gnu.org; Sat, 28 Feb 2009 13:50:31 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1LdUIs-0007mR-4c for emacs-pretest-bug@gnu.org; Sat, 28 Feb 2009 13:52:51 -0500 Received: from mail.uni-ulm.de ([134.60.1.11]:63017) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LdUIr-0007mB-Ix for emacs-pretest-bug@gnu.org; Sat, 28 Feb 2009 13:52:50 -0500 Received: from bridgekeeper.physik.uni-ulm.de (bridgekeeper.physik.uni-ulm.de [134.60.10.175]) by mail.uni-ulm.de (8.14.2/8.14.2) with ESMTP id n1SIqj6h017975 for ; Sat, 28 Feb 2009 19:52:46 +0100 (MET) Received: from localhost (localhost [127.0.0.1]) by bridgekeeper.physik.uni-ulm.de (Postfix) with ESMTP id 960E31CA19 for ; Sat, 28 Feb 2009 19:52:45 +0100 (CET) From: Reiner Steib To: emacs-pretest-bug@gnu.org Subject: 23.0.90; How to enable flyspell mode always isn't documented X-Face: /U7=m^"/-Dn61mAl{g9e3>\G5Tp,oEX|V)g2I1hBk\ML;)7A?6cmB-y7y?'NA^J<=oz7syB =(McAwIHgLX!.B?R3X}98d@?>CrT094KLWh]WU4gDpnL/")MS(XoQTv`Oq225uL>+;CpPXo$N5e>N> $tPd-gbB^F{gQS#1ase]XO~D4p4M"3+F-7~u]dy3I?Pb8RO*H-EFeWDUf?Rf,d]pv\Jvh2Cht!A=im yKAS2Z%Ao^;}W/qzMvMm Reply-To: Reiner Steib Mail-Copies-To: nobody Date: Sat, 28 Feb 2009 19:52:44 +0100 Message-ID: <87myc69ywz.fsf@marauder.physik.uni-ulm.de> User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-DCC-INFN-TO-Metrics: poseidon 1233; Body=1 Fuz1=1 Fuz2=1 X-Virus-Scanned: by amavisd-new X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Hi, the manual doesn't mention how to enable flyspell mode in all text modes (index search for flyspell). ,----[ M-x customize-variable RET text-mode-hook RET ] | text-mode-hook: Hide Value | [X] turn-on-flyspell | Unconditionally turn on Flyspell mode. `---- How about the following patch? Okay to install? --8<---------------cut here---------------start------------->8--- --- emacs/fixit.texi 27 Jan 2009 21:00:14 -0000 1.8 +++ emacs/fixit.texi 28 Feb 2009 18:50:17 -0000 @@ -396,6 +396,10 @@ word. This does not interfere with your editing, but when you see the highlighted word, you can move to it and fix it. Type @kbd{M-x flyspell-mode} to enable or disable this mode in the current buffer. +@findex turn-on-flyspell +To enable @code{flyspell-mode} in all text mode buffers, add +@code{turn-on-flyspell} to @code{text-mode-hook}. + When Flyspell mode highlights a word as misspelled, you can click on it with @kbd{Mouse-2} to display a menu of possible corrections and --8<---------------cut here---------------end--------------->8--- Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/ ------------=_1236287107-23435-1--