bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#4147: 23.1.50: Info-search command strange behaviour


From: Juri Linkov
Subject: bug#4147: 23.1.50: Info-search command strange behaviour
Date: Sat, 19 Dec 2009 02:45:52 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (x86_64-pc-linux-gnu)

[I'm not sure whether all sent mails in this thread already arrived after
the transition period, but let's hope that nothing will be lost.]

Meanwhile, I wrote a small proof of concept that works surprisingly well.

All next/prev/up navigations links work from the "header-line" window
without additional efforts thanks to the following existing code in
Info-next/Info-prev/Info-up:

    (or (eq major-mode 'Info-mode) (pop-to-buffer "*info*"))

that after clicking on a link in the "header-line" window moves the
current focus from the "header-line" window to the window with the
Info buffer.  (The links are not yet displayed as blue underlined text,
but nevertheless work well).

The breadcrumbs links don't do this, so they currently don't work.

Attachment: test.el
Description: application/emacs-lisp

-- 
Juri Linkov
http://www.jurta.org/emacs/

reply via email to

[Prev in Thread] Current Thread [Next in Thread]