From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Trapping Quit from x-popup-menu Date: Mon, 30 Jun 2014 18:43:12 +0300 Message-ID: <83vbri4d4f.fsf@gnu.org> References: <20140627224403.GF3163@mail.akwebsoft.com> <871tu7toy2.fsf@web.de> <20140630000739.GI3163@mail.akwebsoft.com> <4e41b353-8796-4fbf-8bba-acb36c24ff03@default> <877g3y4djv.fsf@web.de> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1404143040 22489 80.91.229.3 (30 Jun 2014 15:44:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Jun 2014 15:44:00 +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 Jun 30 17:43:53 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1X1dkH-00015O-4O for geh-help-gnu-emacs@m.gmane.org; Mon, 30 Jun 2014 17:43:53 +0200 Original-Received: from localhost ([::1]:35102 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1dkG-0002Gu-PJ for geh-help-gnu-emacs@m.gmane.org; Mon, 30 Jun 2014 11:43:52 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38240) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1dju-0002GX-Vp for help-gnu-emacs@gnu.org; Mon, 30 Jun 2014 11:43:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1djj-0004z7-6t for help-gnu-emacs@gnu.org; Mon, 30 Jun 2014 11:43:30 -0400 Original-Received: from mtaout29.012.net.il ([80.179.55.185]:35642) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1dji-0004yn-Ur for help-gnu-emacs@gnu.org; Mon, 30 Jun 2014 11:43:19 -0400 Original-Received: from conversion-daemon.mtaout29.012.net.il by mtaout29.012.net.il (HyperSendmail v2007.08) id <0N7Z00I00NM8Q400@mtaout29.012.net.il> for help-gnu-emacs@gnu.org; Mon, 30 Jun 2014 18:43:20 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout29.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N7Z00GGENO8K320@mtaout29.012.net.il> for help-gnu-emacs@gnu.org; Mon, 30 Jun 2014 18:43:20 +0300 (IDT) In-reply-to: <877g3y4djv.fsf@web.de> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.185 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:98456 Archived-At: > From: Michael Heerdegen > Date: Mon, 30 Jun 2014 17:33:56 +0200 > > > In Info, `i' is your friend. It looks things up in the index. > > Exactly. Or use g to search the nodes. You can also isearch (C-s) through > the whole manual. In addition, in a good manual every node name that is "important" (i.e. it is a phrase one might want to look up) should also appear in the index. So theoretically, you need only 'i' (and report as potential bugs any nodes that deviate from this rule).