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: display-completion-list should not strip text properties Date: Wed, 11 Apr 2007 13:13:14 -0400 Message-ID: <87lkgyomvp.fsf@stupidchicken.com> References: <878xd8dw3d.fsf@stupidchicken.com> <17941.35328.281122.300772@farnswood.snap.net.nz> <5y7isq2tho.fsf@fencepost.gnu.org> <87d52ifekm.fsf@stupidchicken.com> <87hcrmg92w.fsf@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1176311495 30763 80.91.229.12 (11 Apr 2007 17:11:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Apr 2007 17:11:35 +0000 (UTC) Cc: Glenn Morris , Nick Roberts , rms@gnu.org, emacs-devel@gnu.org To: Markus Triska Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 11 19:11:25 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HbgLr-0002aP-75 for ged-emacs-devel@m.gmane.org; Wed, 11 Apr 2007 19:11:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HbgPv-0000UY-2N for ged-emacs-devel@m.gmane.org; Wed, 11 Apr 2007 13:15:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HbgPr-0000Qk-8k for emacs-devel@gnu.org; Wed, 11 Apr 2007 13:15:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HbgPp-0000LN-Ek for emacs-devel@gnu.org; Wed, 11 Apr 2007 13:15:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HbgPp-0000L8-CD for emacs-devel@gnu.org; Wed, 11 Apr 2007 13:15:29 -0400 Original-Received: from cyd.mit.edu ([18.19.1.138]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HbgLi-0006om-SN; Wed, 11 Apr 2007 13:11:14 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 2F7BD4E45B; Wed, 11 Apr 2007 13:13:14 -0400 (EDT) In-Reply-To: <87hcrmg92w.fsf@gmx.at> (Markus Triska's message of "Wed\, 11 Apr 2007 18\:38\:31 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.97 (gnu/linux) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:69293 Archived-At: Markus Triska writes: >> 1997-11-02 emacs-lisp/byte-opt.el (byte-optimize-concat): New function. >> Revertable. (It's an optional optimization.) > > This had evolved into a more general and worthwhile optimisation for > several pure functions. Here's an independent implementation: Thanks very much. I checked this in.