From thorn@fastmail.fm Wed Apr 8 03:07:10 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 8 Apr 2009 10:07:11 +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.1 required=4.0 tests=FOURLA autolearn=no 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.13.8/8.13.8/Debian-3) with ESMTP id n38A76BC027887 for ; Wed, 8 Apr 2009 03:07:07 -0700 Received: from mail.gnu.org ([199.232.76.166]:47769 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1LrUgT-00012S-9k for emacs-pretest-bug@gnu.org; Wed, 08 Apr 2009 06:07:05 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1LrUgO-0005Fe-I1 for emacs-pretest-bug@gnu.org; Wed, 08 Apr 2009 06:07:04 -0400 Received: from deliver.uni-koblenz.de ([141.26.64.15]:3909) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LrUgM-0005E8-FC for emacs-pretest-bug@gnu.org; Wed, 08 Apr 2009 06:06:58 -0400 Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 38783789B59F for ; Wed, 8 Apr 2009 12:06:56 +0200 (CEST) Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22131-06-2 for ; Wed, 8 Apr 2009 12:06:52 +0200 (CEST) X-CHKRCPT: Envelopesender vrfy thorn@fastmail.fm Received: from thinkpad.tsdh.de (dhcp171.uni-koblenz.de [141.26.71.171]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 18A7F789AA04 for ; Wed, 8 Apr 2009 12:06:51 +0200 (CEST) From: Tassilo Horn To: emacs-pretest-bug@gnu.org Subject: 23.0.92; Broken auto-filling in message-mode Date: Wed, 08 Apr 2009 12:06:51 +0200 Message-ID: <87zlera284.fsf@thinkpad.tsdh.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: amavisd-new at uni-koblenz.de X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing lis= t. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: I use this message-mode setup: --8<---------------cut here---------------start------------->8--- (defun th-message-mode-init () (setq fill-column 72) (turn-on-auto-fill)) (add-hook 'message-mode-hook 'th-message-mode-init) --8<---------------cut here---------------end--------------->8--- When I follow up to a message and write some text longer than fill-column it is wrapped, but comment chars are inserted. Here's an example: --8<---------------cut here---------------start------------->8--- --text follows this line-- Tim Landscheidt writes: > Wenn aber Gnus ein www.gnus.org "erkennt", dann wird die > Benutzererwartung (hoffentlich :-)) mit dem =FCbereinstimmen, > was Gnus darin gesehen hat; nur muss Gnus das dann halt noch > browse-*url* mitteilen. foo bar baz bece bec,g imtcp.cm muitmui mit.pm mtim.p kmtekm kmcteik */ > ketm=20 --=20 Chuck Norris once ate a whole cake before his friends could tell him there = was a stripper in it.=20 --8<---------------cut here---------------end--------------->8--- The line starting with "foo bar baz" was entered by me and after inserting a space after "ketm" the comment chars where inserted. (`comment-start' is ">" and `comment-end' is "*/" in message-mode.) I was able to reproduce that with emacs -Q by invoking M-x mail, switching to message-mode, enabling auto-fill-mode, setting comment-end to "*/", inserting the text above, and starting to write. It seems to me that comment-end set to "*/" seems to trigger this behavior. When I do the emacs -Q procedure it's set to "" by default, and then the bug doesn't occur. So I guess message-mode should set it to "" in order to avoid such strange effects. If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file /usr/share/emacs/23.0.92/etc/DEBUG for instructions. In GNU Emacs 23.0.92.1 (x86_64-pc-linux-gnu, GTK+ Version 2.14.7) of 2009-04-06 on thinkpad Windowing system distributor `The X.Org Foundation', version 11.0.10503000 configured using `configure '--prefix=3D/usr' '--host=3Dx86_64-pc-linux-gn= u' '--mandir=3D/usr/share/man' '--infodir=3D/usr/share/info' '--datadir=3D/= usr/share' '--sysconfdir=3D/etc' '--localstatedir=3D/var/lib' '--libdir=3D/= usr/lib64' '--program-suffix=3D-emacs-23' '--infodir=3D/usr/share/info/emac= s-23' '--with-sound' '--with-x' '--with-toolkit-scroll-bars' '--with-gif' '= --with-jpeg' '--with-png' '--with-rsvg' '--with-tiff' '--with-xpm' '--with-= freetype' '--with-xft' '--with-libotf' '--with-m17n-flt' '--with-x-toolkit= =3Dgtk' '--without-hesiod' '--without-kerberos' '--without-kerberos5' '--wi= th-gpm' '--with-dbus' '--build=3Dx86_64-pc-linux-gnu' 'build_alias=3Dx86_64= -pc-linux-gnu' 'host_alias=3Dx86_64-pc-linux-gnu' 'CFLAGS=3D-g -ggdb -O1 -p= ipe' 'LDFLAGS=3D'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Group Minor modes in effect: diff-auto-refine-mode: t gnus-topic-mode: t gnus-undo-mode: t shell-dirtrack-mode: t rcirc-track-minor-mode: t recentf-mode: t window-number-meta-mode: t window-number-mode: t savehist-mode: t exec-abbrev-cmd-mode: t show-paren-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: f u n M-2 C-h f=20 M-2 M-1 M-2 =20 =20 C-h=20 f M-2 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 C-x k=20 C-x k C-h v c o m m e n t =20 s t a C-h v c o m m =20 e n e n =20 =20 C-c C-c c l s =20 c c c c v v s s=20 C-g C-g # # B y q l s M-x r e b Recent messages: 20090408T114418.071> Deleting article 743 in gmx 20090408T114418.140> Registry: article <20090408105557.A890C23063A@mx9.kjm2= .de> going from nnml+Popmail:gmx to nil 20090408T114418.141> Registry: article <8815992.30750761239180429897@ecmess= enger> going from nnml+Popmail:gmx to nil 20090408T114418.302> Exiting summary buffer and applying spam rules 20090408T114418.412> No more unread newsgroups (No changes need to be saved) 20090408T114419.998> Saving /home/horn/.newsrc.eld... Saving file /home/horn/.newsrc.eld... Wrote /home/horn/.newsrc.eld 20090408T114420.055> Saving /home/horn/.newsrc.eld...done --=20 Chuck Norris once shat blood - the blood of 11,940 natives he had killed an= d eaten.=20 From monnier@iro.umontreal.ca Wed Apr 8 06:37:56 2009 Received: (at 2929) by emacsbugs.donarmstrong.com; 8 Apr 2009 13:37:56 +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=HAS_BUG_NUMBER,XIRONPORT 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.13.8/8.13.8/Debian-3) with ESMTP id n38DbqX5027204 for <2929@emacsbugs.donarmstrong.com>; Wed, 8 Apr 2009 06:37:53 -0700 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmAFAGBF3ElMCqib/2dsb2JhbACBUswdg3sGhRA X-IronPort-AV: E=Sophos;i="4.39,344,1235970000"; d="scan'208";a="36761469" Received: from 76-10-168-155.dsl.teksavvy.com (HELO pastel.home) ([76.10.168.155]) by ironport2-out.teksavvy.com with ESMTP; 08 Apr 2009 09:37:46 -0400 Received: by pastel.home (Postfix, from userid 20848) id D7582804C; Wed, 8 Apr 2009 09:37:45 -0400 (EDT) From: Stefan Monnier To: Tassilo Horn Cc: 2929@debbugs.gnu.org Subject: Re: bug#2929: 23.0.92; Broken auto-filling in message-mode Message-ID: References: <87zlera284.fsf@thinkpad.tsdh.de> Date: Wed, 08 Apr 2009 09:37:45 -0400 In-Reply-To: <87zlera284.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Wed, 08 Apr 2009 12:06:51 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > behavior. When I do the emacs -Q procedure it's set to "" by default, > and then the bug doesn't occur. So I guess message-mode should set it > to "" in order to avoid such strange effects. `comment-end' is "" by default. Setting it globally to something else will lead to errors in various major modes which assume that "not setting comment-end" is the same as setting it to "". I.e. the global setting of comment-end should not be change(able|d). This said, your report probably points at another bug because the "*/\n> " should not be added to lines which don't start with "> ". Stefan From tassilo@member.fsf.org Wed Apr 8 08:22:03 2009 Received: (at 2929) by emacsbugs.donarmstrong.com; 8 Apr 2009 15:22:04 +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.0 required=4.0 tests=HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from deliver.uni-koblenz.de (deliver.uni-koblenz.de [141.26.64.15]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n38FM0Am027603 for <2929@emacsbugs.donarmstrong.com>; Wed, 8 Apr 2009 08:22:01 -0700 Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id DB5C9789B5EA; Wed, 8 Apr 2009 17:21:59 +0200 (CEST) Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30125-08; Wed, 8 Apr 2009 17:21:58 +0200 (CEST) X-CHKRCPT: Envelopesender vrfy tassilo@member.fsf.org Received: from thinkpad.tsdh.de (dhcp171.uni-koblenz.de [141.26.71.171]) by deliver.uni-koblenz.de (Postfix) with ESMTP id DA2D4789B5CC; Wed, 8 Apr 2009 17:21:58 +0200 (CEST) From: Tassilo Horn To: Stefan Monnier Cc: 2929@debbugs.gnu.org Subject: Re: bug#2929: 23.0.92; Broken auto-filling in message-mode References: <87zlera284.fsf@thinkpad.tsdh.de> Date: Wed, 08 Apr 2009 17:21:58 +0200 In-Reply-To: (Stefan Monnier's message of "Wed, 08 Apr 2009 09:37:45 -0400") Message-ID: <87ws9vf9wp.fsf@thinkpad.tsdh.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: amavisd-new at uni-koblenz.de Stefan Monnier writes: Hi Stefan, >> behavior. When I do the emacs -Q procedure it's set to "" by >> default, and then the bug doesn't occur. So I guess message-mode >> should set it to "" in order to avoid such strange effects. > > `comment-end' is "" by default. Setting it globally to something else > will lead to errors in various major modes which assume that "not > setting comment-end" is the same as setting it to "". Hm, at least I do not set it globally to another value. So it seems to be the fault of some third party library I use. [Searching...] Oh, indeed. How awkward! It's in a mode I've written myself! > I.e. the global setting of comment-end should not be change(able|d). > > This said, your report probably points at another bug because the > "*/\n> " should not be added to lines which don't start with "> ". Right, so at least this report was no total user error. Bye, Tassilo -- Richard Stallman wrote a program that divides by zero. From rgm@gnu.org Thu Apr 9 12:02:07 2009 Received: (at 2929) by emacsbugs.donarmstrong.com; 9 Apr 2009 19:02:07 +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=-6.0 required=4.0 tests=HAS_BUG_NUMBER, 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.13.8/8.13.8/Debian-3) with ESMTP id n39J24VT023834 for <2929@emacsbugs.donarmstrong.com>; Thu, 9 Apr 2009 12:02:05 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LrzVj-0004z8-QJ; Thu, 09 Apr 2009 15:02:03 -0400 From: Glenn Morris To: Stefan Monnier Cc: 2929@debbugs.gnu.org, Tassilo Horn Subject: Re: bug#2929: 23.0.92; Broken auto-filling in message-mode References: <87zlera284.fsf@thinkpad.tsdh.de> X-Spook: jihad Operation Iraqi Freedom Echelon munitions USDOJ X-Ran: :xo$=[9Id>ZGrDN:Y3+%|$9Pm"i>NlEd;I.m-B?E`Vo)W<|{w]r1=FEi2Q5AQi]f-[p~?j X-Hue: green X-Debbugs-No-Ack: yes X-Attribution: GM Date: Thu, 09 Apr 2009 15:02:03 -0400 In-Reply-To: (Stefan Monnier's message of "Wed, 08 Apr 2009 09:37:45 -0400") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Stefan Monnier wrote: > This said, your report probably points at another bug because the > "*/\n> " should not be added to lines which don't start with "> ". I'm not sure newcomment.el can be blamed much for this. The buffer has: comment-start = "> " comment-end = "*/" The comment-end string never appears in the example buffer, but the comment-start one does. So it looks to newcomment like the whole buffer is one big comment. From monnier@iro.umontreal.ca Fri Apr 10 10:45:50 2009 Received: (at 2929) by emacsbugs.donarmstrong.com; 10 Apr 2009 17:45:50 +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=HAS_BUG_NUMBER,XIRONPORT autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from ironport2-out.teksavvy.com (ironport2-out.pppoe.ca [206.248.154.182]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n3AHjkH9022410 for <2929@emacsbugs.donarmstrong.com>; Fri, 10 Apr 2009 10:45:48 -0700 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkIGAPQi30lLd+7D/2dsb2JhbACBUsoEg3sGhRQ X-IronPort-AV: E=Sophos;i="4.40,168,1238990400"; d="scan'208";a="36879244" Received: from 75-119-238-195.dsl.teksavvy.com (HELO pastel.home) ([75.119.238.195]) by ironport2-out.teksavvy.com with ESMTP; 10 Apr 2009 13:45:40 -0400 Received: by pastel.home (Postfix, from userid 20848) id 89211E9B48; Fri, 10 Apr 2009 13:45:40 -0400 (EDT) From: Stefan Monnier To: Glenn Morris Cc: 2929@debbugs.gnu.org, Tassilo Horn Subject: Re: bug#2929: 23.0.92; Broken auto-filling in message-mode Message-ID: References: <87zlera284.fsf@thinkpad.tsdh.de> Date: Fri, 10 Apr 2009 13:45:40 -0400 In-Reply-To: (Glenn Morris's message of "Thu, 09 Apr 2009 15:02:03 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > I'm not sure newcomment.el can be blamed much for this. It can. > The buffer has: > comment-start = "> " > comment-end = "*/" > The comment-end string never appears in the example buffer, but the > comment-start one does. So it looks to newcomment like the whole > buffer is one big comment. Yes, if we consider a C file with the following content: /* blablabla blablabla blablabla long line to cut here it's better for auto-fill-mdoe to do: /* blablabla blablabla blablabla long line to cut here then /* blablabla blablabla blablabla long line to cut /* /* here since the comment is obviously not using a "one comment per line" style anyway. That's why I said: >> "*/\n> " should not be added to lines which don't start with "> ". -- Stefan From rgm@gnu.org Fri Apr 10 19:01:43 2009 Received: (at control) by emacsbugs.donarmstrong.com; 11 Apr 2009 02:01:43 +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=-2.0 required=4.0 tests=VALID_BTS_CONTROL 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.13.8/8.13.8/Debian-3) with ESMTP id n3B21eZP004478 for ; Fri, 10 Apr 2009 19:01:42 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LsSXM-0007pr-4e; Fri, 10 Apr 2009 22:01:40 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18911.64004.96908.212907@fencepost.gnu.org> Date: Fri, 10 Apr 2009 22:01:40 -0400 From: Glenn Morris To: control Subject: control message tags 2383 moreinfo tags 2865 moreinfo retitle 2929 filling of multi-line comments severity 2951 wishlist reassign 2948 spam reassign 2952 spam reassign 2953 spam reassign 2954 spam reassign 2955 spam reassign 2956 emacs,w32 From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 04 16:19:00 2021 Received: (at 2929) by debbugs.gnu.org; 4 Dec 2021 21:19:00 +0000 Received: from localhost ([127.0.0.1]:55337 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtcQu-0000N1-1I for submit@debbugs.gnu.org; Sat, 04 Dec 2021 16:19:00 -0500 Received: from quimby.gnus.org ([95.216.78.240]:41550) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtcQr-0000Ml-Ql for 2929@debbugs.gnu.org; Sat, 04 Dec 2021 16:18:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=P3Td3DtYg6lykU6NHp71GuoAtldrrLhiWCSl6Y1YAmc=; b=QW59KsV0lIBeozAfh0V0Q7XB4m NOH58pUo5NsRAYXtT2NjyrFAs4w51j/wMoqhQGhvHfFkDg+Gr/QMKQU4TRRq+gPkQBO0GRw86jIin nmyYpKOiI3qZ1Ezm+whEGHyT6blvP9Itju9o7LBRrreKPo3nlmURX5D7QNIGpY1zpSCg=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mtcQj-0000ap-AQ; Sat, 04 Dec 2021 22:18:51 +0100 From: Lars Ingebrigtsen To: Tassilo Horn Subject: Re: bug#2929: filling of multi-line comments References: <87zlera284.fsf@thinkpad.tsdh.de> X-Now-Playing: Joni Mitchell's _The Hissing Of Summer Lawns_: "The Jungle Line" Date: Sat, 04 Dec 2021 22:18:48 +0100 In-Reply-To: <87zlera284.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Wed, 08 Apr 2009 12:06:51 +0200") Message-ID: <87czmc132f.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Tassilo Horn writes: > The line starting with "foo bar baz" was entered by me and after > inserting a space after "ketm" the comment chars where inserted. > (`comment-start' is ">" and `comment-end' is "*/" in message-mod [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 2929 Cc: 2929@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Tassilo Horn writes: > The line starting with "foo bar baz" was entered by me and after > inserting a space after "ketm" the comment chars where inserted. > (`comment-start' is ">" and `comment-end' is "*/" in message-mode.) (I'm going through old bug reports that unfortunately weren't resolved at the time.) In Emacs 29, `comment-end' is "" in `message-mode', and I'm not able to reproduce the problem. Are you still seeing this problem in recent Emacs versions? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 04 16:19:04 2021 Received: (at control) by debbugs.gnu.org; 4 Dec 2021 21:19:04 +0000 Received: from localhost ([127.0.0.1]:55342 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtcQy-0000Np-8K for submit@debbugs.gnu.org; Sat, 04 Dec 2021 16:19:04 -0500 Received: from quimby.gnus.org ([95.216.78.240]:41564) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtcQx-0000Mu-9u for control@debbugs.gnu.org; Sat, 04 Dec 2021 16:19:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=w21JOPFkQ5LK4TWBKlsCOpNtBAtTbPkZhNVs2/AH3d8=; b=BrWivhJnKTs8pxORS7XKKYE/vn W5ZcyLZFGcRtiHbFYczVmBS6mq80i8IRUn7ujFNMG/40/zbS8I18cDDspQlLVfmpoe+TVrMJ3YhDG 64UQpYQK6kpsmUuoloRvoKJ4cW6oCpV+n4q+yQlJO7k9Nl0vQkiLbceEJFLHyLLW6oMI=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mtcQp-0000ax-79 for control@debbugs.gnu.org; Sat, 04 Dec 2021 22:18:57 +0100 Date: Sat, 04 Dec 2021 22:18:54 +0100 Message-Id: <87bl1w1329.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #2929 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 2929 + moreinfo quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) tags 2929 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 04 16:40:07 2021 Received: (at 2929) by debbugs.gnu.org; 4 Dec 2021 21:40:07 +0000 Received: from localhost ([127.0.0.1]:55442 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtclL-0003BV-94 for submit@debbugs.gnu.org; Sat, 04 Dec 2021 16:40:07 -0500 Received: from eggs.gnu.org ([209.51.188.92]:48114) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtclJ-0003Aw-DR for 2929@debbugs.gnu.org; Sat, 04 Dec 2021 16:40:05 -0500 Received: from [2001:470:142:3::e] (port=47540 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mtclE-0001Ts-6E; Sat, 04 Dec 2021 16:40:00 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-reply-to:Date:Subject:To:From: References; bh=+FWO90kfZmMxUwCcLmJine/3lHwjKrP63Gq1KGd9GBI=; b=lU14t9jE6gmMpZ Z8wwB9vmHRg5tZMphWgBhIhvkqkut8/8DhLUgZKx0x6I+/R5E6IP4xGcm0fQZgY2vTugLCXg2dMXP QDc3pFxt8Debqvp/pptvS25/Pmg3McJ9CHNvQdsLJctgCD6x5PvwAnW1bqIIX7iHoZSwlLM892W4t X/N2kL4yhK5lArxCQrx5lL94golI+IIbCpTSH5SBiqtQp9O23dT1Rnbv/j9au0LC1p8sB4lNwDryJ JFwfAnbXKTxtZ6NRIgK7oqnAVuPb39H1IXwwhHP6tcHJw0QfnYoCScnEbqMcrzDkxyIznu78vWTz/ 0+B3Xd3wjXbuNVt+hahg==; Received: from auth2-smtp.messagingengine.com ([66.111.4.228]:47189) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mtclE-0000KE-8d; Sat, 04 Dec 2021 16:40:00 -0500 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailauth.nyi.internal (Postfix) with ESMTP id 5CAEC27C0054; Sat, 4 Dec 2021 16:39:59 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sat, 04 Dec 2021 16:39:59 -0500 X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvuddrieelgdduheduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfhgfhffvufffjgfkgggtsehttdertddtredtnecuhfhrohhmpefvrghsshhi lhhoucfjohhrnhcuoehtshguhhesghhnuhdrohhrgheqnecuggftrfgrthhtvghrnhepve evieekteekveeigfefffeivdetgeduvdffueeuudevgedttdehvdfhueevfffhnecuvehl uhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhrnhdomh gvshhmthhprghuthhhphgvrhhsohhnrghlihhthidqkeeijeefkeejkeegqdeifeehvdel kedqthhsughhpeepghhnuhdrohhrghesfhgrshhtmhgrihhlrdhfmh X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sat, 4 Dec 2021 16:39:58 -0500 (EST) References: <87zlera284.fsf@thinkpad.tsdh.de> <87czmc132f.fsf@gnus.org> User-agent: mu4e 1.7.5; emacs 29.0.50 From: Tassilo Horn To: Lars Ingebrigtsen Subject: Re: bug#2929: filling of multi-line comments Date: Sat, 04 Dec 2021 22:37:01 +0100 In-reply-to: <87czmc132f.fsf@gnus.org> Message-ID: <87mtlgdp78.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 2929 Cc: 2929@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Lars Ingebrigtsen writes: Hi Lars, >> The line starting with "foo bar baz" was entered by me and after >> inserting a space after "ketm" the comment chars where inserted. >> (`comment-start' is ">" and `comment-end' is "*/" in message-mode.) > > (I'm going through old bug reports that unfortunately weren't resolved > at the time.) > > In Emacs 29, `comment-end' is "" in `message-mode', and I'm not able > to reproduce the problem. > > Are you still seeing this problem in recent Emacs versions? No, I can't reproduce it. And actually I don't quite understand what I was doing. Why did I explicitly set "*/" as `comment-end' in `message-mode'? *shrugs* Anyway, feel free to close that bug report. Bye, Tassilo From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 04 16:48:20 2021 Received: (at 2929) by debbugs.gnu.org; 4 Dec 2021 21:48:20 +0000 Received: from localhost ([127.0.0.1]:55512 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtctI-0003TU-7n for submit@debbugs.gnu.org; Sat, 04 Dec 2021 16:48:20 -0500 Received: from quimby.gnus.org ([95.216.78.240]:41914) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtctH-0003TG-5N for 2929@debbugs.gnu.org; Sat, 04 Dec 2021 16:48:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID :In-Reply-To:Date:References:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=dzhNfLLGxBsDSPGT7E8T4kNxKzkhfvAVv0XeA3pcq80=; b=VZ7Scnu3N9w04h9Ujgqq0QGpUv XECFOrXRDWsD8j6yCx7DwuqaYgPoZFJX5KjAWSzzBsTU9au7UahlB47zgSqshsbjNU0FUfwedB9Yl b/vieVhQCXA7qjQ1vUtBZbzuRosyHlE/k5M9hljnyxg8e2hvdl8EIo2gT2qPM0YU1/u4=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mtct8-0000ne-Kd; Sat, 04 Dec 2021 22:48:13 +0100 From: Lars Ingebrigtsen To: Tassilo Horn Subject: Re: bug#2929: filling of multi-line comments References: <87zlera284.fsf@thinkpad.tsdh.de> <87czmc132f.fsf@gnus.org> <87mtlgdp78.fsf@gnu.org> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAGFBMVEV9fmOGhYlNTUx2 dhCCgRWAfhOvx8b///8EnAsbAAAAAWJLR0QHFmGI6wAAAAd0SU1FB+UMBBUvMO7nM50AAAGsSURB VDjLdZJbkuMgDEUFU9XfwArgUvnvQbCBuLKBxux/KyORdAd73DeOLesg9MBkvDfOeSJ5+pfUICIn f0PfcvNuPM0lbl4Hkf9FJ2CugfPJmUvgUkhnEGRpoPg/sEnhNSDnL4GBDMBegATyFJJbgCN4GyPB 2JDgfZLCBQQbIqyFNYgKjOwJI8BCZRGD3G2SLAEhkXn6nwyEiBiD/Cj++KMToMtSEJPE8Q0wwXwo sO+9NMcE0QqQamf4M0pDnKYjyEHOvFN/vdcKgKo5DBcx+RMxi5G5yHiYPmFj+xLQFELBV/xwmQpY lDtzUYPnq6SixvvG3Iaodx5D/bIK1LDd1N9H51XEKFm8U4t/UJVCtvryt5+wRnwH7vmhCVYJkALv eJTGJ6A9F9Ryk4i2gj9zFBXo7RBEPSNDr8oNC5IGc9aJ4MYV2wr2nFGkhMZ1rYC4yqTKXtB6le0W 0HYBTWZZ8glIx5v0v8lWBzAnqifSdpzB4L4h93KsSme+j54fteQDGC/1VnK/AkNa3d7jojEW0uex vpIvQOu7Alpee4N3Ejl5Hoc+nh9P4/Vz+AcsorMXoWMPvwAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAy MS0xMi0wNFQyMTo0Nzo0OCswMDowMAcORkwAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjEtMTItMDRU MjE6NDc6NDgrMDA6MDB2U/7wAAAAAElFTkSuQmCC X-Now-Playing: Joni Mitchell's _The Hissing Of Summer Lawns_: "Sweet Bird" Date: Sat, 04 Dec 2021 22:48:10 +0100 In-Reply-To: <87mtlgdp78.fsf@gnu.org> (Tassilo Horn's message of "Sat, 04 Dec 2021 22:37:01 +0100") Message-ID: <87k0gkyrc5.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Tassilo Horn writes: > No, I can't reproduce it. And actually I don't quite understand what I > was doing. Why did I explicitly set "*/" as `comment-end' in > `message-mode'? *shrugs* 😁 Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 2929 Cc: 2929@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Tassilo Horn writes: > No, I can't reproduce it. And actually I don't quite understand what I > was doing. Why did I explicitly set "*/" as `comment-end' in > `message-mode'? *shrugs* =F0=9F=98=81 > Anyway, feel free to close that bug report. OK; closing. --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 04 16:48:28 2021 Received: (at control) by debbugs.gnu.org; 4 Dec 2021 21:48:28 +0000 Received: from localhost ([127.0.0.1]:55515 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtctQ-0003Tr-E6 for submit@debbugs.gnu.org; Sat, 04 Dec 2021 16:48:28 -0500 Received: from quimby.gnus.org ([95.216.78.240]:41932) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtctP-0003Td-9S for control@debbugs.gnu.org; Sat, 04 Dec 2021 16:48:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=glC1rfIS1L7ZBd/QCHEB/uiPd730HNIti6ZCeg8L9ec=; b=t5O64hlR30Aslwa8ICCQB/fVFn 2AIwdTA+e76a8ZO+GC43CfktQ/mhvG3bQGKC+rpcdUk/w5VyNT1JvgZkBCJK3BfmQKvgchhj9Mq2d kb//Ey91sZYFb8+Wb6ECRfYspl24+6Bg5xkM1OYM8AiI+kvFDmE3ptDGBeV8yEgFaK+o=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mtctH-0000nl-IZ for control@debbugs.gnu.org; Sat, 04 Dec 2021 22:48:21 +0100 Date: Sat, 04 Dec 2021 22:48:19 +0100 Message-Id: <87ilw4yrbw.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #2929 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 2929 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 2929 quit From unknown Sat Jun 21 12:13:33 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 02 Jan 2022 12: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