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, 14 Nov 2004 17:38:34 +0100 Message-ID: <41978A0A.9050002@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 1100450366 10058 80.91.229.6 (14 Nov 2004 16:39:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 Nov 2004 16:39:26 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 14 17:39:13 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 1CTNPE-0001kT-00 for ; Sun, 14 Nov 2004 17:39:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTNXt-0000Be-0M for ged-emacs-devel@m.gmane.org; Sun, 14 Nov 2004 11:48:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CTNXl-0000BG-7A for emacs-devel@gnu.org; Sun, 14 Nov 2004 11:48:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CTNXk-0000As-GE for emacs-devel@gnu.org; Sun, 14 Nov 2004 11:48:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTNXk-0000Ap-DZ for emacs-devel@gnu.org; Sun, 14 Nov 2004 11:48:00 -0500 Original-Received: from [213.170.224.162] (helo=smtp.kabelnettet.dk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CTNOe-0000QL-3X for emacs-devel@gnu.org; Sun, 14 Nov 2004 11:38:36 -0500 Original-Received: from math.ku.dk (pppoe1-ves.broadcom.dk [212.99.255.40]) by smtp.kabelnettet.dk (Postfix) with ESMTP id DE456609846; Sun, 14 Nov 2004 17:38:33 +0100 (CET) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021213 Debian/1.2.1-2.bunk X-Accept-Language: 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:29812 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29812 It seems to me that indicate-buffer-boundaries does not work as documented. According to the docstring marks should be visible if if the value is non-nil. But actually the value has to be 'left, 'right or a cons. BTW, shouldn't this variable be customizable?