Thank you: being able to install beancount-mode via modern methods is
quite convenient, and seems like a considerable advantage of having a
separate repository for emacs. I'm using
(straight-use-package '(beancount-mode :type git :host github :repo
"dnicolodi/beancount-mode" :branch main))
which seems to work well.
Kind regards,
Constantine
On 11/10/2020 12:55, Daniele Nicolodi wrote:
On 11/10/2020 11:21, Daniele Nicolodi wrote:
On 11/10/2020 11:07, Stefano Zacchiroli wrote:
On Sun, Oct 11, 2020 at 11:06:23AM +0200, Stefano Zacchiroli wrote:
Yeah, that would be `git filter-branch` with the `--tree-filter` for
s/tree-filter/subdirectory-filter/
(which is newer and better)
I discovered git-fiter-repo that is easier to work with. I am refining
the last details. I should have a clean repository ready in a little while.
The repository is ready here [*]:
https://github.com/dnicolodi/beancount-mode
with the history preserved, a IMHO better structure, and a README with a
first attempt at documenting beancount-mode. The documentation should
probably be a more structured, but what there is covers the basics.
Martin, can you please consider replacing the repository you created
with this one?
Thank you.
Cheers,
Dan
[*] if anyone is curios, this has been obtained with these commands:
# clone
git clone --branch v2 https://github.com/beancount/beancount.git
cd beancount
# reset repository to before the removal
git reset --hard ff1139b2ed3face9befb7a5bc2c7de7096024032
# filter
git filter-repo --path editors/emacs/ \
--path etc/emacsrc \
--path-rename editors/emacs/:
# set remote
git remote add origin [email protected]:dnicolodi/beancount-mode.git
# rename trunk branch
git branch -M main
# push
git push -u origin main
--
You received this message because you are subscribed to the Google Groups
"Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/beancount/088037d1-2173-f0ff-649f-a8fc7878ebee%40costinet.org.