From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: highlight-80+ --- highlight characters beyond column 80 Date: Mon, 11 Aug 2008 19:05:57 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1218496042 31785 80.91.229.12 (11 Aug 2008 23:07:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Aug 2008 23:07:22 +0000 (UTC) Cc: emacs-devel@gnu.org To: Nikolaj Schumacher Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 12 01:08:13 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KSgUl-0005D2-VZ for ged-emacs-devel@m.gmane.org; Tue, 12 Aug 2008 01:08:12 +0200 Original-Received: from localhost ([127.0.0.1]:46276 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSgTp-0007ih-Pt for ged-emacs-devel@m.gmane.org; Mon, 11 Aug 2008 19:07:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KSgTk-0007eT-SO for emacs-devel@gnu.org; Mon, 11 Aug 2008 19:07:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KSgTj-0007am-5B for emacs-devel@gnu.org; Mon, 11 Aug 2008 19:07:08 -0400 Original-Received: from [199.232.76.173] (port=36325 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSgTi-0007aM-Ut for emacs-devel@gnu.org; Mon, 11 Aug 2008 19:07:06 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:46417) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KSgTi-0004da-Kh for emacs-devel@gnu.org; Mon, 11 Aug 2008 19:07:06 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KSgSb-0003Mr-Hq; Mon, 11 Aug 2008 19:05:57 -0400 In-reply-to: (message from Nikolaj Schumacher on Mon, 11 Aug 2008 13:40:22 +0200) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:102308 Archived-At: (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.