From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master fc759eb: Fix with-coding-priority markup in Elisp manual Date: Sat, 13 Jun 2020 18:49:27 +0300 Message-ID: <83zh972cfs.fsf@gnu.org> References: <83bluklk7f.fsf@gnu.org> <87a7179drp.fsf@tcd.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="130866"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: "Basil L. Contovounesios" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jun 13 17:50:19 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jk8QE-000Xx1-PI for ged-emacs-devel@m.gmane-mx.org; Sat, 13 Jun 2020 17:50:18 +0200 Original-Received: from localhost ([::1]:56482 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jk8QD-0006At-Lx for ged-emacs-devel@m.gmane-mx.org; Sat, 13 Jun 2020 11:50:17 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34398) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jk8PZ-0005js-FG for emacs-devel@gnu.org; Sat, 13 Jun 2020 11:49:37 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:58985) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jk8PY-0007X8-PD; Sat, 13 Jun 2020 11:49:36 -0400 Original-Received: from [176.228.60.248] (port=2685 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jk8PY-0001OU-4b; Sat, 13 Jun 2020 11:49:36 -0400 In-Reply-To: <87a7179drp.fsf@tcd.ie> (contovob@tcd.ie) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:252181 Archived-At: > From: "Basil L. Contovounesios" > Cc: emacs-devel@gnu.org > Date: Sat, 13 Jun 2020 16:38:50 +0100 > > > The 2nd argument of @pxref, as in @pxref{Sequencing, progn} above, is > > not a no-op, and I see no reason to remove it in this case. Did I > > miss something? > > Sorry about the late reply. I think the reason I removed it is because > it produces the following Info: > > This macro executes BODY, like ‘progn’ does (see progn > .), with CODING-SYSTEMS at the front of the priority list > for coding systems. CODING-SYSTEMS should be a list of coding > systems to prefer during execution of BODY. > > Any ideas how to cajole it? What problem are you trying to avoid here?