unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Dan Nicolaescu <dann@ics.uci.edu>
To: Stefano Zacchiroli <zack@upsilon.cc>
Cc: rfrancoise@debian.org, 1078@emacsbugs.donarmstrong.com
Subject: bug#1078: 23.0.60; font faces setting ignored by emacsclient run against --daemon
Date: Fri, 3 Oct 2008 22:45:58 -0700 (PDT)	[thread overview]
Message-ID: <200810040545.m945jw2H025794@mothra.ics.uci.edu> (raw)
In-Reply-To: <20081003145330.435E66A98@usha.takhisis.invalid> (Stefano Zacchiroli's message of "Fri, 3 Oct 2008 16:53:30 +0200 (CEST)")

zack@upsilon.cc (Stefano Zacchiroli) writes:

  >   [ Disclaimer: I'm not sure this bug is legitimate, as it is about an
  >   emacs feature (--daemon) which is not even yet documented. 

Please check the manual, and emacs --help.

  > 
  >   I'm routinely using "emacsclient -c" against a main Emacs which have
  >   a (server-start) in its ~/.emacs to start the Emacs server by
  >   default. Everything is fine in that setting.
  > 
  >   However, if instead of using a main Emacs I use an Emacs demonized
  >   with --daemon, then the clients started by "emacsclient -c" start
  >   properly, but they ignore setting about font faces. 
  > 
  >   For reference, the customized faces I'm using have been set using
  >   Custom, here is the relevant sexp from my ~/.emacs:
  > 
  >   (custom-set-faces
  >   ;; custom-set-faces was added by Custom.
  >   ;; If you edit it by hand, you could mess it up, so be careful.
  >   ;; Your init file should contain only one such instance.
  >   ;; If there is more than one, they won't work right.
  >  '(default ((t (:inherit nil :stipple nil :background "white"
  >   :foreground "black" :inverse-video nil :box nil :strike-through nil
  >   :overline nil :underline nil :slant normal :weight normal :height 90
  >   :width normal :foundry "monospace" :family "monospace"))))

I slightly changed your code to make the background blue and the font
underline to be able to easily check that setting the face and font work
(no idea how to deal with the foundry and family...)

(custom-set-faces
 ;; custom-set-faces was added by Custom.
 ;; If you edit it by hand, you could mess it up, so be careful.
 ;; Your init file should contain only one such instance.
 ;; If there is more than one, they won't work right.
 '(default ((t (:inherit nil :stipple nil :background "blue"
			 :foreground "black" :inverse-video nil :box nil :strike-through nil
			 :overline nil :underline t :slant normal :weight normal :height 90
			 :width normal :foundry "monospace" :family "monospace")))))


and frames created with:
emacs
and  emacs --daemon  ; emacsclient -c 

look identical.






  parent reply	other threads:[~2008-10-04  5:45 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20081014221139.GA20609@usha.takhisis.invalid>
2008-10-03 14:53 ` bug#1078: 23.0.60; font faces setting ignored by emacsclient run against --daemon Stefano Zacchiroli
     [not found]   ` <handler.1078.B.122306088011051.ack@emacsbugs.donarmstrong.com>
2008-10-03 21:10     ` bug#1078: Acknowledgement (23.0.60; font faces setting ignored by emacsclient run against --daemon) Stefano Zacchiroli
2008-10-04  5:45   ` Dan Nicolaescu [this message]
2008-10-04  8:44     ` bug#1078: 23.0.60; font faces setting ignored by emacsclient run against --daemon Stefano Zacchiroli
2008-10-04 10:26       ` Dan Nicolaescu
2008-10-04 16:34         ` Stefano Zacchiroli
2008-10-06  9:22           ` Stefano Zacchiroli
2008-10-06 10:13             ` Dan Nicolaescu
2008-10-07 18:08               ` Romain Francoise
2008-10-09  9:02                 ` Stefano Zacchiroli
2008-10-13 13:30                   ` Dan Nicolaescu
2008-10-13 20:34                     ` Stefano Zacchiroli
2008-10-13 20:45                       ` Processed (with 5 errors): " Emacs bug Tracking System
2008-10-14  6:22                       ` Dan Nicolaescu
2008-10-06 20:32             ` Dan Nicolaescu
2008-10-07  8:14               ` Stefano Zacchiroli
2008-10-07 14:16                 ` Dan Nicolaescu
2008-10-07 18:10                   ` Romain Francoise
2008-10-14 22:20   ` bug#1078: marked as forwarded (23.0.60; font faces setting ignored by emacsclient vs --daemon, when Viper mode is loaded) Emacs bug Tracking System
     [not found]   ` <handler.1078.C.123239464432766.notifdonectrl.0@emacsbugs.donarmstrong.com>
2009-01-19 22:15     ` bug#1078: acknowledged by developer (close 1078) Stefano Zacchiroli
2009-01-19 22:25       ` Processed: Re: bug#1078 " Emacs bug Tracking System
2009-08-13 16:10   ` bug#1078: marked as done (23.0.60; font faces setting ignored by emacsclient vs --daemon, when Viper mode is loaded) Emacs bug Tracking System
     [not found]   ` <handler.1078.D1078.125017944519805.notifdone@emacsbugs.donarmstrong.com>
2009-08-17  8:25     ` bug#1078: closed by Chong Yidong <cyd@stupidchicken.com> (Re: 23.0.60; font faces setting ignored by emacsclient run against --daemon) Stefano Zacchiroli
     [not found] ` <20081014211221.6b8f74d1@kiferserv>
2008-10-18 12:42   ` bug#1078: 23.0.60; font faces setting ignored by emacsclient run against --daemon Stefano Zacchiroli
     [not found] <87hc3vf524.fsf@cyd.mit.edu>
2009-01-19 20:00 ` Processed: close 1078 Emacs bug Tracking System

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=200810040545.m945jw2H025794@mothra.ics.uci.edu \
    --to=dann@ics.uci.edu \
    --cc=1078@emacsbugs.donarmstrong.com \
    --cc=rfrancoise@debian.org \
    --cc=zack@upsilon.cc \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).