From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: default-indicate-buffer-boundaries Date: Fri, 03 Feb 2006 10:12:18 +0100 Message-ID: References: <200601311925.k0VJPHJ09839@raven.dms.auburn.edu> <200602020000.k1200mQ05508@raven.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138987914 11440 80.91.229.2 (3 Feb 2006 17:31:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 3 Feb 2006 17:31:54 +0000 (UTC) Cc: Luc Teirlinck , rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 03 18:31:52 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F54m4-0006tc-8N for ged-emacs-devel@m.gmane.org; Fri, 03 Feb 2006 18:31:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F51sj-0000JQ-RI for ged-emacs-devel@m.gmane.org; Fri, 03 Feb 2006 09:25:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F4x3o-00054a-DQ for emacs-devel@gnu.org; Fri, 03 Feb 2006 04:16:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F4x3k-00052P-H3 for emacs-devel@gnu.org; Fri, 03 Feb 2006 04:16:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F4x3h-000522-KT for emacs-devel@gnu.org; Fri, 03 Feb 2006 04:16:51 -0500 Original-Received: from [195.41.46.237] (helo=pfepc.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F4x2Q-0003Fe-0p; Fri, 03 Feb 2006 04:15:30 -0500 Original-Received: from kfs-l.imdomain.dk.cua.dk (unknown [80.165.4.124]) by pfepc.post.tele.dk (Postfix) with SMTP id 3BF3326288E; Fri, 3 Feb 2006 10:13:13 +0100 (CET) Original-To: Miles Bader In-Reply-To: (Miles Bader's message of "Fri, 3 Feb 2006 14:16:23 +0900") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:49961 Archived-At: Miles Bader writes: > 2006/2/3, Richard M. Stallman : >> In the continuation case, we could solve the problem for the >> end-of-buffer indicator by putting it on the right. But that won't >> help in the truncation case. > > The code combines indicators for other cases; can't it do so in these? > > BTW, before the release I want to change the name of the fringe > bitmaps so they indicate the _meaning_ of the bitmaps, rather than > being named after the default appearance... the current names are very > confusing and inflexible if you change the appearance using > define-fringe-bitmap. This is already in FOR RELEASE: ** Rework how fringe bitmaps are defined and used. Currently, bitmap usage and bitmap appearence are "mixed-up" in a one-level representation. It would be cleaner to split the representation into a two-level model where first level maps bitmap usage to a bitmap name, and second level maps bitmap name to a bitmap appearence. [Assigned to KFS] I have some of the code written, but I haven't had time to finish the work. I'll try to find the time soon. -- Kim F. Storm http://www.cua.dk