Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign uptracking.el should support powerline #137
Comments
jorgenschaefer
added
the
enhancement
label
Apr 17, 2015
jorgenschaefer
added this to the
v1.7 milestone
Apr 17, 2015
jorgenschaefer
modified the milestones:
v1.7,
v1.8
May 8, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
travisbhartwell
Aug 18, 2015
Is this something I could help with? I don't use circe, but I use weechat-el, which uses tracking.el. I also use Spacemacs which uses Powerline. So getting this to support Powerline would be useful for me.
Is it just the definition of the minor mode that needs changed, in the case of powerline being active, adding the information to global-mode-string instead of mode-line-format?
I'll ping you on IRC, I'm Nafai on #emacs.
travisbhartwell
commented
Aug 18, 2015
|
Is this something I could help with? I don't use circe, but I use weechat-el, which uses tracking.el. I also use Spacemacs which uses Powerline. So getting this to support Powerline would be useful for me. Is it just the definition of the minor mode that needs changed, in the case of powerline being active, adding the information to I'll ping you on IRC, I'm Nafai on #emacs. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
jorgenschaefer
Aug 18, 2015
Owner
Thanks for the offer! The current setting of tracking-position will change where tracking-mode will add its indicator to the mode line. I suspect tracking-mode should auto-detect whether powerline is in use and add it to the correct place for powerline, instead of wherever tracking-position would tell it to. This behavior should also be documented in tracking-position.
|
Thanks for the offer! The current setting of |
added a commit
to travisbhartwell/circe
that referenced
this issue
Aug 18, 2015
travisbhartwell
referenced a pull request that will
close
this issue
Aug 18, 2015
Open
Add Powerline support to the tracking package. #214
added a commit
to travisbhartwell/circe
that referenced
this issue
Aug 18, 2015
added a commit
to travisbhartwell/circe
that referenced
this issue
Aug 19, 2015
travisbhartwell
referenced this issue
Aug 22, 2015
Open
Need a general way to determine if Powerline is active #97
bradens
referenced this issue
Sep 10, 2015
Closed
Any way to surface "Buffers with unread messages" ? #219
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
bradens
commented
Sep 10, 2015
|
|
jorgenschaefer
modified the milestones:
v2.1,
v2.2
Nov 15, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
jorgenschaefer
Jan 31, 2016
Owner
Hm. I guess this is blocked by no good way of detecting whether powerline is active or not? Can you do a workaround by either checking if (memq 'mode-line-misc-info mode-line-format) or, alternatively, just providing a new value powerline for tracking-position?
|
Hm. I guess this is blocked by no good way of detecting whether powerline is active or not? Can you do a workaround by either checking if |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
wasamasa
Jan 31, 2016
Collaborator
The latter sounds better to me as I happen to have mode-line-misc-info in mode-line-format as well although I'm using smart-mode-line.
|
The latter sounds better to me as I happen to have |
jorgenschaefer commentedApr 17, 2015
When the powerline extension is used, tracking.el's notifications are not shown. It should have the option to add itself to
global-mode-stringfor this case.