From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61428 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.pretest.bugs,gmane.emacs.gnus.general Subject: Re: doc strings that are too long Date: Tue, 29 Nov 2005 12:33:16 +0100 Message-ID: References: Reply-To: Reiner Steib NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1133270831 15054 80.91.229.2 (29 Nov 2005 13:27:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 Nov 2005 13:27:11 +0000 (UTC) Cc: ding@gnus.org Original-X-From: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Tue Nov 29 14:27:01 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Eh4j4-0006ES-9Y for gebp-emacs-pretest-bug@gmane.org; Tue, 29 Nov 2005 13:36:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eh4j3-0000Gf-3h for gebp-emacs-pretest-bug@gmane.org; Tue, 29 Nov 2005 07:36:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Eh3jh-0005oe-EA for emacs-pretest-bug@gnu.org; Tue, 29 Nov 2005 06:33:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Eh3je-0005nS-Ko for emacs-pretest-bug@gnu.org; Tue, 29 Nov 2005 06:33:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eh3jc-0005nF-S8 for emacs-pretest-bug@gnu.org; Tue, 29 Nov 2005 06:33:21 -0500 Original-Received: from [134.60.1.1] (helo=mail.uni-ulm.de) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1Eh3jc-0000JK-HQ for emacs-pretest-bug@gnu.org; Tue, 29 Nov 2005 06:33:20 -0500 Original-Received: from bridgekeeper.physik.uni-ulm.de (bridgekeeper.physik.uni-ulm.de [134.60.10.123]) by mail.uni-ulm.de (8.13.4/8.13.4) with ESMTP id jATBXGEj021634; Tue, 29 Nov 2005 12:33:17 +0100 (MET) Original-Received: by bridgekeeper.physik.uni-ulm.de (Postfix, from userid 170) id 675BE10C5E; Tue, 29 Nov 2005 12:33:16 +0100 (CET) Original-To: "Emacs-Pretest-Bug" Mail-Followup-To: "Emacs-Pretest-Bug" , ding@gnus.org X-Face: #vK]N[`vqjuod*|)'[iD7/"3AB-ApT%fmN"LWAg@oS7OesGv~)n[OBTLM#I="J'Y^-7I I/ps7o_'IK@#-Rs{::DZ@O8yS|fexe,XslY[:dNWOb~>?mC-&i_c)say:"\IpA.5U.b]'NY; Pks{lb h.+#6%DpZuaK3dcHB`Av3zc:r!C%~s0&m, tWj]&}, qg.+0ww2gK%f!:GK|wMl.I!(voY*1"^li8"~B BNG)9LvPi?^DMR-GVDnZqhu*3Hi, +g=wFhI)BL6&u{EOVEHjVEVq~d?_}lMntWAc3(6?kftjc>_f>! g0wM(qPM$d5]^TT_Qyi&L?LGVG)SHN;Gk/,pkY9,~ In-Reply-To: (Drew Adams's message of "Mon, 21 Nov 2005 09:26:45 -0800") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-DCC--Metrics: gemini 1074; Body=2 Fuz1=2 Fuz2=2 X-BeenThere: emacs-pretest-bug@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for CVS Emacs." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Errors-To: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.pretest.bugs:10221 gmane.emacs.gnus.general:61428 Archived-At: On Mon, Nov 21 2005, Drew Adams wrote: > The doc strings for the following functions and variables are too wide. Many > are FAR too wide; some are not too bad (but still over 80 columns). [...] > Functions: [...] > gnus-agent-delete-group > gnus-agent-rename-group > gnus-cache-delete-group > gnus-cache-rename-group Fixed in Gnus CVS (v5-10 branch; will be synced to Emacs in a couple of days). > gnus-msg-mail ,----[ f gnus-msg-mail RET ] | gnus-msg-mail is an interactive compiled Lisp function in `gnus-msg.el'. | (gnus-msg-mail &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-ACTION YANK-ACTION SEND-ACTIONS) | | Start editing a mail message to be sent. | Like `message-mail', but with Gnus paraphernalia, particularly the | Gcc: header for archiving purposes. `---- The doc string isn't too long. Maybe you meant the arguments? What can we do about this? > message-mail Same here: ,----[ f message-mail RET ] | message-mail is an interactive compiled Lisp function in `message.el'. | (message-mail &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS) | | Start editing a mail message to be sent. | OTHER-HEADERS is an alist of header/value pairs. `---- Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/