emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/rt-liberation 0a24ff9 01/15: * rt-liberation.el: disabl


From: Yoni Rabkin
Subject: [elpa] externals/rt-liberation 0a24ff9 01/15: * rt-liberation.el: disable filling in viewer
Date: Wed, 17 Feb 2021 12:52:30 -0500 (EST)

branch: externals/rt-liberation
commit 0a24ff91660feb188aacf54afa62ea246e6f6836
Author: Yoni Rabkin <yoni@rabkins.net>
Commit: Yoni Rabkin <yoni@rabkins.net>

    * rt-liberation.el: disable filling in viewer
    
    The text is going through too many changes from the client's mail system
    to RT and then to rt-liberation. A lot more work would be required to
    get it to play nice with filling.
---
 rt-liberation.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rt-liberation.el b/rt-liberation.el
index 4ee51c9..66570ee 100644
--- a/rt-liberation.el
+++ b/rt-liberation.el
@@ -1405,9 +1405,9 @@ ASSOC-BROWSER if non-nil should be a ticket browser."
       (while (re-search-forward "^         " (point-max) t)
        (replace-match "    "))
       ;; fill
-      (let ((paragraph-separate "    >[[:space:]]+$"))
-       (fill-region (point-min)
-                    (point-max)))
+      ;; (let ((paragraph-separate "    >[[:space:]]+$"))
+      ;;       (fill-region (point-min)
+      ;;                    (point-max)))
       ;; finally
       (buffer-substring (point-min)
                        (point-max)))))



reply via email to

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