From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 87838 invoked by alias); 22 Jun 2017 09:45:54 -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 87774 invoked by uid 89); 22 Jun 2017 09:45:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:600 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 09:45:47 +0000 Received: by mail-qk0-f170.google.com with SMTP id 16so7664831qkg.2 for ; Thu, 22 Jun 2017 02:45:47 -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=LtH+04v0Xpc8Q6TYZiRtevLlqP97Ik1sPG3pGkS2kJE=; b=K7dOo1SdeuClmsWZEthbKvDW+ipdHwf4nz4HW5wugdZMHX5SBO8gNYT2lelOycLwnL 3WFujRQqlMaOm7muoRm0vGBL+iGtLAF1qx/9uQWreHUQPezlwqQKafnqI7w9YMNlUaq5 /JAsT09IxVNfj+VCeiFIqxlytBBPyfLLMIQJDnUMcNqcbQnm/7dJfKvf6w1s/q/9ExcJ 6CrAviK3CYkVTg4znmLgjdeYt3+vm4r5/5YAO7gbdpF6ia8DtLIihjtJ3qRWDefP6A5u raojov9Q4ZrH2sxrR1KBwdkqR+nyG7PFfRtEkmHEloItgtabK78KNTkqTO9uSoM24QtT 4lmg== X-Gm-Message-State: AKS2vOzLe/FZhRYLMmQIdwiHmh6OsRrClTTNoyH8PbLxzFFZCUszY73g KJaNp93Wf4kxdOMVqrmzOMYy3Q0g0g== X-Received: by 10.55.198.156 with SMTP id s28mr1729729qkl.222.1498124746235; Thu, 22 Jun 2017 02:45:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.142.201 with HTTP; Thu, 22 Jun 2017 02:45:45 -0700 (PDT) In-Reply-To: <83bmpo128p.fsf@gnu.org> References: <83bmpo128p.fsf@gnu.org> From: Yao Qi Date: Thu, 22 Jun 2017 09:45: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/msg00626.txt.bz2 On Fri, Jun 16, 2017 at 2:38 PM, Eli Zaretskii wrote: > The development version of Emacs has a new feature, whereby one can > toggle the comment style and get the C style in C++ sources, the style > we use. (I got annoyed by having to manually type the comment > starting and ending sequences, so I asked the CC mode maintainer to > add this, and he just did.) > Hi Eli, How does this change affect the people writing code using new emacs? I still manually type comment starting and ending sequences every day. --=20 Yao (=E9=BD=90=E5=B0=A7)