From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.devel Subject: Re: patch to fill overlong lines in `describe-key' Date: Tue, 12 Feb 2008 07:11:24 +0000 Message-ID: <87d4r2644j.fsf@bzg.ath.cx> References: <003501c86d3f$183e9160$405a908d@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1202800302 20466 80.91.229.12 (12 Feb 2008 07:11:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Feb 2008 07:11:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 12 08:12:05 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JOpJE-0003fM-Js for ged-emacs-devel@m.gmane.org; Tue, 12 Feb 2008 08:12:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOpIl-0005dV-5K for ged-emacs-devel@m.gmane.org; Tue, 12 Feb 2008 02:11:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JOpIe-0005cJ-SJ for emacs-devel@gnu.org; Tue, 12 Feb 2008 02:11:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JOpIc-0005ak-St for emacs-devel@gnu.org; Tue, 12 Feb 2008 02:11:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOpIc-0005ae-NM for emacs-devel@gnu.org; Tue, 12 Feb 2008 02:11:26 -0500 Original-Received: from fk-out-0910.google.com ([209.85.128.187]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JOpIc-0008He-Eh for emacs-devel@gnu.org; Tue, 12 Feb 2008 02:11:26 -0500 Original-Received: by fk-out-0910.google.com with SMTP id 26so4913024fkx.10 for ; Mon, 11 Feb 2008 23:11:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:received:from:to:cc:subject:in-reply-to:references:user-agent:date:message-id:mime-version:content-type:sender; bh=lXiYGLiEZRgouGUsa2P4ENvcBVGkitjABVJJ+F/WYy8=; b=aqDGYBBgSxKgNZWtjqMdZKNPhHWA+7LcZ+JYc57VWnx2Tjze8xJirSChNX+lMNWmliJL0HtrxHjqLJu2QAGdraQFRSwIvwACqks+YaSYHwmzJiqi0ng/Oi823pFlTMPFWf/bc9JesquTFhp+AeGVPymDA1Z3OVBJ6JX9T33Q178= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date:message-id:mime-version:content-type:sender; b=E1tx5L4YmvXZpEvYHYn7q7FdbhSe8zpswvSdwEj7z8QpWoFmvrZPxS1DFk71jhhoT+CI9PTGytM3JE8IIvNy1FEE3zMb8BIxsOOc7k4i2BEdhZZRND6g9qEmaNZlNwf1cYyG6ImVmtOokL1JYSlyPgDFOqKXf9eXiixoNGUE3Tg= Original-Received: by 10.78.21.7 with SMTP id 7mr1739533huu.5.1202800284741; Mon, 11 Feb 2008 23:11:24 -0800 (PST) Original-Received: from bzg.ath.cx ( [81.99.213.34]) by mx.google.com with ESMTPS id c4sm2024763nfi.4.2008.02.11.23.11.23 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 11 Feb 2008 23:11:23 -0800 (PST) Original-Received: by bzg.ath.cx (Postfix, from userid 1000) id 30BCE158253; Tue, 12 Feb 2008 07:11:23 +0000 (GMT) In-Reply-To: <003501c86d3f$183e9160$405a908d@us.oracle.com> (Drew Adams's message of "Mon, 11 Feb 2008 22:18:32 -0800") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:88843 Archived-At: I have applied these patches. "Drew Adams" writes: > I mistakenly sent the wrong patch for help-fns.el. I sent a patch that added > command `describe-option' and such - something unrelated. Attached are > updated patches wrt today's CVS. > > And here's a change log entry: > > 2008-02-11 Drew Adams > > * help.el (describe-key): Joined some split lines to facilitate > filling. > * help-fns.el (describe-function-1): Fill text of overlong lines. -- Bastien