-
Notifications
You must be signed in to change notification settings - Fork 92
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
The inexplicable right fringe #276
Comments
What you see is not the fringe but rather the space Emacs has reserved to display continuation glyphs. See the description of |
Thank you! Indeed the Would there be any good reason for not setting this frame parameter to true though? It doesn't seem necessary to me in pdf buffers. Having said that, I can't think of a good reason for having fringes in pdf buffers either, since they're never used by |
This is a frame parameter so it has to be set for the whole frame and not just pdf buffers. The manual clearly states that it shouldn't be set non-nil for frames on which cursor is displayed and seems to be meant just for tooltips. I have had problems with scrolling on setting it to |
Okay, I've set If this is going to be a problem for me though, I would expect to find out quickly. This is because I use EXWM but with only one ‘workspace’, which means that I effectively only have a single frame. I then use Anyway, thank you very much for pointing out the |
I noticed that the Info manual on machine with Emacs 29.4 had a warning that was missing in the webpage on gnu website I linked to. I was add as a result of this bug https://lists.gnu.org/archive/html/bug-gnu-emacs/2024-05/msg01504.html so you can read about some of the problems you might encounter there. |
Thank you very much for pointing me towards the bug thread. For me, the cursor doesn't disappear but is about half it's usual width - although given the width of the screen the cursor simply occupied the remaining width it possibly could, which just happened to be about half its usual width. In any case, I fortunately haven't experienced any problematic behaviour so far, even in the cases described in that thread's discussion. |
Despite having both fringes set to
0
there appears always to be a right fringe of about10
pixels in width, and no matter what I do I can't eliminate it.I'm a long time user of
pdf-tools
but it was only recently when I inadvertently switched onpdf-view-midnight-minor-mode
that I noticed this issue for the first time.Any ideas what could be causing this?
The text was updated successfully, but these errors were encountered: