all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Joe Corneli <jcorneli@math.utexas.edu>
Subject: Re: turning off underlining, bold, all faces
Date: Fri, 25 Mar 2005 13:34:16 -0600	[thread overview]
Message-ID: <E1DEuZU-0006Qv-00@lab45.ma.utexas.edu> (raw)
In-Reply-To: <200503251908.j2PJ8Im12167@f7.net> (karl@freefriends.org)


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)

  reply	other threads:[~2005-03-25 19:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-25 19:08 turning off underlining, bold, all faces Karl Berry
2005-03-25 19:34 ` Joe Corneli [this message]
     [not found] <mailman.228.1111778664.28103.help-gnu-emacs@gnu.org>
2005-03-26  1:04 ` Thien-Thi Nguyen
2005-03-26  1:20   ` Thien-Thi Nguyen
2005-03-26  2:07 ` Sean Richards

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1DEuZU-0006Qv-00@lab45.ma.utexas.edu \
    --to=jcorneli@math.utexas.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.