From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.devel Subject: Re: :format strings in Custom ending in %h Date: Wed, 22 Oct 2003 11:41:29 +0200 Organization: The Church of Emacs Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200308210154.h7L1sJc21082@raven.dms.auburn.edu> <200308212100.h7LL0d125524@raven.dms.auburn.edu> <200308221441.h7MEfoT27405@raven.dms.auburn.edu> <200308241717.h7OHHSu03863@raven.dms.auburn.edu> <200310201805.h9KI5Pm09318@raven.dms.auburn.edu> <200310202110.h9KLAnk11006@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1066815980 29282 80.91.224.253 (22 Oct 2003 09:46:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Oct 2003 09:46:20 +0000 (UTC) Cc: Luc Teirlinck , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Oct 22 11:46:15 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ACFZG-0002Y2-00 for ; Wed, 22 Oct 2003 11:46:14 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1ACFZG-000432-01 for ; Wed, 22 Oct 2003 11:46:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ACFXx-0002qj-DC for emacs-devel@quimby.gnus.org; Wed, 22 Oct 2003 05:44:53 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ACFVI-0001sV-TZ for emacs-devel@gnu.org; Wed, 22 Oct 2003 05:42:08 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ACFUm-0001fY-ER for emacs-devel@gnu.org; Wed, 22 Oct 2003 05:42:07 -0400 Original-Received: from [130.225.40.227] (helo=sheridan.dina.kvl.dk) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ACFUk-0001dN-OP; Wed, 22 Oct 2003 05:41:34 -0400 Original-Received: by sheridan.dina.kvl.dk (Postfix, from userid 304) id BA7CD13CE9; Wed, 22 Oct 2003 11:41:29 +0200 (CEST) Original-To: rms@gnu.org X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ In-Reply-To: (Richard Stallman's message of "Wed, 22 Oct 2003 05:24:40 -0400") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17327 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17327 Richard Stallman writes: > (I don't entirely understand the first paragraph.) Can someone else > figure out exactly all of what we should do here? Only the one line patch is necessary. The rest is about removing redundant but harmless code, and documenting the new behavior.