From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: I don't understand enriched text Date: Thu, 4 Aug 2011 08:06:32 -0700 Message-ID: <1CC5D12F80A94BC8BE7F9C70F8874BF5@us.oracle.com> References: <817h6t2s5m.fsf@gmail.com><201108041011.04845.ndbecker2@gmail.com> <81ty9xb6sg.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1312470431 7282 80.91.229.12 (4 Aug 2011 15:07:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 4 Aug 2011 15:07:11 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "'Jambunathan K'" , "'Neal Becker'" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 04 17:07:06 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QozVp-0001pd-QD for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Aug 2011 17:07:05 +0200 Original-Received: from localhost ([::1]:37308 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QozVg-0007uC-7h for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Aug 2011 11:06:56 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:49435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QozVb-0007sh-EB for help-gnu-emacs@gnu.org; Thu, 04 Aug 2011 11:06:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QozVS-0006oI-Ol for help-gnu-emacs@gnu.org; Thu, 04 Aug 2011 11:06:51 -0400 Original-Received: from acsinet15.oracle.com ([141.146.126.227]:18152) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QozVS-0006o7-HS for help-gnu-emacs@gnu.org; Thu, 04 Aug 2011 11:06:42 -0400 Original-Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by acsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id p74F6dYP020287 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 4 Aug 2011 15:06:40 GMT Original-Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p74F6cpI024928 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 4 Aug 2011 15:06:38 GMT Original-Received: from abhmt116.oracle.com (abhmt116.oracle.com [141.146.116.68]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p74F6XNs002176; Thu, 4 Aug 2011 10:06:33 -0500 Original-Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 04 Aug 2011 08:06:32 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <81ty9xb6sg.fsf@gmail.com> Thread-Index: AcxSsUIvGqXqh6tkSFu5sB1Cttu2BwABfKDw X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6109 X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090205.4E3AB580.0140:SCFMA922111,ss=1,re=-4.000,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 141.146.126.227 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:81874 Archived-At: > Maybe it has something to do with the major mode of the buffer. > Try switching to Fundamental Mode or Text Mode before turning on the > enriched mode. Yes, enriched mode does not play well with font-locking, in general. You can either switch to a different major mode, as Jambunathan suggested, or turn off font-lock-mode: `M-x font-lock-mode'. You might also want to check out http://www.emacswiki.org/emacs/FaceMenuPlus.