GNU bug report logs -
#12774
24.2.50; EMACS 24.2.50.1 crashing
Previous Next
Full log
Message #71 received at 12774 <at> debbugs.gnu.org (full text, mbox):
> From: Vincent Belaïche <vincent.b.1 <at> hotmail.fr>
> Date: Sun, 04 Nov 2012 21:30:58 +0100
>
> > Do you have some old org.el on your system? The current version
> > doesn't have a call to org-mode-p inside
> > org-install-agenda-files-menu, it does this:
>
> [...]
>
> > As you see, it uses (derived-mode-p 'org-mode), not (org-mode-p).
>
> I have the same (derived-mode-p 'org-mode) in the org.el which comes
> with the crashing EMACS, however you are right: at some point of time I
> had copied org.el from .../Emacs/lisp/org to ~/.emacs.d/etc which is in
> my load-path *before* .../Emacs/lisp/org. This was because I wanted to
> make some experiment on paragraph justification. So the org.el that is
> loaded and that causes this (org-mode-p) not defined error is the one
> from ~/.emacs.d/etc and not the official one coming with EMACS, and it
> is older because since then I have updated my BZR source tree !
>
> I have renamed this ~/.emacs.d/etc/org.el to org.el.old, and I am trying
> to make EMACS crash with that, and it seems that the crash does not
> happen any longer.
>
> Ok, I now admit that this older org.el was some *MISTAKE* of mine. Sorry
> for all the distrubance which again I caused. Do you still consider that
> bug#12774 is a real bug at all ?
It's certainly a bug: nothing Lisp does should ever crash Emacs.
Anyway, I installed a change (revision 110784 on the emacs-24 branch)
that should fix this problem. If you can try with the old org.el,
please do so to verify that the crashes are gone.
Thanks.
This bug report was last modified 12 years and 203 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.