Andreu
Andreu
I'm on Gentoo with GNU Emacs 24.4.1 (x86_64-pc-linux-gnu, GTK+ Version 3.12.2) Ok. I think I found where the problem is. It looks like `battery.el` uses different functions to read the...
Sorry for late reply! At the time I wrote `mls-battery` I also thought `battery.el` had uniform output. My mistake :( I'm not sure the solution you've posted really fixes the...
I forgot to say this early but the `:buffer` feature is a WorkInProgress! Like almost everything in the `experimental` branch :) I think the `mls-toggle-key` should be used to switch...
@Idorobots Does it make sense to have a keymap in `mls` just to switch to `mls-buffer`? Maybe we could remove this keymap and let the user define his own key...
@Idorobots I agree with that. I'll try to do this changes and add the `major-mode` and some basic actions but I probably won't implement all the features for now (like...
@Idorobots I did some testing and to be able to add the navigation stuff, filters, control, etc. we'll need to make a lot of custom code and it will be...
I think Tabulated list mode is shipped with emacs 24 already so I don't think it's a hard dependency... Can you give me more details about the `org-*` use case?...
It works but I'm not sure this is the right way to fix this issue. See my reply in #17.
@jaseemabid Is there any update on this issue? If you want I'll try to submit it in MELPA after we finish some changes...
Currently there are 2 big (breaking) changes being developed that prevented me submitting into melpa. 1. The secondary mode line is being replaced with a dedicated buffer. 2. The modules...