GNU bug report logs -
#4288
[PATCH] Emacs CVS: lisp/longlines.el -- Add turn-on-* and off functions
Previous Next
Reported by: Jari Aalto <jari.aalto <at> cante.net>
Date: Sat, 29 Aug 2009 19:50:04 UTC
Severity: wishlist
Tags: patch, wontfix
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
[Message part 1 (text/plain, inline)]
Patch is against Emacs CVS as of 2009-08-29 22:42 UTC
2009-08-29 Jari Aalto <jari.aalto <at> cante.net>
* longlines.el (turn-on-longlines-mode): New function.
(turn-off-longlines-mode): New function.
[0001-lisp-longlines.el-turn-on-off-longlines-mode-New-fun.patch (text/x-diff, inline)]
From f7d3f7485349e7081bd1717f7fda260b850301ea Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aalto <at> cante.net>
Date: Sat, 29 Aug 2009 22:40:09 +0300
Subject: [PATCH] lisp/longlines.el: (turn-{on,off}-longlines-mode): New functions
Signed-off-by: Jari Aalto <jari.aalto <at> cante.net>
---
lisp/longlines.el | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/lisp/longlines.el b/lisp/longlines.el
index 9ef0638..fab7aee 100644
--- a/lisp/longlines.el
+++ b/lisp/longlines.el
@@ -94,6 +94,18 @@ This is used when `longlines-show-hard-newlines' is on."
(defvar message-indent-citation-function)
;;;###autoload
+(defun turn-on-longlines-mode ()
+ "Turn on Long Lines mode."
+ (interactive)
+ (longlines-mode 1))
+
+;;;###autoload
+(defun turn-off-longlines-mode ()
+ "Turn off Long Lines mode."
+ (interactive)
+ (longlines-mode 1))
+
+;;;###autoload
(define-minor-mode longlines-mode
"Toggle Long Lines mode.
In Long Lines mode, long lines are wrapped if they extend beyond
--
1.6.3.3
This bug report was last modified 13 years and 249 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.