From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: window.el has no provide Date: Thu, 12 Feb 2015 13:45:09 -0500 Message-ID: References: <9332B768-1714-4C84-88E5-91A8197F53AF@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1423766769 14952 80.91.229.3 (12 Feb 2015 18:46:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Feb 2015 18:46:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: Jordon Biondo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 12 19:46:00 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 1YLylx-0004U1-DX for ged-emacs-devel@m.gmane.org; Thu, 12 Feb 2015 19:45:57 +0100 Original-Received: from localhost ([::1]:51729 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLylw-0000bd-LC for ged-emacs-devel@m.gmane.org; Thu, 12 Feb 2015 13:45:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46995) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLylJ-0000VH-FZ for emacs-devel@gnu.org; Thu, 12 Feb 2015 13:45:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLylE-0002uU-95 for emacs-devel@gnu.org; Thu, 12 Feb 2015 13:45:17 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:40438) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLylD-0002u3-Sc for emacs-devel@gnu.org; Thu, 12 Feb 2015 13:45:12 -0500 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id t1CIj9gH010004; Thu, 12 Feb 2015 13:45:09 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id D391A10AF; Thu, 12 Feb 2015 13:45:09 -0500 (EST) In-Reply-To: <9332B768-1714-4C84-88E5-91A8197F53AF@gmail.com> (Jordon Biondo's message of "Thu, 12 Feb 2015 10:52:02 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV5215=0 X-NAI-Spam-Version: 2.3.0.9393 : core <5215> : inlines <2151> : streams <1389135> : uri <1853520> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 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:182970 Archived-At: > Is there a reason that there is no provide in window.el? It's preloaded, so (require 'window) is never needed, and (featurep 'window) should always be t. > If not, can one be added? Of course, and it's probably a good idea. I'm just curious what's the motivation. Stefan