all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rodolfo Medina <rodolfo.medina@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Can't read Emacs manual
Date: Fri, 12 Feb 2010 00:11:08 +0100	[thread overview]
Message-ID: <87mxzfid0z.fsf@gmail.com> (raw)

Hi to all Emacs users.

When I type `C-h r' the Emacs manual is not open, and I get the following error
message in the echo area:

        Invalid face family: ""

This is due to some code in my ~/.emacs, that I report.  Please help modify it
in order to solve the problem.  I have now Emacs cvs 23.0.91.1.  That code used
to work fine with Emacs 22.

Thanks in advance,
Rodolfo


(add-hook
 'Info-mode-hook
 (lambda ()
   (set-face-attribute
    'info-title-1 nil
    :weight 'bold
    :height 1
    :family "-Sony-Fixed-Medium-R-Normal--16-120-100-100-C-80-ISO8859-1"
    )))

(add-hook
 'Info-mode-hook 
 (lambda ()
   (set-face-attribute 
    'info-title-3 nil
    :weight 'bold
    :height 1
    :family "-Sony-Fixed-Medium-R-Normal--16-120-100-100-C-80-ISO8859-1"
    )))

(add-hook 
 'Info-mode-hook 
 (lambda ()
   (set-face-attribute 
    'info-menu-header nil
    :weight 'bold
    :height 1
    :family "-Sony-Fixed-Medium-R-Normal--16-120-100-100-C-80-ISO8859-1"
    )))


                 reply	other threads:[~2010-02-11 23:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=87mxzfid0z.fsf@gmail.com \
    --to=rodolfo.medina@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.