From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/4874 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.gnus.user Subject: Re: gnus-treat-unsplit-urls supposed to act on outgoing posts? Date: Mon, 11 Apr 2005 10:34:21 +0200 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138670741 25226 80.91.229.2 (31 Jan 2006 01:25:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:25:41 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:34:26 2006 Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:5DCNUnbY2ERVb+SvLa6Jse8c8jU= Original-NNTP-Posting-Host: dialin-145-254-252-125.arcor-ip.net Original-X-Trace: news.uni-ulm.de 1113209415 145.254.252.125 (11 Apr 2005 10:50:15 +0200) X-Authenticated-User: rsteib Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!news.tele.dk!news.tele.dk!small.news.tele.dk!news-fra1.dfn.de!news-stu1.dfn.de!news.belwue.de!news.uni-ulm.de!marauder.physik.uni-ulm.de!not-for-mail Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:5015 Original-Lines: 37 X-Gnus-Article-Number: 5015 Tue Jan 17 17:34:26 2006 Xref: news.gmane.org gmane.emacs.gnus.user:4874 Archived-At: On Mon, Apr 11 2005, Reiner Steib wrote: > On Sun, Apr 10 2005, Bruno Hertz wrote: [...] >> Now I found out it acts on outgoing articles, too. I.e. in my case it >> changed the following > [...] >> Is this the intended behavior? > > No, let's see... > > ,----[ C-h v gnus-treat-unsplit-urls RET ] > | gnus-treat-unsplit-urls's value is t > | > | Remove newlines from within URLs. > `---- > > http://www.gnus.orgnot part of the URL. ^^^^^^^^^^^^^^^^^^^^^^ As you can see, it happens in the *display* of the Gcc-ed article which is also used to get the cited text. This also happens for other treat functions. I'd recommend not to set `gnus-treat-unsplit-urls' to t; better use `W u' interactively *only* when needed. > In `mml-preview', the URL in fact is unsplit, but I don't think it > happens in the outgoing or Gcc-ed message. I doesn't unfold in outgoing or Gcc: ,---- | $ grep -A1 http://www /var/spool/news/out.going/8970-1113207545-1 | http://www.gnus.org | not part of the URL. `---- Bye, Reiner.