From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: trunk r115158: * lisp/progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template): Date: Mon, 25 Nov 2013 14:40:39 -0500 Message-ID: References: <6vfvqpl5gh.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1385408462 32073 80.91.229.3 (25 Nov 2013 19:41:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Nov 2013 19:41:02 +0000 (UTC) Cc: emacs-devel To: Bozhidar Batsov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 25 20:41:07 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 1Vl21r-0007bQ-L6 for ged-emacs-devel@m.gmane.org; Mon, 25 Nov 2013 20:41:07 +0100 Original-Received: from localhost ([::1]:54674 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vl21r-0007SP-AX for ged-emacs-devel@m.gmane.org; Mon, 25 Nov 2013 14:41:07 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vl21T-0007B5-Hx for emacs-devel@gnu.org; Mon, 25 Nov 2013 14:40:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vl21R-0005uw-UJ for emacs-devel@gnu.org; Mon, 25 Nov 2013 14:40:42 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:46922) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vl21R-0005us-67 for emacs-devel@gnu.org; Mon, 25 Nov 2013 14:40:41 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Vl21P-0004DL-FB; Mon, 25 Nov 2013 14:40:39 -0500 X-Spook: codes ASPIC covert video AUTODIN Dick Cheney New World X-Ran: A.=]rbsemYBFLTF},P'y]|JYJh#%K>AYJs9JMH+06C(f~DBl(=Q7/u`o}0ZYzz{*KE.y;V X-Hue: red X-Attribution: GM In-Reply-To: (Bozhidar Batsov's message of "Sat, 23 Nov 2013 15:23:02 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e 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:165722 Archived-At: Bozhidar Batsov wrote: > Since the new functions were extracted from the modified function I wasn't > sure if they needed mentioning. > Basically in a situation like this I should list all symbols like this > (sym1, sym2...): and write a unified summary regarding > all of them, right? I'd write something like: (newfunc1, newfunc2): New functions, extracted from oldfunc. (oldfunc): Split into several functions, to .