-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
Hi all,
edit: Original title was "Prism mode causes emacs to freeze/lock up when typing double-quote characters on ARM macbooks"
Title says it all. I am not sure how to debug this further, because emacs hangs entirely and the only way to recover is to force-quit the application. I suppose one could use gdb or another debugger but I am not an expert in that sort of debugging and wouldn't know where to start.
Steps to reproduce:
- start emacs with blank config on M2 Macbook pro
- Install Prism from MELPA (version "20230416.626" is what
package.elpulled down for me)
(use-package prism
:commands prism-mode
:init
(add-hook 'prog-mode-hook #'prism-mode))- Open a
.lispfile and attempt to type the following:(#P"")which is a Common Lisp pathname literal. I have also seen this when editing HTML and attempting to type<html lang="en">
laurynas-biveinis, JasZhe and fxkrait
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed