From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: pp-eval-expression enhancements Date: Mon, 23 Jul 2007 14:06:24 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1185213981 9678 80.91.229.12 (23 Jul 2007 18:06:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 Jul 2007 18:06:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 23 20:06:19 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 1ID2IP-0006Jx-J9 for ged-emacs-devel@m.gmane.org; Mon, 23 Jul 2007 20:06:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ID2IP-0006l2-77 for ged-emacs-devel@m.gmane.org; Mon, 23 Jul 2007 14:06:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ID2H9-0005rS-8d for emacs-devel@gnu.org; Mon, 23 Jul 2007 14:04:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ID2H6-0005q5-NG for emacs-devel@gnu.org; Mon, 23 Jul 2007 14:04:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ID2H6-0005py-Hv for emacs-devel@gnu.org; Mon, 23 Jul 2007 14:04:52 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ID2H6-0002lb-0X for emacs-devel@gnu.org; Mon, 23 Jul 2007 14:04:52 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1ID2Ia-000841-Dm; Mon, 23 Jul 2007 14:06:24 -0400 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:75378 Archived-At: > * Provides a progress message. > * Does not make buffer *Pp Eval Output* read-only. > * Fontifies buffer *Pp Eval Output*. Those three sound like improvements. (But why doesn't it fontify itself anyway, now that font lock is normally enabled? Is that a bug?) > * Inhibits emacs-lisp-mode-hook and change-major-mode-hook > when entering emacs-lisp-mode. That sounds wrong to me -- what's the motive for it?