all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: emacs-devel@gnu.org
Cc: Stefan Monnier <monnier@iro.umontreal.ca>
Subject: Re: master 84e0b7d: Deprecate `intangible' and `point-entered' properties
Date: Tue, 14 Apr 2015 09:28:19 +0900	[thread overview]
Message-ID: <b4mk2xftuxo.fsf@jpl.org> (raw)
In-Reply-To: E1YhkO9-0004qC-N2@vcs.savannah.gnu.org

On Mon, 13 Apr 2015 19:51:21 +0000, Stefan Monnier <monnier@iro.umontreal.ca> wrote:
> +(defun gnus-group--setup-tool-bar-update (beg end)
> +  (when gnus-group-update-tool-bar
> +    (if (fboundp 'cursor-sensor-mode)
> +        (progn
> +          (unless (bound-and-true-p cursor-sensor-mode)
> +            (cursor-sensor-mode 1))
> +          (gnus-put-text-property beg end 'cursor-sensor-functions
> +                                  #'gnus-tool-bar-update))

I guess the value set to cursor-sensor-functions should be a list
or it should allow a non-list value.  When running Gnus I got:

Debugger entered--Lisp error: (wrong-type-argument listp gnus-tool-bar-update)
  cursor-sensor--detect(#<window 3 on *Group*>)
  run-hook-with-args(cursor-sensor--detect #<window 3 on *Group*>)
  redisplay--pre-redisplay-functions(t)
  apply(redisplay--pre-redisplay-functions t)
  #[128 "..." [apply redisplay--pre-redisplay-functions ignore nil] 4 nil nil](t)
  redisplay_internal\ \(C\ function\)()



       reply	other threads:[~2015-04-14  0:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20150413195121.18574.60557@vcs.savannah.gnu.org>
     [not found] ` <E1YhkO9-0004qC-N2@vcs.savannah.gnu.org>
2015-04-14  0:28   ` Katsumi Yamaoka [this message]
2015-04-14  1:25     ` master 84e0b7d: Deprecate `intangible' and `point-entered' properties Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4mk2xftuxo.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.