unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Drew Adams <drew.adams@oracle.com>
Cc: 31137@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	[thread overview]
Message-ID: <83efjk1cvu.fsf@gnu.org> (raw)
In-Reply-To: <f509df90-e9de-48df-a3ff-389e939a1ae5@default> (message from Drew Adams on Thu, 12 Apr 2018 11:14:37 -0700 (PDT))

> Date: Thu, 12 Apr 2018 11:14:37 -0700 (PDT)
> From: Drew Adams <drew.adams@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.





  reply	other threads:[~2018-04-12 18:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-12 18:14 bug#31137: 27.0.50; `Info-find-node-2': Pass STRICT-CASE in last 2 `Info-find-node' calls? Drew Adams
2018-04-12 18:46 ` Eli Zaretskii [this message]
2021-02-04 10:23   ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83efjk1cvu.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=31137@debbugs.gnu.org \
    --cc=drew.adams@oracle.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).