From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master fcb4d89aaa7 2/3: Prefer `memcpy` to `strcpy` in image.c Date: Tue, 16 Jul 2024 13:13:29 +0300 Message-ID: <86a5ihir06.fsf@gnu.org> References: <172109597956.10135.3773889760488581016@vcs2.savannah.gnu.org> <20240716021300.67222C3534C@vcs2.savannah.gnu.org> <87a5iiyrlg.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16811"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, stefankangas@gmail.com To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jul 16 12:14:17 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sTfCK-00045r-9u for ged-emacs-devel@m.gmane-mx.org; Tue, 16 Jul 2024 12:14:16 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sTfBf-0003k2-2n; Tue, 16 Jul 2024 06:13:35 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sTfBd-0003jd-FY for emacs-devel@gnu.org; Tue, 16 Jul 2024 06:13:33 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sTfBd-0005ZR-5j; Tue, 16 Jul 2024 06:13:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=MlEUB+Hi83nVm4t32fpD82jYPvy12Z5yR7ZnypYu3Fg=; b=CVJCrFX+oJg7 8UBnJ2+yeK7ECXZh3BxBglO/ImYiS+j7Dd1Tr55Wj+0TBw/L8s91VnWMGndPuRaZd/eJFpTve9JvC rUBv9Q/onbjsoZ2dAunnSOOtxcNyUm3PkT6i5iLbkBVLxpK5osg3KWqu6cXCdXwfgAeVQJ531O5op /NuFUM5QAG88OFEKQK5gV9P4bTIiHTY2O41+ziKSMbch49dQGciNAd1JayZV2xBZODKYuaMn+E0ay +wAN7Du8sTf3dcby8q0dSOax45PBY+3ku29WqtMaJlZs5jiXQ28rk7jGAqvYv1OGFU+qvNlxLVci/ FZQs9vEeXsgSsHyBM+jIfw==; In-Reply-To: <87a5iiyrlg.fsf@yahoo.com> (message from Po Lu on Tue, 16 Jul 2024 10:54:03 +0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:321694 Archived-At: > From: Po Lu > Cc: Stefan Kangas > Date: Tue, 16 Jul 2024 10:54:03 +0800 > > Stefan Kangas writes: > > > branch: master > > commit fcb4d89aaa7bf3ed77aaa4d6d5047a0ec2ed9225 > > Author: Stefan Kangas > > Commit: Stefan Kangas > > > > Prefer `memcpy` to `strcpy` in image.c > > Could we agree not to insert pairs of "``" as quotation marks in commit > messages, source code comments, and the like? It gives me the > impression of reading a poorly typeset document whose authors were > either ignorant of or unwilling to correct directional quotation marks > inserted by their input methods. Our conventions are to quote 'like this' or `like this' in commit log messages. Please, everybody, don't use the Markdown-style `like this` quoting.