all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* info-look.el bug
@ 2004-02-01 14:48 Stephen Eglen
  2004-02-03  1:25 ` Kevin Rodgers
       [not found] ` <mailman.1759.1075771606.928.bug-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 7+ messages in thread
From: Stephen Eglen @ 2004-02-01 14:48 UTC (permalink / raw)


Hi, 

I think I've found a little bug in info-look.el.  If anyone out there
regularly uses info-look.el, could they please check the following and
get back to me?

% emacs -q

In the *scratch* buffer, type "C-h S defun RET". The frame should divide
into two: the top window shows *scratch* and the bottom window shows
the definition of "defun" from the elisp *info*.

Still in the scratch buffer, type "C-h S setq RET".  This time the
*scratch* buffer disappears and is replaced by another window showing
*info* for setq; so now, both windows are showing an info node, but
the scratch buffer has gone.

I think this behaviour is wrong, and that if the *info* buffer is
already visible, it should not be viewed again in another window.  I
think have tracked down the problem to the call in info-lookup where
it calls Info-goto-node.  

I think this problem can be solved by using save-window-excursion, but
then on the second call to C-h S, the highlighting is not shown.
Anyone have a better idea of how to solve this?

Thanks, Stephen

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-02-09 20:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-01 14:48 info-look.el bug Stephen Eglen
2004-02-03  1:25 ` Kevin Rodgers
     [not found] ` <mailman.1759.1075771606.928.bug-gnu-emacs@gnu.org>
2004-02-03 17:04   ` Kevin Rodgers
2004-02-05 14:52     ` Richard Stallman
2004-02-06 20:30       ` Kevin Rodgers
2004-02-07 19:34         ` Richard Stallman
2004-02-09 20:34           ` Kevin Rodgers

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.