From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Edward Welbourne Newsgroups: gmane.emacs.bugs Subject: Re: Suggestion: indicate-empty-line tweak Date: Tue, 09 Jul 2002 11:24:33 +0200 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: Reply-To: eddy@opera.no NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1026206667 17500 127.0.0.1 (9 Jul 2002 09:24:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 9 Jul 2002 09:24:27 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17RrEQ-0004Y9-00 for ; Tue, 09 Jul 2002 11:24:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17RrF7-00021r-00; Tue, 09 Jul 2002 05:25:09 -0400 Original-Received: from pat.opera.com ([193.69.113.22] helo=whorl.intern.opera.no) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17RrEd-000219-00 for ; Tue, 09 Jul 2002 05:24:40 -0400 Original-Received: from eddy by whorl.intern.opera.no with local (Exim 3.35 #1 (Debian)) id 17RrEX-0001Qz-00; Tue, 09 Jul 2002 11:24:33 +0200 Original-To: schwab@suse.de In-Reply-To: (message from Andreas Schwab on Tue, 09 Jul 2002 11:07:16 +0200) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:2546 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:2546 Thanks for that - duly set to "ask" - but, indeed, not quite what I want. I want this to be visible while visiting the file. Note also the inevitable (eval-after-load 'comint '(add-hook comint-mode '(lambda () (setq indicate-empty-line "green")))) or something similar. Eddy.