From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: Warning compiling xref.el Date: Fri, 6 Nov 2015 05:15:35 +0200 Message-ID: <563C1B57.3000708@yandex.ru> References: <83twp1u5jh.fsf@gnu.org> <868u6cy3ju.fsf@stephe-leake.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1446779759 2783 80.91.229.3 (6 Nov 2015 03:15:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Nov 2015 03:15:59 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Leake , Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 06 04:15:58 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 1ZuXVN-0000Eo-UK for ged-emacs-devel@m.gmane.org; Fri, 06 Nov 2015 04:15:58 +0100 Original-Received: from localhost ([::1]:36423 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuXVN-0002uf-Hp for ged-emacs-devel@m.gmane.org; Thu, 05 Nov 2015 22:15:57 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42210) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuXV8-0002uY-5m for emacs-devel@gnu.org; Thu, 05 Nov 2015 22:15:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZuXV5-0003Pw-05 for emacs-devel@gnu.org; Thu, 05 Nov 2015 22:15:42 -0500 Original-Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]:33829) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuXV4-0003Pd-PB; Thu, 05 Nov 2015 22:15:38 -0500 Original-Received: by wikq8 with SMTP id q8so22298232wik.1; Thu, 05 Nov 2015 19:15:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=La6Ke38fhf4BHuoL8XZfWnpiBKTGZ2zLaKqUBw85mEw=; b=LlTR47og7YWnpJiCoLdpq4zupJ1LZQs5GW5U8Qix9NzQKCGyPKB/M10qyye6TWtVUi CMI5Ed4ZZvON7DGdqQdVwGKi8W55zpJ6LfCPo3gYt/qzR7N7/RSd/vnfQjsIeZUwIQA1 2nU2wTExV9hP5KdlOaGPrUrLmhQeyh5xph1WnPz1LlwJOoF2U/ProPXRjTzdkyq7uiLi wFE8TvTgQlq9ZQZuF6HZArD/xmolrizcgB0yUe7jR37pK0BYEeypCWMTqNgCV9h8KZt3 nP6ehxtXpobQU0w8qu3JxAVrhqnZoh1VDwI9gST+NeL5xPYydCE1ZOSmkI8pLDTi9Twf p2iQ== X-Received: by 10.194.11.98 with SMTP id p2mr12128630wjb.131.1446779737699; Thu, 05 Nov 2015 19:15:37 -0800 (PST) Original-Received: from [10.9.0.103] (nat.webazilla.com. [78.140.128.228]) by smtp.googlemail.com with ESMTPSA id t126sm711263wmd.23.2015.11.05.19.15.36 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Nov 2015 19:15:36 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:42.0) Gecko/20100101 Thunderbird/42.0 In-Reply-To: <868u6cy3ju.fsf@stephe-leake.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::235 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:193372 Archived-At: On 11/05/2015 03:32 PM, Stephen Leake wrote: > Adding this: > > (eval-when-compile > (require 'semantic/symref)) ;; for hit-lines slot > > outside the defun fixes the problem for me. Applied, thank you.