all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thorsten Jolitz <tjolitz@googlemail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Fontifying-errors make Emacs (mostly) unusable
Date: Wed, 29 Aug 2012 20:33:08 +0200	[thread overview]
Message-ID: <87harlsg4b.fsf@googlemail.com> (raw)
In-Reply-To: jwvfw75hibs.fsf-monnier+gnu.emacs.help@gnu.org

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> Thats probably because the error appears in a (fontifying) hook
>> function thats called before any real action.
>> How can I get out of this 'trap' without restarting Emacs?
>
> Depends on the specific problem you're encountering, but it may very
> well be that kill&restart is the only way to fix it.
>
> Due to Emacs's extensive reliance of "modifiable Elisp code", it's
> generally impossible to prevent such situations.
>
> There is code in various parts of Emacs to try and handle some
> particular cases (e.g. an error in a pre-command-hook will cause Emacs
> to remove that function from the hook), so if you can give details about
> your particular case and it seems to be a common enough problem, maybe
> we can find a way to make Emacs behave more gracefully.

Ok, here is a recipe to reproduce the error: 

0. with fully functional emacs, get markdown.el (via package manager)
   and make a copy of it (marktest.el)
1. (re)start "emacs -Q"
2. open file marktest.el
3. comment out this defun (at line 1954):

;; (defun markdown-fontify-buffer-wiki-links ()
;;   "Refontify all wiki links in the buffer."
;;   (interactive)
;;   (markdown-check-change-for-wiki-link (point-min) (point-max) 0))


4. save and eval-buffer (or load marktest.el)
5. find (new empty) file test.md
6. put it in markdown-mode (M-x markdown-mode)

#Bang#

'Symbol is void...' error message
try M-x, M-:, C-x d, nothing works, you are trapped. 

-- 
cheers,
Thorsten




  reply	other threads:[~2012-08-29 18:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.7762.1346236376.855.help-gnu-emacs@gnu.org>
2012-08-29 14:45 ` Fontifying-errors make Emacs (mostly) unusable Stefan Monnier
2012-08-29 18:33   ` Thorsten Jolitz [this message]
     [not found]   ` <mailman.7779.1346265026.855.help-gnu-emacs@gnu.org>
2012-08-29 19:19     ` Stefan Monnier
2012-08-29 20:51       ` Thorsten Jolitz
2012-08-29 10:35 Thorsten Jolitz

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=87harlsg4b.fsf@googlemail.com \
    --to=tjolitz@googlemail.com \
    --cc=help-gnu-emacs@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.