GNU bug report logs - #23674
25.0.93; Daemon mode on Windows

Previous Next

Package: emacs;

Reported by: Paul Moore <p.f.moore <at> gmail.com>

Date: Wed, 1 Jun 2016 15:34:02 UTC

Severity: wishlist

Tags: wontfix

Found in version 25.0.93

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 23674 <at> debbugs.gnu.org (full text, mbox):

From: Paul Moore <p.f.moore <at> gmail.com>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 23674 <at> debbugs.gnu.org
Subject: Re: bug#23674: 25.0.93; Daemon mode on Windows
Date: Wed, 1 Jun 2016 19:40:34 +0100
On 1 June 2016 at 18:38, Glenn Morris <rgm <at> 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




This bug report was last modified 8 years and 359 days ago.

Previous Next


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