emacs-purpose
emacs-purpose copied to clipboard
Review and refactor old code
Review the existing code, find bits of bad implementation and improve them.
For example, (edit: (purpose-flatten (mapcar #'window-list frames)) is bad and should be replaced by (window-list-1 nil nil frames).window-list-1 doesn't work like this)
Automatically closed by commit, but not completely fixed yet so reopen.