From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Karl Fogel Newsgroups: gmane.emacs.devel Subject: Re: [elpa] externals/org ee0961ba31: lisp/org-table.el: fix warning about `eq' usage Date: Wed, 01 Nov 2023 11:22:53 -0500 Message-ID: <87sf5pzbmq.fsf@red-bean.com> References: <169879312007.20093.7465071871654518215@vcs2.savannah.gnu.org> <20231031225840.6A0FEC06553@vcs2.savannah.gnu.org> <87pm0u9fbd.fsf@red-bean.com> <87pm0thmj5.fsf@gnu.org> Reply-To: Karl Fogel Mime-Version: 1.0 Content-Type: text/plain; format=flowed Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7380"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: Bastien , Emacs Devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Nov 01 17:24:16 2023 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 1qyE0r-0001W5-MK for ged-emacs-devel@m.gmane-mx.org; Wed, 01 Nov 2023 17:24:13 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qyDzf-0004io-Hv; Wed, 01 Nov 2023 12:22:59 -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 1qyDze-0004iG-Bs for emacs-devel@gnu.org; Wed, 01 Nov 2023 12:22:58 -0400 Original-Received: from sanpietro.red-bean.com ([45.79.25.59]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qyDzc-0004Jj-Ji; Wed, 01 Nov 2023 12:22:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=red-bean.com; s=202005newsp; h=Content-Type:MIME-Version:Message-ID:Date: Reply-To:References:In-Reply-To:Subject:Cc:To:From:Sender: Content-Transfer-Encoding:Content-ID:Content-Description; bh=MYmu60lqeOZzgBUl56R6oDz0ty5wh1Ipql1FkuzcKwo=; t=1698855775; x=1700065375; b=VZTWOFv6Dv6Aj9j8BsfPWBe7j4uE+ViIiNsnvtVaVD6Kdgat0ddA8ZuyGe9ebGIgVkiDJmBRbuQ chHuzR/nG4KbKW/8dXCnFjLijTf2eo+fyE01ar1CfpZ7fkdnpG7MAf1i5VSY8111H4gIpZNCXC27i IloFMoibWHLlJT+h6zPsJF6wezxu23jCGhemUpoGESf910iqYNcsSUGz7z1W9daZXPjyjJ2rWLwgf y7CQVaV1++6DJrYsjY9LzOcYnzMlXb9R1irZPLVRmrlbz7dKY3T+5bqbzu0b0qARZJBJfGJ4bp1uA wymHigp443iX6xfeiSZB+p8GSvQZucUX/4FA==; Original-Received: from 99-112-125-163.lightspeed.cicril.sbcglobal.net ([99.112.125.163]:51112 helo=floss) by sanpietro.red-bean.com with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qyDza-00EzfB-2y; Wed, 01 Nov 2023 16:22:54 +0000 In-Reply-To: (Stefan Monnier's message of "Wed, 01 Nov 2023 07:31:06 -0400") Received-SPF: pass client-ip=45.79.25.59; envelope-from=kfogel@red-bean.com; helo=sanpietro.red-bean.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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:312073 Archived-At: On 01 Nov 2023, Stefan Monnier wrote: >> So be it! It isn't the first time for many of us :) > >I'm not worried about such problems, indeed. >My message was only meant to spread awareness. Well, thanks for doing so -- I was glad to learn. Best regards, -Karl