Kajetan Rzepecki
Kajetan Rzepecki
I can confirm the issue happening on `1.4.9` and `1.4.1`. The latest version that we used that didn't have this issue was `1.3.13`.
On my system: ``` #("30877000.0 29.6 Charging N/A N/A 69.9 33 0 0:33" 0 47 (help-echo "Battery status information" face nil)) ``` Emacs version: ``` GNU Emacs 24.4.1 (x86_64-unknown-linux-gnu, GTK+...
> I see the following options: Either that, or we could wrap `battery.el` to force uniform output. Regards, Kajetan Rzepecki 2015-03-18 15:55 GMT+01:00 Andreu [email protected]: > I'm on Gentoo with...
> Does this make sense? I think forceing `battery.el` to use `sysfs` is fine.
@agpchil I think we can drop the keymap, it's best to leave `mls-buffer-show` for the users to use as they please. On the other hand, major mode for the `mls-buffer`...
@agpchil, offloading `mls-buffer` structuring & navigation to an external mode sounds reasonable, but it would be nice to leave a way for the users to change Tabulated List mode to...
Hi! Gamify uses `global-mode-line-string` by default for XP bar display. You can adjust its format via `gamify-format` variable. Note that this will only work if you use `global-mode-line-string` in your...
Hmm. `gamify-mode-line-string` gets assigned the `gamify-format` formated stats every `gamify-update-interval` seconds. Starting Gamify (by invoking `(gamify-start)` either directly or via the init.el) with default settings shloud be enough to display...
I guess this is a valid reason to finally switch to Emacs 24... :+1:
Sure, feel free to fork and contribute ;) I'm a little busy right now but I'll try to get on this as soon as possible.