Hi Craig,

thanks for your continued maintenance of ledger mode for Emacs.

It has had a few problems with cruft/unclarity/doesn't-just-work for a really long time now. Since you've been doing a lot of work on it, I think the fault is ours for not giving you the right bug reports or contributing patches. So here are some quick notes - let me know if you'd prefer to receive these in the ledger github issue tracker or elsewhere.

Today I installed it from MELPA. Here's how, for anyone wondering:

.emacs:
(require 'package)
(add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/";) t)
(package-initialize)

M-x list-packages, move to ldg-mode, i, x

I believe this installs a snapshot of the latest *.el files from github master branch.

There are two entry points, ldg-mode.el and ldg-new.el. Neither one includes an up to date description or version number or ledger-mode-version var or function.

I guess ldg-mode is the current maintained and used one, since it is declared as an autoload. The autoload declaration is not sufficient though; you get an undefined ledger-check-version error when you run ledger-mode. A bunch of files (all of them ?) need to be loaded, not just one.

Sorry for the ranty tone of this email. :)

-Simon

--

--- You received this message because you are subscribed to the Google Groups "Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to