aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader <[email protected]>2000-12-13 02:07:55 +0000
committerMiles Bader <[email protected]>2000-12-13 02:07:55 +0000
commit7476c3a0bb863ac0293f8e7afbe3da65bc0e4fc8 (patch)
tree42dfc638a5ae6dd8a8fc43934d0494fbfe5558f9
parent85ef8ece986f247077b027b2b0e2ce6a5ecebac1 (diff)
(smiley-region): Bind `inhibit-point-motion-hooks' to t, so that we
don't get stuck while trying to smilefy intangible text.
-rw-r--r--lisp/gnus/ChangeLog6
-rw-r--r--lisp/gnus/smiley-ems.el1
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 6ce304d997..4636cf3dd2 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,9 @@
+2000-12-13 Miles Bader <[email protected]>
+
+ * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
+ to t, so that we don't get stuck while trying to smilefy
+ intangible text.
+
2000-12-12 Gerd Moellmann <[email protected]>
* smiley-ems.el (smiley-regexp-alist): Make regexps match
diff --git a/lisp/gnus/smiley-ems.el b/lisp/gnus/smiley-ems.el
index 4b54197c40..e3bc261bb9 100644
--- a/lisp/gnus/smiley-ems.el
+++ b/lisp/gnus/smiley-ems.el
@@ -108,6 +108,7 @@ which smileys to operate on and which images to use for them."
(smiley-update-cache))
(save-excursion
(let ((beg (or start (point-min)))
+ (inhibit-point-motion-hooks t)
group overlay image)
(dolist (entry smiley-cached-regexp-alist)
(setq group (nth 1 entry)