Received: by 10.66.73.7 with SMTP id h7mr453166pav.6.1351846507939; Fri, 02 Nov 2012 01:55:07 -0700 (PDT) Path: 6ni57554pbd.1!nntp.google.com!news.glorb.com!usenet.stanford.edu!not-for-mail From: Steinar Bang Newsgroups: gnu.emacs.help Subject: Re: IDE versus emacs Date: Fri, 02 Nov 2012 09:27:44 +0100 Lines: 19 Approved: help-gnu-em...@gnu.org Message-ID: References: <83d30y87yi.fsf@gnu.org> <83626q7zvk.fsf@gnu.org> <87y5jl243r.fsf@gmail.com> <87pq4xbqup.fsf@wanadoo.es> <87d30xatgo.fsf@wanadoo.es> <20121006041754.GA30224@hysteria.proulx.com> <83pq4w6q3j.fsf@gnu.org> <83y5j2za4w.fsf@gnu.org> NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 X-Trace: usenet.stanford.edu 1351846507 27374 208.118.235.17 (2 Nov 2012 08:55:07 GMT) X-Complaints-To: action@cs.stanford.edu To: help-gnu-em...@gnu.org Envelope-to: help-gnu-em...@gnu.org In-Reply-To: <83y5j2za4w.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 19 Oct 2012 18:42:23 +0200") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/23.4 (gnu/linux) X-SA-Exim-Connect-IP: 62.113.137.5 X-SA-Exim-Rcpt-To: too long (recipient list exceeded maximum allowed size of 8 bytes) X-SA-Exim-Mail-From: s...@dod.no X-SA-Exim-Version: 4.2.1 (built Mon, 22 Mar 2010 06:51:10 +0000) X-SA-Exim-Scanned: Yes (on rainey.bang.priv.no) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.110.185.190 X-BeenThere: help-gnu-em...@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: , Content-Type: text/plain >>>>> Eli Zaretskii : >> From: Steinar Bang >> Can tags filter out those symbols that would match what you're >> typing, but aren't reachable from the point in the code where you are >> typing? > I don't understand the question. Tags don't "match symbols", they > show you the definition of the symbol. That definition is not related > to scope. I was thinking of something along the lines of what eclipse does with Java files: when you type, it suggests symbols from what's currently available (depending on scope and what you are doing) and what matches what you have typed so far. I have used tags for navigation only, not for helping create new code.