all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefano Zacchiroli <zack@debian.org>
To: Dan Nicolaescu <dann@ics.uci.edu>
Cc: 1078@emacsbugs.donarmstrong.com
Subject: bug#1078: 23.0.60; font faces setting ignored by emacsclient run against --daemon
Date: Sat, 4 Oct 2008 09:44:38 +0100	[thread overview]
Message-ID: <20081004084438.GA5153@usha.takhisis.invalid> (raw)
In-Reply-To: <200810040545.m945jw2H025794@mothra.ics.uci.edu>

On Fri, Oct 03, 2008 at 10:45:58PM -0700, Dan Nicolaescu wrote:
>   >   [ 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.

$ emacs --help 2>&1 | grep daemon
$ 

The manual in fact now describes --daemon in the initial option
section, my bad.

> 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.

I've tried with your settings, but unfortunately here they do not look
identical at all. The one created with "emacs" has a blue background,
while the one created with "emacs --daemon ; emacsclient -c" has the
default pale yellow background.

How can I help you discovering more info about this issue from my
machine?

Cheers.

-- 
Stefano Zacchiroli -*- PhD in Computer Science \ PostDoc @ Univ. Paris 7
zack@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/
I'm still an SGML person,this newfangled /\ All one has to do is hit the
XML stuff is so ... simplistic  -- Manoj \/ right keys at the right time






  reply	other threads:[~2008-10-04  8:44 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   ` bug#1078: 23.0.60; font faces setting ignored by emacsclient run against --daemon Dan Nicolaescu
2008-10-04  8:44     ` Stefano Zacchiroli [this message]
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

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

  git send-email \
    --in-reply-to=20081004084438.GA5153@usha.takhisis.invalid \
    --to=zack@debian.org \
    --cc=1078@emacsbugs.donarmstrong.com \
    --cc=dann@ics.uci.edu \
    /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.