From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 106536 invoked by alias); 21 Sep 2017 19:54:19 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 106508 invoked by uid 89); 21 Sep 2017 19:54:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM autolearn=no version=3.3.2 spammy=responses, vs, vr, vim X-HELO: mail-qt0-f171.google.com Received: from mail-qt0-f171.google.com (HELO mail-qt0-f171.google.com) (209.85.216.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 21 Sep 2017 19:54:18 +0000 Received: by mail-qt0-f171.google.com with SMTP id q8so7087052qtb.5 for ; Thu, 21 Sep 2017 12:54:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:organization :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=lYFTBj5tjqxJv7ezUnvASDuPu6CuKTYqeOnfBCMnWQY=; b=io0fTry1XtHWkPEIbpAClcKCYE4/b2P7ruTDYuM08X2WkjNXJ3WO+dj+W8F5EDAs2X FabT3NGP3vhQ8SBEbaklVfuiLiDf9Fud83BF3kNinL0QES/pCLsbliGraTy3LOYppLmG e2qVMgOSXvEX0Sg9OY4ceOJK41M8GUOhVqdONWIz70G1N2zd2J6wHnAFYi6gNrkdoX/d b729uHiVw/h7aCUrze8ADK5kVPYEkUyYQPG0a1C1cxBX5u+SYUNyA8MaFeBm4YMhfhGm VeefNnn8z3CvSz4MhO6j+pAAWxznMi+oeulxb/moGFvpEzsbQEzBoqY+tmeCDdoANhx+ tQeg== X-Gm-Message-State: AHPjjUjjRR3/5LWpDuQvBParIjEqEZxN6pGJPsDTlPIXap7HVXdUCTHl kB6CLccWs6h/TW1Flk8xW1jSiw== X-Google-Smtp-Source: AOwi7QB8rIkz75HwLnON56n0wTrXZIuOM0yHC7cYOpc8bObmNZuJg9vXYHxUHUCjRMv4NU4l+f9a0g== X-Received: by 10.200.44.34 with SMTP id d31mr5311368qta.156.1506023656848; Thu, 21 Sep 2017 12:54:16 -0700 (PDT) Received: from [192.168.222.10] ([184.69.210.114]) by smtp.gmail.com with ESMTPSA id v21sm1539821qtb.26.2017.09.21.12.54.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 21 Sep 2017 12:54:15 -0700 (PDT) Subject: Re: GNU Tools Cauldron 2017 follow up: "Reviewed-by" etc. To: Richard Biener , gcc@gcc.gnu.org, Thomas Schwinge , gdb@sourceware.org, binutils@sourceware.org, libc-alpha@sourceware.org References: <87zi9oj8rl.fsf@euler.schwinge.homeip.net> <347AE883-971C-447C-AB07-43F7F70F25D3@gmail.com> <4056e466-3055-455b-9922-55497d21fd80@redhat.com> <2DF772C0-ACFE-4894-A444-8DB2AF9518E1@gmail.com> From: Carlos O'Donell Message-ID: <1faf15ac-3329-f062-8b03-4900096544f7@redhat.com> Date: Thu, 21 Sep 2017 19:54:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <2DF772C0-ACFE-4894-A444-8DB2AF9518E1@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-09/txt/msg00098.txt.bz2 On 09/21/2017 12:38 PM, Richard Biener wrote: > On September 21, 2017 8:18:39 PM GMT+02:00, Carlos O'Donell wrote: >> On 09/21/2017 11:56 AM, Richard Biener wrote: >>>> Not yet. >>> >>> I think given an OK from an official reviewer entitles you to commit >>> it indeed IS matching the formal statement. It better does... >> >> Isn't it better to be explicit about this; rather than assuming? >> >>>> All of this is nothing compared to the work of doing the review. >>> >>> Depends on the complexity of the patch... >> >> ... depends on your ability to create quick paste hot keys :} > > Indeed. Any idea how to do that with K9 / SwiftKey? No idea. Right now I use Thunderbird+Clippings, and hotkey my responses via ctrl+alt+v,r and ctrl+alt+v,s for Reviewed-by/Signed-off-by. Then with mutt+vim I use recorded macros. -- Cheers, Carlos.