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.help Subject: Re: jar files won't open in emacs 27.1 on debian 11.6 "bullseye" Date: Sun, 02 Apr 2023 22:23:00 +0300 Message-ID: <83a5zqw0kr.fsf@gnu.org> References: <87o7o6lshs.fsf@dod.no> <83y1nawysz.fsf@gnu.org> <87edp2l41z.fsf@dod.no> <83pm8mwc65.fsf@gnu.org> <87a5zqkt47.fsf@dod.no> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27211"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Apr 02 21:23:20 2023 Return-path: Envelope-to: geh-help-gnu-emacs@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 1pj3IM-0006sC-Ar for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 02 Apr 2023 21:23:18 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pj3Ho-00076o-Kq; Sun, 02 Apr 2023 15:22:44 -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 1pj3Hn-00076S-Jg for help-gnu-emacs@gnu.org; Sun, 02 Apr 2023 15:22:43 -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 1pj3Hn-000541-7r for help-gnu-emacs@gnu.org; Sun, 02 Apr 2023 15:22:43 -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=wC+fJQlP3wdWYUFXq5XGUPC8j99Lns1rnakCbHnnYHw=; b=j6m6GJJUEpdY VkgsKyHeWlssrv12JN29h1uT1z5Sa+xDgB1fu1WO+JC7hgZWFUlpjg3VIq86NUVEHeMREldmsM+iq znbowv6hdVh4tj50J53Qp5sJQ9vbV96TIRKtgclIAAJ254q9njHj6y8y40uAx944q7KibdCXebSRO ukdYv/Fx7mGypdJ1izlpfvG0BnUD+Fh6oa4e2BcTwl2bMQVJdzN57+uXYkg0IS+6t+pKWZCUtoW/S QjbWk/mpLt8t+4d3+b2vlFRaBc/wUmwwjtzuLipNXGZ+zq0ncxaXOrshAictWlB5Zp3YIW9PCKcjA FaHf/mGc3fnkFNrqsa5G8g==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pj3Hl-0007z6-KR for help-gnu-emacs@gnu.org; Sun, 02 Apr 2023 15:22:42 -0400 In-Reply-To: <87a5zqkt47.fsf@dod.no> (message from Steinar Bang on Sun, 02 Apr 2023 20:59:36 +0200) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:143200 Archived-At: > From: Steinar Bang > Date: Sun, 02 Apr 2023 20:59:36 +0200 > > >>>>> Eli Zaretskii : > > > You need to "M-x load-file RET arc-mode.el.gz RET" before "C-u M-x" of > > the function. The Emacs will stop in the function. > > Ok, archive-zip-summarize looks for the magic sequence "PK\005\006" or > "PK\006\007" or "PK\006\006" or "PK\001\002". > > But what this jar file starts with, is "PK^c^d", which I think is > "PK\003\004", which is non of the above. > > I.e. archive-zip-summarize doesn't recognize the magic number of these > jar files. Please report this as a bug and include such a jar file.