GNU bug report logs - #12858
24.3.50; Critical: advice broken

Previous Next

Package: emacs;

Reported by: Michael Heerdegen <michael_heerdegen <at> web.de>

Date: Sun, 11 Nov 2012 01:27:01 UTC

Severity: normal

Found in version 24.3.50

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


Message #29 received at 12858 <at> debbugs.gnu.org (full text, mbox):

From: Dmitry Gutov <dgutov <at> yandex.ru>
To: 12858 <at> debbugs.gnu.org
Cc: Stefan Monnier <monnier <at> IRO.UMontreal.CA>
Subject: 24.3.50; Critical: advice broken
Date: Thu, 15 Nov 2012 06:10:17 +0400
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




This bug report was last modified 12 years and 276 days ago.

Previous Next


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