From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?R=FCdiger?= Sonderfeld Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Custom option to turn Flyspell mode on in prog modes Date: Mon, 09 Dec 2013 14:28:49 +0100 Message-ID: <2643591.vy3k34KHB8@descartes> References: <87ppp6vpjv.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1386595756 18436 80.91.229.3 (9 Dec 2013 13:29:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Dec 2013 13:29:16 +0000 (UTC) Cc: Matthias Meulien To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 09 14:29:21 2013 Return-path: Envelope-to: ged-emacs-devel@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 1Vq0tk-0005Mv-Gz for ged-emacs-devel@m.gmane.org; Mon, 09 Dec 2013 14:29:20 +0100 Original-Received: from localhost ([::1]:43749 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq0tk-0004zy-4N for ged-emacs-devel@m.gmane.org; Mon, 09 Dec 2013 08:29:20 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33184) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq0ta-0004yx-C5 for emacs-devel@gnu.org; Mon, 09 Dec 2013 08:29:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vq0tT-0007ql-2x for emacs-devel@gnu.org; Mon, 09 Dec 2013 08:29:10 -0500 Original-Received: from ptmx.org ([178.63.28.110]:38764) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq0tS-0007qe-Tb for emacs-devel@gnu.org; Mon, 09 Dec 2013 08:29:03 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by ptmx.org (Postfix) with ESMTP id 7B92222825; Mon, 9 Dec 2013 14:29:01 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at ptmx.org Original-Received: from ptmx.org ([127.0.0.1]) by localhost (ptmx.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id w1N6FpbLFtL6; Mon, 9 Dec 2013 14:29:00 +0100 (CET) Original-Received: from descartes.localnet (chello080108246092.7.14.vie.surfer.at [80.108.246.92]) by ptmx.org (Postfix) with ESMTPSA id 061D0221D8; Mon, 9 Dec 2013 14:28:59 +0100 (CET) User-Agent: KMail/4.11.2 (Linux/3.11.0-12-generic; KDE/4.11.2; x86_64; ; ) In-Reply-To: <87ppp6vpjv.fsf@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 178.63.28.110 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:166228 Archived-At: On Monday 09 December 2013 01:25:08 Matthias Meulien wrote: > The attached patch allows users to enable spell checking in prog > modes by customization means. Thanks to `flyspell-prog-mode', the > spell checking is done in comments and strings only. Looks good. But I don't think `turn-on-flyspell-prog' is needed becaus= e=20 `flyspell-prog-mode' already turns the mode on unconditionally. (Altho= ugh=20 maybe the latter should be reconsidered.) Regards, R=C3=BCdiger