-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about margin-mode
#215
Comments
Hi! We have the ability to switch to the different side for the margin display. Combining the margin indicators is out of scope for this package, but should ultimately be doable. It's a feature for the core Emacs, I'd say. I think there is somewhere a similar feature request in its bug tracker, or perhaps even a prototype implementation (not 100% sure). |
Thanks for the quick response @dgutov! Well, since the general feature (merging) is not possible. Let me talk you trough my use case. 😄 I was messing with what this nice person did: https://www.reddit.com/r/emacs/comments/1bawdau/making_flymake_supports_error_indicators_in_margin/ One thing that always kept me from fully switching to Well, I was actually writing you a response, but I built upon the reeditor original idea and came up (some hours later) with a package: https://github.com/LionyxML/flymake-margin (I just pushed it so you could take a look into it). As I came up with a function in my minor mode that can get the symbol flymake is currently displaying on the margin ( I was thinking that if This would make Of couse I know it might seem a bit presumptuous of me to come here and suggest all of this out of nowhere, but I truly believe that taking a moment to consider it could benefit us all in some way. 😄 Thanks! |
I think you could plug into the same option that
|
Let me know if you'll have any problems doing that. |
Hello there!
Long time user here! Thanks for this awesome package!
Quick question.
Is it possible to make diff-hl, when working on
margin-mode
, keep the current content of the margin?Like, I have some checkers marks:
And diff-hl kind of "overrides" it.
I don't now if this is overriding the styles or the content, but I am thinking of an option like:
Of course, controlled by a
defcustom
likediff-hl-keep-margin-content
.Thanks!
The text was updated successfully, but these errors were encountered: