ergoemacs / ergoemacs-mode

ergoemacs-mode
ergoemacs.github.io/
GNU General Public License v3.0
293 stars 35 forks source link

ergoemacs-close-current-buffer can lead to infinite loop #355

Closed m00natic closed 9 years ago

m00natic commented 9 years ago

emacs-24.5 with ergoemacs-mode-20150824.1237

The culprit is actually within ergoemacs-next-user-buffer which calls (next-buffer) in a loop which may not end.

To reproduce after M-x ergoemacs-clean just press C-w on ELP results' buffer.

mattfidler commented 9 years ago

Should be fixed. Now its not limited to 20 buffers to check. Also can use a prefix argument. Reopen this issue if it doesn't work for you.