From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Making hide-ifdef-use-define-alist more user friendly Date: Tue, 22 Feb 2005 13:11:50 -0500 Message-ID: References: <200502210903.j1L933jt024808@il06exr01.mot.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1109096002 3622 80.91.229.2 (22 Feb 2005 18:13:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Feb 2005 18:13:22 +0000 (UTC) Cc: juanleon1@gmail.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 22 19:13:21 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D3eWv-0003SH-BS for ged-emacs-devel@m.gmane.org; Tue, 22 Feb 2005 19:13:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D3eo7-0003CC-65 for ged-emacs-devel@m.gmane.org; Tue, 22 Feb 2005 13:30:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D3ek1-0001Hv-3E for emacs-devel@gnu.org; Tue, 22 Feb 2005 13:26:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D3ejy-0001G5-4c for emacs-devel@gnu.org; Tue, 22 Feb 2005 13:26:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D3ejx-0001FO-Ht for emacs-devel@gnu.org; Tue, 22 Feb 2005 13:26:33 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D3eVj-00087i-J7 for emacs-devel@gnu.org; Tue, 22 Feb 2005 13:11:51 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1D3eVi-0000Q0-Me; Tue, 22 Feb 2005 13:11:50 -0500 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: (storm@cua.dk) 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33734 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33734 In alists and hash tables, the key must be a string, while in vectors, the key must be a symbol... The following patch changes this to accept both strings and symbols as keys in all cases. It sounds good to me. Thanks for thinking of it. Could you also mention this in NEWS, and update the Lisp manual?