From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.help Subject: Re: visual mark for column > 80 Date: Mon, 2 Apr 2007 00:46:36 +0200 Message-ID: References: <20070402013005.2cf7e4bb@litshi.luna.local> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1175467624 3665 80.91.229.12 (1 Apr 2007 22:47:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 Apr 2007 22:47:04 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Micha Feigin" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 02 00:46:54 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 1HY8p3-0007ib-MB for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Apr 2007 00:46:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HY8s1-0002mM-7f for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Apr 2007 18:49:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HY8rn-0002hX-G7 for help-gnu-emacs@gnu.org; Sun, 01 Apr 2007 18:49:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HY8rl-0002Zu-Iq for help-gnu-emacs@gnu.org; Sun, 01 Apr 2007 18:49:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HY8rl-0002ZD-EL for help-gnu-emacs@gnu.org; Sun, 01 Apr 2007 18:49:41 -0400 Original-Received: from an-out-0708.google.com ([209.85.132.251]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HY8on-0003G5-5T for help-gnu-emacs@gnu.org; Sun, 01 Apr 2007 18:46:37 -0400 Original-Received: by an-out-0708.google.com with SMTP id b8so1007333ana for ; Sun, 01 Apr 2007 15:46:36 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=P/AAKFU8MTrp3GMytckaV53E8mjp7oncw82CoCo8E7jjOaLRRGZ2A/1ysqEbYfC7NMM5rQvbqQAWYOFJu80LpY4JUSaQXzNfWzwVLVgDGeZrBZpEvMsTtkzLj6rpECEszuL+J5dmFCVRKVkNCU06VCc4JGlGRVqT7GX4OU9j0mI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JjiURSVIwJdKRYc4sWWCcfJsM/R1/HmGEV9ODZcnOh9jX9fzOIFjip3thr5kSFtLf6CFthKuY0slapLXW8XUJPAcvSdhAYYB/7bVVryDIlsCbvSdzHM1DnKlpZsd53MJxKpaflWL5O1FZ6gEZeks2k63hOtQYyZuz+NyBcZxS6o= Original-Received: by 10.114.166.1 with SMTP id o1mr1556404wae.1175467596168; Sun, 01 Apr 2007 15:46:36 -0700 (PDT) Original-Received: by 10.114.234.16 with HTTP; Sun, 1 Apr 2007 15:46:36 -0700 (PDT) In-Reply-To: <20070402013005.2cf7e4bb@litshi.luna.local> Content-Disposition: inline X-detected-kernel: Linux 2.6 (newer, 2) 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:42352 Archived-At: On 4/2/07, Micha Feigin wrote: > I want to mark the transition to lines over 80 characters with either a > vertical line or a change of background color. Take a look at column-marker.el; the comments explain how to do what you want for specific modes: http://www.emacswiki.org/cgi-bin/wiki/ColumnMarker Juanma