From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Joe Riel Newsgroups: gmane.emacs.help Subject: package not needed to byte-compile Date: Sun, 22 Feb 2015 19:07:02 -0800 Message-ID: <20150222190702.4e370c26@gauss> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1424660851 29682 80.91.229.3 (23 Feb 2015 03:07:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Feb 2015 03:07:31 +0000 (UTC) To: Help GNU Emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 23 04:07:22 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1YPjMg-0001uN-5q for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Feb 2015 04:07:22 +0100 Original-Received: from localhost ([::1]:41851 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPjMf-0000dj-3w for geh-help-gnu-emacs@m.gmane.org; Sun, 22 Feb 2015 22:07:21 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPjMU-0000dA-Kg for help-gnu-emacs@gnu.org; Sun, 22 Feb 2015 22:07:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPjMP-0003yR-Np for help-gnu-emacs@gnu.org; Sun, 22 Feb 2015 22:07:10 -0500 Original-Received: from cdptpa-outbound-snat.email.rr.com ([107.14.166.228]:28789 helo=cdptpa-oedge-vip.email.rr.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPjMP-0003xp-ID for help-gnu-emacs@gnu.org; Sun, 22 Feb 2015 22:07:05 -0500 Original-Received: from [75.80.177.38] ([75.80.177.38:38113] helo=gauss) by cdptpa-oedge01 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id D5/69-14169-7599AE45; Mon, 23 Feb 2015 03:07:04 +0000 X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-pc-linux-gnu) X-RR-Connecting-IP: 107.14.168.118:25 X-Cloudmark-Score: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 107.14.166.228 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102836 Archived-At: Is there a way to tell Emacs that package B is required to run package A, but not to compile package A? Using (require B) causes an error during byte-compilation because the package is not necessarily available then. -- Joe Riel