[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#17178: 24.3.50; Crash from current HEAD of the trunk
From: |
Bastien |
Subject: |
bug#17178: 24.3.50; Crash from current HEAD of the trunk |
Date: |
Fri, 04 Apr 2014 16:13:30 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) |
Okay, I tracked down the source of the problem.
With current HEAD of trunk, Emacs crashes when evaluating
this sexp from a bare emacs -q:
(when (featurep 'xemacs)
(defadvice custom-handle-keyword
(around org-custom-handle-keyword
activate preactivate)
"Remove custom keywords not recognized to avoid producing an error."
(cond
((eq (ad-get-arg 1) :package-version))
(t ad-do-it))))
This seems very weird, since (featurep 'xemacs) is nil.
--
Bastien
- bug#17178: 24.3.50; Crash from current HEAD of the trunk, Bastien Guerry, 2014/04/03
- bug#17178: 24.3.50; Crash from current HEAD of the trunk, Glenn Morris, 2014/04/03
- bug#17178: 24.3.50; Crash from current HEAD of the trunk, Bastien, 2014/04/03
- bug#17178: 24.3.50; Crash from current HEAD of the trunk, Bastien, 2014/04/03
- bug#17178: 24.3.50; Crash from current HEAD of the trunk, Glenn Morris, 2014/04/03
- bug#17178: 24.3.50; Crash from current HEAD of the trunk, Bastien, 2014/04/03
- bug#17178: 24.3.50; Crash from current HEAD of the trunk, Glenn Morris, 2014/04/03
- bug#17178: 24.3.50; Crash from current HEAD of the trunk,
Bastien <=
- bug#17178: 24.3.50; Crash from current HEAD of the trunk, Eli Zaretskii, 2014/04/04
- bug#17178: 24.3.50; Crash from current HEAD of the trunk, Bastien, 2014/04/04
- bug#17178: 24.3.50; Crash from current HEAD of the trunk, Bastien, 2014/04/04
- bug#17178: 24.3.50; Crash from current HEAD of the trunk, Eli Zaretskii, 2014/04/04
- bug#17178: 24.3.50; Crash from current HEAD of the trunk, Bastien, 2014/04/04