Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion bug#12858: 24.3.50; Critical: advice broken
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Dmitry Gutov  
View profile  
 More options Nov 14 2012, 9:11 pm
Newsgroups: gnu.emacs.bug
From: Dmitry Gutov <dgu...@yandex.ru>
Date: Thu, 15 Nov 2012 06:10:17 +0400
Local: Wed, Nov 14 2012 9:10 pm
Subject: bug#12858: 24.3.50; Critical: advice broken
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.