Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

killing all of my windows #20

Closed
lonelymtn opened this issue May 14, 2012 · 1 comment
Closed

killing all of my windows #20

lonelymtn opened this issue May 14, 2012 · 1 comment

Comments

@lonelymtn
Copy link

The Emacs23 work-around that you have bound the keymap "q" (in mu4e-view.el, maybe others) is killing all of my windows when I try to get out of viewing a message:

;; emacs23 hack: trial and error
(condition-case nil
  (kill-buffer-and-window)
  (kill-buffer))

As a result, I do properly see mu4e-main after 'quitting' the view or header mode, but it kills my 5-6 other open windows in the process. I am running Emacs 23.4.

@djcb
Copy link
Owner

djcb commented Jun 15, 2012

I've pushed some changes that should make the buffer-switching / quiting a bit less aggressive. Basically, your existing windows should not be affected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants