From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31899 invoked by alias); 16 May 2013 06:00:46 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 31890 invoked by uid 89); 16 May 2013 06:00:46 -0000 X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO autolearn=ham version=3.3.1 Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 16 May 2013 06:00:46 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 109F82ECF0; Thu, 16 May 2013 02:00:43 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 4ywVbZcIWTIV; Thu, 16 May 2013 02:00:43 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 9ED2C2E0D4; Thu, 16 May 2013 02:00:42 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 2D86DC237C; Thu, 16 May 2013 10:00:30 +0400 (RET) Date: Thu, 16 May 2013 06:00:00 -0000 From: Joel Brobecker To: Sergio Durigan Junior Cc: Keith Seitz , "gdb-patches@sourceware.org ml" Subject: Re: [RFA] completer test [was Re: [RFC] Cleanup for make_source_files_completion_list] Message-ID: <20130516060030.GC5555@adacore.com> References: <51895A2F.8000504@redhat.com> <5191340B.60100@redhat.com> <519156F5.5090000@redhat.com> <5193C786.4000207@redhat.com> <5193E2DC.5000200@redhat.com> <51941E85.8010104@redhat.com> <20130516053008.GA5555@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-05/txt/msg00570.txt.bz2 > That's interesting, I really thought the "complete" command would have > the exact same effect as the interactive form. Living and learning. Same here... (I was actually pretty disappointed, as I like avoiding the extra complication of dealing with the interactive-side of things). -- Joel