From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: RFC: flicker-free double-buffered Emacs under X11 Date: Sat, 5 Nov 2016 20:51:11 -0700 Organization: UCLA Computer Science Department Message-ID: <52e408a5-4d35-f4d0-a83e-61c71472a252@cs.ucla.edu> References: <9e8ad090-a6a0-c807-95ae-7ec7c3f391cb@dancol.org> <83k2d2rssf.fsf@gnu.org> <831sz9sime.fsf@gnu.org> <83y41hqz94.fsf@gnu.org> <838tte5fzq.fsf@gnu.org> <740d34db48a1e4b711cb1cfa987423c9.squirrel@dancol.org> <1706d8c5-118b-7d68-bd25-1f95b1787aa2@cs.ucla.edu> <57c7048e-a6d1-9908-0331-675073aa11e6@cs.ucla.edu> <83oa25rldi.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1478404316 20977 195.159.176.226 (6 Nov 2016 03:51:56 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 6 Nov 2016 03:51:56 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 06 04:51:51 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c3EUK-0000uL-Ma for ged-emacs-devel@m.gmane.org; Sun, 06 Nov 2016 04:51:20 +0100 Original-Received: from localhost ([::1]:36669 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3EUN-0005Sz-Ia for ged-emacs-devel@m.gmane.org; Sat, 05 Nov 2016 23:51:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3EUH-0005Su-UU for emacs-devel@gnu.org; Sat, 05 Nov 2016 23:51:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c3EUH-0002ke-BY for emacs-devel@gnu.org; Sat, 05 Nov 2016 23:51:17 -0400 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:52346) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c3EUD-0002iP-JA; Sat, 05 Nov 2016 23:51:13 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 1CA241607D8; Sat, 5 Nov 2016 20:51:12 -0700 (PDT) Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id aMF5tjHMT6P7; Sat, 5 Nov 2016 20:51:11 -0700 (PDT) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 624CE160D27; Sat, 5 Nov 2016 20:51:11 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id MDj2McYEvy8X; Sat, 5 Nov 2016 20:51:11 -0700 (PDT) Original-Received: from [192.168.1.9] (unknown [47.153.178.162]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 43FAD1607D8; Sat, 5 Nov 2016 20:51:11 -0700 (PDT) In-Reply-To: <83oa25rldi.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 131.179.128.68 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:209205 Archived-At: Eli Zaretskii wrote: > Please note that we already have "//" comments in a few places, so if > we don't yet want to allow them, we should remove those. OK, I did that in the emacs-25 and master branches. If we start adding these comments, I suggest limiting them to code in the master branch and making the style change a conscious decision (e.g., when should code use "/*" vs "//" comments?).