The problem
When opening man
in a terminal emulator, man
tries to use as much width as possible. However, when opening man
inside emacs
, man
doesn't use all the width (even after Man-update-manpage
has been executed.)
In the gif shown below, I open the emacs
manual page in a terminal emulator and we can see that the manual page uses all the available width. However, this doesn't happen when this manual page is opened inside emacs
. The instance of emacs
shown in the GIF was opened by executing emacs -Q
.
The question
How can I make M-x man
display manual pages so that they use all the available width?