From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master f96fe57: New option to make 'C-x 4 a' use file-less ChangeLog buffers Date: Wed, 25 Jul 2018 15:10:20 -0400 Message-ID: References: <20180721150303.25239.56989@vcs0.savannah.gnu.org> <20180721150304.A6BF2208D4@vcs0.savannah.gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1532545750 26371 195.159.176.226 (25 Jul 2018 19:09:10 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 25 Jul 2018 19:09:10 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: =?windows-1252?B?Sm/jbyBU4XZvcmE=?= To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 25 21:09:05 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 1fiP9k-0006gx-Fj for ged-emacs-devel@m.gmane.org; Wed, 25 Jul 2018 21:09:05 +0200 Original-Received: from localhost ([::1]:54909 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fiPBp-0001oR-Fo for ged-emacs-devel@m.gmane.org; Wed, 25 Jul 2018 15:11:13 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48342) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fiPB5-0001o1-5s for emacs-devel@gnu.org; Wed, 25 Jul 2018 15:10:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fiPB2-0005Vn-3v for emacs-devel@gnu.org; Wed, 25 Jul 2018 15:10:27 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:36697) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fiPB1-0005QD-Je for emacs-devel@gnu.org; Wed, 25 Jul 2018 15:10:23 -0400 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id w6PJAKBZ026738; Wed, 25 Jul 2018 15:10:20 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 333D16536F; Wed, 25 Jul 2018 15:10:20 -0400 (EDT) In-Reply-To: <20180721150304.A6BF2208D4@vcs0.savannah.gnu.org> (=?windows-1252?Q?=22Jo=E3o=09T=E1vora=22's?= message of "Sat, 21 Jul 2018 11:03:04 -0400 (EDT)") X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.1 X-NAI-Spam-Rules: 3 Rules triggered GEN_SPAM_FEATRE=0.1, EDT_SA_DN_PASS=0, RV6337=0 X-NAI-Spam-Version: 2.3.0.9418 : core <6337> : inlines <6775> : streams <1793595> : uri <2679078> 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:227809 Archived-At: > New option to make 'C-x 4 a' use file-less ChangeLog buffers Seems to work OK here, but `C-c C-a` in the *vc-log* buffer doesn't seem to know how to get the message from those new buffers. Do you have a corresponding patch for that in the works? Stefan