From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Joe Corneli Newsgroups: gmane.emacs.help Subject: Re: turning off underlining, bold, all faces Date: Fri, 25 Mar 2005 13:34:16 -0600 Message-ID: References: <200503251908.j2PJ8Im12167@f7.net> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1111779964 19639 80.91.229.2 (25 Mar 2005 19:46:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 25 Mar 2005 19:46:04 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 25 20:46:04 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DEukd-0006wF-RO for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Mar 2005 20:45:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DEv09-0007tM-Op for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Mar 2005 15:01:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DEuyG-0007Hf-AO for help-gnu-emacs@gnu.org; Fri, 25 Mar 2005 14:59:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DEuy4-0007Au-C2 for help-gnu-emacs@gnu.org; Fri, 25 Mar 2005 14:59:42 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DEuy1-00074h-S1 for help-gnu-emacs@gnu.org; Fri, 25 Mar 2005 14:59:37 -0500 Original-Received: from [146.6.139.124] (helo=dell3.ma.utexas.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DEuZV-0006RA-Ez for help-gnu-emacs@gnu.org; Fri, 25 Mar 2005 14:34:17 -0500 Original-Received: from lab45.ma.utexas.edu (mail@lab45.ma.utexas.edu [128.83.133.159]) by dell3.ma.utexas.edu (8.11.0.Beta3/8.10.2) with ESMTP id j2PJYGC05364; Fri, 25 Mar 2005 13:34:16 -0600 Original-Received: from jcorneli by lab45.ma.utexas.edu with local (Exim 3.36 #1 (Debian)) id 1DEuZU-0006Qv-00; Fri, 25 Mar 2005 13:34:16 -0600 Original-To: help-gnu-emacs@gnu.org In-reply-to: <200503251908.j2PJ8Im12167@f7.net> (karl@freefriends.org) 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 X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: news.gmane.org gmane.emacs.help:25153 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:25153 This looks easier to maintain, and in combination with (global-font-lock-mode -1) should have you sitting pretty (add additional items to the list as necessary). It isn't quite turning off everything, but to be honest I don't know what would be left after you've done this. (copy-face 'default 'italic) (copy-face 'default 'underline) (copy-face 'default 'bold) (copy-face 'default 'bold-italic) (copy-face 'default 'button)