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: [ELPA] New package: dired-duplicates Date: Wed, 01 Nov 2023 05:30:35 +0200 Message-ID: <83edha9mlg.fsf@gnu.org> References: <875y2nugm8.fsf@posteo.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11303"; mail-complaints-to="usenet@ciao.gmane.io" Cc: h.judt@gmx.at, emacs-devel@gnu.org To: Philip Kaludercic Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Nov 01 04:31:47 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 1qy1xH-0002gd-Vo for ged-emacs-devel@m.gmane-mx.org; Wed, 01 Nov 2023 04:31:44 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qy1wV-0004nw-4p; Tue, 31 Oct 2023 23:30:55 -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 1qy1wO-0004nZ-2O for emacs-devel@gnu.org; Tue, 31 Oct 2023 23:30:48 -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 1qy1wL-0001Bz-S1; Tue, 31 Oct 2023 23:30:46 -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=ZVPnOT4fosShVH3bMeG3BJvNBKdxPDYthrrld66LUeM=; b=gQrficrOFhWj /DRKrHv3S6/1yltcY78HDBsSllgV0PlOuWFvY5un07fkY6vPtvEKc6nApOOP+f+UMe1UOFN2NXXIf I80NyYi/grsdyaYttm4ZqkikB2B45ITVxcsTTXIyuJS8thtfmvy3cBHDKeBG/cLig4vAZAKDJlx2I dg/N8UFTsPQ4GJHHYCDQfogJekUPauI9AQz+vLvaz2cNRWRVTIaX9EM5K/IkMtF9PGmCDAUSAWfsE aWdO15VC2RbIkOqGvxylk43US5+Nw+PgFmHjUQ9j/xsKSflMj2qISZ+JaGDMmJxA09AoaWnw4JiLm 5WDMq01XeoGuODjU87W6vQ==; In-Reply-To: <875y2nugm8.fsf@posteo.net> (message from Philip Kaludercic on Tue, 31 Oct 2023 12:21:51 +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:312039 Archived-At: > From: Philip Kaludercic > Cc: emacs-devel@gnu.org > Date: Tue, 31 Oct 2023 12:21:51 +0000 > > In the meantime, here is some quick and superficial feedback on the code: What I would like to ask is whether Harald tried to calculate SHA256 using Emacs's own primitives, instead of relying on an external program, which may or may not be installed.