From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Barry OReilly Newsgroups: gmane.emacs.devel Subject: Re: emacs-lisp-mode and find-tag Date: Fri, 20 Jun 2014 16:22:20 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c1c19621efb604fc4a40c3 X-Trace: ger.gmane.org 1403295759 21924 80.91.229.3 (20 Jun 2014 20:22:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Jun 2014 20:22:39 +0000 (UTC) To: monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 20 22:22:33 2014 Return-path: Envelope-to: ged-emacs-devel@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 1Wy5KR-0000bZ-H6 for ged-emacs-devel@m.gmane.org; Fri, 20 Jun 2014 22:22:31 +0200 Original-Received: from localhost ([::1]:42765 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wy5KQ-00011X-Uj for ged-emacs-devel@m.gmane.org; Fri, 20 Jun 2014 16:22:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wy5KM-00011D-LH for emacs-devel@gnu.org; Fri, 20 Jun 2014 16:22:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wy5KH-0002gJ-Kx for emacs-devel@gnu.org; Fri, 20 Jun 2014 16:22:26 -0400 Original-Received: from mail-oa0-x22a.google.com ([2607:f8b0:4003:c02::22a]:55684) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wy5KH-0002gA-Fr for emacs-devel@gnu.org; Fri, 20 Jun 2014 16:22:21 -0400 Original-Received: by mail-oa0-f42.google.com with SMTP id eb12so7845829oac.15 for ; Fri, 20 Jun 2014 13:22:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=LfCC35RbfW9oy11gp2ncjM2oIZTkmpnGDYN/TksGY1Q=; b=ChjwyFy6xxkKMDAKp9RTeBkKx0j6km0XC+1s9WmuIhDBxuiV1CnzHKCDk5YPBqy/I5 kRmU7LHssYhi8OY3Y2jffBE36dnvxobmxZ2KIu+Eez8Er+xJfJi300UlbOGLzhMhQycu qxlIn8DvP236cDsy1BttSdvHwp2TCtPMmuInOf37YJmiK8Gnj5C8cWLemSQLtcU6FLna RbH49JlaZ9he1uKOUntqme28vOGmPSqdJPsHMnk+CgCBXTzuhAwNNF80HVegl14ZQpkc WQ0jRLAGduEa7wkIEQbb8Om895ST0XAUXywsNvdJtN8YzUXlojgi0NE77DFtZ6ONt6Dz rFqA== X-Received: by 10.182.233.229 with SMTP id tz5mr6040930obc.27.1403295740586; Fri, 20 Jun 2014 13:22:20 -0700 (PDT) Original-Received: by 10.76.10.195 with HTTP; Fri, 20 Jun 2014 13:22:20 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c02::22a X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:172592 Archived-At: --001a11c1c19621efb604fc4a40c3 Content-Type: text/plain; charset=UTF-8 > `find-tag-definition-functions` > This should hold functions of one argument (a string) As I remarked in the bug report, the tag name alone is not sufficient for Semantic, because it considers the code surrounding the tag. --001a11c1c19621efb604fc4a40c3 Content-Type: text/html; charset=UTF-8
> `find-tag-definition-functions`
> This should hold functions of one argument (a string)

As I remarked in the bug report, the tag name alone is not
sufficient for Semantic, because it considers the code
surrounding the tag.

--001a11c1c19621efb604fc4a40c3--