muffinmad/emacs-mini-frame

Visual line mode

Closed this issue · 4 comments

hi,

long lines (like pathnames) need to be scrolled to the end on my half width minibuffer, to get the full idea, i'd like to enable visual-line-mode for just the mini-buffer.

any way i can do that? thanks.

i tried doing

(mini-frame-show-parameters (lambda () (visual-line-mode 1) '((left . 0.5) (top . 0.25) (width . 0.55))))

with no success though : /

Hi. I think it's something related to mini-buffer size calculation. If mini-frame width is set to frame width (1.0), it is resized properly.

I have no solution for this at the moment.

bummer.

ah well, thanks for the reply.

guess i'll go back to occasionally using it.

Solved in #61