the-kenny / weechat.el

Chat via weechat's relay protocol in Emacs
177 stars 41 forks source link

don't query the user about the connection when exiting emacs. #68

Closed defaultxr closed 6 years ago

defaultxr commented 6 years ago

This is a simple change to avoid Emacs' warning "Active processes exist; kill them and exit anyway? (yes or no)" when weechat-relay is connected to weechat and Emacs is about to exit. In my opinion, since disconnecting from the relay doesn't have any side effects (i.e. it doesn't close weechat) there isn't really much point to having this warning and it just gets in the way. However, if you think there is a use-case for keeping this warning, I'd also be willing to update this PR to make it a custom option instead of disabling it completely.

the-kenny commented 6 years ago

No doubts against this! 🎉