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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 4288 in the body.
You can then email your comments to 4288 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#4288
; Package
emacs
.
(Sat, 29 Aug 2009 19:50:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jari Aalto <jari.aalto <at> cante.net>
:
New bug report received and forwarded. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Sat, 29 Aug 2009 19:50:04 GMT)
Full text and
rfc822 format available.
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
Added tag(s) patch.
Request was from
Jari Aalto <jari.aalto <at> cante.net>
to
control <at> emacsbugs.donarmstrong.com
.
(Sat, 29 Aug 2009 21:05:08 GMT)
Full text and
rfc822 format available.
Added tag(s) wontfix.
Request was from
Stefan Monnier <monnier <at> iro.umontreal.ca>
to
control <at> emacsbugs.donarmstrong.com
.
(Sat, 29 Aug 2009 21:40:10 GMT)
Full text and
rfc822 format available.
Severity set to 'wishlist' from 'normal'
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> emacsbugs.donarmstrong.com
.
(Mon, 31 Aug 2009 01:45:05 GMT)
Full text and
rfc822 format available.
Reply sent
to
Glenn Morris <rgm <at> gnu.org>
:
You have taken responsibility.
(Mon, 19 Sep 2011 23:55:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Jari Aalto <jari.aalto <at> cante.net>
:
bug acknowledged by developer.
(Mon, 19 Sep 2011 23:55:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 4288-done <at> debbugs.gnu.org (full text, mbox):
I don't see a point in keeping open this report open, which was marked
wontfix a few years ago.
Stefan Monnier wrote:
> longlines-mode is on the way out, so there's no point adding such
> things now. Furthermore, I don't like the turn-on-* and turn-off-*
> functions: we have already the *-mode functions which should be plenty.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 18 Oct 2011 11:24:05 GMT)
Full text and
rfc822 format available.
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.