bug-hyperbole
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#23788: Error: 'apply: Symbol’s value as variable is void: hmouse-ali


From: Feng Shu
Subject: bug#23788: Error: 'apply: Symbol’s value as variable is void: hmouse-alist'
Date: Sat, 18 Jun 2016 08:59:28 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

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

#+begin_src elisp
(require 'hargs)
(require 'hmouse-key)
(if hyperb:window-system
    (progn
      (defvar hmouse-alist hkey-alist
        "Alist of predicates and form-conses for context-sensitive smart key 
mouse actions.
When the action-key or the assist-key is pressed, the first or
second form, respectively, associated with the first non-nil predicate is
evaluated.")
      (load "hui-window")))
#+end_src


-- 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]