lem icon indicating copy to clipboard operation
lem copied to clipboard

Lem hangs after `flnd-file` with non-existent Lisp-related file

Open t-sin opened this issue 1 year ago • 6 comments

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

t-sin avatar Jun 09 '24 13:06 t-sin

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)

vindarel avatar Jun 10 '24 12:06 vindarel

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

7f7c33d

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 avatar Jul 04 '24 12:07 ShadowS0ng

@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?

jfaz1 avatar Jul 11 '24 23:07 jfaz1

try running lem without your config

garlic0x1 avatar Jul 12 '24 00:07 garlic0x1

@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?

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 avatar Jul 12 '24 10:07 ShadowS0ng

@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?

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.

ShadowS0ng avatar Jul 13 '24 19:07 ShadowS0ng

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.

github-actions[bot] avatar Aug 11 '25 18:08 github-actions[bot]