From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: line/wrap-prefix patch Date: Mon, 30 Jun 2008 13:18:27 +0900 Message-ID: References: <61zlp3k2xx.fsf@fencepost.gnu.org> Reply-To: Miles Bader NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1214799527 25203 80.91.229.12 (30 Jun 2008 04:18:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Jun 2008 04:18:47 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 30 06:19:33 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 1KDArV-0002c2-0x for ged-emacs-devel@m.gmane.org; Mon, 30 Jun 2008 06:19:33 +0200 Original-Received: from localhost ([127.0.0.1]:50238 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KDAqe-0006NZ-Lu for ged-emacs-devel@m.gmane.org; Mon, 30 Jun 2008 00:18:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KDAqa-0006NQ-Mg for emacs-devel@gnu.org; Mon, 30 Jun 2008 00:18:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KDAqZ-0006Mu-28 for emacs-devel@gnu.org; Mon, 30 Jun 2008 00:18:36 -0400 Original-Received: from [199.232.76.173] (port=60620 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KDAqY-0006Mr-Sx for emacs-devel@gnu.org; Mon, 30 Jun 2008 00:18:34 -0400 Original-Received: from tyo201.gate.nec.co.jp ([202.32.8.193]:35603) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KDAqV-0008DG-8L; Mon, 30 Jun 2008 00:18:31 -0400 Original-Received: from relay11.aps.necel.com ([10.29.19.46]) by tyo201.gate.nec.co.jp (8.13.8/8.13.4) with ESMTP id m5U4IS4c001237; Mon, 30 Jun 2008 13:18:28 +0900 (JST) Original-Received: from relay31.aps.necel.com ([10.29.19.16] [10.29.19.16]) by relay11.aps.necel.com with ESMTP; Mon, 30 Jun 2008 13:18:28 +0900 Original-Received: from dhapc248.dev.necel.com ([10.114.112.215] [10.114.112.215]) by relay31.aps.necel.com with ESMTP; Mon, 30 Jun 2008 13:18:28 +0900 Original-Received: by dhapc248.dev.necel.com (Postfix, from userid 31295) id F238842E; Mon, 30 Jun 2008 13:18:27 +0900 (JST) System-Type: i686-pc-linux-gnu Blat: Foop In-Reply-To: <61zlp3k2xx.fsf@fencepost.gnu.org> (Miles Bader's message of "Sun, 29 Jun 2008 23:38:02 -0400") Original-Lines: 16 X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) 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:100186 Archived-At: BTW here's the rcirc-mode-hook I use to enable these features for rcirc: (add-hook 'rcirc-mode-hook (lambda () (setq rcirc-fill-flag nil) (setq word-wrap t) (setq wrap-prefix '(space :width 8)) (push '(continuation) fringe-indicator-alist) (variable-pitch-mode t))) [The `push' turns off wrapping indicators.] -MIles -- If you can't beat them, arrange to have them beaten. [George Carlin]