From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: karl@freefriends.org (Karl Berry) Newsgroups: gmane.emacs.devel Subject: Re: can't turn off font-lock Date: Sun, 12 Aug 2007 16:48:00 -0500 Message-ID: <200708122148.l7CLm0d32218@f7.net> References: NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1186955292 23446 80.91.229.12 (12 Aug 2007 21:48:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 12 Aug 2007 21:48:12 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 12 23:48:10 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IKLI9-0003zv-To for ged-emacs-devel@m.gmane.org; Sun, 12 Aug 2007 23:48:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IKLI9-0003OZ-Bu for ged-emacs-devel@m.gmane.org; Sun, 12 Aug 2007 17:48:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IKLI6-0003MA-4i for emacs-devel@gnu.org; Sun, 12 Aug 2007 17:48:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IKLI4-0003I1-MM for emacs-devel@gnu.org; Sun, 12 Aug 2007 17:48:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IKLI4-0003Hn-JK for emacs-devel@gnu.org; Sun, 12 Aug 2007 17:48:04 -0400 Original-Received: from server1.f7.net ([64.34.169.74] helo=f7.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IKLI1-0002Ck-Ci; Sun, 12 Aug 2007 17:48:01 -0400 X-Envelope-From: karl@freefriends.org X-Envelope-To: emacs-devel@gnu.org Original-Received: (from karl@localhost) by f7.net (8.11.7-20030920/8.11.7) id l7CLm0d32218; Sun, 12 Aug 2007 16:48:00 -0500 In-Reply-To: X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:76399 Archived-At: I do not observe any fontification in M-x shell. Maybe I am using the wrong word, but when I do this: $ emacs -q --no-site M-x eval-expression RET (global-font-lock-mode 0) RET M-x shell RET pwd RET I most definitely do observe fontish things happening: - my shell prompt is in a turquoise color. - after typing a command (say, "pwd") and hitting RET, the command is emboldened. I see analogous output in -nw mode. Thanks, karl