From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Renaming non-X x_* procedures in xdisp.c (and elsewhere) Date: Sun, 24 Mar 2019 19:03:59 +0200 Message-ID: <83h8bsnr0g.fsf@gnu.org> References: <87wokp4okn.fsf@gmail.com> <83ef6xpo6b.fsf@gnu.org> <0f4be9a6-6e09-f55d-9f58-2a15aef264cd@cs.ucla.edu> <837ecpplw8.fsf@gnu.org> <871s2w510a.fsf@gmail.com> <922F9B91-2E9E-45F6-BB96-66CAE5E9FB81@gnu.org> <87k1goqpnn.fsf@gmail.com> <83k1gontd3.fsf@gnu.org> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="148786"; mail-complaints-to="usenet@blaine.gmane.org" Cc: emacs-devel@gnu.org To: yurivkhan@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 24 18:17:29 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1h86kR-000cZ3-Nw for ged-emacs-devel@m.gmane.org; Sun, 24 Mar 2019 18:17:27 +0100 Original-Received: from localhost ([127.0.0.1]:58640 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h86kQ-0007dX-LN for ged-emacs-devel@m.gmane.org; Sun, 24 Mar 2019 13:17:26 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:42832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h86jz-0006zu-7k for emacs-devel@gnu.org; Sun, 24 Mar 2019 13:17:00 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:49355) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h86XS-00025y-Mw; Sun, 24 Mar 2019 13:04:05 -0400 Original-Received: from [176.228.60.248] (port=3267 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1h86XO-0005GY-OM; Sun, 24 Mar 2019 13:04:00 -0400 In-reply-to: <83k1gontd3.fsf@gnu.org> (message from Eli Zaretskii on Sun, 24 Mar 2019 18:13:12 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] 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:234687 Archived-At: > Date: Sun, 24 Mar 2019 18:13:12 +0200 > From: Eli Zaretskii > Cc: eggert@cs.ucla.edu, agrambot@gmail.com, emacs-devel@gnu.org > > I think you have described redisplay_interface. And beyond that, we shouldn't assume that everyone here who tries their hand in working on the C sources is an experienced C programmer. It should be possible to describe programming techniques without making it sound as if everyone and their grandma should be familiar with those techniques. Thanks.