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: Robert Weiner
Subject: bug#23788: Error: 'apply: Symbol’s value as variable is void: hmouse-alist'
Date: Sun, 19 Jun 2016 10:05:20 -0400

We think this is fixed for the next release.  `hyperb:window-system' is now a function that returns a per-frame value determining whether or not mouse support exists and to therefore use hmouse-alist.  We have to do some more testing but basic things are working with this change in place.  -- Bob

On Fri, Jun 17, 2016 at 8:59 PM, Feng Shu <address@hidden> 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

#+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


--




_______________________________________________
Bug-hyperbole mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/bug-hyperbole


reply via email to

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