all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Fontifying-errors make Emacs (mostly) unusable
@ 2012-08-29 10:35 Thorsten Jolitz
  0 siblings, 0 replies; 5+ messages in thread
From: Thorsten Jolitz @ 2012-08-29 10:35 UTC (permalink / raw)
  To: help-gnu-emacs


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





^ permalink raw reply	[flat|nested] 5+ messages in thread
[parent not found: <mailman.7762.1346236376.855.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2012-08-29 20:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-29 10:35 Fontifying-errors make Emacs (mostly) unusable Thorsten Jolitz
     [not found] <mailman.7762.1346236376.855.help-gnu-emacs@gnu.org>
2012-08-29 14:45 ` 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

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.