From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.help Subject: Re: jar files won't open in emacs 27.1 on debian 11.6 "bullseye" Date: Sun, 07 May 2023 09:42:17 +0200 Message-ID: <87ttwoh9k6.fsf@dod.no> References: <87o7o6lshs.fsf@dod.no> <83y1nawysz.fsf@gnu.org> <87edp2l41z.fsf@dod.no> <83pm8mwc65.fsf@gnu.org> <87a5zqkt47.fsf@dod.no> <83a5zqw0kr.fsf@gnu.org> <871ql1lwue.fsf@dod.no> <875yadjwwg.fsf@dod.no> <87wn2tihck.fsf@dod.no> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12198"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun May 07 09:43:25 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 1pvZ3E-00031q-R9 for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 07 May 2023 09:43:24 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pvZ2d-0002Tu-QK; Sun, 07 May 2023 03:42:47 -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 1pvZ2b-0002TT-Sw for help-gnu-emacs@gnu.org; Sun, 07 May 2023 03:42:46 -0400 Original-Received: from schwantz.bang.priv.no ([2a01:4f9:c011:82fd::1]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pvZ2Q-0000tx-2Y for help-gnu-emacs@gnu.org; Sun, 07 May 2023 03:42:35 -0400 Original-Received: from marquez (unknown [84.210.69.52]) by schwantz.bang.priv.no (Postfix) with ESMTPSA id A2978CAA for ; Sun, 7 May 2023 07:42:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=dod.no; s=sb; t=1683445337; bh=7gGVa930dy9K/iT5e8UybtHBjqR99H00JMxP3ReHVvM=; h=From:To:Subject:References:Date:In-Reply-To:From; b=oS85GDH0zPi8Di0KOP2ZZXBV7Fz/FFuiMFP+B9sBTzz/rvuosOSM1dX6sc719U4fc 4fwGwymVMWkdseKZiivs2Xnzzgjo8YE6IYhpi7f5nj+tmi8zf+DCYA5d+pnqLWvgjG QU0LCOjWnVrzNfAWntxFmzcW5fJnBUoeHWLOx3WA= In-Reply-To: <87wn2tihck.fsf@dod.no> (Steinar Bang's message of "Mon, 03 Apr 2023 08:56:43 +0200") Received-SPF: none client-ip=2a01:4f9:c011:82fd::1; envelope-from=sb@dod.no; helo=schwantz.bang.priv.no 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_NONE=0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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:143525 Archived-At: >>>>> Steinar Bang : >> I will look into the .editorconfig settings to see if there is a way >> to exclude .jar files and/or the target directories from what >> editorconfig affects, and if there isn't, open an issue on >> editorconfig-emacs. > I couldn't find any config for excluding files from editorconfig-emacs, > so I opened the following issue on editorconfig-emacs: > https://github.com/editorconfig/editorconfig-emacs/issues/294 Note: editorconfig issue 294 has been fixed, in the way outlined in comments on the emacs bugs: editorconfig won't touch files where mode-class is special: https://github.com/editorconfig/editorconfig-emacs/issues/294#event-9183783067 Here are the comments on the emacs bug: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62630#26 https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62630#29