Submit
Path:
~
/
/
usr
/
share
/
doc
/
info
/
html
/
File Content:
Searching-Commands.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- Created by GNU Texinfo 6.8, https://www.gnu.org/software/texinfo/ --> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <!-- This manual is for Stand-alone GNU Info (version 6.8, 22 November 2020), a program for viewing documents in Info format (usually created from Texinfo source files). Copyright (C) 1992, 1993, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License" in the Texinfo manual. This document is part of a collection distributed under the GNU Free Documentation License. If you want to distribute this document separately from the collection, you can do so by adding a copy of the license to the document, as described in section 6 of the license. --> <title>Searching Commands (Stand-alone GNU Info 6.8)</title> <meta name="description" content="Searching Commands (Stand-alone GNU Info 6.8)"> <meta name="keywords" content="Searching Commands (Stand-alone GNU Info 6.8)"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="texi2any"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link href="index.html" rel="start" title="Top"> <link href="Index.html" rel="index" title="Index"> <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> <link href="index.html" rel="up" title="Top"> <link href="Index-Commands.html" rel="next" title="Index Commands"> <link href="Node-Commands.html" rel="prev" title="Node Commands"> <style type="text/css"> <!-- a.copiable-anchor {visibility: hidden; text-decoration: none; line-height: 0em} a.summary-letter {text-decoration: none} blockquote.indentedblock {margin-right: 0em} div.display {margin-left: 3.2em} div.example {margin-left: 3.2em} kbd {font-style: oblique} pre.display {font-family: inherit} pre.format {font-family: inherit} pre.menu-comment {font-family: serif} pre.menu-preformatted {font-family: serif} span.nolinebreak {white-space: nowrap} span.roman {font-family: initial; font-weight: normal} span.sansserif {font-family: sans-serif; font-weight: normal} span:hover a.copiable-anchor {visibility: visible} ul.no-bullet {list-style: none} --> </style> </head> <body lang="en"> <div class="chapter" id="Searching-Commands"> <div class="header"> <p> Next: <a href="Index-Commands.html" accesskey="n" rel="next">Index Commands</a>, Previous: <a href="Node-Commands.html" accesskey="p" rel="prev">Selecting a Node</a>, Up: <a href="index.html" accesskey="u" rel="up">Stand-alone GNU Info</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Index.html" title="Index" rel="index">Index</a>]</p> </div> <hr> <span id="Searching-an-Info-File"></span><h2 class="chapter">6 Searching an Info File</h2> <span id="index-searching"></span> <p>GNU Info allows you to search for a sequence of characters throughout an entire Info file. Here are the commands to do this: </p> <dl compact="compact"> <dt id='index-s'><span><kbd>s</kbd> (<code>search</code>)<a href='#index-s' class='copiable-anchor'> ¶</a></span></dt> <dt><span><kbd>/</kbd></span></dt> <dd><span id="index-_002f"></span> <span id="index-search"></span> <span id="index-regular-expression-search"></span> <p>Read a string in the echo area and search for it, either as a regular expression (by default) or a literal string. If the string includes upper-case characters, the Info file is searched case-sensitively; otherwise Info ignores the letter case. With a numeric argument of <var>N</var>, search for <var>N</var>th occurrence of the string. Negative arguments search backwards. </p> </dd> <dt id='index-_003f'><span><kbd>?</kbd> (<code>search-backward</code>)<a href='#index-_003f' class='copiable-anchor'> ¶</a></span></dt> <dd><span id="index-search_002dbackward"></span> <p>Read a string in the echo area and search backward through the Info file for that string. If the string includes upper-case characters, the Info file is searched case-sensitively; otherwise Info ignores the letter case. With a numeric argument of <var>N</var>, search for <var>N</var>th occurrence of the string. Negative arguments search forward. </p> <span id="repeated_002dsearch"></span></dd> <dt id='index-C_002dx-n'><span><kbd>C-x <kbd>n</kbd></kbd> (<code>search-next</code>)<a href='#index-C_002dx-n' class='copiable-anchor'> ¶</a></span></dt> <dt><span><kbd>}</kbd></span></dt> <dd><span id="index-_007d"></span> <span id="index-search_002dnext"></span> <span id="index-repeated-search"></span> <p>Search forwards for the string used for the last search command. Case sensitivity and use of regular expressions are kept the same. With a numeric argument of <var>n</var>, search for <var>n</var>th next occurrence. </p> <p>By default, the search starts at the position immediately following the cursor. However, if the variable <code>search-skip-screen</code> (see <a href="Variables.html"><code>search-skip-screen</code></a>) is set, it starts at the beginning of the next page, thereby skipping all visibly displayed lines. </p> </dd> <dt id='index-C_002dx-N'><span><kbd>C-x <kbd>N</kbd></kbd> (<code>search-previous</code>)<a href='#index-C_002dx-N' class='copiable-anchor'> ¶</a></span></dt> <dt><span><kbd>{</kbd></span></dt> <dd><span id="index-_007b"></span> <span id="index-search_002dprevious"></span> <p>Just like <code>search-next</code>, but in reverse. You can use <code>search-next</code> and <code>search-previous</code> together to move forward and backward through matches. <code>search-previous</code> usually goes to the place in the file that was displayed before an immediately preceding <code>search-next</code>, and vice versa.<a id="DOCF3" href="#FOOT3"><sup>3</sup></a> </p> </dd> <dt id='index-R'><span><kbd>R</kbd> (<code>toggle-regexp</code>)<a href='#index-R' class='copiable-anchor'> ¶</a></span></dt> <dd><span id="index-toggle_002dregexp"></span> <p>Toggle between using regular expressions and literal strings for searching. Info uses so-called ‘extended’ regular expression syntax (see <a data-manual="grep" href="../grep/Regular-Expressions.html#Regular-Expressions">Regular Expressions</a> in <cite>GNU Grep</cite>). </p> </dd> <dt id='index-S'><span><kbd>S</kbd> (<code>search-case-sensitively</code>)<a href='#index-S' class='copiable-anchor'> ¶</a></span></dt> <dd><span id="index-search_002dcase_002dsensitively"></span> <span id="index-search_002c-case_002dsensitive"></span> <span id="index-case_002dsensitive-search"></span> <p>Read a string in the echo area and search for it case-sensitively, even if the string includes only lower-case letters. With a numeric argument of <var>N</var>, search for <var>N</var>th occurrence of the string. Negative arguments search backwards. </p> </dd> <dt id='index-C_002ds'><span><kbd>C-s</kbd> (<code>isearch-forward</code>)<a href='#index-C_002ds' class='copiable-anchor'> ¶</a></span></dt> <dd><span id="index-isearch_002dforward"></span> <span id="index-incremental-search"></span> <p>Interactively search forward through the Info file for a string as you type it. If the string includes upper-case characters, the search is case-sensitive; otherwise Info ignores the letter case. </p> </dd> <dt id='index-C_002dr'><span><kbd>C-r</kbd> (<code>isearch-backward</code>)<a href='#index-C_002dr' class='copiable-anchor'> ¶</a></span></dt> <dd><span id="index-isearch_002dbackward"></span> <p>Interactively search backward through the Info file for a string as you type it. If the string includes upper-case characters, the search is case-sensitive; otherwise Info ignores the letter case. </p> </dd> <dt id='index-tree_002dsearch'><span><kbd>M-/</kbd> (<code>tree-search</code>)<a href='#index-tree_002dsearch' class='copiable-anchor'> ¶</a></span></dt> <dd><p>Recursively search this node and any subnodes listed in menus for a string. </p> </dd> <dt id='index-tree_002dsearch_002dnext'><span><kbd>M-}</kbd> (<code>tree-search-next</code>)<a href='#index-tree_002dsearch_002dnext' class='copiable-anchor'> ¶</a></span></dt> <dt><span><kbd>M-{</kbd> (<code>tree-search-previous</code>)</span></dt> <dd><span id="index-tree_002dsearch_002dprevious"></span> <p>Go forwards and backwards through the matches for an active tree search. </p></dd> </dl> <p>The most basic searching command is ‘<samp>s</samp>’ or ‘<samp>/</samp>’ (<code>search</code>). The ‘<samp>s</samp>’ command prompts you for a string in the echo area, and then searches the remainder of the Info file for an occurrence of that string. If the string is found, the node containing it is selected, and the cursor is left positioned at the start of the found string. Subsequent ‘<samp>s</samp>’ commands show you the default search string; pressing <tt class="key">RET</tt> instead of typing a new string will use the default search string. </p> <p><em>Incremental searching</em> is similar to basic searching, but the string is looked up while you are typing it, instead of waiting until the entire search string has been specified. </p> <p>The tree search can be used from the <code>dir</code> node to search through all Info files installed on the system. It can also be used to search through a particular chapter of a manual when you are not interested in matches in other chapters. </p> <span id="index-highlight_002dsearches"></span> <span id="index-clear_002dsearch"></span> <p>If the <code>highlight-searches</code> variable is set, matches from search commands will be highlighted. See <a href="Variables.html"><code>highlight-searches</code></a>. Use the <kbd>M-x clear-search</kbd> command to clear any search highlights. </p> <span id="index-search_002c-and-case_002dsensitivity"></span> <span id="index-case_002dsensitivity_002c-and-search"></span> <p>Both incremental and non-incremental search by default ignore the case of letters when comparing the Info file text with the search string. However, an uppercase letter in the search string makes the search case-sensitive. You can force a case-sensitive non-incremental search, even for a string that includes only lower-case letters, by using the ‘<samp>S</samp>’ command (<code>search-case-sensitively</code>). The ‘<samp>n</samp>’ and ‘<samp>N</samp>’ commands operate case-sensitively if the last search command was ‘<samp>S</samp>’. </p> <p>Normally, the search pattern should not be shorter than some predefined limit. By default, this limit is set to 1 character. See <a href="Variables.html#min_002dsearch_002dlength">min-search-length</a> for more information on this. </p> </div> <div class="footnote"> <hr> <h4 class="footnotes-heading">Footnotes</h4> <h5><a id="FOOT3" href="#DOCF3">(3)</a></h5> <p>This sometimes doesn’t happen when <code>search-skip-screen</code> is <code>On</code>, and the search goes across nodes.</p> </div> <hr> <div class="header"> <p> Next: <a href="Index-Commands.html">Index Commands</a>, Previous: <a href="Node-Commands.html">Selecting a Node</a>, Up: <a href="index.html">Stand-alone GNU Info</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Index.html" title="Index" rel="index">Index</a>]</p> </div> </body> </html>
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
Basic-Windows.html
8067 bytes
0644
Colors-and-Styles.html
8200 bytes
0644
Cursor-Commands.html
10480 bytes
0644
Custom-Key-Bindings.html
5251 bytes
0644
INFOPATH.html
2655 bytes
0644
Index-Commands.html
6439 bytes
0644
Index.html
103177 bytes
0644
Invoking-Info.html
29153 bytes
0644
Miscellaneous-Commands.html
12119 bytes
0644
Node-Commands.html
15876 bytes
0644
Parts-of-an-Xref.html
5875 bytes
0644
Printing-Nodes.html
4905 bytes
0644
Scrolling-Commands.html
12168 bytes
0644
Searching-Commands.html
11955 bytes
0644
Selecting-Xrefs.html
8077 bytes
0644
Stand_002dalone-Info.html
5167 bytes
0644
The-Echo-Area.html
15310 bytes
0644
The-Mode-Line.html
4781 bytes
0644
Variables.html
20370 bytes
0644
Window-Commands.html
4305 bytes
0644
Xref-Commands.html
3994 bytes
0644
_002d_002dall.html
2659 bytes
0644
_002d_002dapropos.html
2683 bytes
0644
_002d_002dinit_002dfile.html
2703 bytes
0644
_002d_002draw_002descapes.html
2715 bytes
0644
_002d_002dshow_002doptions.html
2721 bytes
0644
_002d_002dvi_002dkeys.html
2691 bytes
0644
command_002dline-menu-items.html
2753 bytes
0644
cursor_002dmovement_002dscrolls.html
2753 bytes
0644
goto_002dinvocation.html
2705 bytes
0644
goto_002dnode.html
2669 bytes
0644
index.html
6234 bytes
0644
infokey-format.html
9981 bytes
0644
infopath_002dno_002ddefaults.html
2735 bytes
0644
min_002dsearch_002dlength.html
2717 bytes
0644
repeated_002dsearch.html
2715 bytes
0644
scroll_002dbehavior.html
2697 bytes
0644
variable_002dassignment.html
2729 bytes
0644
N4ST4R_ID | Naxtarrr