From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Filling and indentation, please document Date: Mon, 14 Dec 2009 14:52:18 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1260799717 21073 80.91.229.12 (14 Dec 2009 14:08:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Dec 2009 14:08:37 +0000 (UTC) To: Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 14 15:08:31 2009 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 1NKBbC-00064G-1X for ged-emacs-devel@m.gmane.org; Mon, 14 Dec 2009 15:08:30 +0100 Original-Received: from localhost ([127.0.0.1]:39574 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NKBbB-000251-Sj for ged-emacs-devel@m.gmane.org; Mon, 14 Dec 2009 09:08:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NKBLv-0002pZ-V0 for emacs-devel@gnu.org; Mon, 14 Dec 2009 08:52:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NKBLr-0002kh-Do for emacs-devel@gnu.org; Mon, 14 Dec 2009 08:52:43 -0500 Original-Received: from [199.232.76.173] (port=52322 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NKBLr-0002kT-7E for emacs-devel@gnu.org; Mon, 14 Dec 2009 08:52:39 -0500 Original-Received: from mail-yw0-f202.google.com ([209.85.211.202]:56200) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NKBLr-0006LC-1U for emacs-devel@gnu.org; Mon, 14 Dec 2009 08:52:39 -0500 Original-Received: by ywh40 with SMTP id 40so2919421ywh.26 for ; Mon, 14 Dec 2009 05:52:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=4MPmLXuDSsnh5CZU7rNCxUnTTDtmcaQJzhe7Soy3h0E=; b=pAQLn52c5eHITaMhlI4wD29S+l22wqiEvpS5tPlZI5IWNA0cV7bQ6BPNXdRBMKC3oi X+jc22ggfFWzRjPH4tfdHe5XM7UPVZhCTJXcnvfy1bvL+1dWrRGpGEEMtdwRcUevjxEZ quUUi3PcXrfcu7waCDTokwhI5yuAIfUhPBaGk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=vZCK1Izfp69W8y4CLbzLJCJfuSu0IMU1/Y6Rpo4TYqrFSRKePh9nSabNK7CgrtBWXg xAoUOllxKsRUNOTFu3ge8vxBvqJPk5YTQy2QdVK2/cWzTLSvnUX+BNViEG1uO5z3xtpG /wP4Y2M9pTIjEsfrvr+1zLJtFP3NqAIuWZVkY= Original-Received: by 10.101.165.26 with SMTP id s26mr7214160ano.54.1260798758185; Mon, 14 Dec 2009 05:52:38 -0800 (PST) X-detected-operating-system: by monty-python.gnu.org: GNU/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:118611 Archived-At: There is a very nice feature of fill-paragraph that let you fill like this: - This part will be filled and indented. Very nice. But how to you do to make it fill this way? Is it documented? I used to believe that putting point after "-" at "T" before calling fill-paragraph made this happen, but that does not seem to be true now (checked out 2009-12-04). Was I just dreaming that, or?