GNU bug report logs - #17178
24.3.50; Crash from current HEAD of the trunk

Previous Next

Package: emacs;

Reported by: Bastien Guerry <bzg <at> altern.org>

Date: Thu, 3 Apr 2014 12:34:01 UTC

Severity: normal

Tags: moreinfo

Found in version 24.3.50

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Bastien <bzg <at> altern.org>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 17178 <at> debbugs.gnu.org
Subject: bug#17178: 24.3.50; Crash from current HEAD of the trunk
Date: Fri, 04 Apr 2014 16:13:30 +0200
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




This bug report was last modified 9 years and 152 days ago.

Previous Next


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