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

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

bug#18011: 24.4.50; REGRESSION, `help-echo' function value now needs `sa


From: Glenn Morris
Subject: bug#18011: 24.4.50; REGRESSION, `help-echo' function value now needs `save-excursion'
Date: Sun, 13 Jul 2014 19:41:17 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Drew Adams wrote:

> Why should a `help-echo' function need to `save-excursion'?

I can't think why it should NOT need to, if it moves point;
nor can I find any Emacs release where it does not need to.
I tested back to 22.3 with

(put-text-property 1 10 'help-echo 'foo)

(defun foo (w o p)
  (goto-char (point-max))
  "foo")

> HTH.  Close the bug if you don't care about this - I have my fix.

Thanks.





reply via email to

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