emacs-traad icon indicating copy to clipboard operation
emacs-traad copied to clipboard

Using `traad-rename` resizes buffer.

Open ghost opened this issue 7 years ago • 1 comments

Using traad-rename on a resized buffer (e.g. after using text-scale-increase) automatically scales the text to its original size (i.e. has the same behavior as text-scale-adjust).

ghost avatar Nov 16 '18 19:11 ghost

It looks like this is a result of calling revert-buffer at the end of the process. We'll need to find a way to preserve these kinds of buffer characteristics; the revert-buffer call is definitely a pretty lazy approach.

On Fri, Nov 16, 2018 at 8:49 PM vaddiv [email protected] wrote:

Using traad-rename on a resized buffer (e.g. after using text-scale-increase) automatically scales the text to its original size (i.e. has the same behaviour as text-scale-adjust).

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/abingham/emacs-traad/issues/32, or mute the thread https://github.com/notifications/unsubscribe-auth/AAE1eI1Jpf2e3WFdqADdcpbfQSMk968Pks5uvxaxgaJpZM4Ym3On .

abingham avatar Nov 17 '18 10:11 abingham