all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Face customisation ignored
@ 2018-09-12  6:56 Mick Bert
  0 siblings, 0 replies; 5+ messages in thread
From: Mick Bert @ 2018-09-12  6:56 UTC (permalink / raw)
  To: help-gnu-emacs

Hello.
I am using GNU Emacs 24.3.1 (x86_64-redhat-linux-gnu, GTK+ Version
3.22.10), in server mode, and I configured a laucher to execute a
command like

  emacsclient --create-frame --alternate-editor=emacs

When it is already running somewhere, it works perfectly. Allthough
the first time I click it, it looks different; the most evident
feature is the background (white, instead of the quite dark grey I
prefer). But the initialisazion seams ok, since all the other features
I configured work, like auto-mode-alist, or some variable value
assignments.

I suspect that what it ignore when called through --alternate-editor,
it the Xresources database.

For completeness I report here a chunk of 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 (:family "Fixed" :foundry "Misc" :slant normal :weight
normal :height 98 :width normal))))
 '(font-lock-builtin-face ((((class color) (min-colors 8))
(:foreground "#0099FF" :weight bold))))
 '(font-lock-function-name-face ((((class color) (min-colors 8))
(:foreground "cyan" :weight bold))))
 '(font-lock-keyword-face ((nil (:foreground "#00F0FF")))))

and a chunk of my .Xresources

emacs*cursorBlibk:              true
emacs*cursorColor:              #404040
emacs*font:                     -*-fixed-*-r-*-*-10-*-*-*-*-*-*-*
!emacs*font:                     -*-terminus-medium-*-*-*-14-*-*-*-*-*-iso8859-1
!emacs*font:                     -*-nimbus mono
l-medium-r-normal--0-0-*-*-*-*-iso8859-1
emacs*foreground:        #404040
emacs*geometry:            140x80
emacs*reverseVideo:        true
emacs*toolBar:            true
emacs*fullscreen:        false

--
Mick



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-09-24 12:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.663.1536735420.1284.help-gnu-emacs@gnu.org>
2018-09-12  9:31 ` Face customisation ignored Javier
2018-09-14  6:59   ` Mick Bert
     [not found]   ` <mailman.764.1536908361.1284.help-gnu-emacs@gnu.org>
2018-09-15 15:30     ` Javier
2018-09-24 12:32       ` Mick Bert
2018-09-12  6:56 Mick Bert

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.