]> git.eshelyaron.com Git - emacs.git/commit
Use text properties instead of truncating strings
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 7 Oct 2019 18:11:26 +0000 (20:11 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 7 Oct 2019 18:11:26 +0000 (20:11 +0200)
commit67830e756911f0c262bb3a447e58b9ff6739a60f
tree2e2bf93c156831d8683d37d7c4d641631b5af1fb
parent7b3932f2440df61acd20743f230b05ffc4f8d2d8
Use text properties instead of truncating strings

* lisp/emacs-lisp/tabulated-list.el (tabulated-list-put-tag): Use
this to allow using commands like `C-s' to search for even
truncated bits.

* lisp/international/mule-util.el (truncate-string-to-width):
Allow using text properties to truncate strings instead of
actually truncating strings (bug#17782).
lisp/emacs-lisp/tabulated-list.el
lisp/international/mule-util.el