From: Stefan Monnier via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: Ivan Andrus <darthandrus@gmail.com>
Cc: 27552@debbugs.gnu.org, Lars Ingebrigtsen <larsi@gnus.org>
Subject: bug#27552: 25.2.50; Indentation problem in rnc-mode
Date: Sat, 02 Jul 2022 17:37:43 -0400 [thread overview]
Message-ID: <jwvletbnqyq.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <71D4EC3D-A0CF-431F-87FD-7D9C772DF8D0@gmail.com> (Ivan Andrus's message of "Sat, 2 Jul 2022 14:43:49 -0600")
> $ git clone git://git.sv.gnu.org/emacs/elpaa
`elpa.git` is fairly large, you don't want to clone all of it just for
`rnc-mode`. Try something like:
git clone --single-branch git://git.sv.gnu.org/emacs/elpa
cd elpa
make # Initial setup, only needed once.
make packages/rnc-mode # Fetches rnc-mode and sets it up.
make packages/rnc-mode # Generate autoloads, <foo>-pkg,el, and compile.
-- Stefan
> Cloning into 'elpa'...
> remote: Counting objects: 420700, done.
> remote: Compressing objects: 100% (122372/122372), done.
> warning: object 40b50e2bcb5b674697e3e2a41627564f810880c4: gitignoreSymlink: .gitignore is a symlink
> warning: object da777249505761d5c51406d4a0d268629f146f8e: gitignoreSymlink: .gitignore is a symlink
> warning: object fa73f7d32f618bd46247364932cac8aa591ed8b9: gitignoreSymlink: .gitignore is a symlink
> warning: object 6bca01e6638f0e92ce277c1497c8f1175236315a: gitignoreSymlink: .gitignore is a symlink
> warning: object 4246bb45961f0e8ed4ccb123648d55a2f043524c: gitignoreSymlink: .gitignore is a symlink
> error: object 2699d230e3b592ae42506d7b5c969a7ac6a4593c: zeroPaddedFilemode:
> contains zero-padded file modes
> fatal: fsck error in packed object
> fatal: fetch-pack: invalid index-pack output
If you do want to clone it all, then I think you'll need
[fetch "fsck"]
zeroPaddedFilemode = warn
in your `~/.gitconfig` because we were unlucky to have some entries in
our Git history (generated by some earlier version of Git) which Git
later decided should use a different format. IIRC we had that in our
old `master` branch which should be gone now, but since then we
inherited some other occurrence of the problem from the history of
some package.
I bumped the version so a new 0.3 should appear soonish, tho.
Stefan
> But that's a separate issue, I'll probably bring it up on Emacs devel, but
> I thought I actually send this email before I forget a second time. :)
>
> -Ivan
>
>> On Jun 15, 2022, at 09:56, Lars Ingebrigtsen <larsi@gnus.org> wrote:
>>
>> Stefan Monnier <monnier@iro.umontreal.ca> writes:
>>
>>> Kind of, yes. There are various places where we could try and fix
>>> this problem, but this might be the simplest, indeed.
>>> I pushed the patch below which does that.
>>
>> Thanks; I can confirm that that fixes this issue, so I'm closing this
>> bug report.
>>
>> --
>> (domestic pets only, the antidote for overdose, milk.)
>> bloggy blog: http://lars.ingebrigtsen.no
prev parent reply other threads:[~2022-07-02 21:37 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-01 20:33 bug#27552: 25.2.50; Indentation problem in rnc-mode Ivan Andrus
2022-05-17 19:25 ` Lars Ingebrigtsen
2022-06-15 14:25 ` Lars Ingebrigtsen
2022-06-15 15:15 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-15 15:56 ` Lars Ingebrigtsen
2022-07-02 20:43 ` Ivan Andrus
2022-07-02 21:37 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jwvletbnqyq.fsf-monnier+emacs@gnu.org \
--to=bug-gnu-emacs@gnu.org \
--cc=27552@debbugs.gnu.org \
--cc=darthandrus@gmail.com \
--cc=larsi@gnus.org \
--cc=monnier@iro.umontreal.ca \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.