all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: don@donarmstrong.com (Emacs bug Tracking System)
To: Glenn Morris <rgm@gnu.org>
Subject: bug#886: marked as done (23.0.60; Info-mouse-follow-nearest-node  fails)
Date: Tue, 9 Sep 2008 19:40:04 -0700	[thread overview]
Message-ID: <handler.886.D886.12210139648301.ackdone@emacsbugs.donarmstrong.com> (raw)
In-Reply-To: 87ej400yqd.fsf@escher.local.home

[-- Attachment #1: Type: text/plain, Size: 864 bytes --]


Your message dated Tue, 09 Sep 2008 22:30:54 -0400
with message-id <g0od2wka01.fsf@fencepost.gnu.org>
and subject line Re: bug#886: 23.0.60; Info-mouse-follow-nearest-node fails
has caused the Emacs bug report #886,
regarding 23.0.60; Info-mouse-follow-nearest-node fails
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
886: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=886
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 3739 bytes --]

From: Stephen Berman <stephen.berman@gmx.net>
To: emacs-pretest-bug@gnu.org
Subject: 23.0.60; Info-mouse-follow-nearest-node fails
Date: Thu, 04 Sep 2008 16:31:06 +0200
Message-ID: <87ej400yqd.fsf@escher.local.home>

1. emacs -Q
2. C-h i m gnus RET
3. Click with mouse-1 (or mouse-2) on any of the links under "Other
   related manuals", i.e. Message, Emacs-MIME, Sieve, PGG, SASL: nothing
   happens.

Typing 'RET' on any of these links, in contrast, DTRT, i.e. goes to the
respective node.  Clicking mouse-1 on any of the other links also DTRT.
The following patch fixes the problem for me:

*** emacs/lisp/info.el.~1.542.~	2008-09-04 16:16:19.000000000 +0200
--- emacs/lisp/info.el	2008-09-04 16:22:24.000000000 +0200
***************
*** 3099,3105 ****
  At end of the node's text, moves to the next node, or up if none."
    (interactive "e")
    (mouse-set-point click)
!   (and (not (Info-try-follow-nearest-node))
         (save-excursion (forward-line 1) (eobp))
         (Info-next-preorder)))
  
--- 3099,3105 ----
  At end of the node's text, moves to the next node, or up if none."
    (interactive "e")
    (mouse-set-point click)
!   (and (not (Info-follow-nearest-node))
         (save-excursion (forward-line 1) (eobp))
         (Info-next-preorder)))
  



In GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, GTK+ Version 2.12.0)
 of 2008-08-29 on escher
Windowing system distributor `The X.Org Foundation', version 11.0.70200000
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: @im=local
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t



[-- Attachment #3: Type: message/rfc822, Size: 1670 bytes --]

From: Glenn Morris <rgm@gnu.org>
To: Stephen Berman <stephen.berman@gmx.net>
Cc: 886-done@emacsbugs.donarmstrong.com
Subject: Re: bug#886: 23.0.60; Info-mouse-follow-nearest-node fails
Date: Tue, 09 Sep 2008 22:30:54 -0400
Message-ID: <g0od2wka01.fsf@fencepost.gnu.org>


Many thanks; applied.

2008-09-10  Stephen Berman  <stephen.berman@gmx.net>

    * info.el (Info-mouse-follow-nearest-node): Follow links
      to different manuals.  (Bug#886)


      reply	other threads:[~2008-09-10  2:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <g0od2wka01.fsf@fencepost.gnu.org>
2008-09-04 14:31 ` bug#886: 23.0.60; Info-mouse-follow-nearest-node fails Stephen Berman
2008-09-10  2:40   ` Emacs bug Tracking System [this message]

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

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

  git send-email \
    --in-reply-to=handler.886.D886.12210139648301.ackdone@emacsbugs.donarmstrong.com \
    --to=don@donarmstrong.com \
    --cc=rgm@gnu.org \
    /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 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.