From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: display-completion-list should not strip text properties Date: Fri, 06 Apr 2007 20:34:20 +0300 Message-ID: References: <878xd8dw3d.fsf@stupidchicken.com> <17941.35328.281122.300772@farnswood.snap.net.nz> <5y7isq2tho.fsf@fencepost.gnu.org> <87d52ifekm.fsf@stupidchicken.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1175886279 11324 80.91.229.12 (6 Apr 2007 19:04:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 6 Apr 2007 19:04:39 +0000 (UTC) Cc: cyd@stupidchicken.com, rms@gnu.org, emacs-devel@gnu.org To: storm@cua.dk (Kim F. Storm) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 06 21:03:39 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 1HZsKZ-0001lf-U2 for ged-emacs-devel@m.gmane.org; Fri, 06 Apr 2007 19:34:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HZsO4-0001IY-T4 for ged-emacs-devel@m.gmane.org; Fri, 06 Apr 2007 13:38:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HZsO1-0001IL-IQ for emacs-devel@gnu.org; Fri, 06 Apr 2007 13:38:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HZsO0-0001I2-2I for emacs-devel@gnu.org; Fri, 06 Apr 2007 13:38:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HZsNz-0001Hr-Td for emacs-devel@gnu.org; Fri, 06 Apr 2007 13:38:07 -0400 Original-Received: from romy.inter.net.il ([213.8.233.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HZsKS-0006YD-6O; Fri, 06 Apr 2007 13:34:28 -0400 Original-Received: from HOME-C4E4A596F7 ([81.5.39.234]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id HNT99088 (AUTH halo1); Fri, 6 Apr 2007 20:34:24 +0300 (IDT) In-reply-to: (storm@cua.dk) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:69133 Archived-At: > From: storm@cua.dk (Kim F. Storm) > Date: Fri, 06 Apr 2007 18:26:07 +0200 > Cc: Glenn Morris , Nick Roberts , rms@gnu.org, > emacs-devel@gnu.org > > Chong Yidong writes: > > > The two changes that we have to reimplement are the following: > > > > 1997-03-24 Kevin Rodgers > > > > * compile.el (grep-program): New variable. > > (grep-command): Use it, and test whether it supports the -e > > option; fix doc string (last command is stored in history variable). > > (grep-null-device): Declare before grep-program and grep-command. > > (grep-find-use-xargs, grep-find-command, grep-find-history): > > New variables. > > (grep-find): New command. > > (grep): Only concatenate grep-null-device to COMMAND when it's > > not nil (to support grep-find). > > > EXECUTIVE SUMMARY: > ------------------ > > We don't have to do anything about this. Sounds about right to me. Richard, do you agree? If not, why not?