From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: =?UTF-8?B?UmU6IOKAnE1hdGNoIGRhdGEgY2xvYmJlcmVkIGJ5IGJ1ZmZlciBt?= =?UTF-8?B?b2RpZmljYXRpb24gaG9va3PigJ0=?= Date: Mon, 14 Nov 2016 17:36:59 +0100 Message-ID: <87k2c6ow5w.fsf@nicolasgoaziou.fr> References: <87h97w269t.fsf@atmarama.com> <87y418h98g.fsf@nicolasgoaziou.fr> <87fungy2s1.fsf@atmarama.com> <871syzw2r4.fsf@atmarama.com> <877f8ph1ez.fsf@nicolasgoaziou.fr> <87mvhlgdou.fsf@atmarama.com> <87wpgoga9q.fsf@nicolasgoaziou.fr> <87funchmwt.fsf@atmarama.com> <87r36wg4rd.fsf@nicolasgoaziou.fr> <878tt3eead.fsf@atmarama.com> <87twbrmp4i.fsf@atmarama.com> <87funbe9ae.fsf@nicolasgoaziou.fr> <87pomfmkg5.fsf@atmarama.com> <87bmxze0gt.fsf@nicolasgoaziou.fr> <87fumvbwi8.fsf@atmarama.com> <87polzr4ji.fsf@nicolasgoaziou.fr> <87fumuqreu.fsf@atmarama.com> <87zil2pak0.fsf@nicolasgoaziou.fr> <87h97a70pb.fsf@atmarama.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49432) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c6KFj-00072a-Gs for emacs-orgmode@gnu.org; Mon, 14 Nov 2016 11:37:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c6KFg-000531-CN for emacs-orgmode@gnu.org; Mon, 14 Nov 2016 11:37:03 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:42496) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c6KFg-00052s-6R for emacs-orgmode@gnu.org; Mon, 14 Nov 2016 11:37:00 -0500 In-Reply-To: <87h97a70pb.fsf@atmarama.com> (=?utf-8?Q?=22Sa=C5=A1a_Jani?= =?utf-8?Q?=C5=A1ka=22's?= message of "Mon, 14 Nov 2016 12:36:16 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: =?utf-8?B?U2HFoWEgSmFuacWha2E=?= Cc: emacs-orgmode@gnu.org Sa=C5=A1a Jani=C5=A1ka 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,