From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Lars Hansen Newsgroups: gmane.emacs.devel Subject: Re: indicate-buffer-boundaries Date: Sun, 21 Nov 2004 21:36:17 +0100 Message-ID: <41A0FC41.3020200@math.ku.dk> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1101072489 31326 80.91.229.6 (21 Nov 2004 21:28:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 21 Nov 2004 21:28:09 +0000 (UTC) Cc: Andreas Schwab , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 21 22:27:59 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CVyTF-0002v1-00 for ; Sun, 21 Nov 2004 21:38:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CVycG-0000XI-SN for ged-emacs-devel@m.gmane.org; Sun, 21 Nov 2004 15:47:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CVyc8-0000XD-IA for emacs-devel@gnu.org; Sun, 21 Nov 2004 15:47:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CVyc8-0000X1-4G for emacs-devel@gnu.org; Sun, 21 Nov 2004 15:47:16 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CVyc8-0000Wy-0r for emacs-devel@gnu.org; Sun, 21 Nov 2004 15:47:16 -0500 Original-Received: from [130.225.103.32] (helo=imf.math.ku.dk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CVySr-0006P2-BU for emacs-devel@gnu.org; Sun, 21 Nov 2004 15:37:41 -0500 Original-Received: by imf.math.ku.dk (Postfix, from userid 73) id 41A6A2451D4; Sun, 21 Nov 2004 21:37:37 +0100 (CET) Original-Received: from imf (localhost [127.0.0.1]) by spamwall (Postfix) with ESMTP id 11C50243E2F; Sun, 21 Nov 2004 21:36:19 +0100 (CET) Original-Received: from localhost ([127.0.0.1]) by imf.math.ku.dk (MailMonitor for SMTP v1.2.2 ) ; Sun, 21 Nov 2004 21:36:18 +0100 (CET) Original-Received: from math.ku.dk (shannon.math.ku.dk [130.225.103.12]) by imf.math.ku.dk (Postfix) with ESMTP id 41F02243E2F; Sun, 21 Nov 2004 21:36:18 +0100 (CET) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040114 X-Accept-Language: da, en-us, en Original-To: "Kim F. Storm" In-Reply-To: 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: main.gmane.org gmane.emacs.devel:30208 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30208 Andreas Schwab wrote: > When indicate-buffer-boundaries is non-nil but neither 'left nor 'right > nor an alist, that does not show any boundary indicators any more. Is > that intented? The doc string suggests that any non-nil value should have > an effect, and I would expect setting it to t would choose some default. I asked the same question 10 days ago (this thread). And I think the variable should be made customizable and should be added to the Options->Show/Hide menu.