From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: find-aliases, where-did-you-go-little-command Date: Wed, 06 Nov 2002 22:49:49 +0100 Sender: emacs-devel-admin@gnu.org Message-ID: <20021106224618.C34B.LEKTU@terra.es> References: <20021106184041.66CB.LEKTU@terra.es> <200211061927.gA6JR4M04002@rum.cs.yale.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1036620232 8303 80.91.224.249 (6 Nov 2002 22:03:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 6 Nov 2002 22:03:52 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 189YGQ-00026K-00 for ; Wed, 06 Nov 2002 23:03:06 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 189YP6-00054M-00 for ; Wed, 06 Nov 2002 23:12:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 189YEd-0006Lk-00; Wed, 06 Nov 2002 17:01:15 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 189Y3j-0001Rn-00 for emacs-devel@gnu.org; Wed, 06 Nov 2002 16:49:59 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 189Y3g-0001Pt-00 for emacs-devel@gnu.org; Wed, 06 Nov 2002 16:49:58 -0500 Original-Received: from [213.4.129.130] (helo=tsmtp3.ldap.isp) by monty-python.gnu.org with esmtp (Exim 4.10) id 189Y3c-0001Ju-00; Wed, 06 Nov 2002 16:49:52 -0500 Original-Received: from [213.99.120.29] ([213.99.120.29]) by tsmtp3.ldap.isp (terra.es) with ESMTP id H56CN101.IJZ; Wed, 6 Nov 2002 22:49:49 +0100 Original-To: "Stefan Monnier" In-Reply-To: <200211061927.gA6JR4M04002@rum.cs.yale.edu> X-Mailer: Becky! ver. 2.05.06 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9204 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9204 On Wed, 06 Nov 2002 14:27:04 -0500 "Stefan Monnier" wrote: > Some people (such as yours truly) like to read patches ;-) I generally send patches, but I felt it'd be easier this way. Sorry. > I'd use `fboundp' before calling indirect-function, so that ignore-errors > shouldn't be necessary (and it also makes the loop significantly faster > since you don't need to setup an error handler for each and every symbol). Good idea, I'll try it as you suggest. > I would hardcode it to t and not even bother with a customization. That's what I'd rather do, but as it is a change wrt previous behavior, I didn't want to impose my style. Anyway, there aren't that many aliased commands, so even as default people won't see much difference. > My minibuffer can't grow and can only show a single line, so I'm > a bit annoyed by the ";\nand" part. I understand that for the "normal" > case it's better. I'm not sure how to get the best of both worlds. Me neither. Let's hear more opinions about that. > Please try to stay within 80 columns. I know the original source doesn't, > but that's just a good reason to try and fix it, rather than > make it worse. OK. Thanks for your input, -- Juanma Barranquero