Difference between revisions of "Info"

From WikEmacs
Jump to navigation Jump to search
(anh em Ta voi nhau nhin nha)
m (Protected "Info": Excessive vandalism ([Edit=Allow only autoconfirmed users] (expires 02:21, 16 February 2015 (UTC)) [Move=Allow only autoconfirmed users] (expires 02:21, 16 February 2015 (UTC))))
 
(12 intermediate revisions by 9 users not shown)
Line 1: Line 1:
Hello my friend heres my new gig easy as it looks Ill send u a total of 5350++ backlinks to your website in 2 tiers. This gig its for 1 website and up to 5 keywords. First tier to your main website 350 page rank 1-5 and the the second tier of 5000 profile backlinks pointing to your first tier.Ill send u a report in a txt file in less than 48 hours.Any question just send me a private message
+
'''Info''' is the hypertext help/reference browser in [[GNU Emacs]]. You invoke its top level with {{CommandKeys|C-h i|info}}.
 +
 
 +
 
 +
== Advanced Command ==
 +
; {{Command|info-apropos}}
 +
: Don't know where to go in Info? Try this command. For example, try {{Command|info-apropos RET compile RET}} to get some overview of compilation support in Emacs.
 +
 
 +
; {{CommandKeys|C-h r| info-emacs-manual}}
 +
: Learn how to use [[GNU Emacs]]. Very detailed.
 +
 
 +
; {{CommandKeys|C-h i| info}}
 +
: See the Info manuals of all packages that come with your [[GNU Emacs]], and of any third-party packages and external programs whose info files Info finds in its search path.
 +
 
 +
; {{Keys|i}}
 +
: While in an Info buffer, jump to some topic of interest. To learn about [[regular expression]]s try {{Keys|C-h r}} and {{Keys|i regular TAB}}.
 +
 
 +
; {{Keys|I}}
 +
: Same as {{Keys|i}} but gives you a list of links.
 +
 
 +
; {{Keys|L}}
 +
: Try this if you are lost and overwhelmed by the amount of information available and you want to reflect on where all you went and how you got lost.
 +
 
 +
; {{Keys|C-u C-h i}}
 +
: You have installed a [[:Category:Third Party Package|Third party package]]. It includes (or you have created with {{UnixCommand|makeinfo}}) an {{File|info}} file. This command allows you to browse this info file. To make the info file's contents permanently available in Info's top level, you can add the info file's containing directory to Info's search path using {{CustomizeVariable|Info-directory-list}}, or by editing the {{EnvironmentVariable|INFOPATH}} environment variable and re-starting Emacs.
 +
 
 +
 
 +
[[Category:Self Help]][[Category:Beginner]][[Category:Intermediate]]

Latest revision as of 01:21, 16 August 2014

Info is the hypertext help/reference browser in GNU Emacs. You invoke its top level with [C-h i] (or M-x info).


Advanced Command

M-x info-apropos
Don't know where to go in Info? Try this command. For example, try M-x info-apropos RET compile RET to get some overview of compilation support in Emacs.
[C-h r] (or M-x info-emacs-manual)
Learn how to use GNU Emacs. Very detailed.
[C-h i] (or M-x info)
See the Info manuals of all packages that come with your GNU Emacs, and of any third-party packages and external programs whose info files Info finds in its search path.
[i]
While in an Info buffer, jump to some topic of interest. To learn about regular expressions try [C-h r] and [i regular TAB].
[I]
Same as [i] but gives you a list of links.
[L]
Try this if you are lost and overwhelmed by the amount of information available and you want to reflect on where all you went and how you got lost.
[C-u C-h i]
You have installed a Third party package. It includes (or you have created with makeinfo) an info file. This command allows you to browse this info file. To make the info file's contents permanently available in Info's top level, you can add the info file's containing directory to Info's search path using M-x customize-variable RET Info-directory-list, or by editing the INFOPATH environment variable and re-starting Emacs.