From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Micha Feigin Newsgroups: gmane.emacs.help Subject: visual mark for column > 80 Date: Mon, 2 Apr 2007 01:30:05 +0300 Message-ID: <20070402013005.2cf7e4bb@litshi.luna.local> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1175466881 1906 80.91.229.12 (1 Apr 2007 22:34:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 Apr 2007 22:34:41 +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 Apr 02 00:34:33 2007 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 1HY8d7-0001Jv-80 for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Apr 2007 00:34:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HY8g4-0006mz-Om for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Apr 2007 18:37:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HY8fs-0006id-3T for help-gnu-emacs@gnu.org; Sun, 01 Apr 2007 18:37:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HY8fr-0006go-Fj for help-gnu-emacs@gnu.org; Sun, 01 Apr 2007 18:37:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HY8fr-0006gL-Cr for help-gnu-emacs@gnu.org; Sun, 01 Apr 2007 18:37:23 -0400 Original-Received: from gate.tau.ac.il ([132.66.16.26] helo=doar.tau.ac.il) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HY8cs-0000fR-V5 for help-gnu-emacs@gnu.org; Sun, 01 Apr 2007 18:34:19 -0400 Original-Received: from litshi.luna.local (89.0.59.97.dynamic.barak-online.net [89.0.59.97]) by doar.tau.ac.il (Postfix) with ESMTP id 25617BEF0 for ; Mon, 2 Apr 2007 01:31:15 +0300 (IDT) X-Mailer: Claws Mail 2.8.0 (GTK+ 2.8.20; i486-pc-linux-gnu) X-detected-kernel: Genre and OS details not recognized. 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:42350 Archived-At: I want to mark the transition to lines over 80 characters with either a vertical line or a change of background color. The idea is to keep code below 80 characters where fill mode doesn't do the job. I want a visual of which lines are too long but it a way that won't ruin syntax coloring in the rare cases where I'm willing to accept this manually. thanks