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
>> - (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.
It's just a sketch, it doesn't work when trying. This shows that
due to reveal-mode's glitches, this solution can't be used here.
> 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)
>
> ?
Ok, will show this text dimmed.
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.