From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: question about "Making change-major-mode-hook buffer-local whilelocally let-bound!" Date: Sun, 20 Jun 2010 11:31:06 -0700 Message-ID: References: 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 1277058718 16678 80.91.229.12 (20 Jun 2010 18:31:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 20 Jun 2010 18:31:58 +0000 (UTC) To: Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 20 20:31:56 2010 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.69) (envelope-from ) id 1OQPJA-0001yX-R8 for ged-emacs-devel@m.gmane.org; Sun, 20 Jun 2010 20:31:53 +0200 Original-Received: from localhost ([127.0.0.1]:45610 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQPJ5-0005VW-Rp for ged-emacs-devel@m.gmane.org; Sun, 20 Jun 2010 14:31:47 -0400 Original-Received: from [140.186.70.92] (port=42312 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQPIz-0005Tb-Bn for emacs-devel@gnu.org; Sun, 20 Jun 2010 14:31:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OQPIx-0008A4-TX for emacs-devel@gnu.org; Sun, 20 Jun 2010 14:31:41 -0400 Original-Received: from rcsinet10.oracle.com ([148.87.113.121]:31169) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQPIx-00089s-LA for emacs-devel@gnu.org; Sun, 20 Jun 2010 14:31:39 -0400 Original-Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id o5KIVa4v001730 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 20 Jun 2010 18:31:38 GMT Original-Received: from acsmt355.oracle.com (acsmt355.oracle.com [141.146.40.155]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o5KISOgp011433 for ; Sun, 20 Jun 2010 18:31:36 GMT Original-Received: from abhmt009.oracle.com by acsmt353.oracle.com with ESMTP id 341854691277058651; Sun, 20 Jun 2010 11:30:51 -0700 Original-Received: from dradamslap1 (/10.175.249.190) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sun, 20 Jun 2010 11:30:50 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5931 Thread-Index: AcsQmNcAskJ2FhS1S+yLnIc7vfQTYgADSETg X-Auth-Type: Internal IP X-Source-IP: acsinet15.oracle.com [141.146.126.227] X-CT-RefId: str=0001.0A090206.4C1E5E8A.00A6:SCFMA922111,ss=1,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:126275 Archived-At: Also, should this message really be displayed at runtime? It seems like the kind of commentary-on-source-code that would be more appropriate for the byte-compiler. Why subject runtime users to such commentary? In the code in question, this message is shown each time a pp command is used. And what's the best way to simply silence this message? (Yes, I know I can flet `message' etc., but is that the best approach here?)