Lem hangs after `flnd-file` with non-existent Lisp-related file
I would create a new file like test.asd then Lem returns no response. I tried creating some kind of file type, these file types make Lem hang up: .asd and .lisp.
With debug log (lem --debug --log-filename ~/.lem/logs/find-file.log) , Lem has done find-file command and lem-lisp-mode.
I'm not familiar with details of command flow so I feel I cannot investigate about this problem.
Environment
- Lem: lem 2.2.0-7f7c33da
- OS: Ubuntu 23.10
I am trying to reproduce:
- start Lem
- create a new file with C-x C-f, name it testfoo.asd or test.lisp, try to write into the buffer and save the file -> it works for me
7f7c33da
what commit are you on? (I can't find this commit id)
I am trying to reproduce:
- start Lem
- create a new file with C-x C-f, name it testfoo.asd or test.lisp, try to write into the buffer and save the file -> it works for me
what commit are you on? (I can't find this commit id)
I'm on Arch linux using latest commit as of today , and that issue exists i cannot open any lisp file . SBCL 2.4.5 commit : 34843b3 WM: Hyprland v0.41.2-9-g9c5dd59d
@ShadowS0ng I can't reproduce this issue. What are the exact steps? Are you just opening a .lisp file with C-x C-f and it's not working?
try running lem without your config
@ShadowS0ng I can't reproduce this issue. What are the exact steps? Are you just opening a
.lispfile withC-x C-fand it's not working?
if you open a regular lisp file you need to enable lisp mode or save the file for lem to hang. if you open the init.lisp file it will hang immediately. i suspect it's a dependency issue on arch because when i install lem using docker it works fine.
@ShadowS0ng I can't reproduce this issue. What are the exact steps? Are you just opening a
.lispfile withC-x C-fand it's not working?if you open a regular lisp file you need to enable lisp mode or save the file for lem to hang. if you open the init.lisp file it will hang immediately. i suspect it's a dependency issue on arch because when i install lem using docker it works fine.
Update
when i install lem manually it works fine so the problem is not from lem it's from AUR repo.
This issue has been inactive for {days} days. If there is no activity within the next 14 days, it will be automatically closed. Please add a comment if it is still relevant.