From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Stange code in semantic/db-el.el Date: Mon, 16 Feb 2015 02:41:46 -0500 Message-ID: References: <54DD5BB7.1040006@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1424072541 12451 80.91.229.3 (16 Feb 2015 07:42:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Feb 2015 07:42:21 +0000 (UTC) Cc: "Eric M. Ludlam" , emacs-devel@gnu.org To: Eric Ludlam Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 16 08:42:12 2015 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 1YNGJm-0006A5-PC for ged-emacs-devel@m.gmane.org; Mon, 16 Feb 2015 08:42:10 +0100 Original-Received: from localhost ([::1]:37969 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNGJl-0007wl-WB for ged-emacs-devel@m.gmane.org; Mon, 16 Feb 2015 02:42:10 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNGJj-0007vp-AL for emacs-devel@gnu.org; Mon, 16 Feb 2015 02:42:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNGJi-0003aE-Lc for emacs-devel@gnu.org; Mon, 16 Feb 2015 02:42:07 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:57611) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNGJe-0003Zq-5M; Mon, 16 Feb 2015 02:42:02 -0500 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id t1G7fv9x022688; Mon, 16 Feb 2015 02:41:58 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id E87532818; Mon, 16 Feb 2015 02:41:46 -0500 (EST) In-Reply-To: <54DD5BB7.1040006@gmail.com> (Eric Ludlam's message of "Thu, 12 Feb 2015 21:04:39 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.2 X-NAI-Spam-Rules: 2 Rules triggered GEN_SPAM_FEATRE=0.2, RV5218=0 X-NAI-Spam-Version: 2.3.0.9393 : core <5218> : inlines <2184> : streams <1391073> : uri <1856404> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 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:183148 Archived-At: > I agree with your assessment and I was able to validate incorrect behavior, > and that putting in sym as you suggest is correct. Thanks. I installed a patch along those lines into "master". Stefan