unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Dmitry Gutov <dgutov@yandex.ru>
To: 12858@debbugs.gnu.org
Subject: bug#12858: 24.3.50; Critical: advice broken
Date: Thu, 15 Nov 2012 06:10:17 +0400	[thread overview]
Message-ID: <50A44F09.2070106@yandex.ru> (raw)
In-Reply-To: <87zk2pq695.fsf@drachen.i-did-not-set--mail-host-address--so-tickle-me>

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





  parent reply	other threads:[~2012-11-15  2:10 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-11  1:26 bug#12858: 24.3.50; Critical: advice broken Michael Heerdegen
2012-11-11 15:27 ` Stefan Monnier
2012-11-11 17:18   ` Michael Heerdegen
2012-11-12  1:18     ` Stefan Monnier
2012-11-13 14:34 ` Stefan Monnier
2012-11-13 21:57 ` Vitalie Spinu
2012-11-13 22:31   ` Stefan Monnier
2012-11-14 11:11     ` Vitalie Spinu
2012-11-15  3:31       ` Stefan Monnier
2012-11-15  2:10 ` Dmitry Gutov [this message]
2012-11-15 20:25 ` 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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=50A44F09.2070106@yandex.ru \
    --to=dgutov@yandex.ru \
    --cc=12858@debbugs.gnu.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).