GNU bug report logs - #23788
Error: 'apply: Symbol’s value as variable is void: hmouse-alist'

Previous Next

Package: hyperbole;

Reported by: "Feng Shu" <tumashu <at> 163.com>

Date: Sat, 18 Jun 2016 01:40:02 UTC

Severity: normal

Fixed in version 5.14

Done: rswgnu <at> gmail.com

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Robert Weiner <rsw <at> gnu.org>
To: Feng Shu <tumashu <at> 163.com>
Cc: 23788 <at> debbugs.gnu.org
Subject: bug#23788: Error: 'apply: Symbol’s value as variable is void: hmouse-alist'
Date: Sun, 19 Jun 2016 10:05:20 -0400
[Message part 1 (text/plain, inline)]
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 <tumashu <at> 163.com> 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
> Bug-hyperbole <at> gnu.org
> https://lists.gnu.org/mailman/listinfo/bug-hyperbole
>
[Message part 2 (text/html, inline)]

This bug report was last modified 8 years and 357 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.