From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-xd30.google.com (mail-io1-xd30.google.com [IPv6:2607:f8b0:4864:20::d30]) by sourceware.org (Postfix) with ESMTPS id 6124B3858D37 for ; Mon, 4 Apr 2022 18:49:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6124B3858D37 Received: by mail-io1-xd30.google.com with SMTP id z7so12477673iom.1 for ; Mon, 04 Apr 2022 11:49:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=ZbpbxUXRyRf6k6Nk6NmLCEifjzHELPwKZOurGQvHxbg=; b=p8zmeoz7E4NroQYRKJKq/n2KwZSAuldrh0nrv0/AEpNTUuyU9aGmYLYoQGV0ZT/ND1 gylNKPEVIcZnhiFjVcRqejDrd4a/Dd37UvAw3C0UnioTxPVDBaWyfcVJFvyBPWeUQnw6 2I8cyp9y18LTZPG+SLSLHHAXxmzenpJ5F3PxAVVTDtu1ixCQJFFj3EXBYOZZzzbZgMxB 1F5+KWo7Kkj5O6JJuqSlF53ZYa/AirpUmmMJ6JglxDRux+ryuoEU472lD9LDdfFtI6av Doh2Uf5K814XXBFMq1sa4256wiOqCPFb7dRQOL6IZBolEaRr/Rp0SPlBMe1JtMRMKPOG OpqA== X-Gm-Message-State: AOAM5325kRYZAN9XPDTKNjrKpBBO2h5PQffPL6gxAM2wifgLVa4BDKoS /I9T2BSMHdVjJ7pclmqv6hAVCCdA+bx55g== X-Google-Smtp-Source: ABdhPJxHW/UhOR4qBSuwPhNa0pJMxVaxIJ5UEVheyylmwjFI0f3lH5yk6/c4gR/nF8QMoj4t0mLgnA== X-Received: by 2002:a05:6602:2d8d:b0:649:f82b:c877 with SMTP id k13-20020a0566022d8d00b00649f82bc877mr764401iow.66.1649098183627; Mon, 04 Apr 2022 11:49:43 -0700 (PDT) Received: from murgatroyd (71-211-176-135.hlrn.qwest.net. [71.211.176.135]) by smtp.gmail.com with ESMTPSA id o15-20020a6bcf0f000000b00649c4056879sm6679489ioa.50.2022.04.04.11.49.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 04 Apr 2022 11:49:43 -0700 (PDT) From: Tom Tromey To: Tom Tromey via Gdb-patches Cc: Tom Tromey Subject: Re: [PATCH 0/9] Context-sensitive completion for Ada References: <20220307160452.3765943-1-tromey@adacore.com> X-Attribution: Tom Date: Mon, 04 Apr 2022 12:49:42 -0600 In-Reply-To: <20220307160452.3765943-1-tromey@adacore.com> (Tom Tromey via Gdb-patches's message of "Mon, 7 Mar 2022 09:04:43 -0700") Message-ID: <8735isiszd.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-5.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Apr 2022 18:49:45 -0000 >>>>> "Tom" == Tom Tromey via Gdb-patches writes: Tom> This updates the Ada parser to allow context-sensitive completion, as Tom> is already done for C, C++, and Rust. Tom> In addition to the usual field name completion, Ada now also allows Tom> completion of Ada attributes. I'm checking this in. Tom