all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Moore <p.f.moore@gmail.com>
To: Glenn Morris <rgm@gnu.org>
Cc: 23674@debbugs.gnu.org
Subject: bug#23674: 25.0.93; Daemon mode on Windows
Date: Wed, 1 Jun 2016 19:40:34 +0100	[thread overview]
Message-ID: <CACac1F_9--SmnePJepyDBZtJF=WR=xAenvsmHFYZ-My4-6-vwg@mail.gmail.com> (raw)
In-Reply-To: <q1t4germk.fsf@fencepost.gnu.org>

On 1 June 2016 at 18:38, Glenn Morris <rgm@gnu.org> wrote:
>
> I think this is how daemon mode works on all platforms, not just MS Windows.

Hmm, OK. My misunderstanding, I guess.

The test I'd used was checking for the existence of a font against
different frames:

(mapcar (lambda (f)
    (if
      (find-font (font-spec :name "DejaVu Sans Mono") (car
(visible-frame-list)))
      "Yes"
    "No"))
    (visible-frame-list))

This gives ("No" "Yes") on Windows. I've just fired up a Linux system
and checked, though, and it appears to do the same there. From
problems I was getting copying configurations from people (presumably)
working on Linux, I thought that was the issue. There must have been
some other problem.

My apologies for not testing out on Linux before posting the report,
and thanks for the confirmation that this is working correctly.
Paul





  reply	other threads:[~2016-06-01 18:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-01  9:19 bug#23674: 25.0.93; Daemon mode on Windows Paul Moore
2016-06-01 17:38 ` Glenn Morris
2016-06-01 18:40   ` Paul Moore [this message]
2016-06-03 17:43     ` Glenn Morris
2016-06-03 18:33       ` Paul Moore
2016-06-04  8:54 ` Eli Zaretskii

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='CACac1F_9--SmnePJepyDBZtJF=WR=xAenvsmHFYZ-My4-6-vwg@mail.gmail.com' \
    --to=p.f.moore@gmail.com \
    --cc=23674@debbugs.gnu.org \
    --cc=rgm@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.