From unknown Fri Aug 08 22:49:12 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#4288 <4288@debbugs.gnu.org> To: bug#4288 <4288@debbugs.gnu.org> Subject: Status: [PATCH] Emacs CVS: lisp/longlines.el -- Add turn-on-* and off functions Reply-To: bug#4288 <4288@debbugs.gnu.org> Date: Sat, 09 Aug 2025 05:49:12 +0000 retitle 4288 [PATCH] Emacs CVS: lisp/longlines.el -- Add turn-on-* and off = functions reassign 4288 emacs submitter 4288 Jari Aalto severity 4288 wishlist tag 4288 patch wontfix thanks From jari.aalto@cante.net Sat Aug 29 12:43:46 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 29 Aug 2009 19:43:46 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-0.5 required=4.0 tests=AWL,IMPRONONCABLE_2, MURPHY_DRUGS_REL8 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from emh03.mail.saunalahti.fi (emh03.mail.saunalahti.fi [62.142.5.109]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n7TJhiCo029703 for ; Sat, 29 Aug 2009 12:43:46 -0700 Received: from saunalahti-vams (vs3-12.mail.saunalahti.fi [62.142.5.96]) by emh03-2.mail.saunalahti.fi (Postfix) with SMTP id 66ACBEBAA5 for ; Sat, 29 Aug 2009 22:43:43 +0300 (EEST) Received: from emh01.mail.saunalahti.fi ([62.142.5.107]) by vs3-12.mail.saunalahti.fi ([62.142.5.96]) with SMTP (gateway) id A03AFD3D7A2; Sat, 29 Aug 2009 22:43:43 +0300 Received: from picasso.cante.net (a91-155-187-216.elisa-laajakaista.fi [91.155.187.216]) by emh01.mail.saunalahti.fi (Postfix) with ESMTP id 4F9FC4035 for ; Sat, 29 Aug 2009 22:43:42 +0300 (EEST) Received: from [192.168.1.7] (helo=jondo.cante.net) by picasso.cante.net with esmtp (Exim 4.69) (envelope-from ) id 1MhTpr-0006Xa-Th for submit@emacsbugs.donarmstrong.com; Sat, 29 Aug 2009 22:43:39 +0300 Received: from jaalto by jondo.cante.net with local (Exim 4.69) (envelope-from ) id 1MhTpt-00023b-GX for submit@emacsbugs.donarmstrong.com; Sat, 29 Aug 2009 22:43:41 +0300 From: Jari Aalto To: Emacs bug BTS Subject: [PATCH] Emacs CVS: lisp/longlines.el -- Add turn-on-* and off functions Date: Sat, 29 Aug 2009 22:43:41 +0300 Message-ID: <87hbvqpfrm.fsf@jondo.cante.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-SA-Exim-Connect-IP: 192.168.1.7 X-SA-Exim-Mail-From: jari.aalto@cante.net X-SA-Exim-Scanned: No (on picasso.cante.net); SAEximRunCond expanded to false X-Antivirus: VAMS --=-=-= Patch is against Emacs CVS as of 2009-08-29 22:42 UTC 2009-08-29 Jari Aalto * longlines.el (turn-on-longlines-mode): New function. (turn-off-longlines-mode): New function. --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-lisp-longlines.el-turn-on-off-longlines-mode-New-fun.patch >From f7d3f7485349e7081bd1717f7fda260b850301ea Mon Sep 17 00:00:00 2001 From: Jari Aalto 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 --- 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 --=-=-=-- From jari.aalto@cante.net Sat Aug 29 13:58:30 2009 Received: (at control) by emacsbugs.donarmstrong.com; 29 Aug 2009 20:58:31 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-1.8 required=4.0 tests=AWL,MURPHY_DRUGS_REL8, VALID_BTS_CONTROL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from emh06.mail.saunalahti.fi (emh06.mail.saunalahti.fi [62.142.5.116]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n7TKwSMl018378 for ; Sat, 29 Aug 2009 13:58:30 -0700 Received: from saunalahti-vams (vs3-12.mail.saunalahti.fi [62.142.5.96]) by emh06-2.mail.saunalahti.fi (Postfix) with SMTP id 63BD0C7B64 for ; Sat, 29 Aug 2009 23:58:27 +0300 (EEST) Received: from emh05.mail.saunalahti.fi ([62.142.5.111]) by vs3-12.mail.saunalahti.fi ([62.142.5.96]) with SMTP (gateway) id A05D065E7BC; Sat, 29 Aug 2009 23:58:27 +0300 Received: from jondo.cante.net (a91-155-187-216.elisa-laajakaista.fi [91.155.187.216]) by emh05.mail.saunalahti.fi (Postfix) with ESMTP id 37E4427D82 for ; Sat, 29 Aug 2009 23:58:25 +0300 (EEST) To: control@debbugs.gnu.org Subject: Bug#4288 change of tags / patch Mail-Copies-To: poster X-Bug-User-Agent: Emacs 23.1.1 and tinydebian.el 2009.0812.1741 From: Jari Aalto Date: Sat, 29 Aug 2009 23:58:25 +0300 Message-ID: <87bplycp72.fsf@jondo.cante.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Antivirus: VAMS tags 4288 + patch thanks From monnier@iro.umontreal.ca Sat Aug 29 14:36:53 2009 Received: (at control) by emacsbugs.donarmstrong.com; 29 Aug 2009 21:36:53 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.7 required=4.0 tests=AWL,HAS_BUG_NUMBER, MURPHY_DRUGS_REL8,VALID_BTS_CONTROL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from ironport2-out.teksavvy.com (ironport2-out.teksavvy.com [206.248.154.182]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n7TLapKl029590 for ; Sat, 29 Aug 2009 14:36:52 -0700 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmYFAFo8mUpFpYuS/2dsb2JhbACBU9RqhBoFh2g X-IronPort-AV: E=Sophos;i="4.44,296,1249272000"; d="scan'208";a="44506957" Received: from 69-165-139-146.dsl.teksavvy.com (HELO pastel.home) ([69.165.139.146]) by ironport2-out.teksavvy.com with ESMTP; 29 Aug 2009 17:35:45 -0400 Received: by pastel.home (Postfix, from userid 20848) id 0A97D7F42; Sat, 29 Aug 2009 17:36:46 -0400 (EDT) From: Stefan Monnier To: Jari Aalto Subject: Re: bug#4288: [PATCH] Emacs CVS: lisp/longlines.el -- Add turn-on-* and off functions Message-ID: References: <87hbvqpfrm.fsf@jondo.cante.net> Date: Sat, 29 Aug 2009 17:36:46 -0400 In-Reply-To: <87hbvqpfrm.fsf@jondo.cante.net> (Jari Aalto's message of "Sat, 29 Aug 2009 22:43:41 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii tag 4288 wontfix thanks > * longlines.el (turn-on-longlines-mode): New function. > (turn-off-longlines-mode): New function. 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. Stefan From rgm@gnu.org Sun Aug 30 18:39:40 2009 Received: (at control) by emacsbugs.donarmstrong.com; 31 Aug 2009 01:39:40 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-4.8 required=4.0 tests=AWL,ONEWORD,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n7V1ddqG020147 for ; Sun, 30 Aug 2009 18:39:40 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1Mhvrt-0003sr-N5; Sun, 30 Aug 2009 21:39:37 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19099.10713.648314.852464@fencepost.gnu.org> Date: Sun, 30 Aug 2009 21:39:37 -0400 From: Glenn Morris To: control Subject: control X-Debbugs-No-Ack: yes close 1306 reassign 4289 emacs,cc-mode severity 4288 wishlist From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 19 19:54:45 2011 Received: (at 4288-done) by debbugs.gnu.org; 19 Sep 2011 23:54:45 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R5nfh-0007ZY-6J for submit@debbugs.gnu.org; Mon, 19 Sep 2011 19:54:45 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R5nff-0007ZR-5h for 4288-done@debbugs.gnu.org; Mon, 19 Sep 2011 19:54:44 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1R5nak-00087D-Ud; Mon, 19 Sep 2011 19:49:38 -0400 From: Glenn Morris To: 4288-done@debbugs.gnu.org Subject: Re: bug#4288: [PATCH] Emacs CVS: lisp/longlines.el -- Add turn-on-* and off functions References: <87hbvqpfrm.fsf@jondo.cante.net> X-Spook: genetic counter terrorism CDC airframe pre-emptive X-Ran: '!|6zjbR{G7bf1(e%!w!JKA&,/,N*FxAs~W`j/*JaVK_eg4]Is\#_SF}Wu[X\!Hw;qA>'i X-Hue: black X-Attribution: GM Date: Mon, 19 Sep 2011 19:49:38 -0400 In-Reply-To: (Stefan Monnier's message of "Sat, 29 Aug 2009 17:36:46 -0400") Message-ID: <5robyghz3h.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 4288-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) 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. From unknown Fri Aug 08 22:49:12 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 18 Oct 2011 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator