unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: news@halloleo.hailmail.net
To: help-gnu-emacs@gnu.org
Subject: Re: Hang with markdown-mode
Date: Sun, 23 Mar 2014 22:56:26 -0700 (PDT)	[thread overview]
Message-ID: <ae17a57f-cc04-449b-b2a8-fcc8ca1385b6@googlegroups.com> (raw)
In-Reply-To: <68da3091-962c-478c-8439-6dee0baee72c@googlegroups.com>

On Tuesday, January 7, 2014 1:44:50 AM UTC+11, daniel...@gmail.com wrote:

> [...]
> 
> 
> Hello Leo,
> 
> 
> 
> Did you have any luck in solving this issue. I am having a nearly identical problem (Emacs 24.3.1 & Markdown 2.0) and have yet to find a solution.
> 
> 
> 
> Thanks,
> 
>   Daniel

Hi Daniel

Yes, recently I have solved the problem by unbinding `markdown-fontify-buffer-wiki-links`:

    (defun leo-markdown-fontify-buffer-wiki-links-empty ()
      "Empty replacement for `markdown-fontify-buffer-wiki-links` due to hanging bug."
      (interactive))

    (eval-after-load "markdown-mode"
        '(progn
           (fset 'markdown-fontify-buffer-wiki-links 
                 'leo-markdown-fontify-buffer-wiki-links-empty)))

But this is of course only a crutch...

HTH, Leo


  reply	other threads:[~2014-03-24  5:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.7041.1385364682.10748.help-gnu-emacs@gnu.org>
2013-11-25 16:06 ` Hang with markdown-mode Joost Kremers
2013-11-26  9:30   ` leo
     [not found]   ` <mailman.7148.1385458240.10748.help-gnu-emacs@gnu.org>
2014-01-06 14:44     ` danielrairigh
2014-03-24  5:56       ` news [this message]
2013-11-25  6:52 Leo
2013-11-25 11:36 ` Tim Visher
2013-11-25 12:53   ` leo
2013-11-25 13:30     ` Stefan Monnier

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ae17a57f-cc04-449b-b2a8-fcc8ca1385b6@googlegroups.com \
    --to=news@halloleo.hailmail.net \
    --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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).