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

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

bug#12858: 24.3.50; Critical: advice broken


From: Dmitry Gutov
Subject: bug#12858: 24.3.50; Critical: advice broken
Date: Thu, 15 Nov 2012 06:10:17 +0400
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121026 Thunderbird/16.0.2

Same here:

Debugger entered--Lisp error: (wrong-type-argument listp t)
  ad-parse-arglist(t)
  ad-map-arglists((pattern &optional do-all) t)
  ad-make-advised-definition(apropos)
  ad-activate-advised-definition(apropos nil)
  ad-activate(apropos nil)
(progn (ad-add-advice (quote apropos) (quote (select-window nil t (advice lambda (pattern &optional do-all) "Selects apropos window and makes it dedicated." (let ((window ...)) (when window (select-window window) (set-window-dedicated-p window t)))))) (quote after) (quote nil)) (ad-activate (quote apropos) nil) (quote apropos)) (defadvice apropos (after select-window (pattern &optional do-all) activate) "Selects apropos window and makes it dedicated." (let ((window (get-buffer-window "*Apropos*"))) (when window (select-window window) (set-window-dedicated-p window t)))) eval((defadvice apropos (after select-window (pattern &optional do-all) activate) "Selects apropos window and makes it dedicated." (let ((window (get-buffer-window "*Apropos*"))) (when window (select-window window) (set-window-dedicated-p window t)))) nil)
  eval-last-sexp-1(nil)
  eval-last-sexp(nil)
  call-interactively(eval-last-sexp nil nil)

bzr revno => 110899

--Dmitry





reply via email to

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