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 18:57:51 -0800 Organization: Maplesoft Message-ID: <20150222185751.5e3f9e2c@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 1424661518 9076 80.91.229.3 (23 Feb 2015 03:18:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Feb 2015 03:18:38 +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:18:33 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 1YPjXV-0007Ne-Av for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Feb 2015 04:18:33 +0100 Original-Received: from localhost ([::1]:41880 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPjXU-00032D-7z for geh-help-gnu-emacs@m.gmane.org; Sun, 22 Feb 2015 22:18:32 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36949) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPjXJ-00031y-DI for help-gnu-emacs@gnu.org; Sun, 22 Feb 2015 22:18:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPjXG-0007uA-8X for help-gnu-emacs@gnu.org; Sun, 22 Feb 2015 22:18:21 -0500 Original-Received: from icw8kmai01.maplesoft.com ([199.71.183.105]:42016) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPjXG-0007u4-4V for help-gnu-emacs@gnu.org; Sun, 22 Feb 2015 22:18:18 -0500 Original-Received: from gauss (10.10.50.12) by ICW8KMAI01.maplesoft.com (10.10.1.105) with Microsoft SMTP Server (TLS) id 8.3.389.2; Sun, 22 Feb 2015 21:57:55 -0500 X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: Windows 7 or 8 X-Received-From: 199.71.183.105 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:102837 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 available then. -- Joe Riel