From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.devel Subject: Re: About commit style Date: Sun, 7 Apr 2013 14:17:06 +0800 Message-ID: <20130407141706.0ab324342bfb4e0633f03c7c@gmail.com> References: <20130406161308.f195518200567a56f123ac05@gmail.com> <83d2u8dorn.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1365315426 5897 80.91.229.3 (7 Apr 2013 06:17:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 7 Apr 2013 06:17:06 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 07 08:17:09 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 1UOiub-0002pM-Bu for ged-emacs-devel@m.gmane.org; Sun, 07 Apr 2013 08:17:09 +0200 Original-Received: from localhost ([::1]:47306 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOiua-0004Hc-U1 for ged-emacs-devel@m.gmane.org; Sun, 07 Apr 2013 02:17:08 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45258) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOiuV-0004Gr-Hw for emacs-devel@gnu.org; Sun, 07 Apr 2013 02:17:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UOiuS-0007eJ-Eq for emacs-devel@gnu.org; Sun, 07 Apr 2013 02:17:03 -0400 Original-Received: from mail-pa0-f50.google.com ([209.85.220.50]:57037) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOiuP-0007dY-4a; Sun, 07 Apr 2013 02:16:57 -0400 Original-Received: by mail-pa0-f50.google.com with SMTP id bg2so2663351pad.23 for ; Sat, 06 Apr 2013 23:16:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:cc:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=gv5oo/sFkiu8tRfKzTrxQMoPxb32wVYogl9tfK6A+Mw=; b=xWc9pn1CqNLMabGTBQLInJYJ55w4BwYvIB6mLzhzIAIWFJB4vu7Q/RlqiF2UGU/cN2 ld2obmDpmwj2xpDhLvxmDSDLIH4+RvNzdw+sGRDKzecwoabNyF9du5yPXoN0vBtuFRhB q07frvvd2dRyxyLw2JIn0452Fl1cJ9QjdsE7G4AiqzQ4oSFIUlXFgebXwj9RAL/ZxmMQ 1Ie2OkQIKyxMWUyRd6yJ0/0En+tbCajJyDyGWz5onpdBHhqc/9J9XUFp2oHe0o8fm+uY /b2ITl/OIk0zN9mTZDBNxfGkl0Ypgo+grwewt1sj51dXW9ogCQh1rhPJtiRRFrL7WEce bP0A== X-Received: by 10.66.233.9 with SMTP id ts9mr25975207pac.15.1365315416338; Sat, 06 Apr 2013 23:16:56 -0700 (PDT) Original-Received: from debian.emacs ([61.149.225.53]) by mx.google.com with ESMTPS id yp2sm26449214pab.10.2013.04.06.23.16.53 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 06 Apr 2013 23:16:55 -0700 (PDT) In-Reply-To: <83d2u8dorn.fsf@gnu.org> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.10; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.220.50 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:158747 Archived-At: On Sat, 06 Apr 2013 11:52:44 +0300 Eli Zaretskii wrote: > The only fixes that can be mixed with other changes are whitespace > changes, incorrect formatting, etc. In etc/CONTRIBUTE: --------------------------------------------------------------------- |** Do not make formatting changes. | |Making cosmetic formatting changes (indentation, etc) makes it harder |to see what you have really changed. --------------------------------------------------------------------- Can I make changes like this: * Reindent the file using the default indentation parameters. * Change some code from putting close-parentheses on lines by themselves to Lisp style. (Although this almost never happened.) * Change the comments to satisfy (info "(elisp) Comment Tips"). -- Xue Fuqiao http://www.gnu.org/software/emacs/