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: Question about intended behavior of 'insert-for-yank-1'. Date: Mon, 03 Oct 2016 09:44:57 +0300 Message-ID: <83twcuorrq.fsf@gnu.org> References: <874m5lr92d.fsf@red-bean.com> <83eg4p9hqk.fsf@gnu.org> <87inu1ghud.fsf@red-bean.com> <83y42x7yud.fsf@gnu.org> <87poo8g2zi.fsf@red-bean.com> <7abf7a00-3f17-4ef6-bfbd-0f5df4e7acd6@default> <87twcutfqe.fsf@red-bean.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1475477126 21486 195.159.176.226 (3 Oct 2016 06:45:26 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 3 Oct 2016 06:45:26 +0000 (UTC) Cc: drew.adams@oracle.com, emacs-devel@gnu.org To: Karl Fogel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 03 08:45:21 2016 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 1bqwzm-0002qv-C0 for ged-emacs-devel@m.gmane.org; Mon, 03 Oct 2016 08:45:02 +0200 Original-Received: from localhost ([::1]:34055 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqwzl-0008L5-27 for ged-emacs-devel@m.gmane.org; Mon, 03 Oct 2016 02:45:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqwze-0008Kr-PW for emacs-devel@gnu.org; Mon, 03 Oct 2016 02:44:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bqwzY-0001C0-W5 for emacs-devel@gnu.org; Mon, 03 Oct 2016 02:44:53 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53848) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqwzY-0001Bl-SZ; Mon, 03 Oct 2016 02:44:48 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4919 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bqwzV-00032y-85; Mon, 03 Oct 2016 02:44:46 -0400 In-reply-to: <87twcutfqe.fsf@red-bean.com> (message from Karl Fogel on Sun, 02 Oct 2016 19:53:45 -0500) 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:207947 Archived-At: > From: Karl Fogel > Cc: Eli Zaretskii , emacs-devel@gnu.org > Date: Sun, 02 Oct 2016 19:53:45 -0500 > > This is done now (commit 8cd975ceb). Thanks, but you pushed this to the wrong branch, it should have been pushed to emacs-25, as all doc fixes relevant to Emacs 25 are. Please cherry-pick the commit from master to emacs-25. Thanks.