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: Generalizing find-definition Date: Fri, 19 Dec 2014 15:36:52 +0200 Message-ID: <549429F4.9030504@yandex.ru> References: <20141102151524.0d9c665c@forcix> <86ppbqn841.fsf@yandex.ru> <86mw6o3k28.fsf@yandex.ru> <548F5B60.8050509@yandex.ru> <548F5FFD.5010703@yandex.ru> <548F66B3.3050103@yandex.ru> <54901FEB.1090704@yandex.ru> <5490962D.7010105@yandex.ru> <5490A6B5.7020308@yandex.ru> <86ioh8ax2b.fsf@yandex.ru> 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 1418996248 13508 80.91.229.3 (19 Dec 2014 13:37:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Dec 2014 13:37:28 +0000 (UTC) Cc: emacs-devel To: Helmut Eller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 19 14:37:21 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 1Y1xk8-0000Rv-I0 for ged-emacs-devel@m.gmane.org; Fri, 19 Dec 2014 14:37:20 +0100 Original-Received: from localhost ([::1]:58567 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1xk7-0007bh-Sy for ged-emacs-devel@m.gmane.org; Fri, 19 Dec 2014 08:37:19 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57477) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1xjv-0007b8-DD for emacs-devel@gnu.org; Fri, 19 Dec 2014 08:37:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y1xjk-0007I0-T7 for emacs-devel@gnu.org; Fri, 19 Dec 2014 08:37:07 -0500 Original-Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]:53861) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1xjk-0007Hr-LA for emacs-devel@gnu.org; Fri, 19 Dec 2014 08:36:56 -0500 Original-Received: by mail-wi0-f180.google.com with SMTP id n3so1809206wiv.1 for ; Fri, 19 Dec 2014 05:36:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=TIkLMHrAI6pGy3+xktRhoQWtBw7UDV4Zzy/tXO9BHeI=; b=EjAsUL0OUMlXBXBz1iiZoR8eLlqBzc+IssBsUWc+7tzRoAhIo04ksg5sMMGvOIyn39 T/OMydWM6xBS//7fRxzZ7d4bc4E+LLQkI8y0imhloo8aNsxnsB7ZIBCz+/3TuUVf9x4N GBivSPfKMx2tVJy+hlPVnUAiOlnwuBeJVskqsEW1qvqgHggcWETm/qVy+o+qienue8P8 g8rEvnVC9GqLvjrwbG7giAFXYT9HxETuvFZAOH/5pKbtg/Ya4/6gv+EaOux8frMdl+fj lUHnW695BpGJKpLnyMFcbbYkMJYe7GshHSddFTJUx5t3WbjIZ4UbC0c42dGVia031qBW 6+iQ== X-Received: by 10.180.7.198 with SMTP id l6mr6047896wia.26.1418996215965; Fri, 19 Dec 2014 05:36:55 -0800 (PST) Original-Received: from [192.168.1.2] ([82.102.93.54]) by mx.google.com with ESMTPSA id iz19sm2389272wic.8.2014.12.19.05.36.54 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 19 Dec 2014 05:36:55 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::234 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:180330 Archived-At: On 12/19/2014 10:56 AM, Helmut Eller wrote: > (eval-when-compile > (require 'xref)) > > instead of declare-function. If I do that, the byte-compiler still complains that these functions "might not be defined at runtime".