From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: "Soft" indent with visual-line-mode? Date: Mon, 12 Dec 2011 08:21:23 +0100 Message-ID: <87obvexnkc.fsf@tsdh.uni-koblenz.de> References: <8CAC7B1B-0C66-4D38-B474-1C4150419B22@stoo.org> <87ab11zlgy.fsf@escher.local.home> <4EE26EB2.3030401@stoo.org> <87vcpmlpca.fsf@escher.fritz.box> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1323674513 1289 80.91.229.12 (12 Dec 2011 07:21:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 12 Dec 2011 07:21:53 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 12 08:21:50 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ra0Cq-0008Dj-RU for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Dec 2011 08:21:49 +0100 Original-Received: from localhost ([::1]:47140 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ra0Cq-00075F-80 for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Dec 2011 02:21:48 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:37053) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ra0Cl-00074o-C9 for help-gnu-emacs@gnu.org; Mon, 12 Dec 2011 02:21:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ra0Ck-0000t7-Do for help-gnu-emacs@gnu.org; Mon, 12 Dec 2011 02:21:43 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:45793) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ra0Ck-0000t3-8f for help-gnu-emacs@gnu.org; Mon, 12 Dec 2011 02:21:42 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ra0Ci-0008Cn-FN for help-gnu-emacs@gnu.org; Mon, 12 Dec 2011 08:21:40 +0100 Original-Received: from tsdh.uni-koblenz.de ([141.26.67.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 12 Dec 2011 08:21:40 +0100 Original-Received: from tassilo by tsdh.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 12 Dec 2011 08:21:40 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 19 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: tsdh.uni-koblenz.de User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.92 (gnu/linux) Cancel-Lock: sha1:QGdrJqKa3Oe5s9ra99YFQ587a0E= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:83184 Archived-At: Stephen Berman writes: Hi Stephen, > Glad you find it useful. FYI, in the mean time a cleaner version has > been added to the GNU Emacs Lisp Package Archive (ELPA) as > adaptive-wrap-prefix.el. This version leaves the fringe indicators > alone. (I removed them in my original version for aesthetic reasons, > but Stefan Monnier (who improved the code) pointed out that that's an > independent feature.) You can download it via `M-x list-packages' (or > via the menu: Options->Manage Emacs Packages) While I can see it on the emacs elpa branch (first as awp-mode, now as adaptive-wrap-prefix), it's not listed here when I do M-x list-packages. I guess, someone needs to do some manual step to update the list of packages exported via http, right? Bye, Tassilo