all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: owner@emacsbugs.donarmstrong.com (Emacs bug Tracking System)
To: Chong Yidong <cyd@stupidchicken.com>
Subject: bug#1078: marked as done (23.0.60; font faces setting ignored by emacsclient vs --daemon, when Viper mode is loaded)
Date: Thu, 13 Aug 2009 16:10:06 +0000	[thread overview]
Message-ID: <handler.1078.D1078.125017944519805.ackdone@emacsbugs.donarmstrong.com> (raw)
In-Reply-To: 20081003145330.435E66A98@usha.takhisis.invalid

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


Your message dated Thu, 13 Aug 2009 12:03:51 -0400
with message-id <878whn4s60.fsf@stupidchicken.com>
and subject line Re: 23.0.60; font faces setting ignored by emacsclient run against --daemon
has caused the Emacs bug report #1078,
regarding 23.0.60; font faces setting ignored by emacsclient vs --daemon, when Viper mode is loaded
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
1078: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1078
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 5496 bytes --]

From: zack@upsilon.cc (Stefano Zacchiroli)
To: emacs-pretest-bug@gnu.org
Cc: rfrancoise@debian.org
Subject: 23.0.60; font faces setting ignored by emacsclient run against --daemon
Date: Fri,  3 Oct 2008 16:53:30 +0200 (CEST)
Message-ID: <20081003145330.435E66A98@usha.takhisis.invalid>

  [ Disclaimer: I'm not sure this bug is legitimate, as it is about an
  emacs feature (--daemon) which is not even yet documented. Feel free
  to close it as bogus; I'm reporting it in the hope it is useful
  feedback ]

  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"))))


In GNU Emacs 23.0.60.1 (x86_64-pc-linux-gnu, GTK+ Version 2.12.11)
 of 2008-09-28 on elegiac, modified by Debian
 (emacs-snapshot package, version 1:20080928-1)
Windowing system distributor `The X.Org Foundation', version 11.0.10402000
configured using `configure  '--build' 'x86_64-linux-gnu' '--host' 'x86_64-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs-snapshot:/etc/emacs:/usr/local/share/emacs/23.0.60/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.0.60/site-lisp:/usr/share/emacs/site-lisp' '--with-x=yes' '--with-x-toolkit=gtk' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'CFLAGS=-DDEBIAN -DSITELOAD_PURESIZE_EXTRA=5000 -g -O2' 'LDFLAGS=-g -Wl,--as-needed' 'CPPFLAGS=''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: en_US.UTF-8
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: it_IT.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Emacs-Lisp

Minor modes in effect:
  iswitchb-mode: t
  show-paren-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
<help-echo> M-x e m <backspace> <backspace> r e p o 
<tab> r <tab> <return> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> C-g C-h r C-s f 
o n t C-s <return> <prior> <prior> <prior> <prior> 
C-s f a c e <return> C-x C-f ~ / . e m <tab> <return> 
M-x r e p o <tab> r <tab> <return>

Recent messages:
uncompressing emacs-8.gz...done
uncompressing emacs-2.gz...done
uncompressing emacs-3.gz...done
uncompressing emacs-4.gz...done
uncompressing emacs-5.gz...done
uncompressing emacs-6.gz...done
uncompressing emacs-7.gz...done
uncompressing emacs-8.gz...done
Mark saved where search started [2 times]
Making completion list...



[-- Attachment #3: Type: message/rfc822, Size: 2252 bytes --]

From: Chong Yidong <cyd@stupidchicken.com>
To: Dan Nicolaescu <dann@ics.uci.edu>
Cc: 1078-done@emacsbugs.donarmstrong.com, zack@upsilon.cc, rfrancoise@debian.org
Subject: Re: 23.0.60; font faces setting ignored by emacsclient run against --daemon
Date: Thu, 13 Aug 2009 12:03:51 -0400
Message-ID: <878whn4s60.fsf@stupidchicken.com>

Stefano Zacchiroli wrote:

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

I found the problem.  Viper loads advice, which loads help-fns.el, which
defines the `help-argument-name' face.  In daemon mode, this causes this
face to be defined out of order, before the foreground and background
colors are initialized.  This can be solved by moving
`help-argument-name' into faces.el.

I've checked the fix into CVS trunk.

  parent reply	other threads:[~2009-08-13 16:10 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
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   ` Emacs bug Tracking System [this message]
     [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=handler.1078.D1078.125017944519805.ackdone@emacsbugs.donarmstrong.com \
    --to=owner@emacsbugs.donarmstrong.com \
    --cc=cyd@stupidchicken.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.