GNU bug report logs -
#35624
log-view-diff regression
Previous Next
Reported by: Juri Linkov <juri <at> linkov.net>
Date: Tue, 7 May 2019 22:02:02 UTC
Severity: normal
Tags: patch
Found in version 26.1
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
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?
This bug report was last modified 5 years and 336 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.