hniksic / emacs-htmlize

Convert buffer text and decorations to HTML.
192 stars 45 forks source link

Fixes 51. Do not use htmlize-tab-spaces for htmlize-untabify-string. #52

Open TobiasZawada opened 2 months ago

TobiasZawada commented 2 months ago

htmlize-untabify-string has propertized entries of htmlize-tab-spaces with image-display property. This image appeared every time the tab-entry was used.

To avoid this we would need to copy the tab entry. This makes the use of htmlize-tab-spaces questionable.

This pull request and !53 are alternative. You can choose which one you merge.