From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: emacs-28 b4f47d2: Use @pxref when necessary Date: Thu, 25 Nov 2021 12:53:33 +0200 Message-ID: <83zgps5wwi.fsf@gnu.org> References: <831r358hrr.fsf@gnu.org> <87o868hcjd.fsf@gmail.com> <83bl287hfr.fsf@gnu.org> <87k0gwhba1.fsf@gmail.com> <83a6hs7gk5.fsf@gnu.org> <87a6hsh9t1.fsf@gmail.com> <875ysgh738.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12565"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Nov 25 11:54:29 2021 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 1mqCOb-00036G-7b for ged-emacs-devel@m.gmane-mx.org; Thu, 25 Nov 2021 11:54:29 +0100 Original-Received: from localhost ([::1]:34188 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mqCOZ-00070R-2K for ged-emacs-devel@m.gmane-mx.org; Thu, 25 Nov 2021 05:54:27 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:48362) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mqCNf-0006Av-W4 for emacs-devel@gnu.org; Thu, 25 Nov 2021 05:53:32 -0500 Original-Received: from [2001:470:142:3::e] (port=36394 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mqCNf-0003Eb-N7; Thu, 25 Nov 2021 05:53:31 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=JmuXIhMdSiv7JY6ZSZx6xGhLn5w2URPu9aeFSuUI4fc=; b=VtapVGmacvmG t7uCCnIekKA6CkZjR6AfnagSLQ3FiyWmZf+woHQzQbrc7UwY6K4eFxEv/q9uk5kknNMpb/Bo1Ndsm KDWLcfGTI9izoPxl3pSgvzXzqBbad2UhhEJZSoSYDADUMNbIjkIzXDPyTm5rTD0bEbgR+9CU8IKFq ozudu8OuXM6vB35PBIkMV0mQUYPV99oZupXMvgtbX6jBWrtKCHLMMthUQmNkJ5LBN05zSgKDM/zu8 GUrhWopHGbqzOHTHVX/8U32n4T31pahmPKufVgVgo/22n+licYsM0DZ+26DeQ1f54ot+R+AckzEWI 1PpdP7nAgHRsEq+hGSkyFQ==; Original-Received: from [87.69.77.57] (port=1430 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mqCNf-0004GV-Da; Thu, 25 Nov 2021 05:53:31 -0500 In-Reply-To: <875ysgh738.fsf@gmail.com> (message from Robert Pluim on Thu, 25 Nov 2021 11:18:03 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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:280095 Archived-At: > From: Robert Pluim > Cc: emacs-devel@gnu.org > Date: Thu, 25 Nov 2021 11:18:03 +0100 > > >>>>> On Thu, 25 Nov 2021 10:19:22 +0100, Robert Pluim said: > Robert> This is "(see @ref", not "see @ref". The latter works correctly. Maybe > Robert> this can be fixed in info.el as you say (it would certainly clean up > Robert> the display of org.info). > > Something like this, with 'Also *note'/'See also *note' as a bonus, > although that might be going a bit far. "Also *note" that comes from "Also @ref" should be fine. If you mean "Also see @ref", which currently produces "Also see see", then yes, it should be fixed as well. Anyway, if this fixes the Org manual, feel free to install on master, and thanks.