all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: help-gnu-emacs@gnu.org
Subject: Re: Fontifying-errors make Emacs (mostly) unusable
Date: Wed, 29 Aug 2012 15:19:11 -0400	[thread overview]
Message-ID: <jwvehmpecjp.fsf-monnier+gnu.emacs.help@gnu.org> (raw)
In-Reply-To: mailman.7779.1346265026.855.help-gnu-emacs@gnu.org

> 3. comment out this defun (at line 1954):
> ;; (defun markdown-fontify-buffer-wiki-links ()
> 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. 

I see it, yes.

Actually it's only the minibuffer-using functions which are affected and
only while the markdown-mode buffer is displayed in your frame, so if
you switch buffer (without minibuffer interaction, e.g. by clicking on
the buffer-name in the mode-line), then M-x works again (and you can C-x
k the offending markdown-mode buffer).

The fix is to run window-configuration-change-hook with the trick as
used for pre-command-hook (and various other hooks).  The only problem
is that window-configuration-change-hook is a highly non-standard hook
which cannot be run by the usual run_hook functions, so it'll require
more work to make Emacs behave gracefully.


        Stefan


  parent reply	other threads:[~2012-08-29 19:19 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
     [not found]   ` <mailman.7779.1346265026.855.help-gnu-emacs@gnu.org>
2012-08-29 19:19     ` Stefan Monnier [this message]
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=jwvehmpecjp.fsf-monnier+gnu.emacs.help@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --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.