From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: How to use etags in emacs Date: Thu, 9 Jul 2009 08:51:05 -0700 Message-ID: <6EBB2DD9D69847329FCB640E181D331A@us.oracle.com> References: <3b9893450907081236p40de8d53kc7a8f163067abd63@mail.gmail.com> <3b9893450907081537x26a21026xbab8969bc5fafd2c@mail.gmail.com> <562EDFF1E1AE4F6F826153EA129CCC72@us.oracle.com> <3b9893450907081620u19d35759n241f391b9271879f@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1247155687 25225 80.91.229.12 (9 Jul 2009 16:08:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Jul 2009 16:08:07 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "'n179911'" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 09 18:07:58 2009 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 1MOwA9-0003CS-Nk for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Jul 2009 18:07:58 +0200 Original-Received: from localhost ([127.0.0.1]:36715 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOwA9-0007in-6s for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Jul 2009 12:07:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MOvtx-0005o2-La for help-gnu-emacs@gnu.org; Thu, 09 Jul 2009 11:51:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MOvtt-0005j7-QE for help-gnu-emacs@gnu.org; Thu, 09 Jul 2009 11:51:13 -0400 Original-Received: from [199.232.76.173] (port=55187 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOvtt-0005ip-HQ for help-gnu-emacs@gnu.org; Thu, 09 Jul 2009 11:51:09 -0400 Original-Received: from rcsinet11.oracle.com ([148.87.113.123]:34206 helo=rgminet11.oracle.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MOvts-0000BM-VW for help-gnu-emacs@gnu.org; Thu, 09 Jul 2009 11:51:09 -0400 Original-Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rgminet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n69FqWpE008867 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 9 Jul 2009 15:52:34 GMT Original-Received: from abhmt003.oracle.com (abhmt003.oracle.com [141.146.116.12]) by acsinet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n69Fqr18024446; Thu, 9 Jul 2009 15:52:53 GMT Original-Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 09 Jul 2009 08:51:02 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <3b9893450907081620u19d35759n241f391b9271879f@mail.gmail.com> Thread-Index: AcoAItXWfeZjKKzuT3Ky3uTtdBgtaAAg6aAQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: abhmt003.oracle.com [141.146.116.12] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A010203.4A5611E7.0111:SCFSTAT5015188,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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:65899 Archived-At: > Thanks. But how can I use icicles with tag. I read > http://www.emacswiki.org/emacs/Icicles_-_Tags_Enhancements > > And I tried "ln Icicles, you can use multi-command 'icicle-find-tag', > bound to `M-.' in Icicle mode, to do all of this." > > I get no output. I test it with a simple and I sure existing symbol. > And I test it the same symbol with icy-mode off, it does works. > > Thank you for any more help. Please file an Icicles bug (using `M-x icicle-send-bug-report') if you think there is a problem. Provide a clear recipe, starting with `emacs -Q' (no init file, ~/.emacs) to reproduce what you see. I cannot tell anything from the cryptic description you gave so far. Here's how to use `M-.' in Icicle mode: 1. M-. 2. Type the text you want to match - e.g. `info'. 3. Hit `S-TAB' to see all matches, or type something (e.g. `face') to see everything that matches that text also. You see the matches in buffer *Completions*. 4. Hit `C-next' to vist the (source file) matches in sequence. Or hit `next' to cycle and choose a match, then hit `C-RET' to visit it. Or type some more, to narrow the set of matches. (IOW, you can either complete your input or cycle among completion candidates.) Use `RET' instead of `C-RET' if you just want to visit a single match. You can match several patterns, as an intersection, using `S-SPC' (progressive completion). E.g., you can match `face' and `blue': `M-. info RET face M-SPC blue'. That lets you browse all `info' tags that contain both strings: `face' and `blue'. You can change the pattern to match at any time (after you enter the initial pattern, e.g. `info', using RET). E.g., remove `face' from the minibuffer and type `file' instead, to find `info' tags that contain `file'.