all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Noam Postavsky <npostavs@gmail.com>
To: Immanuel Litzroth <immanuel.litzroth@gmail.com>
Cc: 37053@debbugs.gnu.org
Subject: bug#37053: 26.2; window.el does not (provide 'window)
Date: Fri, 16 Aug 2019 10:48:07 -0400	[thread overview]
Message-ID: <8536i1kvyw.fsf@gmail.com> (raw)
In-Reply-To: <CAM1nAcwLC+_WCa9ABrUaUsU9rQGgq0cBPW8ffG4ozBY-eaEQWA@mail.gmail.com> (Immanuel Litzroth's message of "Fri, 16 Aug 2019 11:27:02 +0200")

Immanuel Litzroth <immanuel.litzroth@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."))





  reply	other threads:[~2019-08-16 14:48 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-16  9:27 bug#37053: 26.2; window.el does not (provide 'window) Immanuel Litzroth
2019-08-16 14:48 ` Noam Postavsky [this message]
2019-08-16 18:27   ` Noam Postavsky
2019-08-21  3:03     ` Stefan Kangas
2019-08-21 12:24       ` Noam Postavsky
2019-08-21 16:04         ` Eli Zaretskii
2019-08-21 22:31       ` Richard Stallman
2019-08-23 22:57         ` Stefan Kangas
2019-08-24  3:05           ` Noam Postavsky
2019-08-24 22:59             ` Richard Stallman
2020-09-15 13:39       ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8536i1kvyw.fsf@gmail.com \
    --to=npostavs@gmail.com \
    --cc=37053@debbugs.gnu.org \
    --cc=immanuel.litzroth@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.