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 16:34:23 +0300 Message-ID: <864j8pihpc.fsf@gnu.org> References: <172109597956.10135.3773889760488581016@vcs2.savannah.gnu.org> <20240716021300.67222C3534C@vcs2.savannah.gnu.org> <87a5iiyrlg.fsf@yahoo.com> <86a5ihir06.fsf@gnu.org> <87cyndsfcp.fsf@posteo.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14631"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, emacs-devel@gnu.org, stefankangas@gmail.com To: Philip Kaludercic Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jul 16 15:35:27 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 1sTiL1-0003XC-BP for ged-emacs-devel@m.gmane-mx.org; Tue, 16 Jul 2024 15:35:27 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sTiK7-0000wa-Ty; Tue, 16 Jul 2024 09:34:31 -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 1sTiK4-0000ip-8I for emacs-devel@gnu.org; Tue, 16 Jul 2024 09:34:28 -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 1sTiK3-0004q0-AA; Tue, 16 Jul 2024 09:34:27 -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=x340G+PnxnXesxBjfewzrkMP9XJplZQ+O1N6ihN0DZI=; b=ZSYsfZ7ZFfZa 3dPOY2hDnimagDWtPRCN+kLgc8aPp/my9stCOkRl+BiKDqkqffzPoWp3nWz5YQGS5kVgLOrt5cLRy ITjyqTXHdt09ksxh9Kfqglb1oHJPRkSvAcgRA5CTfyUhAAXxHsezmEv45fx+4VaLnY1L+zXgj+RVb BGparOuv9kTXoWgwRhix9dydpDHSPtHCCfjcMVtVDHDgvYCnMut7Ei8/WEjDfq2vbHFbsENIdvJWC six2nhaQmamqTGlexUuSs+cFET4IrycZTdIPvouZ21XNr1Q3oCsOLa1Ci6oRmBaX60ZMqlK/bZNvv HimBeMRNggdhiqFVqAu0mg==; In-Reply-To: <87cyndsfcp.fsf@posteo.net> (message from Philip Kaludercic on Tue, 16 Jul 2024 12:15:02 +0000) 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:321701 Archived-At: > From: Philip Kaludercic > Cc: Po Lu , emacs-devel@gnu.org, stefankangas@gmail.com > Date: Tue, 16 Jul 2024 12:15:02 +0000 > > Eli Zaretskii writes: > > >> 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. > > My understanding was that commit logs were to only include 'this this', > while `like this' was only to be used in Elisp docstring and comments? That's my personal preference, but some people still use the other method (and feel strong about it), so I'm willing to accept that. But `like this` is not to be used, neither in log messages nor in comments.