unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Can't read Emacs manual
@ 2010-02-11 23:11 Rodolfo Medina
  0 siblings, 0 replies; only message in thread
From: Rodolfo Medina @ 2010-02-11 23:11 UTC (permalink / raw)
  To: help-gnu-emacs

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-02-11 23:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-11 23:11 Can't read Emacs manual Rodolfo Medina

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