Übersicht Letzte Änderungen Neuigkeiten Suchen ElispSektion KurzAnleitung Impressum

GuileEmacsTodo

Letzte Änderung

Geändert:

< # Certain heavy operations (namely displaying a big e-mail in Gnus) cause a lock-up (or take very long, I waited several minutes before having to send SIGKILL).

stattdessen:

> # There seem to be memory leaks, or another reason which causes the GC to exhaust the heap, usually resulting in a segfault.


User-visible issues:

wip-bdw-gc branch:

  1. Start-up takes long because dumping doesn’t work. (Tip: During compilation, use another Emacs to byte-compile .el files, or it will take hours/days because each guilemacs instance takes so long to start.)
  2. There seem to be memory leaks, or another reason which causes the GC to exhaust the heap, usually resulting in a segfault.

Other than the above issues, I could say I can’t distinguish my Guile-Emacs build from a normal Emacs build, apart from the fact that it can run Scheme! M-: (eval-scheme "(call-with-current-continuation (lambda (k) (k 42)))") RET => 42 (The return-value is an Elisp datum.) – TaylanUB