GNU bug report logs - #37053
26.2; window.el does not (provide 'window)

Previous Next

Package: emacs;

Reported by: Immanuel Litzroth <immanuel.litzroth <at> gmail.com>

Date: Fri, 16 Aug 2019 14:40:02 UTC

Severity: minor

Tags: fixed

Found in version 26.2

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Noam Postavsky <npostavs <at> gmail.com>
To: Immanuel Litzroth <immanuel.litzroth <at> gmail.com>
Cc: 37053 <at> debbugs.gnu.org
Subject: bug#37053: 26.2; window.el does not (provide 'window)
Date: Fri, 16 Aug 2019 10:48:07 -0400
Immanuel Litzroth <immanuel.litzroth <at> gmail.com> writes:

> Error (use-package): window/:catch: Loading file
> /usr/share/emacs/26.2/lisp/window.elc failed to provide feature `window'
>
> I use use-package to configure some variables in window.el as follows:
> (use-package window
>
>   :custom (split-height-threshold nil "Minimum height for splitting windows
> sensibly."))

For builtin variables like this, you can just do

(use-package emacs
   :custom (split-height-threshold nil "Minimum height for splitting windows sensibly."))




This bug report was last modified 4 years and 332 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.