From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: locate-library INTERACTIVE-CALL argument Date: Sat, 02 Aug 2003 00:47:03 -0400 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <3F294B31.30800@yahoo.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1059817701 8228 80.91.224.249 (2 Aug 2003 09:48:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 2 Aug 2003 09:48:21 +0000 (UTC) Cc: gnu-emacs-bug@moderators.isc.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Aug 02 11:48:18 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19iszq-00028P-00 for ; Sat, 02 Aug 2003 11:48:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19isBs-0002Qu-QO for geb-bug-gnu-emacs@m.gmane.org; Sat, 02 Aug 2003 04:56:40 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19ir2D-0002fF-NM for bug-gnu-emacs@prep.ai.mit.edu; Sat, 02 Aug 2003 03:42:37 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19iqMI-0005gh-Eo for bug-gnu-emacs@prep.ai.mit.edu; Sat, 02 Aug 2003 02:59:18 -0400 Original-Received: from [130.59.10.2] (helo=chx400.switch.ch) by monty-python.gnu.org with esmtp (Exim 4.20) id 19ioIM-0008Ej-VT for bug-gnu-emacs@prep.ai.mit.edu; Sat, 02 Aug 2003 00:47:07 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by chx400.switch.ch with esmtp (Exim 3.20 #1) id 19ioIL-0000GE-00 for gnu-emacs-bug@moderators.isc.org; Sat, 02 Aug 2003 06:47:06 +0200 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19ioIJ-0004cW-Ob; Sat, 02 Aug 2003 00:47:03 -0400 Original-To: Kevin Rodgers In-reply-to: <3F294B31.30800@yahoo.com> (message from Kevin Rodgers on Thu, 31 Jul 2003 11:00:33 -0600) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5469 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5469 Using interactive-p is not equivalent to what the INTERACTIVE-CALL argument does. So the change is not a no-op. The effect of the change would be not to output anything if used in a keyboard macro. This is explained in the Lisp Manual. I don't think that change would be an improvement here.