Nicolas P. Rougier

Results 1626 comments of Nicolas P. Rougier

Oh I got it now! So yes, we could get rid of the headline in some specific cases but one difficulty is to identify them. There is already one case...

It is based on a hook when entering a specific mode: ``` (defun nano-modeline-mu4e-view-mode-p () (derived-mode-p 'mu4e-view-mode)) (defun nano-modeline-mu4e-view-mode () (let* ((msg (mu4e-message-at-point)) (subject (mu4e-message-field msg :subject)) (from (mu4e~headers-contact-str (mu4e-message-field...

For these two modes, we can merge them in the regular nano-modeline structure. I think there may be not too many mode where such empty header line make sense. By...

Do you have a desktop setting such as scale or zoom that transforms fonts ? It seems that Emacs catch the right font file with the right size but it...

And the ratio seems to be 3.75 (14/53 and 37/139)

Thanks for the report. From all these reports it seems that setting the font size in the frame default definition does not really work. Maybe we can have a specific...

@nobiot Thanks for the link. Just tested it on OSX and I confirm it works. I think we shouls definitely reuse this code.

I can imagine having the command prompt at the top but I don't know how to do that (or even if it possible). As for the giant popup, I agree...

Just pushed an experimental command line in the header line.

I've also tried mini-frame and it is really nice. I'm using with the new nano-compact.el layout I pushed.