From: Rainer M Krug <Rainer@krugs.de>
To: emacs-orgmode@gnu.org
Subject: Code causes complete crash of emacs - sometimes
Date: Wed, 26 Aug 2015 15:17:07 +0200 [thread overview]
Message-ID: <m2bnduqje4.fsf@krugs.de> (raw)
[-- Attachment #1: Type: text/plain, Size: 1614 bytes --]
Hi
I had the following in my emacs.org and it caused under certain
conditions a complete crash from emacs:
,----
| ** Fancier Code Block Delimiters
| Essentially from Eric Schulte ([O] Prettier (or at least fancier) code block delimiters)
| #+begin_src emacs-lisp
| (defun rmk/prettier-org-code-blocks ()
| (interactive)
| (font-lock-add-keywords nil
| '(("\\(\+begin_src\\)"
| (0 (progn (compose-region (match-beginning 1) (match-end 1) ?<)
| nil)))
| ("\\(\+end_src\\)"
| (0 (progn (compose-region (match-beginning 1) (match-end 1) ?>)
| nil))))))
| (add-hook 'org-mode-hook 'rmk/prettier-org-code-blocks)
| #+end_src
`----
The steps were:
1) create new header
2) create new <el tab code block
3) mouse up
4) crash
This happened in the terminal and in the GUI, but only under certain
circumstances - reproducible on my system.
Is it just on my system?
I hope that by removing this my crashes are gone and emacs is as stable
as before.
Thanks,
Rainer
--
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany)
Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa
Tel : +33 - (0)9 53 10 27 44
Cell: +33 - (0)6 85 62 59 98
Fax : +33 - (0)9 58 10 27 44
Fax (D): +49 - (0)3 21 21 25 22 44
email: Rainer@krugs.de
Skype: RMkrug
PGP: 0x0F52F982
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 480 bytes --]
reply other threads:[~2015-08-26 13:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=m2bnduqje4.fsf@krugs.de \
--to=rainer@krugs.de \
--cc=emacs-orgmode@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 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.