all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vitalie Spinu <spinuvit@gmail.com>
To: Stefan Monnier <monnier@IRO.UMontreal.CA>
Cc: Michael Heerdegen <michael_heerdegen@web.de>, 12858@debbugs.gnu.org
Subject: bug#12858: 24.3.50; Critical: advice broken
Date: Wed, 14 Nov 2012 12:11:14 +0100	[thread overview]
Message-ID: <87vcd81lt9.fsf@gmail.com> (raw)
In-Reply-To: <jwv390dyw38.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Tue, 13 Nov 2012 17:31:48 -0500")

  >> Stefan Monnier <monnier@IRO.UMontreal.CA>
  >> on Tue, 13 Nov 2012 17:31:48 -0500 wrote:

  >> ad-handle-definition(dired-find-buffer-nocreate)
  >> ad-activate(dired-find-buffer-nocreate)

  SM> The order between those two indicates you're using the "before
  SM> yesterday" code.  I installed  big change yesterday which should
  SM> introduce all kinds of new bugs (and probably fixes this bug ;-).

I am getting the following with today's trunk:

Debugger entered--Lisp error: (wrong-type-argument listp t)
  ad-parse-arglist(t)
  ad-map-arglists(t t)
  ad-make-advised-definition(org-clock-out)
  ad-activate-advised-definition(org-clock-out nil)
  ad-activate(org-clock-out nil)
  (progn (ad-add-advice (quote org-clock-out) (quote (stack-clock-in nil t (advice lambda nil "Clock in tasks from `vs/clock-stack' on clock-out.\nClocking in the task removes t from `vs/clock-stack'.If the\nheader has :clock-ignore: tag it will be silently removed from\n`vs/clock-stack' with no clock-in." (let ((curr-clock-name org-clock-current-task) (curr-clock ...)) ad-do-it (unless org-clock-clocking-in (or ... ...)))))) (quote around) (quote nil)) (ad-activate (quote org-clock-out) nil) (quote org-clock-out))
  eval-buffer(#<buffer  *load*-582069> nil "/home/vitoshka/Dropbox/.main/.eORG.el" nil t)  ; Reading at buffer position 13539
  load-with-code-conversion("/home/vitoshka/Dropbox/.main/.eORG.el" "/home/vitoshka/Dropbox/.main/.eORG.el" nil nil)
  load(".eORG.el")
  (progn (package-initialize) (setq package-enable-at-startup nil) (require (quote eldoc-eval)) (global-set-key (kbd "M-x") (quote smex)) (global-set-key (kbd "M-X") (quote smex-major-mode-commands)) (paren-activate) (print "--> loading .eOTHER.el") (load ".eOTHER.el") (print "--> loading .eORG.el") (load ".eORG.el"))
  (if (> emacs-major-version 23) (progn (package-initialize) (setq package-enable-at-startup nil) (require (quote eldoc-eval)) (global-set-key (kbd "M-x") (quote smex)) (global-set-key (kbd "M-X") (quote smex-major-mode-commands)) (paren-activate) (print "--> loading .eOTHER.el") (load ".eOTHER.el") (print "--> loading .eORG.el") (load ".eORG.el")))
  (if (or (member "-b" command-line-args) (member "-ess" command-line-args)) nil (load custom-file) (setq package-user-dir "~/Dropbox/ELPA") (setq package-archives (quote (("gnu" . "http://elpa.gnu.org/packages/") ("marmalade" . "http://marmalade-repo.org/packages/") ("melpa" . "http://melpa.milkbox.net/packages/")))) (print "--> loading .eESS.el") (load ".eESS.el") (load "my-func.el") (if (> emacs-major-version 23) (progn (package-initialize) (setq package-enable-at-startup nil) (require (quote eldoc-eval)) (global-set-key (kbd "M-x") (quote smex)) (global-set-key (kbd "M-X") (quote smex-major-mode-commands)) (paren-activate) (print "--> loading .eOTHER.el") (load ".eOTHER.el") (print "--> loading .eORG.el") (load ".eORG.el"))) (cd "~/") (message "Startup took: %s" (- (float-time) (float-
 time before-init-time))))
  eval-buffer(#<buffer  *load*> nil "/home/vitoshka/.emacs" nil t)  ; Reading at buffer position 27093
  load-with-code-conversion("/home/vitoshka/.emacs" "/home/vitoshka/.emacs" t t)
  load("~/.emacs" t t)
  #[0 "\b\205\262


    Vitalie





  reply	other threads:[~2012-11-14 11:11 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 [this message]
2012-11-15  3:31       ` Stefan Monnier
2012-11-15  2:10 ` Dmitry Gutov
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

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

  git send-email \
    --in-reply-to=87vcd81lt9.fsf@gmail.com \
    --to=spinuvit@gmail.com \
    --cc=12858@debbugs.gnu.org \
    --cc=michael_heerdegen@web.de \
    --cc=monnier@IRO.UMontreal.CA \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.