[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,
- Re: [O] “Match data clobbered by buffer modification hooks”, (continued)
- Re: [O] “Match data clobbered by buffer modification hooks”, Saša Janiška, 2016/11/01
- Re: [O] “Match data clobbered by buffer modification hooks”, Nicolas Goaziou, 2016/11/01
- Re: [O] “Match data clobbered by buffer modification hooks”, Saša Janiška, 2016/11/01
- Re: [O] “Match data clobbered by buffer modification hooks”, Nicolas Goaziou, 2016/11/01
- Re: [O] “Match data clobbered by buffer modification hooks”, Saša Janiška, 2016/11/01
- Re: [O] “Match data clobbered by buffer modification hooks”, Saša Janiška, 2016/11/13
- Re: [O] “Match data clobbered by buffer modification hooks”, Nicolas Goaziou, 2016/11/13
- Re: [O] “Match data clobbered by buffer modification hooks”, Saša Janiška, 2016/11/14
- Re: [O] “Match data clobbered by buffer modification hooks”, Nicolas Goaziou, 2016/11/14
- Re: [O] “Match data clobbered by buffer modification hooks”, Saša Janiška, 2016/11/14
- Re: [O] “Match data clobbered by buffer modification hooks”,
Nicolas Goaziou <=
- Re: [O] “Match data clobbered by buffer modification hooks”, Saša Janiška, 2016/11/14