From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rodolfo Medina Newsgroups: gmane.emacs.help Subject: Can't read Emacs manual Date: Fri, 12 Feb 2010 00:11:08 +0100 Organization: SunSITE.dk - Supporting Open source Message-ID: <87mxzfid0z.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1265931699 25900 80.91.229.12 (11 Feb 2010 23:41:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Feb 2010 23:41:39 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 12 00:41:35 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Nfif6-0002JV-8t for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Feb 2010 00:41:32 +0100 Original-Received: from localhost ([127.0.0.1]:44150 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nfif5-00036P-Iy for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Feb 2010 18:41:31 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!feed118.news.tele.dk!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.91 (gnu/linux) Cancel-Lock: sha1:L5V4mdHk4NvAMZmMjAom/gRz2vU= Original-Lines: 44 Original-NNTP-Posting-Host: 151.82.15.157 Original-X-Trace: news.sunsite.dk DXC=YFIR_WQTfbgJfJcgG; Q1FaYSB=nbEKnkkI^eLhebAlGlDJ@`_]lSHg`85LmgVBF4dbLcLQd[U<83h`ngdf8_c7dkD6=dbUI3?^f6mg5Ugb@`E` Original-X-Complaints-To: staff@sunsite.dk Original-Xref: news.stanford.edu gnu.emacs.help:176740 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:71812 Archived-At: 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" )))