GNU bug report logs -
#62630
27.1; Emacs is unable to open some jar files
Previous Next
Reported by: Steinar Bang <sb <at> dod.no>
Date: Sun, 2 Apr 2023 22:08:02 UTC
Severity: normal
Found in version 27.1
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Steinar Bang <sb <at> dod.no>
> Cc: 62630 <at> debbugs.gnu.org
> Date: Mon, 03 Apr 2023 08:27:32 +0200
>
> The offending config was the following in my ~/.emacs:
>
> ;; editorconfig formatting support
> ;;;================================
> (when (locate-library "editorconfig")
> (editorconfig-mode 1))
>
> editorconfig is a minor mode that makes emacs respect formatting
> settings found in .editorconfig files at the top of projects, making
> emacs respect the same formatting settings as e.g. IntelliJ IDEA and
> Eclipse.
> https://github.com/editorconfig/editorconfig-emacs
>
> And all of the projects that contains .jar files that have failed to
> open correctly have .editorconfig files on the top.
>
> Removing the .editorconfig file on the top of the project with the
> failing jar files removed the problem.
>
> I bisected the .editorconfig file and found that the offending line was: https://github.com/steinarb/modelstore/blob/master/.editorconfig#L7
>
> I.e:
> charset = utf-8
Yes, see my other message in this discussion.
I guess we can now close this bug, as there's no Emacs bug here?
This bug report was last modified 2 years and 112 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.