Aaron Zeng
Aaron Zeng
> ledger-mode already needs to handle multiple transaction formats just to display them properly Can you specify what you're referring to here? In the actual ledger file, or in reports?...
Discovered some issues on macos, opening alphapapa/makem.sh#49
Updated makem.sh to include the macOS fix.
I think makem.sh doesn't support installing the Elisp files into site-lisp (a la `make install`). However, I think this is an acceptable removal. `make install` and things like it are...
> > If this adapted I would recommend a submodule instead copying the file into the repository to make it easier to track the script. That would be fine too,...
> I don't think that's a fair argument. Packages can come from distribution > packages, it's a common practice. On the other hand, it's very uncommon practice for Elisp packages...
> > If a distribution has a standard way of packaging and installing Elisp packages, it's should just byte-compile, generate autoloads, etc. the way it usually does. I don't think...
Definitely +1 to making package-archives and package-archive-priorities more configurable by the user. Having snapshots of GNU/Non-GNU would be good too, so that you could have a full historical picture of...
As for point-releases of Spacemacs itself, we should perhaps track that discussion in a separate issue. It's not entirely related to package security (obviously some overlap in concerns). My main...
I pushed a new commit that proposes the following change: The following functions now take an optional argument `include-postings`, which, when non-nil, requests that accounts in postings are included: -...