From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29953 invoked by alias); 22 Jun 2017 15:14:09 -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 29941 invoked by uid 89); 22 Jun 2017 15:14:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-qk0-f170.google.com Received: from mail-qk0-f170.google.com (HELO mail-qk0-f170.google.com) (209.85.220.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 22 Jun 2017 15:14:07 +0000 Received: by mail-qk0-f170.google.com with SMTP id p21so14616121qke.3 for ; Thu, 22 Jun 2017 08:14:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=mW1NcAhIfFgbK0OMiBlZP3nG9eQscJq9EjNyv7p1b3g=; b=aezT4HcdwupwUp/XWBpkEzFdxXEykwcRT7E490/gV8khTzThJLnrB04L6gguoWudGj 4Ae0shhZh1EDBV7R1KR3wulmB1kWfjxt1HIs87oiSJX8VkxoQsRBch83kBg68qzG1zzp s9VH7LkfN7V17xYAbBlF8B3FYVQIgWDkU8y6CeHBHoD2g5zfLj3mQsnjA0q1W2brEKOI VAX8ik22cePr7qPECZwag0ah/gslb5XU5sDDn/XGQkFhBV/AtTWg+/9Jmlgd49F2BE1b 4ldB9e8r7uXxrlX9pAz9l/BuhOefuyV4Db8OWTuYutatVskEWg3DPoY4rv2ADEeftI8H Q2Bw== X-Gm-Message-State: AKS2vOynEXFZGPvhp836OTu8efylFZqAf6yJ5I2i+D7ZQDzz7nZzTqvm BJ0YfQvxakBk0KjG3n4Q2ELnLZxCbw== X-Received: by 10.55.77.13 with SMTP id a13mr3982023qkb.194.1498144445483; Thu, 22 Jun 2017 08:14:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.142.201 with HTTP; Thu, 22 Jun 2017 08:14:04 -0700 (PDT) In-Reply-To: <83lgokukr9.fsf@gnu.org> References: <83bmpo128p.fsf@gnu.org> <83lgokukr9.fsf@gnu.org> From: Yao Qi Date: Thu, 22 Jun 2017 15:14:00 -0000 Message-ID: Subject: Re: Automatically set the comment style to what we use To: Eli Zaretskii Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00652.txt.bz2 On Thu, Jun 22, 2017 at 4:04 PM, Eli Zaretskii wrote: > And btw, what about the patch I suggested? Is it OK to push it? Yes, please. --=20 Yao (=E9=BD=90=E5=B0=A7)