From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: mike@trausch.us Newsgroups: gmane.emacs.bugs Subject: Re: "Invalid face slant: roman" Date: Sat, 1 Mar 2008 16:37:45 -0800 (PST) Organization: http://groups.google.com Message-ID: <65e895c6-7c87-4b0a-9a80-81a547154183@b1g2000hsg.googlegroups.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1204427052 15848 80.91.229.12 (2 Mar 2008 03:04:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Mar 2008 03:04:12 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Mar 02 04:04:38 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JVeV4-0001Ko-4i for geb-bug-gnu-emacs@m.gmane.org; Sun, 02 Mar 2008 04:04:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVeUO-00073N-NF for geb-bug-gnu-emacs@m.gmane.org; Sat, 01 Mar 2008 22:03:48 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!b1g2000hsg.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 21 Original-NNTP-Posting-Host: 76.17.47.152 Original-X-Trace: posting.google.com 1204418265 25030 127.0.0.1 (2 Mar 2008 00:37:45 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 2 Mar 2008 00:37:45 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: b1g2000hsg.googlegroups.com; posting-host=76.17.47.152; posting-account=W8tnFAoAAADOswyz0uBVTINo04mNfaFt User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b3) Gecko/2008021416 Firefox/3.0b3,gzip(gfe),gzip(gfe) Original-Xref: shelby.stanford.edu gnu.emacs.bug:44548 X-Mailman-Approved-At: Sat, 01 Mar 2008 22:03:08 -0500 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17632 Archived-At: On Mar 1, 12:42=A0pm, m...@trausch.us wrote: > On Feb 24, 12:54=A0am, Zoran Rilak wrote: > > > =A0 - If I save this customization and restart Emacs, I get a message > > "Invalid face slant: roman". =A0The face does not get applied. > > =A0 - Also: sometimes my mode-line face will have its foreground reset > > to #000000 after applying the new default face. > To fix, add: {"roman", XLFD_SLANT_ROMAN, &Qnormal} To the table for slants in xfaces.c. This may not be the _proper_ fix, but it does fix the issue and now my Emacs works again as it should be working. See https://bugs.edge.launchpad.net/ubuntu/+source/emacs-snapshot/+bug/19736= 6 for the full diff on that file, both just for the source code and for the Ubuntu package for Hardy Heron.