From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.devel Subject: message-fetch-field vs require Date: Thu, 23 Jul 2015 11:28:56 -0500 Message-ID: <86615aet2v.fsf@stephe-leake.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1437668995 4920 80.91.229.3 (23 Jul 2015 16:29:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Jul 2015 16:29:55 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 23 18:29:46 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 1ZIJNR-00051P-In for ged-emacs-devel@m.gmane.org; Thu, 23 Jul 2015 18:29:45 +0200 Original-Received: from localhost ([::1]:42121 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIJNQ-0002iJ-RW for ged-emacs-devel@m.gmane.org; Thu, 23 Jul 2015 12:29:44 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIJNF-0002iE-SK for emacs-devel@gnu.org; Thu, 23 Jul 2015 12:29:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZIJNC-0001up-11 for emacs-devel@gnu.org; Thu, 23 Jul 2015 12:29:33 -0400 Original-Received: from gproxy6-pub.mail.unifiedlayer.com ([67.222.39.168]:58035) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1ZIJNB-0001se-PG for emacs-devel@gnu.org; Thu, 23 Jul 2015 12:29:29 -0400 Original-Received: (qmail 24607 invoked by uid 0); 23 Jul 2015 16:29:19 -0000 Original-Received: from unknown (HELO CMOut01) (10.0.90.82) by gproxy6.mail.unifiedlayer.com with SMTP; 23 Jul 2015 16:29:19 -0000 Original-Received: from host114.hostmonster.com ([74.220.207.114]) by CMOut01 with id vsV61q01v2UdiVW01sV9nX; Thu, 23 Jul 2015 10:29:16 -0600 X-Authority-Analysis: v=2.1 cv=NJxGpSKg c=1 sm=1 tr=0 a=CQdxDb2CKd3SRg4I0/XZPQ==:117 a=CQdxDb2CKd3SRg4I0/XZPQ==:17 a=DsvgjBjRAAAA:8 a=f5113yIGAAAA:8 a=9i_RQKNPAAAA:8 a=y7kgw_RnJtkA:10 a=hEr_IkYJT6EA:10 a=x_XPkuGwIRMA:10 a=zOBTXjUuO1YA:10 a=D8tLxkU9QC1-qOWWI0oA:9 a=XGzJsZO7RDYA:10 Original-Received: from [76.218.37.33] (port=59524 helo=TAKVER2) by host114.hostmonster.com with esmtpa (Exim 4.84) (envelope-from ) id 1ZIJMp-0008FN-En for emacs-devel@gnu.org; Thu, 23 Jul 2015 10:29:07 -0600 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt) X-Identified-User: {2442:host114.hostmonster.com:stephele:stephe-leake.org} {sentby:smtp auth 76.218.37.33 authed with stephen_leake@stephe-leake.org} X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 67.222.39.168 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:188036 Archived-At: I've got a function that uses message-fetch-field. The file has (require 'message). But the byte compiler still complains: bzr-gnus.el:155:1:Warning: the following functions might not be defined at runtime: message-fetch-field, mm-save-part-to-file I've tried wrapping the require in "eval-and-compile"; no help. Can anyone explain what's going on? -- -- Stephe