-
Notifications
You must be signed in to change notification settings - Fork 19
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
max-width variables seem un-used #79
Comments
Hm, as far as I know they do work, but maybe something's wrong. Can you reproduce in a clean config? |
Hm, as far as I know they do work, but maybe something's wrong. Can you reproduce in a clean config? |
I'll try with an emacs -q
|
I created an empty file named `~/Temp/a-buffer-with-a-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-long-name.txt`
On a clean config I got the same issue:
|
I haven't figured out how the |
Turned out to be a simple mistake in the code that I had never noticed. Should be fixed now. Thanks for reporting. |
As can be seen in my screenshot, my file-names are too long in the bufler listing. I have set both of the custimize options --
bufler-column-Path-max-width
andbufler-column-Name-max-width
, both of which I set to 30. I am using the latest buffler.Note that I need them untruncated when I do a switch-to-buffer, but they make it hard to use bufler-list.
The text was updated successfully, but these errors were encountered: