Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You'll have to be specific as to what you mean by "the rest". Except for the object inspector (that I"m aware of), emacs does all the above quite easily:</p> <ul> <li>editor (obvious)</li> <li>compiler - just run <code>M-x compile</code> and enter your compile command. From there on, you can just <code>M-x compile</code> and use the default. Emacs will capture C/C++ compiler errors (works best with GCC) and help you navigate to lines with warnings or errors.</li> <li>Debugging - similarly, when you want to debug, type <code>M-x gdb</code> and it will create a gdb buffer with special bindings</li> <li>Documentation Lookup - emacs has excellent CScope bindings for code navigation. For other documentation: Emacs also has a manpage reader, and for everything else, there's the web and books.</li> <li>version control - there are lots of Emacs bindings for various VCS backends (CVS, SCCS, RCS, SVN, GIT all come to mind)</li> </ul> <p>Edit: I realize my answer about documentation lookup really pertained to code navigation. Here's some more to-the-point info: </p> <ul> <li><a href="http://www.delorie.com/gnu/docs/emacs/emacs_289.html" rel="noreferrer">Looking up manpages, info manuals, and Elisp documentation from within emacs</a></li> <li><a href="https://bitbucket.org/jonwaltman/pydoc-info" rel="noreferrer">Looking up Python documentation from within Emacs</a>. </li> </ul> <p>Google searching will no doubt reveal further examples.</p> <p>As the second link shows, looking up functions (and whatever) in other documentation can be done, even if not supported out of the box.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload