From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: chad brown Newsgroups: gmane.emacs.devel Subject: Re: mode line: 1) indicate region size, if active; 2) highlight column # if > limit Date: Wed, 6 Jun 2007 11:41:22 -0700 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181155305 2557 80.91.229.12 (6 Jun 2007 18:41:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 6 Jun 2007 18:41:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 06 20:41:44 2007 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 1Hw0Rw-0006MR-Ab for ged-emacs-devel@m.gmane.org; Wed, 06 Jun 2007 20:41:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hw0Rv-0007MS-Uh for ged-emacs-devel@m.gmane.org; Wed, 06 Jun 2007 14:41:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hw0Rs-0007MN-VK for emacs-devel@gnu.org; Wed, 06 Jun 2007 14:41:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hw0Rs-0007MF-Hi for emacs-devel@gnu.org; Wed, 06 Jun 2007 14:41:36 -0400 Original-Received: from biscayne-one-station.mit.edu ([18.7.7.80]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Hw0Rs-0000tP-7o for emacs-devel@gnu.org; Wed, 06 Jun 2007 14:41:36 -0400 Original-Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by biscayne-one-station.mit.edu (8.13.6/8.9.2) with ESMTP id l56IfYuF014288; Wed, 6 Jun 2007 14:41:35 -0400 (EDT) Original-Received: from [192.168.1.106] (adsl-70-234-20-248.dsl.sndg02.sbcglobal.net [70.234.20.248]) (authenticated bits=0) (User authenticated as yandros@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id l56IfR3M020369 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Wed, 6 Jun 2007 14:41:33 -0400 (EDT) In-Reply-To: X-Priority: 3 (Normal) X-Mailer: Apple Mail (2.752.2) X-Scanned-By: MIMEDefang 2.42 X-Spam-Score: 0.00 X-detected-kernel: Solaris 9 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:72361 Archived-At: > The only intention is to highlight the column number. I see no > reason for a > line (i.e. row) limit, do you? It might be a good place to put some feedback about having point at the end of the buffer. I know that there are a few other ways to do this already, but this seems easy. *shrug* *chad