ack-el icon indicating copy to clipboard operation
ack-el copied to clipboard

Weird Minibuffer Display When Candidate Search Text Has Properties

Open c-alpha opened this issue 2 years ago • 1 comments

When the candidate symbol or text to search for is copied from the current buffer to the command line in the minibuffer, text properties are copied, too. When the text has a big font size, is bold, etc. this can affect the minibuffer display in aesthetically unpleasant ways. This commit removes any text properties from the candidate symbol, so that the command line in the minibuffer retains a uniform appearance.

  • ack.el (ack-yank-symbol-at-point): remove text properties from candidate symbol

c-alpha avatar Nov 24 '22 21:11 c-alpha

Ping?

c-alpha avatar Jun 24 '24 15:06 c-alpha