emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: window.el has no provide


From: Jordon Biondo
Subject: Re: window.el has no provide
Date: Thu, 12 Feb 2015 14:32:32 -0500

I was getting byte compilation errors when compiling my init.el

  init.el:631:10:Error: Required feature `window' was not provided

My init generates requires for all packages I have configurations for which is 
why I’m requiring ‘window in the first place. I can’t reliably recreate the 
issue, but when it does happen, as you would imagine, (featurep ‘window) is 
nil, even though window.el is loaded. I’ll report a bug if I can reliable 
recreate it.

Real problem or not, I thought it was weird that there was no provide.

> On Feb 12, 2015, at 1:45 PM, Stefan Monnier <address@hidden> wrote:
> 
>> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]