From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Bastien Newsgroups: gmane.emacs.devel Subject: Re: Scan of broken conditional forms Date: Fri, 31 Jan 2020 17:22:26 +0100 Organization: GNU Message-ID: <87imkriojh.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="85565"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Emacs developers To: Mattias =?utf-8?Q?Engdeg=C3=A5rd?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jan 31 17:41:17 2020 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 1ixZM4-000M0E-HV for ged-emacs-devel@m.gmane-mx.org; Fri, 31 Jan 2020 17:41:16 +0100 Original-Received: from localhost ([::1]:56012 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ixZLt-0003po-Q7 for ged-emacs-devel@m.gmane-mx.org; Fri, 31 Jan 2020 11:41:05 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40244) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ixZ3t-0004g8-R4 for emacs-devel@gnu.org; Fri, 31 Jan 2020 11:22:30 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:48400) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ixZ3t-00084v-JZ; Fri, 31 Jan 2020 11:22:29 -0500 Original-Received: from lns-bzn-32-82-254-31-120.adsl.proxad.net ([82.254.31.120]:49826 helo=guerry) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1ixZ3t-0006rm-9B; Fri, 31 Jan 2020 11:22:29 -0500 Original-Received: by guerry (Postfix, from userid 1000) id 9CE001A63221; Fri, 31 Jan 2020 17:22:26 +0100 (CET) In-Reply-To: ("Mattias =?utf-8?Q?Engdeg=C3=A5rd=22's?= message of "Sat, 4 Jan 2020 13:37:47 +0100") 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.23 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" Xref: news.gmane.io gmane.emacs.devel:244795 Archived-At: Hi Mattias, > Out of curiosity, I scanned the Emacs sources for useless conditional > forms, like (if C X X) where both branches are the same, and found a > few. Some look like unfinished code, but a several appear to be clear > bugs. (I'm guilty of the one in autorevert.el, now fixed.) very useful, thanks. I fixed the two occurrences related to Org. Best, -- Bastien