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: Fontifying-errors make Emacs (mostly) unusable
Date: Wed, 29 Aug 2012 12:35:37 +0200	[thread overview]
Message-ID: <87r4qqouiu.fsf@googlemail.com> (raw)


Hi List, 

while cloning an Emacs major mode for a special wiki syntax, I
experienced that errors related to fontifying really can become
show-stoppers.

Lets say, I'm modifying/adapting some face definitions for the new
mode, but do not recognize that one old definition is still used in e.g.
a parsing function. Then, evaluating the buffer, I get an error message
like:

,-----------------------------------------
| Symbol's function-definiton is void: ...
`-----------------------------------------

I can fix the error, but from that moment on Emacs core functionality is
blocked. M-x as well as M-: or e.g. C-x d do nothing anymore but giving
me the same error message like above (although the root-cause of the
error is already fixed).

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?

-- 
cheers,
Thorsten





             reply	other threads:[~2012-08-29 10:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-29 10:35 Thorsten Jolitz [this message]
     [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
     [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

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=87r4qqouiu.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.