Earlier quoted context omitted.
Emacs is pretty snappy these days, what kind of performance problems are you seeing with it?
Huh? I (used to) use it almost exclusively with eglot lsp to python language server (Jedi I think). I run emacsfoacosx 29.2 and now .3. And I’ve used it since 1996 on emacs 18 on a b/w sun workstation. But most recently on the last 2020 intel MacBook Pro. The cursor moving speed through a source file is atrocious. Maybe 3 - 4 lines per second vertical and similarly horizontal. The shell just freezes on long lines and…
Lem: Emacs-like editor written in Common Lisp
51–60 of 62 posts
Re: Lem: Emacs-like editor written in Common Lisp
#52Earlier quoted context omitted.
> niceties/third party packages from emacs that I missed Was it magit?
It’s always magit
Org on the other hand is a deal-breaker, and the main reason I’ve been stuck in Emacs for years…
Re: Lem: Emacs-like editor written in Common Lisp
#53The only reason why I use Emacs is org-clock-mode. Can I use it with Lem?
Re: Lem: Emacs-like editor written in Common Lisp
#54Re: Lem: Emacs-like editor written in Common Lisp
#55Earlier quoted context omitted.
>Has anyone used this? I have, it's awesome. There are some rough edges and some niceties/third party packages from emacs that I missed, so I ended up going back, but lem is very promising.
Does it have multiple cursors like https://github.com/magnars/multiple-cursors.el ? I consider it as a mandatory feature.
Re: Lem: Emacs-like editor written in Common Lisp
#56Re: Lem: Emacs-like editor written in Common Lisp
#57I took a look at it since I'm learning cl. lem doesn't appear to have a concept of emacs frames? I have all the HiDPI display area that I could ever want, and an fvwm-based emacs dev configuration evolved over 25 years. The feature mandatory to my (and only mine) dev happiness is to have overlapping emacs frames with the mouse used to rollover often barely visible frames to autofocus them when needed. My memory cache…
Re: Lem: Emacs-like editor written in Common Lisp
#58I took a look at it since I'm learning cl. lem doesn't appear to have a concept of emacs frames? I have all the HiDPI display area that I could ever want, and an fvwm-based emacs dev configuration evolved over 25 years. The feature mandatory to my (and only mine) dev happiness is to have overlapping emacs frames with the mouse used to rollover often barely visible frames to autofocus them when needed. My memory cache…
A yes or no would be cool. I understated a bit on why I love working this way, and it is interesting that that isn't important to the several enthusiastic advocates here. Noted.
Re: Lem: Emacs-like editor written in Common Lisp
#59Earlier quoted context omitted.
I think every Emacs user has thought the same thing. The trouble is Emacs isn't the interpreter, it's the enormous amount of Lisp code written for that interpreter. This isn't the first CL Emacs and probably won't be the last. For a CL version to work you've got to be so good it attracts enough people over despite it being initially worse. But that group of existing Emacs users is already tiny and they spend enough o…
To be fair, this project is not a CL Emacs. It's a separate editor doing its own thing that happens to share the same keybinds and a few architectural decisions.
long history of that that predates GNU emacs, e.g. https://en.wikipedia.org/wiki/Zmacs
Re: Lem: Emacs-like editor written in Common Lisp
#60Earlier quoted context omitted.
To be fair, this project is not a CL Emacs. It's a separate editor doing its own thing that happens to share the same keybinds and a few architectural decisions.
That's literally what an emacs is though. long history of that that predates GNU emacs, e.g. https://en.wikipedia.org/wiki/Zmacs