diff options
author | Benjamin Barenblat <bbaren@mit.edu> | 2014-10-20 13:58:59 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@mit.edu> | 2014-10-20 14:05:17 -0400 |
commit | d5a49a857b4986dec2a0a6c90f701bc09ebcf81d (patch) | |
tree | 1ba151001c57b990dc91c1ec1c9bf862a1d86a7a /NEWS | |
parent | dd8373fb571f93cf3bf824777e00278979ef2e21 (diff) |
Emacs has a slot in its display table, 'selective-display, which it uses
to store the character(s) it displays when text gets elided. This
commit ensures notmuch does not assume that string is ‘...’ – instead,
notmuch examines the display table and bases computations on its actual
contents.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -16,6 +16,13 @@ Expanded default saved search settings The default saved searches now include several more common searches, as well as shortcut keys for `notmuch-jump`. +Use the display table to determine the ellipsis characters + + Notmuch now examines the Emacs display table to determine the + characters it will use when eliding text from lengthy fields (e.g., + the author field in search mode). Thus, if you prefer some string + other than `...`, notmuch will use it. + Library changes --------------- |