Why emacs always open *Man <man-name>* buffer in the other window instead of using the same window?
How do I force it to open in current?
same-window-regexps and same-window-buffer-names seemes to be unusefull.. – I can’t force using the same window by customizing this variables.
Why emacs always open *Man <man-name>* buffer in the other window instead of using
Share
You need to change the value of
Man-notify-method. You can do this throughM-x customize-group RET man RETThe possible values are (mentioned here as the customize page doesn’t have them):Have a look at the
man.elsource code to see for yourself.