unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Siyuan Chen <chansey97@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 71598@debbugs.gnu.org
Subject: bug#71598: Text property "help-echo" display "mouse-x" incorrectly
Date: Mon, 17 Jun 2024 07:47:40 +0800	[thread overview]
Message-ID: <CAHWTsY=8-CWJKo-eoMKaC=jMTTjUYxC6WLzF7Gj03mrB4Pq6qg@mail.gmail.com> (raw)
In-Reply-To: <86cyogsob0.fsf@gnu.org>

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

 I reported this issue because I once wanted to search the Emacs codebase
for a string, such as "mouse-1: some tips" on mouse hover, but couldn't
find it. Later I realized that it was automatically mapped to "mouse-2".
Emacs seems to recognize some keywords (e.g. "mouse-1", "mouse-2") at the
beginning of the string on help-echo.

Anyway, now I know what happened there.

Thanks.

Best regards,
Siyuan Chen

On Mon, Jun 17, 2024 at 3:03 AM Eli Zaretskii <eliz@gnu.org> wrote:

> tags 71598 notabug
> thanks
>
> > From: Siyuan Chen <chansey97@gmail.com>
> > Date: Mon, 17 Jun 2024 00:34:35 +0800
> >
> > 1. Open Emacs with -Q
> >
> > 2. Copy the following code to *scratch*
> >
> > ```
> > (with-current-buffer (get-buffer-create "*TestBuffer*")
> >   (let ((inhibit-read-only t))
> >     (insert (propertize "aaaa"
> >                         'mouse-face 'highlight
> >                         'follow-link t
> >                         'help-echo "mouse-2: some tips"))
> >     ))
> > ```
> >
> > 3. Put the cursor after the last parenthesis and M-x `eval-last-sexp`
> >
> > 4. M-x `switch-to-buffer` "*TestBuffer*"
> >
> > 5. Put the mouse over "aaaa".
> >
> > The Expected Behavior: shows "mouse-2: some tips".
> >
> > The Actual Behavior: shows "mouse-1: some tips".
>
> This is not a bug, but the intended behavior.  It is triggered by the
> follow-link text property and the default value of
> mouse-1-click-follows-link.  If you don't like this behavior, set
> mouse-1-click-follows-link to nil.
>

[-- Attachment #2: Type: text/html, Size: 2354 bytes --]

  reply	other threads:[~2024-06-16 23:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-16 16:34 bug#71598: Text property "help-echo" display "mouse-x" incorrectly Siyuan Chen
2024-06-16 19:03 ` Eli Zaretskii
2024-06-16 23:47   ` Siyuan Chen [this message]
2024-06-22  8:50     ` Eli Zaretskii

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='CAHWTsY=8-CWJKo-eoMKaC=jMTTjUYxC6WLzF7Gj03mrB4Pq6qg@mail.gmail.com' \
    --to=chansey97@gmail.com \
    --cc=71598@debbugs.gnu.org \
    --cc=eliz@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 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).