Nicolas P. Rougier

Results 1792 comments of Nicolas P. Rougier

Very, very late sorry for that. Since your desktop has a 200% factor, I need to have access to this information to compute the right size but I'm not sure...

Back to work, sorry for long long delay. There are now some conflicts, could you possibly rebase ? Else I can probably manually resolve conflicts.

Thanks. Can you give a bit more context?

Not sure to see the point on the proposed changes.

I woudl prefer to have the option to choose one name or the other.

Most frequent value with floats doesn't make really sense unless you use an alsmost_equal function with a given epsilon. As for efficiency, this is not the goal here.

I noticed the same problem but it is not clear where to find the right size. Do you know where it is stored after `text-scale-adjust`?

The function is calling implicitly ``face-remap--remap-face(sym)```: ```emacs-lisp (defun face-remap--remap-face (sym) (push (face-remap-add-relative sym :height (expt text-scale-mode-step text-scale-mode-amount)) text-scale-mode-remapping)) ``` This should thus change the height of default but for some...

Can you try the command `(message "Font height: %d px" (window-font-height))` and tell me what it returns before/after scaling?

Thanks. To answer the original question, I cannot resize the tag dynamically since the size is computed at the time of creation. To resize the tag, we would need a...