-
Notifications
You must be signed in to change notification settings - Fork 12
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
hide-lines-matching fails for emacs 27.1 #8
Comments
I got the same problem with Emacs 29 pretest. My fix was to change the following defun slightly
by adding the extra check that happy to send a PR if this is indeed the problem and right fix. |
That fixes my problem (had been entering backtrace when trying to use hide-show)! Now hide-show works for me. Thanks! Dunno what PR is, assume that is report to fix problem, if so please do. |
thanks. A PR is a pull-request to fix the code, and someone else I see already fixed it before I did. See #7 |
In moving from Ubuntu 14.04 (emacs version 23.4.1) to Ubuntu 22.04 (emacs version 27.1), I find hide-lines fails (using the same .emacs file as before) for
(hide-lines-matching "^ *#[^ #A-Z0-9]")
with
'Wrong type argument: listp, t'
in function hide-lines-add-overlay`- apparently coming from the sequence
(member 'hl buffer-invisibility-spec)
Am over my head trying to debug this, so must simply report and hope someone more knowledgable
than I can fix this, since functionality very useful to me
The text was updated successfully, but these errors were encountered: