unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Siyuan Chen <chansey97@gmail.com>
To: 71598@debbugs.gnu.org
Subject: bug#71598: Text property "help-echo" display "mouse-x" incorrectly
Date: Mon, 17 Jun 2024 00:34:35 +0800	[thread overview]
Message-ID: <CAHWTsY=Q_CF5=eUb-4-PGtwEMkb-Mx2Rj4H9UNdUYtg-znsc2Q@mail.gmail.com> (raw)

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

The reproduce steps:

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".

Emacs 29.3 on Windows 10.

Anyone can reproduce it? Thanks.

Best Regards,
Siyuan Chen

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

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

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-16 16:34 Siyuan Chen [this message]
2024-06-16 19:03 ` bug#71598: Text property "help-echo" display "mouse-x" incorrectly Eli Zaretskii
2024-06-16 23:47   ` Siyuan Chen
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=Q_CF5=eUb-4-PGtwEMkb-Mx2Rj4H9UNdUYtg-znsc2Q@mail.gmail.com' \
    --to=chansey97@gmail.com \
    --cc=71598@debbugs.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).