From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Robert Cochran Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] src/process.c: remove unnecessary setters Date: Wed, 03 Jan 2018 16:42:18 -0800 Message-ID: <87po6q78ut.fsf@cochranmail.com> References: <87shjnmeag.fsf@SoraLaptop> <87tw43t94q.fsf@SoraLaptop> <39094a23-3884-68b6-5633-25a6231460f5@cs.ucla.edu> <83wp8yev6w.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1515036231 11691 195.159.176.226 (4 Jan 2018 03:23:51 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 4 Jan 2018 03:23:51 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Paul Eggert , dmantipov@yandex.ru, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 04 04:23:47 2018 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 1eWw89-0002f4-Hy for ged-emacs-devel@m.gmane.org; Thu, 04 Jan 2018 04:23:45 +0100 Original-Received: from localhost ([::1]:47097 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eWwA8-0006F6-NV for ged-emacs-devel@m.gmane.org; Wed, 03 Jan 2018 22:25:48 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eWtcj-0008NN-Hn for emacs-devel@gnu.org; Wed, 03 Jan 2018 19:43:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eWtcf-0006LE-J8 for emacs-devel@gnu.org; Wed, 03 Jan 2018 19:43:09 -0500 Original-Received: from vps28183.inmotionhosting.com ([23.235.221.66]:63497) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eWtcf-00061c-CK; Wed, 03 Jan 2018 19:43:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=cochranmail.com; s=default; h=Content-Type:MIME-Version:Message-ID: In-Reply-To:Date:References:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=aJEw5LIO5HLxfnW6ud0cOzwK3G9BNoMyM5NDBv+s64o=; b=I20o9lhKc5yYhBXiSAvDyn4hn d2kI6kfOfLxIxb0CEDlBrMIV/wVFVinBwSBSBtuaVyxjjb1Q5Lmb5A2+H8JXm+REp/+fdVG87jIgX uNeWyDGbnANKcXdsjFp53vr7qpSPt4UWD5HhjERUK8xMkmyjXCyMA1WyackUK47A/PljMt1wHFdBs uDUPSXvJf+F01ebHy6A6Qhz35imTiOpwFFpdhqYAe+LUWY82uFHcya0vsoRvprldKa9V4KnRSzgGE BGxFZO7cX5q60JOMvxT/pLdKrYy/XdZzxi+XuRMPHJbniqW0DERbxwaN9mJs5a+B+sxzVn8TCiUSX pig2PwshA==; Original-Received: from 131-191-86-130.as.clicknet.org ([131.191.86.130]:44454 helo=SoraLaptop) by vps28183.inmotionhosting.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89_1) (envelope-from ) id 1eWtbz-0003J1-1n; Wed, 03 Jan 2018 16:42:23 -0800 In-Reply-To: <83wp8yev6w.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 30 May 2017 09:05:11 +0300") X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vps28183.inmotionhosting.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - cochranmail.com X-Get-Message-Sender-Via: vps28183.inmotionhosting.com: authenticated_id: robert@cochranmail.com X-Authenticated-Sender: vps28183.inmotionhosting.com: robert@cochranmail.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 23.235.221.66 X-Mailman-Approved-At: Wed, 03 Jan 2018 22:25:00 -0500 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:221575 Archived-At: I've let this sit for quite awhile, so I'm checking in on this again. The patch still applies to master HEAD, so nothing seems to have changed very much in between now and when I created the patch. Thanks, -- ~Robert Cochran GPG Fingerprint - BD0C 5F8B 381C 64F0 F3CE E7B9 EC9A 872C 41B2 77C2