all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ken Raeburn <raeburn@raeburn.org>
To: Filipe Silva <filipe.silva@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: option for loading up a gui specific emacs daemon
Date: Thu, 15 Dec 2016 08:10:09 -0500	[thread overview]
Message-ID: <A8B8871C-4C00-4B9C-96E3-01868258D2D5@raeburn.org> (raw)
In-Reply-To: <CAEwkUWO9gechhCLGVpAd8iUu4yCi3xT-UyhBVkbfqKq00LGdRg@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1097 bytes --]


On Dec 13, 2016, at 18:02, Filipe Silva <filipe.silva@gmail.com> wrote:

> Dear developers of the mighty emacs editor, 
> 
> I'd like to load emacs with emacs --daemon=gui and then connect to it with emacsclient -c --sever-file=gui.
> 
> This works almost right. The problem is that various popular packages make extensive use of the (display-graphic-p) function/predicate to query frame capabilities. For example, a theme package may query (display-graphic-p) and assign gui or tty colors accordingly. 
> 
> the thing is that(display-graphic-p) always returns nil in a emacs --deamon type of loading, because emacs does not know if you are using emacsclient with a gui or a tty.

Daemon mode isn’t the only time a graphical display can be added when one wasn’t initially in use.  A tty-mode Emacs can still run M-x make-frame-on-display or run a server.

If a package is assuming that the characteristics of the current frame (like the result of display-graphic-p) when the package is loaded will apply to every frame ever in that Emacs session, the package has a bug….

Ken

[-- Attachment #2: Type: text/html, Size: 2204 bytes --]

      parent reply	other threads:[~2016-12-15 13:10 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-13 23:02 option for loading up a gui specific emacs daemon Filipe Silva
2016-12-13 23:14 ` Alex Hutcheson
2016-12-14  0:02 ` Kaushal Modi
2016-12-14 11:22   ` Filipe Silva
2016-12-14  1:34 ` Noam Postavsky
2016-12-14 11:11   ` Filipe Silva
2016-12-14 15:59     ` Noam Postavsky
2016-12-14 15:47 ` Eli Zaretskii
2016-12-15 13:10 ` Ken Raeburn [this message]

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=A8B8871C-4C00-4B9C-96E3-01868258D2D5@raeburn.org \
    --to=raeburn@raeburn.org \
    --cc=emacs-devel@gnu.org \
    --cc=filipe.silva@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.