emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] “Match data clobbered by buffer modification hooks”


From: Nicolas Goaziou
Subject: Re: [O] “Match data clobbered by buffer modification hooks”
Date: Mon, 14 Nov 2016 17:36:59 +0100

Saša Janiška <address@hidden> writes:

> Thank you for your assistance - I was able to find the problematic piece
> of setup (https://github.com/syl20bnr/emacs-emoji-cheat-sheet-plus):
>
> ;; emoji cheat sheet
> (use-package emoji-cheat-sheet-plus
>   :ensure t
>   :init
>   (progn
>     ;; enabled emoji in buffer
>     (add-hook 'org-mode-hook 'emoji-cheat-sheet-plus-display-mode)
>     ;; insert emoji with helm
>     (global-set-key (kbd "C-c C-e") 'emoji-cheat-sheet-plus-insert)))
>
> Can you try to add the above snippet and check whether you can reproduce
> the problem?

I don't have emoji-cheat-sheet-plus. I think it would be worth reporting
the problem upstream. It is probably missing `save-match-data' in
function called through `after-change-functions' and
`post-command-hook'.

Regards,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]