Jon Palmisciano

Results 9 comments of Jon Palmisciano

I am also experiencing this issue, using Emacs 28.0.60 on macOS 12, ARM64. The traceback for me looks like this: ``` Debugger entered--Lisp error: (wrong-type-argument symbolp (1 . -1)) boundp((1...

I've actually tried adding this myself before filing this issue and I hit a wall — any guidance is welcome and I'll happily submit a PR to address this. I...

Your suggestion worked perfectly; thank you for the guidance @jwortmann.

Turns out if you double click one of the pinned cross references you can get a crash as well.

Implemented as of ~1 year ago via the "edit function properties" dialog.

Alternate (non-deterministic) repro steps: 1. Open fresh BN or new tab 2. Scroll slightly (for good luck? seems to help...) 3. File > Open with Options 4. Select and confirm...

The originally-reported crash should be fixed in builds ≥3588. The "Save Layout" feature still does not behave as expected in the described scenario, so this issue will remain open to...

This would ideally include the ability to fold code blocks, e.g. long `if` statements. (#3311)

I started looking at implementing this—as a cheap hack, the comma `OpToken` (shown below) can simply be modified to include a space, but this doesn't strike me as the correct...