Difference between revisions of "Info"

From WikEmacs
Jump to navigation Jump to search
Line 2: Line 2:
  
 
; {{Command|info-apropos}}
 
; {{Command|info-apropos}}
: Don't know where to go. Try this command. For example, try {{Command|info-apropos RET compile RET}} to see some idea of what you can do.
+
: Don't know where to go. Try this command. For example, try {{Command|info-apropos RET compile RET}} to get some overview of compilation support in Emacs. For those people who want to work, before getting degrees.
  
 
; {{CommandKeys|C-h r| info-emacs-manual}}
 
; {{CommandKeys|C-h r| info-emacs-manual}}
: Learn how to use [[GNU Emacs]]
+
: Learn how to use [[GNU Emacs]]. For those people who want to get degrees, before starting to work.
  
 
; {{CommandKeys|C-h i| info}}
 
; {{CommandKeys|C-h i| info}}

Revision as of 14:20, 30 March 2012

Info' is the Help browser in GNU Emacs. Think F1.

M-x info-apropos
Don't know where to go. Try this command. For example, try M-x info-apropos RET compile RET to get some overview of compilation support in Emacs. For those people who want to work, before getting degrees.
[C-h r] (or M-x info-emacs-manual)
Learn how to use GNU Emacs. For those people who want to get degrees, before starting to work.
[C-h i] (or M-x info)
See what manuals of all packages that come with your GNU Emacs
[i]
While in an info buffer, jump to some topic of interest. To learn about regular expressions try [C-h r] and {{Keys|i regular TAB}.
[I]
Same as [i] but gives you a list of links.