From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.help Subject: Re: Help me fix my .emacs for 24.3 Date: Thu, 21 Mar 2013 06:16:26 -0700 (PDT) Message-ID: <02529a65-82b5-4184-af38-530fc6bbded8@googlegroups.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1363880557 17955 80.91.229.3 (21 Mar 2013 15:42:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Mar 2013 15:42:37 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: gnu.emacs.help@googlegroups.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 21 16:43:03 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UIhds-0006jc-8P for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Mar 2013 16:43:00 +0100 Original-Received: from localhost ([::1]:57823 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIhdU-0006VD-W4 for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Mar 2013 11:42:37 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:44437) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIfM8-0001SR-8T for help-gnu-emacs@gnu.org; Thu, 21 Mar 2013 09:16:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UIfM5-00069H-8C for help-gnu-emacs@gnu.org; Thu, 21 Mar 2013 09:16:32 -0400 Original-Received: from mail-gg0-x23c.google.com ([2607:f8b0:4002:c02::23c]:65062) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIfM5-000698-3b for help-gnu-emacs@gnu.org; Thu, 21 Mar 2013 09:16:29 -0400 Original-Received: by mail-gg0-f188.google.com with SMTP id i2so997402ggk.15 for ; Thu, 21 Mar 2013 06:16:27 -0700 (PDT) X-Received: by 10.50.180.197 with SMTP id dq5mr403418igc.17.1363871787432; Thu, 21 Mar 2013 06:16:27 -0700 (PDT) Original-Path: glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=180.75.11.0; posting-account=pYxWjwkAAACsHSUNDoi5N05LVCTP7PVM Original-NNTP-Posting-Host: 180.75.11.0 User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 180.75.11.0 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4002:c02::23c X-Mailman-Approved-At: Thu, 21 Mar 2013 11:42:12 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:89630 Archived-At: On Wednesday, 20 March 2013 22:00:48 UTC+8, Pierre Bogossian wrote: > =A0=A0=A0=A0=A0 (setq font-lock-face-attributes This variable has been obsolete since Emacs 20, stopped working in Emacs 23= (or maybe even 22.something) and was removed about a year ago for 24.1. Se= e here: http://lists.gnu.org/archive/html/emacs-pretest-bug/2005-11/msg00051.html See etc/NEWS.20 in your Emacs installation for the recommended method of co= nfiguring faces, or if you prefer to do everything by hand, set-face-attrib= ute might work (but you'll need to make sure the face has already been crea= ted before using this).