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] emacs-25 d0d9f55: Allow newlines inside cl function arglists Date: Mon, 09 May 2016 21:34:01 -0400 Message-ID: References: <20160509235343.17047.73943@vcs.savannah.gnu.org> <20160509235343.759D0220128@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1462844077 10141 80.91.229.3 (10 May 2016 01:34:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 May 2016 01:34:37 +0000 (UTC) Cc: Dmitry Gutov To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 10 03:34:27 2016 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 1azwZ8-0002hx-Ci for ged-emacs-devel@m.gmane.org; Tue, 10 May 2016 03:34:26 +0200 Original-Received: from localhost ([::1]:43856 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azwZ7-0006ri-GK for ged-emacs-devel@m.gmane.org; Mon, 09 May 2016 21:34:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48735) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azwYr-0006og-FJ for emacs-devel@gnu.org; Mon, 09 May 2016 21:34:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1azwYo-0006xE-6J for emacs-devel@gnu.org; Mon, 09 May 2016 21:34:09 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:35577) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azwYo-0006x6-0h for emacs-devel@gnu.org; Mon, 09 May 2016 21:34:06 -0400 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id u4A1Y185001798; Mon, 9 May 2016 21:34:02 -0400 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 2050AAE2C0; Mon, 9 May 2016 21:34:01 -0400 (EDT) In-Reply-To: <20160509235343.759D0220128@vcs.savannah.gnu.org> (Dmitry Gutov's message of "Mon, 9 May 2016 23:53:43 +0000 (UTC)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.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 RV5667=0 X-NAI-Spam-Version: 2.3.0.9418 : core <5667> : inlines <4780> : streams <1632817> : uri <2206647> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:203757 Archived-At: > Allow newlines inside cl function arglists > * lisp/help.el (help-add-fundoc-usage): Allow newlines inside > ARGLIST (bug#21839). Why? This is problematic since it might be difficult to adjust help-split-fundoc correspondingly. Stefan