From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Wojciech Meyer Newsgroups: gmane.emacs.devel Subject: Re: How do I use tags to go to begv_byte instead of BEGV_BYTE? Date: Mon, 30 Aug 2010 22:39:34 +0100 Message-ID: <87mxs3rd9l.fsf@gmail.com> References: <8762yup6tg.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1283204452 6095 80.91.229.12 (30 Aug 2010 21:40:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 30 Aug 2010 21:40:52 +0000 (UTC) Cc: Andreas Schwab , Lennart Borgman , Stefan Monnier , Emacs-Devel devel To: Wojciech Meyer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 30 23:40:49 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OqC5s-0006jJ-J2 for ged-emacs-devel@m.gmane.org; Mon, 30 Aug 2010 23:40:47 +0200 Original-Received: from localhost ([127.0.0.1]:53313 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OqC5g-0005dd-Oq for ged-emacs-devel@m.gmane.org; Mon, 30 Aug 2010 17:40:32 -0400 Original-Received: from [140.186.70.92] (port=46336 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OqC5a-0005bs-0V for emacs-devel@gnu.org; Mon, 30 Aug 2010 17:40:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OqC5Y-00010e-Kv for emacs-devel@gnu.org; Mon, 30 Aug 2010 17:40:25 -0400 Original-Received: from mail-ww0-f49.google.com ([74.125.82.49]:38933) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OqC5Y-00010Y-Gp for emacs-devel@gnu.org; Mon, 30 Aug 2010 17:40:24 -0400 Original-Received: by wwb24 with SMTP id 24so3332522wwb.30 for ; Mon, 30 Aug 2010 14:40:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=4NcM/sFMV2uGQ6nxk82/jHy9mCV1+Jel3jQBCyVTbpo=; b=qmvsuyEJSJI7aI0LTnGlH2Ir9QajDm/8/q2gzr1HdsPMu+0sVoNxvSz7eKcc+Ujepu /qaIlc8Eey9RE2s28TKGl7Z8Tmtn5bzfZdMgfA8dXv/gq0s2j8X7reh63iHcTXzH78zz zpRUvVC9MerE3mRJLHviWo3d3ZPeA5yIP6Bkg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=pbnhBEGUnTcf0tLuvEvz40ZJVulR/s90HUXk819M5omz2rMxJfWYZDCo0BmLFpzq/C X8UnejfItzhabB8tozto3qtt1WbukuJBnfeYEUG//awr7xtPb+UCjzq/g2L4s64pikTk F5SRvWPEacCpwo12yOJkC6DEbSmTWKc+MkyJQ= Original-Received: by 10.227.133.14 with SMTP id d14mr5433581wbt.44.1283204423529; Mon, 30 Aug 2010 14:40:23 -0700 (PDT) Original-Received: from spec-desktop.specuu.com (host86-132-220-144.range86-132.btcentralplus.com [86.132.220.144]) by mx.google.com with ESMTPS id n17sm4797838weq.6.2010.08.30.14.40.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 30 Aug 2010 14:40:21 -0700 (PDT) In-Reply-To: <8762yup6tg.fsf@gmail.com> (Wojciech Meyer's message of "Sun, 29 Aug 2010 02:04:59 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:129458 Archived-At: Wojciech Meyer writes: > Stefan Monnier writes: > >> Nowadays, I think etags.el would deserve to be improved so as to taken >> the major mode into account, and also so as to give precedence to >> case-exact matches, and also to automatically try the second-choice if >> the first makes you jump to where you started. >> >> IOW patches welcome, > > Here is another one. > > `tags-major-mode-sensitive' customisation allows to specify if `etags' > package should be sensitive on a major mode. If so, it looks only for > files with the names matching entries of `auto-mode-alist' of the major mode. > It does not hit performance that much, if it is a problem, making a > simple assumption about last search would be sufficient (however I've > checked it on the Emacs code base, and seems to run OK). > > BTW: Integrating etags with ede projects might be a good idea. > > Cheers; > Wojciech Hi, Is anybody interested in this patch at all? :) (i would be glad to hear at least the reason of refusal or acceptance, to do the rest of the hacking work on `etags.el') TIA. Wojciech