From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: append-to-file & write-region from kbd-macro Date: Sun, 03 Feb 2008 11:19:25 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1202055758 25726 80.91.229.12 (3 Feb 2008 16:22:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 3 Feb 2008 16:22:38 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: "St/\\n_P/\\rm/\\n" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Feb 03 17:22:59 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JLhcQ-0005EB-1C for geb-bug-gnu-emacs@m.gmane.org; Sun, 03 Feb 2008 17:22:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLhby-0005nU-2G for geb-bug-gnu-emacs@m.gmane.org; Sun, 03 Feb 2008 11:22:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JLhZ1-0002cJ-2e for bug-gnu-emacs@gnu.org; Sun, 03 Feb 2008 11:19:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JLhZ0-0002af-Gz for bug-gnu-emacs@gnu.org; Sun, 03 Feb 2008 11:19:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLhZ0-0002aV-3w for bug-gnu-emacs@gnu.org; Sun, 03 Feb 2008 11:19:26 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JLhZ0-0003dk-8v for bug-gnu-emacs@gnu.org; Sun, 03 Feb 2008 11:19:26 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JLhYz-0007BD-FS; Sun, 03 Feb 2008 11:19:25 -0500 In-reply-to: (stan@derbycityprints.com) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 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: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17458 Archived-At: So... it DOES appear that append-to-file can be called from within an interactive keyboard macro definition. Yes, it can. 2) write-region can not have START passed a string from the mini-buffer and no new functionality is extended to the Command write-region (at least from within a kbd macro definition) despite what appear to be claims by the manual otherwise, e.g.: I do not understand. What is the bug? ''if START is a string, then that string is written to the file, instead of any buffer contents, and END is ignored." That refers to calling the function from Lisp. It has nothing to do with interactive calls.