[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/excorporate e343dc8 47/93: excorporate-diary: Fix read-
From: |
Stefan Monnier |
Subject: |
[elpa] externals/excorporate e343dc8 47/93: excorporate-diary: Fix read-only diary buffer |
Date: |
Sun, 29 Nov 2020 15:43:06 -0500 (EST) |
branch: externals/excorporate
commit e343dc8df70750e14cd4b40ebcd9a131e414d4ed
Author: Thomas Fitzsimmons <fitzsim@fitzsim.org>
Commit: Thomas Fitzsimmons <fitzsim@fitzsim.org>
excorporate-diary: Fix read-only diary buffer
* packages/excorporate/excorporate-diary.el
(exco-diary--fix-percent-signs): Set inhibit-read-only.
---
excorporate-diary.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/excorporate-diary.el b/excorporate-diary.el
index 9f28b18..181dc72 100644
--- a/excorporate-diary.el
+++ b/excorporate-diary.el
@@ -119,8 +119,9 @@ initialize for today's date, nil otherwise."
(defun exco-diary--fix-percent-signs ()
"Replace percent-sign placeholders with percent signs."
(goto-char (point-min))
- (while (re-search-forward "<EXCO_PERCENT_SIGN>" nil t)
- (replace-match "%")))
+ (let ((inhibit-read-only t))
+ (while (re-search-forward "<EXCO_PERCENT_SIGN>" nil t)
+ (replace-match "%"))))
(defun exco-diary-insert-meeting (finalize
subject start _end _location
- [elpa] externals/excorporate acbc123 22/93: excorporate.texi: Increase authentication success likelihood, (continued)
- [elpa] externals/excorporate acbc123 22/93: excorporate.texi: Increase authentication success likelihood, Stefan Monnier, 2020/11/29
- [elpa] externals/excorporate a1ec101 26/93: excorporate.el: Require org for org-trim, Stefan Monnier, 2020/11/29
- [elpa] externals/excorporate 836db8c 35/93: packages/excorporate: Bump version to 0.8.1, Stefan Monnier, 2020/11/29
- [elpa] externals/excorporate 0d20739 41/93: excorporate-diary: Fix documentation string, Stefan Monnier, 2020/11/29
- [elpa] externals/excorporate 6d8fa65 19/93: packages/excorporate: Acknowledge Fabio Leimgruber, Stefan Monnier, 2020/11/29
- [elpa] externals/excorporate 3e13cee 24/93: excorporate-calfw.el: Rename from excorporate-calfw.el.txt, Stefan Monnier, 2020/11/29
- [elpa] externals/excorporate 33ee501 31/93: packages/excorporate: Update documentation for Diary support, Stefan Monnier, 2020/11/29
- [elpa] externals/excorporate 882f2e0 44/93: excorporate-diary: Suppress compilation warning, Stefan Monnier, 2020/11/29
- [elpa] externals/excorporate d0a8709 39/93: excorporate-diary: Always use diary-fancy-display, Stefan Monnier, 2020/11/29
- [elpa] externals/excorporate 44e056d 43/93: excorporate-org: Support multiple calendars, Stefan Monnier, 2020/11/29
- [elpa] externals/excorporate e343dc8 47/93: excorporate-diary: Fix read-only diary buffer,
Stefan Monnier <=
- [elpa] externals/excorporate 47fb189 73/93: Excorporate: Add some helper functions to Org backend, Stefan Monnier, 2020/11/29
- [elpa] externals/excorporate 890266e 67/93: Excorporate: Support creating and cancelling meetings, Stefan Monnier, 2020/11/29
- [elpa] externals/excorporate c9df5e5 76/93: Excorporate: Fix some byte compiler warnings, Stefan Monnier, 2020/11/29
- [elpa] externals/excorporate 5eeff27 89/93: Excorporate: Bump version to 0.9.0, Stefan Monnier, 2020/11/29
- [elpa] externals/excorporate a33cd79 91/93: Excorporate: Prompt for meeting reply messages, Stefan Monnier, 2020/11/29
- [elpa] externals/excorporate 48d34df 12/93: packages/excorporate: Add NEWS file, Stefan Monnier, 2020/11/29
- [elpa] externals/excorporate 618d12c 18/93: packages/excorporate: Bump version to 0.7.5, Stefan Monnier, 2020/11/29
- [elpa] externals/excorporate 8279180 20/93: packages/excorporate: Bump url-http-ntlm required version to 2.0.3, Stefan Monnier, 2020/11/29
- [elpa] externals/excorporate 90532e9 29/93: packages/excorporate: Support retrieving meeting details, Stefan Monnier, 2020/11/29
- [elpa] externals/excorporate f5abc2a 36/93: packages/excorporate: Fix comment typo., Stefan Monnier, 2020/11/29