From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: rjd <3246251196ryan@gmail.com> Newsgroups: gmane.emacs.help Subject: Rid of bolded text Date: Tue, 30 Jun 2015 16:11:23 +0000 (UTC) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1435680723 19863 80.91.229.3 (30 Jun 2015 16:12:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 30 Jun 2015 16:12:03 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 30 18:11:54 2015 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 1Z9y8X-0005n5-Bb for geh-help-gnu-emacs@m.gmane.org; Tue, 30 Jun 2015 18:11:53 +0200 Original-Received: from localhost ([::1]:47753 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9y8W-0005zF-JR for geh-help-gnu-emacs@m.gmane.org; Tue, 30 Jun 2015 12:11:52 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53328) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9y8K-0005z9-FL for help-gnu-emacs@gnu.org; Tue, 30 Jun 2015 12:11:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9y8G-0000As-Me for help-gnu-emacs@gnu.org; Tue, 30 Jun 2015 12:11:40 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:57431) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9y8G-0000Am-Fj for help-gnu-emacs@gnu.org; Tue, 30 Jun 2015 12:11:36 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Z9y8F-0005fv-EO for help-gnu-emacs@gnu.org; Tue, 30 Jun 2015 18:11:35 +0200 Original-Received: from http-v.fe.bosch.de ([194.39.218.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 30 Jun 2015 18:11:35 +0200 Original-Received: from 3246251196ryan by http-v.fe.bosch.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 30 Jun 2015 18:11:35 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 194.39.218.10 (Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:105325 Archived-At: Sometimes I do not like the bolded weight text. For example, source code comments are italic. This can be corrected by setting this in your theme.el : FROM '(font-lock-comment-face ((t (:slant italic :foreground "#bc9458")))) TO '(font-lock-comment-face ((t (:slant normal :foreground "#bc9458")))) But, in shell-mode when I issue an ls -l I get directories in bold. Also, in my mode-line-format I have bold for mode-line-buffer-identification. I do not know where to override the font settings for these. Ideally I would like to disable bold and italic all together. What is the easiest way to do this? http://www.fontsquirrel.com/fonts/ubuntu-mono The font is ttf Ubuntu-Mono; in Windows/Fonts I see in the font family the regular, italic, bold and italic-bold. This does not work: http://stackoverflow.com/questions/2064904/how-to-disable-bold-font-weight-globally-in-emacs