From unknown Tue Aug 12 08:31:53 2025 X-Loop: help-debbugs@gnu.org Subject: bug#79165: Archive Mode (arc-mode.el) not opening .zip files Resent-From: binarydigitz01 Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 03 Aug 2025 09:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 79165 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 79165@debbugs.gnu.org X-Debbugs-Original-To: "bug-gnu-emacs@gnu.org" Received: via spool by submit@debbugs.gnu.org id=B.175421477921329 (code B ref -1); Sun, 03 Aug 2025 09:53:02 +0000 Received: (at submit) by debbugs.gnu.org; 3 Aug 2025 09:52:59 +0000 Received: from localhost ([127.0.0.1]:42611 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uiVOk-0005Xu-UH for submit@debbugs.gnu.org; Sun, 03 Aug 2025 05:52:59 -0400 Received: from lists.gnu.org ([2001:470:142::17]:40666) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uiVOh-0005XL-Iy for submit@debbugs.gnu.org; Sun, 03 Aug 2025 05:52:56 -0400 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 1uiVOL-0007hT-UL for bug-gnu-emacs@gnu.org; Sun, 03 Aug 2025 05:52:40 -0400 Received: from mail-0201.mail-europe.com ([51.77.79.158]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uiVOJ-000466-08 for bug-gnu-emacs@gnu.org; Sun, 03 Aug 2025 05:52:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=livv6k7r3fdiddjvhlk7lg672a.protonmail; t=1754214741; x=1754473941; bh=mccLjyBHOCaBYI3ZiUowm9s/OziM9gb8MaTMDhBPWk4=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=L6Sqg7BeU2OB9M9iLThob1HKb5jI8eW1h6sYwdRUpDCzjap1tGFY4y0p1GqRKAgjA +aNgG2ekkUloAQYfd+G1NcpLYmxw82DpMQMCxKiaDQhAYD7txt+cvMV6eZcif4w79m AGrNWs3Tj0zZtDb5Or/Gx3LqKbpfGeDZbpiXBhKfykCGIqRU+t4OY32PvcVH+ZvBG1 V4r6Cygc61VtUzubs9OGhrX9G5dLAICPvGgnbxU+k193L/k2ocuNMCN8T1i+RyFRIQ nB9epXxdO38JnuH/H1+onDjX/6aUfORHZZZfcaYDly2tPW8MYTqQvA7v8gYH+vCy4R FpLHpUgnreCGw== Date: Sun, 03 Aug 2025 09:52:17 +0000 From: binarydigitz01 Message-ID: Feedback-ID: 45634595:user:proton X-Pm-Message-ID: feea785aa6763d702f054e7341355718a40a1555 MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha512; boundary="------64b29569b2cdbc2179855761cd18d12173dff8b8fe4d27b330f39cc182cc9e49"; charset=utf-8 Received-SPF: pass client-ip=51.77.79.158; envelope-from=binarydigitz01@proton.me; helo=mail-0201.mail-europe.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, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------64b29569b2cdbc2179855761cd18d12173dff8b8fe4d27b330f39cc182cc9e49 Content-Type: multipart/mixed;boundary=---------------------0023f44db2d6097bd65add16c1ac7a2e -----------------------0023f44db2d6097bd65add16c1ac7a2e Content-Transfer-Encoding: quoted-printable Content-Type: text/plain;charset=utf-8 I found a bug in arc-mode.el which makes it unable to open zip files, on further analysis i found it was using incf instead of cl-incf. It is now able to open .zip files and works as expected. I have attached a patch tha= t fixes it. In GNU Emacs 30.1.90 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo version 1.18.4, Xaw3d scroll bars) Repository revision: emacs-30.1.90 Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12401008 System Description: NixOS 25.11 (Xantusia) Configured using: 'configure --prefix=3D/nix/store/21npjyrbq3m495h63dsb7mj2kw69fg2z-emacs-unstable-30.= 1.90 --disable-build-details --with-modules --with-x-toolkit=3Dlucid --with-cairo --without-xft --with-compress-install --with-toolkit-scroll-bars --with-native-compilation --without-imagemagick --with-mailutils --without-small-ja-dic --with-tree-sitter --with-xinput2 --without-xwidgets --with-dbus --with-selinux' -----------------------0023f44db2d6097bd65add16c1ac7a2e Content-Type: text/x-patch; filename="patch.diff"; name="patch.diff" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="patch.diff"; name="patch.diff" ZGlmZiAtLWdpdCBhL2xpc3AvYXJjLW1vZGUuZWwgYi9saXNwL2FyYy1tb2RlLmVsCmluZGV4IDEw ZmYzODcxMDc0Li4xODI3ZDlkMGVmNSAxMDA2NDQKLS0tIGEvbGlzcC9hcmMtbW9kZS5lbAorKysg Yi9saXNwL2FyYy1tb2RlLmVsCkBAIC0xNjk5LDcgKzE2OTksNyBAQCBhcmNoaXZlLS1zdW1tYXJp emUtZGVzY3MKICAgICAgICAgICAgICAgICAgICAgICAgKHQgKCsgKHN0cmluZy13aWR0aCB1aWQp IChzdHJpbmctd2lkdGggZ2lkKSAxKSkpKSkKICAgICAgICAgICAgIChpZiAoPiBsZW4gbWF4aWRs ZW4pIChzZXRxIG1heGlkbGVuIGxlbikpKSkKICAgICAgICAgKGxldCAoKHNpemUgKGFyY2hpdmUt LWZpbGUtZGVzYy1zaXplIGRlc2MpKSkKLSAgICAgICAgICAoaW5jZiB0b3RhbHNpemUgc2l6ZSkK KyAgICAgICAgICAoY2wtaW5jZiB0b3RhbHNpemUgc2l6ZSkKICAgICAgICAgICAoaWYgKD4gc2l6 ZSBtYXhzaXplKSAoc2V0cSBtYXhzaXplIHNpemUpKSkpCiAgICAgICAobGV0KiAoKHNpemVsZW4g KGxlbmd0aCAobnVtYmVyLXRvLXN0cmluZyBtYXhzaXplKSkpCiAgICAgICAgICAgICAgKGRhc2gK -----------------------0023f44db2d6097bd65add16c1ac7a2e-- --------64b29569b2cdbc2179855761cd18d12173dff8b8fe4d27b330f39cc182cc9e49 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: ProtonMail wrsEARYKAG0FgmiPMUQJkOkWXW80jYATRRQAAAAAABwAIHNhbHRAbm90YXRp b25zLm9wZW5wZ3Bqcy5vcmd8jlp6oOATXb5sjG/+949yiOLHjK/NMxFXPIFa +5oDNhYhBH58ArJ4bQx8X5gh5+kWXW80jYATAAAVIQD8DrlB8aIM+cClzmvg 1SFaOM3XN9dZ5ejxnQ9qXbZBxv8A/38Z6SXvft43QTEJyguk6vLKCbkFLN8P /vvfblphe5YC =737Y -----END PGP SIGNATURE----- --------64b29569b2cdbc2179855761cd18d12173dff8b8fe4d27b330f39cc182cc9e49-- From unknown Tue Aug 12 08:31:53 2025 X-Loop: help-debbugs@gnu.org Subject: bug#79165: Archive Mode (arc-mode.el) not opening .zip files Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 03 Aug 2025 10:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 79165 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: binarydigitz01 Cc: 79165@debbugs.gnu.org Received: via spool by 79165-submit@debbugs.gnu.org id=B79165.175421780732701 (code B ref 79165); Sun, 03 Aug 2025 10:44:02 +0000 Received: (at 79165) by debbugs.gnu.org; 3 Aug 2025 10:43:27 +0000 Received: from localhost ([127.0.0.1]:42722 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uiWBa-0008VN-Pj for submit@debbugs.gnu.org; Sun, 03 Aug 2025 06:43:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43504) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uiWBY-0008V1-5i for 79165@debbugs.gnu.org; Sun, 03 Aug 2025 06:43:24 -0400 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 1uiWBS-0004rt-Px; Sun, 03 Aug 2025 06:43:18 -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=Fn8GxtD4gmvapBenA/drvu1MyacicS4+60bVxAuZP+s=; b=i73JZ2QNfG4q hmkJLXFIXkLp/CMFLzJ4zui3PGiLafvyIvHlq5nVqNF9xl+ygfBdnD23rhWRK06gSQ1RcDyCHAIOT ikHjXY3fVrXHXtCGXt/Ui5XeCrmIyaOKcYTTIsTQX1fIG/XGW0YzcMameBy4WVxVkT0OKhaMmTaFN /UxGqCaTXEDIqkRbJLeSYN8tcivq8yCO6FHyybq3MDJ30BIVRKh6KNob2AXzd2rUgOS7foLWr+oAx Y6X8GKxBRNrKSh3a9JI3T2CO97iMLetb1qzNF57HR8rlfbbp+rbESYNfa+v188WglIDhXtGxcvzFw pGVeRbRpAmbrLf+/venDyQ==; Date: Sun, 03 Aug 2025 13:43:16 +0300 Message-Id: <868qk0y9bv.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: (bug-gnu-emacs@gnu.org) References: X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > Date: Sun, 03 Aug 2025 09:52:17 +0000 > From: binarydigitz01 via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" > > I found a bug in arc-mode.el which makes it unable to open zip files, on > further analysis i found it was using incf instead of cl-incf. It is now > able to open .zip files and works as expected. I have attached a patch that fixes it. Thanks, but where did you get the version of arc-mode,el which uses incf? The version included with Emacs 30.1.90 uses cl-incf, not incf. From unknown Tue Aug 12 08:31:53 2025 X-Loop: help-debbugs@gnu.org Subject: bug#79165: Archive Mode (arc-mode.el) not opening .zip files Resent-From: binarydigitz01 Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 03 Aug 2025 11:02:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 79165 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii , "79165@debbugs.gnu.org" <79165@debbugs.gnu.org> Received: via spool by 79165-submit@debbugs.gnu.org id=B79165.17542188734905 (code B ref 79165); Sun, 03 Aug 2025 11:02:01 +0000 Received: (at 79165) by debbugs.gnu.org; 3 Aug 2025 11:01:13 +0000 Received: from localhost ([127.0.0.1]:42784 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uiWSn-0001H3-Fx for submit@debbugs.gnu.org; Sun, 03 Aug 2025 07:01:13 -0400 Received: from mail-24426.protonmail.ch ([109.224.244.26]:32405) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uiWSh-0001Fq-QT for 79165@debbugs.gnu.org; Sun, 03 Aug 2025 07:01:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=azmjscbghzfunopqy6eft3xoie.protonmail; t=1754218860; x=1754478060; bh=AQzwx8Wy/kd3rAJEwQTJfCfWKWKyAEpMaKo/J2QsJ7Q=; h=Date:To:From:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=hg+E2kAKpdwTiJIHu6ImDZWd+fP0wRYgpAkkGhPee0TTQIDGiaQgJ+UoZ/e8/Pde1 oLK2JRFBNbVlEIBUxjCHAjDIrsSPMxqlF5kmc1Gzg1kECw4Gr/WNIOzBm1yZaPL3/W fT0ta0YkMjtfQRkJbiUR/oyWIAaSe+FU8QtwaTtNc5MTj9ZI/4cIuiXopzBZhSpygV fNixCqlC1z0rhLJ37j9ouNI6e9hAuTXzTg4bvoQVNTckEzCJqzi5OyIJ/vpYxa6Lru lVCpa6lzehDo+jJd0qgzpk4nJpyI024p04hDlnFXcEYyPZgh6Wd1Y0yLwomitXlYd/ 3qdIppowDIFPw== Date: Sun, 03 Aug 2025 11:00:54 +0000 From: binarydigitz01 Message-ID: In-Reply-To: <868qk0y9bv.fsf@gnu.org> References: <868qk0y9bv.fsf@gnu.org> Feedback-ID: 45634595:user:proton X-Pm-Message-ID: 20273f1e42c6bae2615ca6433004c186c0883b2f MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha512; boundary="------b1e08b63af26bd1a2e91986ce479f4bd7761610da0ee129c28c30de9e51f09ef"; charset=utf-8 X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------b1e08b63af26bd1a2e91986ce479f4bd7761610da0ee129c28c30de9e51f09ef Content-Type: multipart/mixed;boundary=---------------------3790307c3520355f54a149e0b5cdcf72 -----------------------3790307c3520355f54a149e0b5cdcf72 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain;charset=utf-8 I was working on another patch on the master branch of emacs, and while te= sting i encountered this, but after digging and a quick magit blame I real= ised this is one of the changes of emacs master branch, I should have test= ed my changes after building emacs instead of relying on my unstable emacs= , my bad! > > Date: Sun, 03 Aug 2025 09:52:17 +0000 > > From: binarydigitz01 via "Bug reports for GNU Emacs, > > the Swiss army knife of text editors" bug-gnu-emacs@gnu.org > > > > I found a bug in arc-mode.el which makes it unable to open zip files, = on > > further analysis i found it was using incf instead of cl-incf. It is n= ow > > able to open .zip files and works as expected. I have attached a patch= that fixes it. > > > Thanks, but where did you get the version of arc-mode,el which uses > incf? The version included with Emacs 30.1.90 uses cl-incf, not incf. -----------------------3790307c3520355f54a149e0b5cdcf72-- --------b1e08b63af26bd1a2e91986ce479f4bd7761610da0ee129c28c30de9e51f09ef Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: ProtonMail wrsEARYKAG0FgmiPQUsJkOkWXW80jYATRRQAAAAAABwAIHNhbHRAbm90YXRp b25zLm9wZW5wZ3Bqcy5vcmdPONnT+D7d80Q6YkJp8/LMIA2Bm7lse6FynHrD 6Lm5rhYhBH58ArJ4bQx8X5gh5+kWXW80jYATAAC/JQD/W+NuRAdBwBWud2rG LP1h83vNbcCZ2Pmg2yDcsKh6OR8BANTdZxyDnuGqIFGfwbnnNo+cdixbkA5M KUx3nxmmZLQJ =m8Fx -----END PGP SIGNATURE----- --------b1e08b63af26bd1a2e91986ce479f4bd7761610da0ee129c28c30de9e51f09ef-- From unknown Tue Aug 12 08:31:53 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: binarydigitz01 Subject: bug#79165: closed (Re: bug#79165: Archive Mode (arc-mode.el) not opening .zip files) Message-ID: References: <867bzky6x9.fsf@gnu.org> X-Gnu-PR-Message: they-closed 79165 X-Gnu-PR-Package: emacs Reply-To: 79165@debbugs.gnu.org Date: Sun, 03 Aug 2025 11:36:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1754220962-24482-1" This is a multi-part message in MIME format... ------------=_1754220962-24482-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #79165: Archive Mode (arc-mode.el) not opening .zip files which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 79165@debbugs.gnu.org. --=20 79165: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D79165 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1754220962-24482-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 79165-done) by debbugs.gnu.org; 3 Aug 2025 11:35:28 +0000 Received: from localhost ([127.0.0.1]:42930 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uiWzv-0006LZ-JO for submit@debbugs.gnu.org; Sun, 03 Aug 2025 07:35:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37148) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uiWzr-0006L0-Pb for 79165-done@debbugs.gnu.org; Sun, 03 Aug 2025 07:35:25 -0400 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 1uiWzm-0006QF-2N; Sun, 03 Aug 2025 07:35:18 -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=6DgH+ZtMrk23tb/SLnZKzSQAQk7ne8Yo9SilLzSc6UU=; b=moILkyXgIJvp tqnWJXwBkvc6bBeme+0JeJLH5xjAlU9hs3kISAqT66Kb2hE4ry4xWkspYY0NTQLd4p1N6buBxiK97 QIoo4xteZjwUadQrlaX56LbLBCarO0P1dl6ODnjasoTzqXVUToO4Yz05PuwN/aL7dzbN8xeAZ1lXD DLyXq7U7O2E0D79Lpa7iBpBbhlHlakAPTDRSgKJBOfKpvMgg8f6CyDwTexzdpHO1Vn34x6av7X9uz b4UYJ4t7Guv/ZfXRc8Jp1vpEMhOw8RfkZjM3lBG3Tq/vQQnYHYp0tut5NI9zX3yNE+MX+gq3uPGoT 4k77khBfjbT+ccLX9xPnDQ==; Date: Sun, 03 Aug 2025 14:35:14 +0300 Message-Id: <867bzky6x9.fsf@gnu.org> From: Eli Zaretskii To: binarydigitz01 In-Reply-To: (message from binarydigitz01 on Sun, 03 Aug 2025 11:00:54 +0000) Subject: Re: bug#79165: Archive Mode (arc-mode.el) not opening .zip files References: <868qk0y9bv.fsf@gnu.org> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 79165-done Cc: 79165-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > Date: Sun, 03 Aug 2025 11:00:54 +0000 > From: binarydigitz01 > > I was working on another patch on the master branch of emacs, and while testing i encountered this, but after digging and a quick magit blame I realised this is one of the changes of emacs master branch, I should have tested my changes after building emacs instead of relying on my unstable emacs, my bad! OK, thanks. Now it's clear. We indeed made this change on the master branch, where incf is a macro. So I'm closing this bug. ------------=_1754220962-24482-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 3 Aug 2025 09:52:59 +0000 Received: from localhost ([127.0.0.1]:42611 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uiVOk-0005Xu-UH for submit@debbugs.gnu.org; Sun, 03 Aug 2025 05:52:59 -0400 Received: from lists.gnu.org ([2001:470:142::17]:40666) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uiVOh-0005XL-Iy for submit@debbugs.gnu.org; Sun, 03 Aug 2025 05:52:56 -0400 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 1uiVOL-0007hT-UL for bug-gnu-emacs@gnu.org; Sun, 03 Aug 2025 05:52:40 -0400 Received: from mail-0201.mail-europe.com ([51.77.79.158]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uiVOJ-000466-08 for bug-gnu-emacs@gnu.org; Sun, 03 Aug 2025 05:52:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=livv6k7r3fdiddjvhlk7lg672a.protonmail; t=1754214741; x=1754473941; bh=mccLjyBHOCaBYI3ZiUowm9s/OziM9gb8MaTMDhBPWk4=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=L6Sqg7BeU2OB9M9iLThob1HKb5jI8eW1h6sYwdRUpDCzjap1tGFY4y0p1GqRKAgjA +aNgG2ekkUloAQYfd+G1NcpLYmxw82DpMQMCxKiaDQhAYD7txt+cvMV6eZcif4w79m AGrNWs3Tj0zZtDb5Or/Gx3LqKbpfGeDZbpiXBhKfykCGIqRU+t4OY32PvcVH+ZvBG1 V4r6Cygc61VtUzubs9OGhrX9G5dLAICPvGgnbxU+k193L/k2ocuNMCN8T1i+RyFRIQ nB9epXxdO38JnuH/H1+onDjX/6aUfORHZZZfcaYDly2tPW8MYTqQvA7v8gYH+vCy4R FpLHpUgnreCGw== Date: Sun, 03 Aug 2025 09:52:17 +0000 To: "bug-gnu-emacs@gnu.org" From: binarydigitz01 Subject: Archive Mode (arc-mode.el) not opening .zip files Message-ID: Feedback-ID: 45634595:user:proton X-Pm-Message-ID: feea785aa6763d702f054e7341355718a40a1555 MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha512; boundary="------64b29569b2cdbc2179855761cd18d12173dff8b8fe4d27b330f39cc182cc9e49"; charset=utf-8 Received-SPF: pass client-ip=51.77.79.158; envelope-from=binarydigitz01@proton.me; helo=mail-0201.mail-europe.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, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------64b29569b2cdbc2179855761cd18d12173dff8b8fe4d27b330f39cc182cc9e49 Content-Type: multipart/mixed;boundary=---------------------0023f44db2d6097bd65add16c1ac7a2e -----------------------0023f44db2d6097bd65add16c1ac7a2e Content-Transfer-Encoding: quoted-printable Content-Type: text/plain;charset=utf-8 I found a bug in arc-mode.el which makes it unable to open zip files, on further analysis i found it was using incf instead of cl-incf. It is now able to open .zip files and works as expected. I have attached a patch tha= t fixes it. In GNU Emacs 30.1.90 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo version 1.18.4, Xaw3d scroll bars) Repository revision: emacs-30.1.90 Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12401008 System Description: NixOS 25.11 (Xantusia) Configured using: 'configure --prefix=3D/nix/store/21npjyrbq3m495h63dsb7mj2kw69fg2z-emacs-unstable-30.= 1.90 --disable-build-details --with-modules --with-x-toolkit=3Dlucid --with-cairo --without-xft --with-compress-install --with-toolkit-scroll-bars --with-native-compilation --without-imagemagick --with-mailutils --without-small-ja-dic --with-tree-sitter --with-xinput2 --without-xwidgets --with-dbus --with-selinux' -----------------------0023f44db2d6097bd65add16c1ac7a2e Content-Type: text/x-patch; filename="patch.diff"; name="patch.diff" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="patch.diff"; name="patch.diff" ZGlmZiAtLWdpdCBhL2xpc3AvYXJjLW1vZGUuZWwgYi9saXNwL2FyYy1tb2RlLmVsCmluZGV4IDEw ZmYzODcxMDc0Li4xODI3ZDlkMGVmNSAxMDA2NDQKLS0tIGEvbGlzcC9hcmMtbW9kZS5lbAorKysg Yi9saXNwL2FyYy1tb2RlLmVsCkBAIC0xNjk5LDcgKzE2OTksNyBAQCBhcmNoaXZlLS1zdW1tYXJp emUtZGVzY3MKICAgICAgICAgICAgICAgICAgICAgICAgKHQgKCsgKHN0cmluZy13aWR0aCB1aWQp IChzdHJpbmctd2lkdGggZ2lkKSAxKSkpKSkKICAgICAgICAgICAgIChpZiAoPiBsZW4gbWF4aWRs ZW4pIChzZXRxIG1heGlkbGVuIGxlbikpKSkKICAgICAgICAgKGxldCAoKHNpemUgKGFyY2hpdmUt LWZpbGUtZGVzYy1zaXplIGRlc2MpKSkKLSAgICAgICAgICAoaW5jZiB0b3RhbHNpemUgc2l6ZSkK KyAgICAgICAgICAoY2wtaW5jZiB0b3RhbHNpemUgc2l6ZSkKICAgICAgICAgICAoaWYgKD4gc2l6 ZSBtYXhzaXplKSAoc2V0cSBtYXhzaXplIHNpemUpKSkpCiAgICAgICAobGV0KiAoKHNpemVsZW4g KGxlbmd0aCAobnVtYmVyLXRvLXN0cmluZyBtYXhzaXplKSkpCiAgICAgICAgICAgICAgKGRhc2gK -----------------------0023f44db2d6097bd65add16c1ac7a2e-- --------64b29569b2cdbc2179855761cd18d12173dff8b8fe4d27b330f39cc182cc9e49 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: ProtonMail wrsEARYKAG0FgmiPMUQJkOkWXW80jYATRRQAAAAAABwAIHNhbHRAbm90YXRp b25zLm9wZW5wZ3Bqcy5vcmd8jlp6oOATXb5sjG/+949yiOLHjK/NMxFXPIFa +5oDNhYhBH58ArJ4bQx8X5gh5+kWXW80jYATAAAVIQD8DrlB8aIM+cClzmvg 1SFaOM3XN9dZ5ejxnQ9qXbZBxv8A/38Z6SXvft43QTEJyguk6vLKCbkFLN8P /vvfblphe5YC =737Y -----END PGP SIGNATURE----- --------64b29569b2cdbc2179855761cd18d12173dff8b8fe4d27b330f39cc182cc9e49-- ------------=_1754220962-24482-1--