From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.devel Subject: RE: Emacs 25.0.94: Is require failing to define macros and functions at compile time? Date: Wed, 29 Jun 2016 12:59:04 -0700 (PDT) Message-ID: References: <5773E5D6.8040201@gmail.com> <57741C4D.6070103@lanl.gov> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1467230409 20679 80.91.229.3 (29 Jun 2016 20:00:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Jun 2016 20:00:09 +0000 (UTC) Cc: =?utf-8?B?Q2zDqW1lbnQgUGl0LS1DbGF1ZGVs?= , emacs-devel To: Davis Herring , rswgnu@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 29 21:59:57 2016 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 1bILeO-0001E9-Fu for ged-emacs-devel@m.gmane.org; Wed, 29 Jun 2016 21:59:56 +0200 Original-Received: from localhost ([::1]:45555 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bILeN-0003GD-Ge for ged-emacs-devel@m.gmane.org; Wed, 29 Jun 2016 15:59:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bILdq-0003G6-BG for emacs-devel@gnu.org; Wed, 29 Jun 2016 15:59:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bILdk-0006Wq-EH for emacs-devel@gnu.org; Wed, 29 Jun 2016 15:59:21 -0400 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:22617) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bILdk-0006Wm-5n for emacs-devel@gnu.org; Wed, 29 Jun 2016 15:59:16 -0400 Original-Received: from aserv0021.oracle.com (aserv0021.oracle.com [141.146.126.233]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id u5TJx9IR008484 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 29 Jun 2016 19:59:09 GMT Original-Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by aserv0021.oracle.com (8.13.8/8.13.8) with ESMTP id u5TJx9N9025052 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 29 Jun 2016 19:59:09 GMT Original-Received: from abhmp0018.oracle.com (abhmp0018.oracle.com [141.146.116.24]) by aserv0122.oracle.com (8.13.8/8.13.8) with ESMTP id u5TJx6pW023308; Wed, 29 Jun 2016 19:59:07 GMT In-Reply-To: <57741C4D.6070103@lanl.gov> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6744.5000 (x86)] X-Source-IP: aserv0021.oracle.com [141.146.126.233] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 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:204944 Archived-At: > Any library complicated enough to have N `require's will by necessity > have so many more lines of code than N that the longhand list of > (require 'foo) will be negligible. Doing it the simple(minded), obvious > way has the advantage that it makes trivial things like grep easier. +1 (Also, it's more readable by humans, IMO.)