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

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

bug#35624: log-view-diff regression


From: Dmitry Gutov
Subject: bug#35624: log-view-diff regression
Date: Fri, 24 May 2019 04:29:04 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

On 24.05.2019 0:07, Juri Linkov wrote:
-       (insert "\n")
+        (overlay-put (make-overlay (point) (progn (insert (propertize "\n" 
'help-echo
+          "You can use `d' on the top empty line to compare with the current 
working revision"))
+          (point)))
+          'invisible t)

Is this a tested patch? It doesn't seem to work over here. 'C-p' does nothing.

BTW, why help-echo? We have an otherwise unoccupied line, might as well show the text there directly.

What do you think about this version, though:

  (Press 'd' here to see the diff against the current working revision)

?

I don't mind the words "compare with", but they seem to elicit the question, "compare what?" The empty line?





reply via email to

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