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: info-lookup-symbol Date: Sun, 08 Apr 2007 18:07:07 -0500 Message-ID: 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 1176075448 16155 80.91.229.12 (8 Apr 2007 23:37:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 8 Apr 2007 23:37:28 +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 01:36:42 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 1Hagw3-000287-Su for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Apr 2007 01:36:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hagzo-00028K-Oi for geh-help-gnu-emacs@m.gmane.org; Sun, 08 Apr 2007 19:40:32 -0400 Original-Path: shelby.stanford.edu!newshub.stanford.edu!postnews.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail Original-NNTP-Posting-Date: Sun, 08 Apr 2007 18:07:07 -0500 Original-Newsgroups: gnu.emacs.help User-Agent: Pan/0.125 (Potzrebie) Original-Lines: 20 Original-X-Trace: sv3-Fhb/DZxoUnEW8ukve+7e0o9HBKzOyvcCBoQcWUh5bv+2CpLUG1fId+jKXCaJa2s8t3LEYKCYyqCaQ26!OHZmTDybT0Z7v46FR5PbrJBpqM6FUfqHF28HKTk4vraWAr9y0U71JnwrL7mdJYg= 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:146887 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:42491 Archived-At: Hello, when I use info-lookup-symbol, I sometimes get to the wrong place in the info file. For example, when I use info-lookup-symbol on the keyword "break" in a Python source code file, it takes me to the index item * break <1>: try statement. instead of * break: break statement. probably because (strangely) the first appears before the latter in the index of the info file. How can I avoid this? Is it, for example, possible, to get a summary of all index items that contain "break" instead of directly jumping to the first one? Also, how does Emacs know in which index file to look / how can I customize it? Regards, Rehceb Rotkiv