Phew, finally.After git bisecting, I have narrowed down this bug to this commit: http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=0644e6f56d2be82dd716478eb65e7b3c761d813dSo I ended git bisecting at this point:km²~/downloads/:git/emacs> git stash save && git bisect goodSaved working directory and index state WIP on (no branch): 1f55925 ; Fix breakage from previous commitHEAD is now at 1f55925 ; Fix breakage from previous commitBisecting: 0 revisions left to test after this (roughly 1 step)[0644e6f56d2be82dd716478eb65e7b3c761d813d] Fix copying properties in 'format' when it produces paddingBuilding emacs using that commit shows that bug.I don't understand what the C code does. But the comments make somewhat sense as that code change has to do with the format function, and thus related to the incorrect text properties of eldoc hints.----
Kaushal Modi
--
Kaushal Modi