From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rehceb Rotkiv Newsgroups: gmane.emacs.help Subject: Re: info-lookup-symbol Date: Mon, 09 Apr 2007 09:20:26 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1176130958 2510 80.91.229.12 (9 Apr 2007 15:02:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 9 Apr 2007 15:02:38 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 09 17:01:45 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HauzT-0001fA-5N for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Apr 2007 16:37:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hav3I-0005Ie-9U for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Apr 2007 10:41:04 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail Original-NNTP-Posting-Date: Mon, 09 Apr 2007 09:20:26 -0500 Original-Newsgroups: gnu.emacs.help User-Agent: Pan/0.125 (Potzrebie) Original-Lines: 15 Original-X-Trace: sv3-tJLHNrs9fk4nWmNYqY4ONCXV7MbQgjpLTywhHUbnm5MMpH9SG1a/oIxrn3iIyODJi3R3wxDEmO/haWQ!0ELYRqlgxisIVSUaybeSFKOZ5WnQR2OyOHrj1T0lNrzKsp0q8pI9rORC+Kvjhg== Original-X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.34 Original-Xref: shelby.stanford.edu gnu.emacs.help:146918 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:42520 Archived-At: On Mon, 09 Apr 2007 14:48:00 +0200, Lennart Borgman (gmail) wrote: > I am using MS Windows and I am just wondering where "break" is on my > keyboard. It's not a key, but a string that you enter literally! When you are in Info mode, i.e. looking at an info document in Emacs, you can use the function "Info-index", which is bound to "i" by default, to search for a string in the index of the info file -- in this case the Python keyword "break". And as Eli told me, when you press instead of after entering the search string, you get a list of alle index entries containing the search string. Try it out, it's very useful! HTH, Rehceb