From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Replace trivial pcase occurrences in the Emacs sources Date: Tue, 06 Nov 2018 05:30:35 +0200 Message-ID: <83efbydgro.fsf@gnu.org> References: <83r2g8klf9.fsf@gnu.org> <83wopzk3sw.fsf@gnu.org> <83r2g7jrot.fsf@gnu.org> <83k1lzjq0r.fsf@gnu.org> <83in1jjmy4.fsf@gnu.org> <20181031120821.GA20575@ACM> <831s86jey9.fsf@gnu.org> <83wopue1xl.fsf@gnu.org> <87o9b62mij.fsf@web.de> <83sh0idt6m.fsf@gnu.org> <87efc22igk.fsf@web.de> <83pnvmdp1i.fsf@gnu.org> <87zhup2451.fsf@web.de> <83ftwhdj2k.fsf@gnu.org> <87lg679irr.fsf@web.de> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1541474934 5260 195.159.176.226 (6 Nov 2018 03:28:54 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 6 Nov 2018 03:28:54 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Michael Heerdegen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 06 04:28:50 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gJs2r-0001G5-RN for ged-emacs-devel@m.gmane.org; Tue, 06 Nov 2018 04:28:49 +0100 Original-Received: from localhost ([::1]:38725 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJs4y-0005bN-6D for ged-emacs-devel@m.gmane.org; Mon, 05 Nov 2018 22:31:00 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46318) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJs4k-0005aP-0U for emacs-devel@gnu.org; Mon, 05 Nov 2018 22:30:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gJs4f-00070J-MN for emacs-devel@gnu.org; Mon, 05 Nov 2018 22:30:45 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:43109) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJs4d-0006zE-Fx; Mon, 05 Nov 2018 22:30:41 -0500 Original-Received: from [176.228.60.248] (port=4295 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gJs4b-00006J-JA; Mon, 05 Nov 2018 22:30:38 -0500 In-reply-to: <87lg679irr.fsf@web.de> (message from Michael Heerdegen on Tue, 06 Nov 2018 01:00:56 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:231035 Archived-At: > From: Michael Heerdegen > Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org > Date: Tue, 06 Nov 2018 01:00:56 +0100 > > I wonder if there is still a way to provide the old docstrings, at > least as comments in the sources? If you show a patch to do that, we can discuss that. Thanks.