unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Bastien <bzg@altern.org>
To: Glenn Morris <rgm@gnu.org>
Cc: 17178@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	[thread overview]
Message-ID: <87vbup9o8l.fsf@bzg.ath.cx> (raw)
In-Reply-To: <87ha6agx0d.fsf@bzg.ath.cx> (Bastien's message of "Thu, 03 Apr	2014 19:09:54 +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





  parent reply	other threads:[~2014-04-04 14:13 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-03 12:32 bug#17178: 24.3.50; Crash from current HEAD of the trunk Bastien Guerry
2014-04-03 15:52 ` Glenn Morris
2014-04-03 16:21   ` Bastien
2014-04-03 16:25     ` Bastien
2014-04-03 16:52     ` Glenn Morris
2014-04-03 17:09       ` Bastien
2014-04-03 17:11         ` Glenn Morris
2014-04-04 14:13         ` Bastien [this message]
2014-04-04 14:28           ` Eli Zaretskii
2014-04-04 14:37             ` Bastien
2014-04-04 14:42               ` Bastien
2014-04-04 14:51               ` Eli Zaretskii
2014-04-04 14:52                 ` Bastien
2015-12-26 14:11                   ` Lars Ingebrigtsen
2015-12-27  8:44                     ` Bastien Guerry

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=87vbup9o8l.fsf@bzg.ath.cx \
    --to=bzg@altern.org \
    --cc=17178@debbugs.gnu.org \
    --cc=rgm@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).