From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] trunk r115669: eww: support disabled and readonly text Date: Mon, 23 Dec 2013 08:54:03 -0500 Message-ID: References: <87txdzaiaa.fsf@flea.lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1387806859 12332 80.91.229.3 (23 Dec 2013 13:54:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Dec 2013 13:54:19 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 23 14:54:23 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 1Vv5xf-0007iI-FK for ged-emacs-devel@m.gmane.org; Mon, 23 Dec 2013 14:54:23 +0100 Original-Received: from localhost ([::1]:33672 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vv5xf-0001Ol-4e for ged-emacs-devel@m.gmane.org; Mon, 23 Dec 2013 08:54:23 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vv5xW-0001Ii-AE for emacs-devel@gnu.org; Mon, 23 Dec 2013 08:54:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vv5xO-00021o-UQ for emacs-devel@gnu.org; Mon, 23 Dec 2013 08:54:14 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:45537) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vv5xO-00021h-Ot for emacs-devel@gnu.org; Mon, 23 Dec 2013 08:54:06 -0500 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id rBNDs38B013811; Mon, 23 Dec 2013 08:54:04 -0500 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 9A52EAE21D; Mon, 23 Dec 2013 08:54:03 -0500 (EST) In-Reply-To: <87txdzaiaa.fsf@flea.lifelogs.com> (Ted Zlatanov's message of "Mon, 23 Dec 2013 07:00:45 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4801=0 X-NAI-Spam-Version: 2.3.0.9362 : core <4801> : inlines <347> : streams <1095732> : uri <1632932> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 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:166774 Archived-At: >>> eww: support disabled and readonly text SM> Nitpick: "support" should be capitalized (since it starts a sentence) SM> and the sentence should be punctuated. > Regarding the first nitpick: I saw eww as the first word and didn't want > to capitalize it. But I see both versions in the ChangeLog, from me and > others, e.g. Yes, it's a very common problem. > As for punctuation, the commit log is full of messages like this (not > picking on Chong and Glenn in particular): Yes, it's even more common (I also forget it sometimes). It's less important, tho. Stefan