unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: How to view two info files at the same time?
Date: Fri, 9 Apr 2004 15:57:48 -0600	[thread overview]
Message-ID: <16503.7260.313696.171759@ihs.com> (raw)
In-Reply-To: m3eks3vahj.fsf@defun.localdomain

[Followup-To: gnu.emacs.bug]

Jesper Harder wrote:
 > Press `M-n' (clone-buffer) in the Info buffer -- then you can browse
 > two Info files at the same time.

`C-h i M-n' gives me a frame split into 2 windows, with the top window
displaying the *info* buffer and the bottom selected window displaying
the *info*<2> buffer.  Then I type `C-u C-h i /foo/bar.info RET'
expecting to replace the contents of *info*<2> with /foo/bar.info, but
instead both windows now display the *info* buffer, which now contains
/foo/bar.info (the contents of *info*<2> are unchanged and it's not
displayed).

I think (pop-to-buffer "*info*") when FILE is specified for `M-x info'
should be (or (eq major-mode 'Info-mode) (pop-to-buffer "*info*")), just
like it is in Info-find-node.  And I don't know why the same change
could not be made to Info-goto-emacs-command-node, which contains this:

	  ;; FIXME It would be cool if this could use a buffer other
	  ;; than *info*.
	  (pop-to-buffer "*info*")

-- 
Kevin Rodgers

       reply	other threads:[~2004-04-09 21:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <c2hl7v$125a$1@mail.cn99.com>
     [not found] ` <m3eks3vahj.fsf@defun.localdomain>
2004-04-09 21:57   ` Kevin Rodgers [this message]
2004-04-10 22:34     ` How to view two info files at the same time? Juri Linkov

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=16503.7260.313696.171759@ihs.com \
    --to=ihs_4664@yahoo.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).