From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/41176 Path: main.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-summary-edit-article and wrapped From-line Date: Sun, 30 Dec 2001 16:45:34 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: main.gmane.org 1035176612 4738 80.91.224.250 (21 Oct 2002 05:03:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:03:32 +0000 (UTC) Return-Path: Original-Received: (qmail 10182 invoked from network); 30 Dec 2001 15:46:36 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 30 Dec 2001 15:46:36 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16Ki9u-0000xK-00; Sun, 30 Dec 2001 09:45:58 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 30 Dec 2001 09:45:48 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id JAA03525 for ; Sun, 30 Dec 2001 09:45:37 -0600 (CST) Original-Received: (qmail 10168 invoked by alias); 30 Dec 2001 15:45:36 -0000 Original-Received: (qmail 10163 invoked from network); 30 Dec 2001 15:45:36 -0000 Original-Received: from theotp5.physik.uni-ulm.de (134.60.10.145) by gnus.org with SMTP; 30 Dec 2001 15:45:36 -0000 Original-Received: (from ste@localhost) by theotp5.physik.uni-ulm.de (8.11.2/8.11.2) id fBUFjYn15014; Sun, 30 Dec 2001 16:45:34 +0100 X-Authentication-Warning: theotp5.physik.uni-ulm.de: ste set sender to reiner.steib@gmx.de using -f Original-To: ding@gnus.org In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sun, 30 Dec 2001 07:53:25 +0100") Original-Lines: 105 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:41176 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:41176 --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Lars Magne Ingebrigtsen writes: > Reiner Steib writes: >=20 >> Given the following article (a minimal example): >> >> ,----[ cat Incoming13789n9p ] >> | From MAILER-DAEMON@aaaaaaa.bbbbbb.ccccccc.dd Thu Aug 30 19:30:14 2001 >> | Subject: long From-line >> |=20 >> | foo bar >> |=20 >> `---- >> >> When I hit =BBe=AB (gnus-summary-edit-article) in the *Summary* buffer to >> edit the article and save the article with C-c C-c, the From-line is >> wrapped (this also happens after stripping an attachment with >> =BBSave and strip=AB): >> >> ,----[ cat mail/test ] >> | From MAILER-DAEMON@aaaaaaa.bbbbbb.ccccccc.dd Thu Aug 30 19:30:14 >> | 2001 >=20 > Do you have any weird auto-line-wrapping going on? No, I don't think so, because I used "emacs --no-site-file" and minimal init files (see below / attached user settings). I just reproduced it with both, GNU Emacs 20.7.1 and GNU Emacs 21.1.1, with a very recent CVS version of Gnus (Sun Dec 30 15:33:08 CET 2001). The bug does *not* appear with Gnus v5.9.0 (GNU Emacs 21.1.1) or Gnus v5.8.8 (GNU Emacs 20.7.1). Here's the content of ~/.emacs and ~/.gnus: ##### ~/.emacs (setq=20 load-path (nconc (list "~/lisp/gnus-Oort/share/emacs/site-lisp/") load-path)) (setq debug-on-error t) ##### ~/.gnus (setq=20 gnus-select-method '(nntp "news.uni-ulm.de") gnus-secondary-select-methods '((nnfolder ""))) ##### Oort Gnus v0.04 GNU Emacs 20.7.1 (i386-suse-linux, X toolkit) of Sun Jan 21 2001 on Purbach 200 news.uni-ulm.de DNEWS Version 5.5c6, S0, posting OK=20 BTW, the parent article is not available on news.gnus.org: ,----[ Sun Dec 30 16:38:42 CET 2001 ] | $ telnet news.gnus.org nntp | Trying 195.204.10.66... | Connected to news.gnus.org. | Escape character is '^]'. | 200 quimby.gnus.org InterNetNews NNRP server INN 2.2.2 13-Dec-1999 ready = (posting ok). | article | 430 No such article `---- Reiner. --=20 ,,, (o o) ---ooO-(_)-Ooo--- PGP key available via WWW http://rsteib.home.pages.de/ --=-=-= Content-Type: application/x-emacs-lisp Content-Disposition: inline Content-Description: User settings ------------------ Environment follows ------------------ (setq gnus-default-nntp-server "news") (setq gnus-secondary-select-methods '((nnfolder ""))) (setq gnus-exit-gnus-hook '(mm-destroy-postponed-undisplay-list)) (setq gnus-mime-action-alist '(("save to file" . gnus-mime-save-part) ("save and strip" . gnus-mime-save-part-and-strip) ("display as text" . gnus-mime-inline-part) ("view the part" . gnus-mime-view-part) ("pipe to command" . gnus-mime-pipe-part) ("toggle display" . gnus-article-press-button) ("toggle display" . gnus-article-view-part-as-charset) ("view as type" . gnus-mime-view-part-as-type) ("internalize type" . gnus-mime-internalize-part) ("externalize type" . gnus-mime-externalize-part))) ;; (makeunbound 'gnus-topic-mode) ;; (makeunbound 'gnus-topic-mode-hook) ;; (makeunbound 'gnus-topic-line-format) ;; (makeunbound 'gnus-topic-indent-level) ;; (makeunbound 'gnus-topic-display-empty-topics) (setq message-mode-hook '(#[nil "\301\010!\207" [gnus-setup-message-group gnus-configure-posting-styles] 2])) (setq message-header-setup-hook '(gnus-inews-insert-archive-gcc gnus-inews-insert-gcc)) --=-=-=--