From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.devel Subject: Re: [ELPA] Package proposal: EBDB Date: Thu, 17 Aug 2017 09:57:51 -0700 Message-ID: <87d17u5dyo.fsf@ericabrahamsen.net> References: <87efsxspgv.fsf@ericabrahamsen.net> <87mv784f1h.fsf@ericabrahamsen.net> <87shgwgtyp.fsf@ericabrahamsen.net> <87shgux6s1.fsf@ericabrahamsen.net> <87mv722l8s.fsf@ericabrahamsen.net> <87zib1675t.fsf@ericabrahamsen.net> <87o9rg4znj.fsf@ericabrahamsen.net> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1502989110 5077 195.159.176.226 (17 Aug 2017 16:58:30 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 17 Aug 2017 16:58:30 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 17 18:58:21 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1diO7e-0000eR-7B for ged-emacs-devel@m.gmane.org; Thu, 17 Aug 2017 18:58:18 +0200 Original-Received: from localhost ([::1]:35258 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1diO7k-0004vD-RP for ged-emacs-devel@m.gmane.org; Thu, 17 Aug 2017 12:58:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1diO7Y-0004tQ-CC for emacs-devel@gnu.org; Thu, 17 Aug 2017 12:58:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1diO7V-0002Bd-C0 for emacs-devel@gnu.org; Thu, 17 Aug 2017 12:58:12 -0400 Original-Received: from [195.159.176.226] (port=53320 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1diO7V-0002A7-6F for emacs-devel@gnu.org; Thu, 17 Aug 2017 12:58:09 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1diO7H-0007zA-GA for emacs-devel@gnu.org; Thu, 17 Aug 2017 18:57:55 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:iZGyExtJEJ04oyp88I2MDl/ntSg= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:217597 Archived-At: Eric Abrahamsen writes: > Stefan Monnier writes: > [...] >> For VM, I'm not sure if the result is correct. It basically depends on >> whether part of the VM code are needed during compilation (most common >> case is if your code uses VM macros). >> >> Fixing the warnings is easy enough (rather than autoloads, you can use >> `declare-function`). > > Okay, I'll apply your solution to ebdb-mu4e, then take a closer look at > vm. Turns out it's a moot point, as VM only supports Emacs up to 23, two major modes less than what EBDB requires. Before I found that out I did get the compiler to keep quiet, at the cost of I think just one defsubst that the compiler would never inline. Oh well, Eric