On Fri, Jun 17, 2016 at 8:59 PM, Feng Shu wrote: > > When emacs daemon is enabled, hyperbole's smart mouse key can not be > used. > > The problem is the following code in hui-mouse.el can execute properly > for hyperb:window-system is nil > If I understand correctly, you are saying you have mouse support on your client display but not on the server emacs computer that serves up emacs clients. As a result, hyperb:window-system is nil (server sets this), disabling Hyperbole mouse support for both the client and server. So we really want to determine mouse support on a per-display basis rather than on a per-server per Hyperbole instance basis. Does that sound correct? Bob