From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Add static word wrap line Date: Mon, 11 Aug 2008 13:28:47 -0700 Message-ID: <000501c8fbf0$dc1e3870$0200a8c0@us.oracle.com> References: <489FE266.8020502@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1218486613 3807 80.91.229.12 (11 Aug 2008 20:30:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Aug 2008 20:30:13 +0000 (UTC) To: , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 11 22:31:03 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KSe2Y-0004NG-Vr for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Aug 2008 22:30:55 +0200 Original-Received: from localhost ([127.0.0.1]:44828 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSe1c-0005Mf-JW for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Aug 2008 16:29:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KSe1G-0005JR-1k for help-gnu-emacs@gnu.org; Mon, 11 Aug 2008 16:29:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KSe1F-0005Ha-2c for help-gnu-emacs@gnu.org; Mon, 11 Aug 2008 16:29:33 -0400 Original-Received: from [199.232.76.173] (port=35282 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSe1E-0005HJ-Tz for help-gnu-emacs@gnu.org; Mon, 11 Aug 2008 16:29:32 -0400 Original-Received: from rgminet01.oracle.com ([148.87.113.118]:56364) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KSe1E-0001Ab-TD for help-gnu-emacs@gnu.org; Mon, 11 Aug 2008 16:29:33 -0400 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 m7BKTPwm015736; Mon, 11 Aug 2008 14:29:25 -0600 Original-Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by agmgw2.us.oracle.com (Switch-3.2.0/Switch-3.2.0) with ESMTP id m7BHhKEW012523; Mon, 11 Aug 2008 14:29:20 -0600 Original-Received: from inet-141-146-46-1.oracle.com by acsmt354.oracle.com with ESMTP id 11412220971218486517; Mon, 11 Aug 2008 13:28:37 -0700 Original-Received: from dradamslap1 (/141.144.89.199) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 11 Aug 2008 13:28:36 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <489FE266.8020502@gmail.com> Thread-Index: Acj77ksNSXUbYr+FS6+Ru/e4Gr7gNAAAS0oA 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: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:56488 Archived-At: > How can i add a static word wrap line - A vertiacal line for > example at the eightieth symbol of the line. What do you mean by "vertical line"? Are you just looking for a displayed vertical line, to remind you of the word-wrap column? If so, there are solutions here: http://www.emacswiki.org/cgi-bin/wiki/HighlightCurrentColumn. They let you display a vertical line at any column. By itself, this display artefact has no effect on word-wrap. But you can use the same column (e.g. 80) for word-wrapping.