From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.devel Subject: Re: Two new entries in menu-bar's Tools menu Date: Fri, 15 Feb 2002 12:26:20 +0100 Organization: The Church of Emacs Message-ID: References: <557-Wed13Feb2002214610+0200-eliz@is.elta.co.il> <5xeljp5aq7.fsf@kfs2.cua.dk> <200202151036.g1FAarL07333@santafe.santafe.edu> NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: quimby2.netfonds.no 1013774273 815 195.204.10.66 (15 Feb 2002 11:57:53 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 15 Feb 2002 11:57:53 GMT Cc: emacs-devel@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16bgzx-0000D3-00 for ; Fri, 15 Feb 2002 12:57:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16bgWX-0005Tj-00; Fri, 15 Feb 2002 06:27:29 -0500 Original-Received: from sheridan.dina.kvl.dk ([130.225.40.227]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16bgVS-0005Mw-00; Fri, 15 Feb 2002 06:26:22 -0500 Original-Received: from ssv2.dina.kvl.dk (ssv2.dina.kvl.dk [130.225.40.226]) by sheridan.dina.kvl.dk (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id MAA04897; Fri, 15 Feb 2002 12:26:20 +0100 Original-Received: from abraham by ssv2.dina.kvl.dk with local (Exim 3.12 #1 (Debian)) id 16bgVQ-0000ut-00; Fri, 15 Feb 2002 12:26:20 +0100 Original-To: rms@gnu.org X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ In-Reply-To: <200202151036.g1FAarL07333@santafe.santafe.edu> (Richard Stallman's message of "Fri, 15 Feb 2002 03:36:53 -0700 (MST)") Original-Lines: 18 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i686-pc-linux-gnu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:1172 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1172 Richard Stallman writes: > Also note, that flyspell-mode is not customizable option. > > That seems like a bug to me. Could you make it customizable? It is already an option for text-mode-hook, like turn-on-auto-fill is. It is very conceptually very similar to auto-fill-mode as it only makes sense in text-mode derivatives. If it is to be made a global option, we should probably emulate the code for toggle-text-mode-auto-fill. Hmm.. Should toggle-text-mode-auto-fill be made a customize option? And maybe rename it to global-auto-fill-mode? It could be implemented with custom :get and :set methods. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel