From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.devel Subject: Re: Showing end of buffer Date: Tue, 20 Jan 2004 10:42:22 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87d69ft0qp.fsf@emptyhost.emptydomain.de> References: <87ptdfbrgu.fsf@emptyhost.emptydomain.de> <20040119214259.GA25875@fencepost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1074591812 17053 80.91.224.253 (20 Jan 2004 09:43:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 20 Jan 2004 09:43:32 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Jan 20 10:43:27 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AisPv-0000s9-00 for ; Tue, 20 Jan 2004 10:43:27 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AisPv-0006cL-00 for ; Tue, 20 Jan 2004 10:43:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AisPh-00086p-D2 for emacs-devel@quimby.gnus.org; Tue, 20 Jan 2004 04:43:13 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AisPB-00085o-Ct for emacs-devel@gnu.org; Tue, 20 Jan 2004 04:42:41 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AisOe-0007n1-CO for emacs-devel@gnu.org; Tue, 20 Jan 2004 04:42:40 -0500 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AisOe-0007my-0Z for emacs-devel@gnu.org; Tue, 20 Jan 2004 04:42:08 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AisOd-0004AF-00 for ; Tue, 20 Jan 2004 10:42:07 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AisOb-0004A7-00 for ; Tue, 20 Jan 2004 10:42:05 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AisOb-0004OU-00 for ; Tue, 20 Jan 2004 10:42:05 +0100 Original-Lines: 18 Original-X-Complaints-To: usenet@sea.gmane.org User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:j38BQODcyMRM72fthE4qC7bHcNc= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19325 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19325 David Kastrup writes: > Could you customize them in viper-mode to look like > ~ > ~ > ~ > ~ > ~ > ~ > ~ > ~ > ? > > Just kidding. See variable indicate-empty-lines. Kai