help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Help debugging backtrace


From: Michael Heerdegen
Subject: Re: Help debugging backtrace
Date: Thu, 24 Oct 2013 02:44:49 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Alex Bennée <kernel-hacker@bennee.com> writes:

> crmbk-frame-mode: cleaning up, running hooks: (crmbk-reset-search
> crmbk-reenable-touchpad crmbk-remove-powerd-hooks) Error during
> redisplay: (run-hook-with-args crmbk-delete-frame-handler #<frame Edit
> Server Frame 0x3830530>) signaled (invalid-function (lambda "Clean-up
> any hooks into powerd and it's dbus interface" (message (format "in
> crmbk-remove-powerd-hooks: %s" post-command-hook)) (remove-hook (quote
> post-command-hook) (quote crmbk-notify-powerd-user-activity)) (message
> "done")))

This error message says that an invalid function was called.  It is this
one (you're missing to specify the argument list):

(defun crmbk-remove-powerd-hooks
  "Clean-up any hooks into powerd and it's dbus interface"
  (remove-hook 'post-command-hook 'crmbk-notify-powerd-user-activity))


Regards,

Michael.




reply via email to

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