all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Po Lu <luangruo@yahoo.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Emacs --with-pgtk and use-package
Date: Fri, 25 Mar 2022 08:55:36 +0800	[thread overview]
Message-ID: <87wngi97g7.fsf@yahoo.com> (raw)
In-Reply-To: <87v8w3xr07.fsf@codeisgreat.org> (Pankaj Jangid's message of "Thu, 24 Mar 2022 21:49:20 +0530")

Pankaj Jangid <pankaj@codeisgreat.org> writes:

> Extremely sorry for the noise. Following condition check was causing the
> issue:
>
>   (use-package emacs
> 	:when (memq window-system '(mac ns x))
> 	:config
> 	(load-theme 'modus-vivendi)
> 	:bind ("<f5>" . modus-themes-toggle))
>
> I did not use ‘pgtk’ in the above ":when" clause.

Thanks, people should probably be taught to use `display-graphic-p'
instead of manually testing the value of `window-system'.



  reply	other threads:[~2022-03-25  0:55 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-24 11:52 Emacs --with-pgtk and use-package Pankaj Jangid
2022-03-24 12:15 ` Po Lu
2022-03-24 13:12   ` Pankaj Jangid
2022-03-24 13:32     ` Po Lu
2022-03-24 14:30       ` Pankaj Jangid
2022-03-24 16:19         ` Pankaj Jangid
2022-03-25  0:55           ` Po Lu [this message]
2022-03-25  8:52             ` Pankaj Jangid

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=87wngi97g7.fsf@yahoo.com \
    --to=luangruo@yahoo.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.