From owner-freebsd-current@FreeBSD.ORG Mon Jun 21 13:51:21 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A37A106566B for ; Mon, 21 Jun 2010 13:51:21 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id EA00E8FC0A for ; Mon, 21 Jun 2010 13:51:20 +0000 (UTC) Received: by gyh20 with SMTP id 20so2928582gyh.13 for ; Mon, 21 Jun 2010 06:51:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:openpgp:content-type:content-transfer-encoding; bh=7TuiQQdZX09aN38whC68oRu9uJrR8Rmx75w/zRqWgX4=; b=oPxLr7WtKwDCjhV0KEwi7QlLfp9fjnwWcg1Sms26QWqgsZ2yifEv53WaQ1sgn3hc83 WQs71cGTFH4NZLbkDkXAIEovf9L/uRSwn7bHFqXwsQeb/RIz38UTt71PFW7n01BxWxlt Mz/OSF5+ONZYQ1GGNYAnCOGHjBM6SESUUZzZ4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:openpgp:content-type :content-transfer-encoding; b=lYSTNl2eWkZXE/p70Aj4HdUUa20nf9Gf6uAplhDyZ6YANG+jDJE/J5Wkcg4vUndvBN M6botHNVsCqPGcRI6T5pQVrsgISSVwhyPaJOcQvEXFUjo1clS/JyRTe77ML5eHs+3mqH IDSgncwsb7WVbL6hs4OO0JUS2hE81NuYrDCDw= Received: by 10.150.160.14 with SMTP id i14mr4295825ybe.144.1277128279554; Mon, 21 Jun 2010 06:51:19 -0700 (PDT) Received: from centel.dataix.local (adsl-99-181-128-180.dsl.klmzmi.sbcglobal.net [99.181.128.180]) by mx.google.com with ESMTPS id b3sm2482896ibf.13.2010.06.21.06.51.16 (version=SSLv3 cipher=RC4-MD5); Mon, 21 Jun 2010 06:51:17 -0700 (PDT) Sender: "J. Hellenthal" Message-ID: <4C1F6E53.3040908@dataix.net> Date: Mon, 21 Jun 2010 09:51:15 -0400 From: jhell User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.10) Gecko/20100620 Thunderbird MIME-Version: 1.0 To: =?UTF-8?B?RGFnLUVybGluZyBTbcO4cmdyYXY=?= References: <4C18304A.1080601@dataix.net> <4C18322A.6050007@dataix.net> <86wrtz5mk6.fsf@ds4.des.no> <4C1F576F.9090901@dataix.net> <86y6e8fuo1.fsf@ds4.des.no> <4C1F6148.9010300@dataix.net> <86pqzkfs19.fsf@ds4.des.no> In-Reply-To: <86pqzkfs19.fsf@ds4.des.no> X-Enigmail-Version: 1.0.1 OpenPGP: id=89D8547E Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: "Sam Fourman Jr." , Brandon Gooch , FreeBSD Current , jilles@stack.nl Subject: Re: [MFC REQUEST] Filename completion in sh(1) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2010 13:51:21 -0000 On 06/21/2010 09:12, Dag-Erling Smørgrav wrote: > jhell writes: >> Sorry but he only mention of filecomplete in your patch is in this >> section. That is exactly the same in the patch I had originally >> generated using SVN. > > Umm, the copy I have on my disk has those files. Just to be sure, I > just generated a new diff from the tree I tested it in. > > DES I can forward the original message If you would like but I think its just a waste of time, it does not have them files in there, verify your sent folder. I do see that your new patch does "this is a good thing ;)" Since those files do not exist in stable/8 I believe the error was running ( cd /usr/src && svn diff %%ARGS_HERE%% ) which I repeated more then once and the files disapear from the diff. The diff you sent in the original attachment had matched mine all except the order in which the files appeared. ANYWAY... two new correct patches now exist on the list so no worries. -- jhell