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

2016-11-14 Thread Saša Janiška
Nicolas Goaziou writes: > I don't have emoji-cheat-sheet-plus. I think it would be worth reporting > the problem upstream. Done: https://github.com/syl20bnr/emacs-emoji-cheat-sheet-plus/issues/5. Sincerely, Gour -- While contemplating the objects of the senses, a person develops attachment

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

2016-11-14 Thread Nicolas Goaziou
Saša Janiška 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

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

2016-11-14 Thread Saša Janiška
Nicolas Goaziou writes: > The latter. 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 buffe

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

2016-11-14 Thread Nicolas Goaziou
Hello, Saša Janiška writes: > Now I tried with -Q and minimal 9.0 setup and it works. Do you have any > hint which packages might be problematic or I should simply try to bisect > my init file? The latter. Regards, -- Nicolas Goaziou

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

2016-11-14 Thread Saša Janiška
Nicolas Goaziou writes: > Have you tried with -Q, modulo load-path setting to include Org 9.0? Now I tried with -Q and minimal 9.0 setup and it works. Do you have any hint which packages might be problematic or I should simply try to bisect my init file? Sincerely, Gour -- Never was there a

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

2016-11-13 Thread Nicolas Goaziou
Hello, Saša Janiška writes: > Nicolas Goaziou writes: > >> Evaluate the following function (C-x C-e) and test again. > > I am still experiencing the problem when I try to complete daily > recurring task and in the meantime I’ve migrated from Debian (Sid) to > Fedora (f25-beta) where there is on

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

2016-11-13 Thread Saša Janiška
Nicolas Goaziou writes: > Evaluate the following function (C-x C-e) and test again. I am still experiencing the problem when I try to complete daily recurring task and in the meantime I’ve migrated from Debian (Sid) to Fedora (f25-beta) where there is only Emacs-25 packaged. Here is the simple

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

2016-11-01 Thread Saša Janiška
Nicolas Goaziou writes: > Evaluate the following function (C-x C-e) and test again. Debugger entered--Lisp error: (error "Match data clobbered by buffer modification hooks") replace-match(#(" :LAST_REPEAT: [2016-11-01 Uto 18:02]" 0 3 (fontified nil) 3 4 (fontified nil) 4 15 (fontified nil)

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

2016-11-01 Thread Nicolas Goaziou
Saša Janiška writes: > Not sure how I’m supposed to do it? Writing some custom function? > Where? Evaluate the following function (C-x C-e) and test again. (defun org--align-node-property () "Align node property at point. Alignment is done according to `org-property-format', which see."

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

2016-11-01 Thread Saša Janiška
Nicolas Goaziou writes: > Does wrapping `org--align-node-property' within `save-match-data' solve > the problem? Not sure how I’m supposed to do it? Writing some custom function? Where? Sincerely, Gour -- One who restrains the senses of action but whose mind dwells on sense objects certainly

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

2016-11-01 Thread Nicolas Goaziou
Hello, Saša Janiška writes: > Saša Janiška writes: > >> This Org mode version 8.3.6 (release_8.3.6-1267-g58dbdb @ >> /home/gour/.emacs.d/lisp/org/) is master, right? Correct. > I had enough of this problem and, for now, the most easy workaround is > to simply downgrade Emacs to 24.5.1 where *

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

2016-11-01 Thread Saša Janiška
Saša Janiška writes: > This Org mode version 8.3.6 (release_8.3.6-1267-g58dbdb @ > /home/gour/.emacs.d/lisp/org/) is master, right? I had enough of this problem and, for now, the most easy workaround is to simply downgrade Emacs to 24.5.1 where *everything* works as intended. > Sincerely, > Gou

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

2016-11-01 Thread Saša Janiška
Nicolas Goaziou writes: > There are 1200+ commits in the master branch that are not in the stable > one. It could make a difference. It does not. :-( This Org mode version 8.3.6 (release_8.3.6-1267-g58dbdb @ /home/gour/.emacs.d/lisp/org/) is master, right? Sincerely, Gour -- Before giving u

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

2016-10-31 Thread Nicolas Goaziou
Saša Janiška writes: > I might try it, but wonder if there are some relevant commits in master > branch? There are 1200+ commits in the master branch that are not in the stable one. It could make a difference. Regards,

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

2016-10-31 Thread Saša Janiška
Nicolas Goaziou writes: > Correct. Anyway, it would be interesting to test the issue with real > master branch. I might try it, but wonder if there are some relevant commits in master branch? Sincerely, Gour -- One who restrains his senses, keeping them under full control, and fixes his cons

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

2016-10-31 Thread Nicolas Goaziou
Hello, Saša Janiška writes: > Ahh, OK. But it is still not built-in version, but the one from org’s > ELPA, right? Correct. Anyway, it would be interesting to test the issue with real master branch. Regards, -- Nicolas Goaziou

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

2016-10-31 Thread Saša Janiška
Nicolas Goaziou writes: > This is not master. You are still on stable branch according to the > string above. Ahh, OK. But it is still not built-in version, but the one from org’s ELPA, right? Sincerely, Gour -- One who is not disturbed in mind even amidst the threefold miseries or elated wh

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

2016-10-30 Thread Nicolas Goaziou
Hello, Saša Janiška writes: > Kaushal Modi writes: > >> Can you check if you see this bug on the org mode version build from >> the latest commit on the master branch? > > I just tried with the master build locally: > > > Org-mode version 8.3.6 (8.3.6-7-g4d7d52-elpa @ > /home/gour/.emacs.d/lisp

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

2016-10-29 Thread Saša Janiška
Kaushal Modi writes: > Can you check if you see this bug on the org mode version build from > the latest commit on the master branch? I just tried with the master build locally: Org-mode version 8.3.6 (8.3.6-7-g4d7d52-elpa @ /home/gour/.emacs.d/lisp/org-mode/lisp/) and was able to reproduce i

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

2016-10-28 Thread Saša Janiška
Kaushal Modi writes: > What is your org mode version? :) Org-mode version 8.3.6 (8.3.6-7-g4d7d52-elpa @ /home/gour/.emacs.d/elpa/org-20161024/) GNU Emacs 25.1.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.1) of 2016-10-11, modified by Debian > This bug did occur before emacs 25.1 was released. B

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

2016-10-28 Thread Kaushal Modi
On Fri, Oct 28, 2016 at 10:21 AM Saša Janiška wrote: > > Which Emacs/org-mode? > What is your org mode version? :) This bug did occur before emacs 25.1 was released. But it was fixed in that release ( https://debbugs.gnu.org/cgi/bugreport.cgi?bug=23917 ). Can you check if you see this bug on t

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

2016-10-28 Thread Saša Janiška
Nicolas Goaziou writes: > FWIW, I cannot reproduce it. Which Emacs/org-mode? Sincerely, Gour -- Before giving up this present body, if one is able to tolerate the urges of the material senses and check the force of desire and anger, he is well situated and is happy in this world.

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

2016-10-28 Thread Nicolas Goaziou
Hello, Saša Janiška writes: > after upgrading to 25.1 (Debian Sid) whenever (or almost always) when I > try to complete some of my recurring tasks (having deadlines) with: > > C-c C-t > > I get: > > org--align-node-property: Match data clobbered by buffer modification hooks > > I’ve followed adv

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

2016-10-28 Thread Saša Janiška
Saša Janiška writes: > I get: > > org--align-node-property: Match data clobbered by buffer modification hooks Here is debugger’s output: Debugger entered--Lisp error: (error "Match data clobbered by buffer modification hooks") replace-match(#(" :LAST_REPEAT: [2016-10-28 Pet 11:18]"

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

2016-10-28 Thread Saša Janiška
Hello, after upgrading to 25.1 (Debian Sid) whenever (or almost always) when I try to complete some of my recurring tasks (having deadlines) with: C-c C-t I get: org--align-node-property: Match data clobbered by buffer modification hooks I’ve followed advice and re-installed org, but the probl