unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Vinicius Jose Latorre <viniciusjl@ig.com.br>
To: rms@gnu.org
Cc: Nikolaj Schumacher <n_schumacher@web.de>, emacs-devel@gnu.org
Subject: Re: highlight-80+ --- highlight characters beyond column 80
Date: Mon, 11 Aug 2008 22:08:33 -0300	[thread overview]
Message-ID: <48A0E291.6010902@ig.com.br> (raw)
In-Reply-To: <E1KSgSb-0003Mr-Hq@fencepost.gnu.org>


>     (defgroup highlight-80+ nil
>       "Highlight characters beyond column 80."
>       :group 'faces)
>
>     (defcustom highlight-80+-columns 80
>       "*Number of columns to allow in lines."
>       :group 'highlight-80+
>       :type 'integer)
>
> Perhaps this should be a standard feature
> so that this variable could have a shorter and more natural name.
>   


Well, whitespace.el has a similar feature:


;; Thanks to nschum (EmacsWiki) for the idea about highlight "long"
;; lines tail.  See EightyColumnRule (EmacsWiki).


(defcustom whitespace-line-column 80
  "*Specify column beyond which the line is highlighted.

Used when `whitespace-style' includes `lines' or `lines-tail'."
  :type '(integer :tag "Line Length")
  :group 'whitespace)





  reply	other threads:[~2008-08-12  1:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <m2d4kfvkyh.fsf@nschum.de>
2008-08-11 23:05 ` highlight-80+ --- highlight characters beyond column 80 Richard M. Stallman
2008-08-12  1:08   ` Vinicius Jose Latorre [this message]
2008-08-13 11:24     ` Nikolaj Schumacher
2008-08-13 19:04     ` Dan Nicolaescu
2008-08-13 20:29       ` Vinicius Jose Latorre
2008-08-15  0:56       ` Vinicius Jose Latorre

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48A0E291.6010902@ig.com.br \
    --to=viniciusjl@ig.com.br \
    --cc=emacs-devel@gnu.org \
    --cc=n_schumacher@web.de \
    --cc=rms@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).