aitjcize / cppman

C++ 98/11/14 manual pages for Linux/MacOS
GNU General Public License v3.0
1.27k stars 79 forks source link

A way to support cppman in Emacs #79

Closed shuwens closed 5 years ago

shuwens commented 6 years ago

Hi,

I use Emacs so I am a bit curious that is there a way to integrate cppman into Emacs? I mean how can I query and use cppman just like linux man with a key map. Thx

aitjcize commented 6 years ago

You can just set your PAGER to emacs, and cppman will open the man pages with emacs.

jdees commented 4 years ago

@aitjcize I assume jethrosun did mean it the other way round: => "How can I use cppman inside emacs" (not "How can I use emacs inside cppman")

for example, in Emacs you can type M-x manual-entry "memset" => opens an emacs buffer with the man page of memset.