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: Saša Janiška
Subject: Re: [O] “Match data clobbered by buffer modification hooks”
Date: Tue, 01 Nov 2016 18:05:43 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Nicolas Goaziou <address@hidden> 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)
  15 16 (fontified nil) 17 39 (fontified nil)) t t) (progn
  (replace-match (concat (match-string 4) (org-trim (format
  org-property-format (match-string 1) (match-string 3)))) t t)) (if
  (save-excursion (beginning-of-line) (looking-at org-property-re))
  (progn (replace-match (concat (match-string 4) (org-trim (format
  org-property-format (match-string 1) (match-string 3)))) t t))) (progn
  (if (save-excursion (beginning-of-line) (looking-at org-property-re))
  (progn (replace-match (concat (match-string 4) (org-trim (format
  org-property-format (match-string 1) (match-string 3)))) t t))))
  (unwind-protect (progn (if (save-excursion (beginning-of-line)
  (looking-at org-property-re)) (progn (replace-match (concat
  (match-string 4) (org-trim (format org-property-format ... ...))) t
  t)))) (set-match-data save-match-data-internal (quote evaporate)))
  (let ((save-match-data-internal (match-data))) (unwind-protect (progn
  (if (save-excursion (beginning-of-line) (looking-at org-property-re))
  (progn (replace-match (concat (match-string 4) (org-trim ...)) t t))))
  (set-match-data save-match-data-internal (quote evaporate))))
  org--align-node-property() org-indent-line() org-entry-put(nil
  "LAST_REPEAT" "[2016-11-01 Uto 18:02]") org-auto-repeat-maybe("DONE")
  org-todo(nil) funcall-interactively(org-todo nil)
  call-interactively(org-todo nil nil) command-execute(org-todo)


It does not work…back to Emacs24…


Sincerely,
Gour

-- 
You have a right to perform your prescribed duty, but you
are not entitled to the fruits of action. Never consider
yourself the cause of the results of your activities,
and never be attached to not doing your duty.




reply via email to

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