GNU bug report logs - #31137
27.0.50; `Info-find-node-2': Pass STRICT-CASE in last 2 `Info-find-node' calls?

Previous Next

Package: emacs;

Reported by: Drew Adams <drew.adams <at> oracle.com>

Date: Thu, 12 Apr 2018 18:15:02 UTC

Severity: minor

Tags: fixed

Found in version 27.0.50

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 31137 <at> debbugs.gnu.org
Subject: bug#31137: 27.0.50; `Info-find-node-2': Pass STRICT-CASE in last 2 `Info-find-node' calls?
Date: Thu, 12 Apr 2018 21:46:29 +0300
> Date: Thu, 12 Apr 2018 11:14:37 -0700 (PDT)
> From: Drew Adams <drew.adams <at> oracle.com>
> 
> ;; If we did not finish finding the specified node,
> ;; go back to the previous one or to the Top node.
> (unless (or Info-current-node no-going-back)
>   (if Info-history
>      (let ((hist (car Info-history)))
>         (setq Info-history (cdr Info-history))
>         (Info-find-node (nth 0 hist) (nth 1 hist) t)
>         (goto-char (nth 2 hist)))
>     (Info-find-node Info-current-file "Top" t)))))
> 
> Shouldn't those calls to `Info-find-node' pass along the
> received value of arg STRICT-CASE?

I don't think it matters, because in both calls the node names are
exact.  We actually might as well force the 4th arg to Info-find-node
be t.




This bug report was last modified 4 years and 113 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.