From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thorsten Jolitz Newsgroups: gmane.emacs.devel Subject: Re: Finding packages to enable by default Date: Fri, 20 Jun 2014 11:25:20 +0200 Message-ID: <877g4cdjb3.fsf@gmail.com> References: <87ob4fg3zp.fsf@gmail.com> <874mzgdm3d.fsf@mithlond.arda> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1403256360 24444 80.91.229.3 (20 Jun 2014 09:26:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Jun 2014 09:26:00 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 20 11:25:54 2014 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 1Wxv4z-0006yg-Fv for ged-emacs-devel@m.gmane.org; Fri, 20 Jun 2014 11:25:53 +0200 Original-Received: from localhost ([::1]:39764 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wxv4z-00079E-1F for ged-emacs-devel@m.gmane.org; Fri, 20 Jun 2014 05:25:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37333) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wxv4p-000711-LW for emacs-devel@gnu.org; Fri, 20 Jun 2014 05:25:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wxv4i-0002lU-ER for emacs-devel@gnu.org; Fri, 20 Jun 2014 05:25:43 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:57325) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wxv4i-0002lH-5a for emacs-devel@gnu.org; Fri, 20 Jun 2014 05:25:36 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Wxv4e-0006en-Vg for emacs-devel@gnu.org; Fri, 20 Jun 2014 11:25:32 +0200 Original-Received: from g231224111.adsl.alicedsl.de ([92.231.224.111]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Jun 2014 11:25:32 +0200 Original-Received: from tjolitz by g231224111.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Jun 2014 11:25:32 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: g231224111.adsl.alicedsl.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:03thjIP4APEBvoUrdM1p17x0irc= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:172557 Archived-At: Teemu Likonen writes: > Stefan Monnier [2014-06-19 11:26:40 -04:00] wrote: > >>> | flyspell-mode | 41 | >> >> I'd be happy to enable this by default, but we currently don't have a >> `global-flyspell-mode', so we need someone to write one for us. Such a >> global mode should be careful to only enable flyspell where it "makes >> sense". E.g. I think that by default in prog-mode buffers, only >> strings and comments should be flyspell'd. > > Please, no. I think flyspell is too intrusive to be enabled by > default. 1+ -- cheers, Thorsten