From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel,gmane.emacs.help Subject: Re: Q on minibuffer-message Date: Tue, 24 Jan 2006 11:46:20 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1138123146 28639 80.91.229.2 (24 Jan 2006 17:19:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Jan 2006 17:19:06 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 24 18:19:05 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F1RmI-0006fK-NW for ged-emacs-devel@m.gmane.org; Tue, 24 Jan 2006 18:16:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F1Roz-0003tw-US for ged-emacs-devel@m.gmane.org; Tue, 24 Jan 2006 12:19:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F1RM6-0005pq-1U for emacs-devel@gnu.org; Tue, 24 Jan 2006 11:49:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F1RM3-0005hk-2j for emacs-devel@gnu.org; Tue, 24 Jan 2006 11:49:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F1RM2-0005gs-Kf; Tue, 24 Jan 2006 11:49:14 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1F1RQy-0001E8-V9; Tue, 24 Jan 2006 11:54:21 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1F1RJE-0000WO-8v; Tue, 24 Jan 2006 11:46:20 -0500 Original-To: "Drew Adams" In-reply-to: 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:49481 gmane.emacs.help:32825 Archived-At: In that case, what I suggest is that you set up foo with an optional argument that is provided as t when it is called interactively. And foo should only display its messages when that argument is t. That's just what I wanted to avoid having to do. That's the right method, so I'm not interested in helping people avoid it.