From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: Fill paragraph in doc string and \\{somekeymap} Date: Sun, 4 Nov 2007 18:12:36 -0800 Message-ID: References: <472E7649.7010900@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1194228752 20552 80.91.229.12 (5 Nov 2007 02:12:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 5 Nov 2007 02:12:32 +0000 (UTC) Cc: Emacs Devel To: "Lennart Borgman \(gmail\)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 05 03:12:35 2007 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 1IorS4-0000mU-CF for ged-emacs-devel@m.gmane.org; Mon, 05 Nov 2007 03:12:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IorRt-0006Fv-E7 for ged-emacs-devel@m.gmane.org; Sun, 04 Nov 2007 21:12:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IorRp-0006Dq-1M for emacs-devel@gnu.org; Sun, 04 Nov 2007 21:12:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IorRm-0006Aj-TB for emacs-devel@gnu.org; Sun, 04 Nov 2007 21:12:16 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IorRm-0006AU-ML for emacs-devel@gnu.org; Sun, 04 Nov 2007 21:12:14 -0500 Original-Received: from rgminet01.oracle.com ([148.87.113.118]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IorRm-0006JZ-7S for emacs-devel@gnu.org; Sun, 04 Nov 2007 21:12:14 -0500 Original-Received: from agmgw2.us.oracle.com (agmgw2.us.oracle.com [152.68.180.213]) by rgminet01.oracle.com (Switch-3.2.4/Switch-3.1.6) with ESMTP id lA52CAIA004722; Sun, 4 Nov 2007 19:12:10 -0700 Original-Received: from acsmt351.oracle.com (acsmt351.oracle.com [141.146.40.151]) by agmgw2.us.oracle.com (Switch-3.2.0/Switch-3.2.0) with ESMTP id lA51l8AA009922; Sun, 4 Nov 2007 19:12:09 -0700 Original-Received: from dhcp-amer-csvpn-gw1-141-144-64-151.vpn.oracle.com by acsmt350.oracle.com with ESMTP id 3342232731194228725; Sun, 04 Nov 2007 18:12:05 -0800 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal In-Reply-To: <472E7649.7010900@gmail.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:82535 Archived-At: > >> Filling too should be separate from \\[...] etc. In my own > >> uses of these, for instance, I don't think there is one > >> occurrence where I want to fill the text of the current > >> paragraph. Why assume that there is a connection between > >> these two things? > > > > If you have a docstring with something like this: > > > > par 1 bla blah bla > > > > \\{keymap} > > par 2 bla blah bla > > > > Then I believe you should be able to fill both the first and the second > > paragraph. Don't you? I believe you should be able to fill any paragraph you like. And \\{keymap} and the others should not fill anything. There is no necessary relation between the two things. Maybe you are looking for a way to somehow indicate, in a doc string, that a paragraph should be filled when the string is displayed. That is a request that's not unreasonable. But that has nothing to do with \\{keymap}, which should not impose filling.