-
Notifications
You must be signed in to change notification settings - Fork 9
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
How to have *helm mu* buffer with truncated lines by default? #46
Comments
Actually, Thanks! I can try to look into the code in the coming days/weeks too as time allows. My Emacs Lisp skills are still very basic, but this might not be too crazy to do. |
Helm-mu truncates lines by default in my setup. If it doesn't in your setup that's either due to a bug or due to something in your configuration. Could you please send a screenshot? Thank you! |
Oh, interesting... When I first run Another thing that is not great (but that is could be my mu4e settings and the fact that, since I use EXWM, I cannot have messages in a new frame) is that in the window that pops up, I don't just have the message window: I have what I normally have when I open a message in mu4e: the message buffer and a bit of the header view buffer (in mu4e, the whole thing looks good because it occupies the full width, not half of it). So as you can see, not really good... If I run Note: out of respect for the privacy of the people whose names are visible on those screenshots, I will delete them once you have had a look at them (even if they remain in the edits). |
Probably unrelated, but out of curiosity: does your |
And FWIW, the |
Thanks for the explanation and screenshots (feel free to delete them). I'm not really using persistent actions ( My |
Interestingly, my helm-mu-contacts is not truncated. No idea why this is different on your system. |
Does this mean that if you use
Yes, that's what I am doing now due to this issue. But this leaves all the mu4e buffers open and, while it might be appropriate when wanting to send emails, etc., trying to refresh one's memory about some info lost in some email using
I think so too. But changing this affects my mu4e experience (obviously) and it actually breaks Helm-mu. This is probably due to EXWM. Finding a fix for this would be quite challenging I think. But if I could set some options for the
This might be because my function I honestly would like it if all Helm buffers were always with truncated lines or if there was a global Helm option to force that onto all of them (thanks for confirming that your Anyhow, thank you for your very quick replies! |
Marie-Helene Burle <[email protected]> writes:
Actually, *helm kill ring* also is not truncated by default and I
would like to be able to set that too.
There is no variable to set this by default because it would defeat C-]
which allow showing the whole contents of candidates.
Some of the Helm functionalities have a variable to set this
(e.g. helm-buffers-truncate-lines, helm-moccur-truncate-lines), but
others don't. Would it be possible to request this as a feature (or,
more simply--and that would totally work for me--to have a global
setting for all helm buffers)?
Now you can set helm-truncate-lines to set the truncate-lines value in
all helm buffers at startup.
Note that you can change the value at any time with
helm-toggle-truncate-line (C-c >)
… Thanks!
I can try to look into the code in the coming days/weeks too as time allows.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.*
--
Thierry
|
Great!!! 🙂 The new variable works like a charm 🙂 I now have all my Helm buffers (including Helm kill ring and Helm mu) truncated. Being able to toggle with a key is really cool indeed, but I am really happy to be able to have it in what I find much more readable by default. Thank you Thierry for doing this and doing it so quickly!!! 🙂 All your work is much appreciated!! I guess I will close this issue now. |
I'll reopen because I think it makes sense to have truncation by default with this helm source. |
My Helm buffers all have truncated lines (which is what I want), but the
*helm mu*
buffer does not and I have to callhelm-toggle-truncate-line
each time.Adding to my init file the line below did not help:
The text was updated successfully, but these errors were encountered: