From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: drew.adams@oracle.com: bug in read-kbd-macro Date: Mon, 25 Sep 2006 15:55:29 -0400 Message-ID: <87mz8nwwjy.fsf@stupidchicken.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1159214104 19265 80.91.229.2 (25 Sep 2006 19:55:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Sep 2006 19:55:04 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 25 21:55:01 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 1GRwWB-0005MW-AD for ged-emacs-devel@m.gmane.org; Mon, 25 Sep 2006 21:53:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GRwWA-0001TB-RG for ged-emacs-devel@m.gmane.org; Mon, 25 Sep 2006 15:53:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GRwVz-0001Qd-Rr for emacs-devel@gnu.org; Mon, 25 Sep 2006 15:53:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GRwVy-0001OQ-QH for emacs-devel@gnu.org; Mon, 25 Sep 2006 15:53:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GRwVy-0001OH-Hy for emacs-devel@gnu.org; Mon, 25 Sep 2006 15:53:18 -0400 Original-Received: from [18.19.1.138] (helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GRwaR-0006jk-5E; Mon, 25 Sep 2006 15:57:55 -0400 Original-Received: by cyd (Postfix, from userid 1000) id 29AC24E3E1; Mon, 25 Sep 2006 15:55:29 -0400 (EDT) Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Sun\, 24 Sep 2006 23\:18\:21 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:60207 Archived-At: > From: "Drew Adams" > > The first question is whether this is a bug: should (read-kbd-macro > "mode-line" t) return [mode-line]? I don't think so; as the lispref documentation for read-kbd-macro says, it is roughly an inverse of `key-description', and M-: (key-description [mode-line]) RET ==> "" > To complicate things, I see that (read-kbd-macro ""), with or > without the second arg, returns [mode-line]. This is correct. I think we should close this bug.