From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: VanL Newsgroups: gmane.emacs.bugs Subject: bug#36927: 26.2.90; include stdarg.h is without hyperlinking on vfprintf's manpage Date: Tue, 6 Aug 2019 12:36:17 +1000 Message-ID: <64EC7182-5090-4A27-A21E-9203A7845B76@scratch.space> References: <83imrbd24r.fsf@gnu.org> Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="94534"; mail-complaints-to="usenet@blaine.gmane.org" Cc: 36927@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Aug 06 04:37:13 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hupLa-000OPb-78 for geb-bug-gnu-emacs@m.gmane.org; Tue, 06 Aug 2019 04:37:10 +0200 Original-Received: from localhost ([::1]:58200 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hupLY-0004iw-K1 for geb-bug-gnu-emacs@m.gmane.org; Mon, 05 Aug 2019 22:37:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52919) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hupLT-0004id-Mb for bug-gnu-emacs@gnu.org; Mon, 05 Aug 2019 22:37:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hupLS-0002qM-JS for bug-gnu-emacs@gnu.org; Mon, 05 Aug 2019 22:37:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:55504) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hupLS-0002qG-G5 for bug-gnu-emacs@gnu.org; Mon, 05 Aug 2019 22:37:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hupLS-0006fU-Cf for bug-gnu-emacs@gnu.org; Mon, 05 Aug 2019 22:37:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: VanL Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 06 Aug 2019 02:37:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 36927 X-GNU-PR-Package: emacs Original-Received: via spool by 36927-submit@debbugs.gnu.org id=B36927.156505898725570 (code B ref 36927); Tue, 06 Aug 2019 02:37:02 +0000 Original-Received: (at 36927) by debbugs.gnu.org; 6 Aug 2019 02:36:27 +0000 Original-Received: from localhost ([127.0.0.1]:36092 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hupKt-0006eM-1E for submit@debbugs.gnu.org; Mon, 05 Aug 2019 22:36:27 -0400 Original-Received: from relay6-d.mail.gandi.net ([217.70.183.198]:46103) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hupKq-0006eC-RL for 36927@debbugs.gnu.org; Mon, 05 Aug 2019 22:36:25 -0400 X-Originating-IP: 193.119.112.173 Original-Received: from epi.local (193-119-112-173.tpgi.com.au [193.119.112.173]) (Authenticated sender: van@scratch.space) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 3E9BCC0003; Tue, 6 Aug 2019 02:36:21 +0000 (UTC) In-Reply-To: <83imrbd24r.fsf@gnu.org> X-Mailer: Apple Mail (2.3124) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:164664 Archived-At: > On 6 Aug 2019, at 02:10, Eli Zaretskii wrote: > >> 1. M-x man RET vfprintf >> 2. on line 32 see #include which is without hyperlinking > > For some reason, we don't put a button on the second #include. The buttoning needs to be more aggressive. > Interestingly enough, I can reproduce this on GNU/Linux, but not on > MS-Windows, even if I produce the formatted man page on GNU/Linux and > then display it on Windows. So I guess the problem is somehow related > to the slightly different scripts we use to massage the man page for > display. Three variants of bsd platform reproduces this like GNU/Linux.