From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: fringe buffer-boundary bitmaps Date: Fri, 24 Jun 2005 01:36:13 -0400 Message-ID: References: <871x6tcscc.fsf@xs4all.nl> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1119594147 28581 80.91.229.2 (24 Jun 2005 06:22:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 24 Jun 2005 06:22:27 +0000 (UTC) Cc: miles@gnu.org, Lute.Kamstra.lists@xs4all.nl, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 24 08:22:18 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DlhZr-0007dM-5o for ged-emacs-devel@m.gmane.org; Fri, 24 Jun 2005 08:22:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dlhgp-0002BE-8O for ged-emacs-devel@m.gmane.org; Fri, 24 Jun 2005 02:29:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DlhG5-0000YI-LB for emacs-devel@gnu.org; Fri, 24 Jun 2005 02:01:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DlhG1-0000W9-Uy for emacs-devel@gnu.org; Fri, 24 Jun 2005 02:01:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DlhG1-00005x-6R for emacs-devel@gnu.org; Fri, 24 Jun 2005 02:01:41 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dlgvq-00052O-Ry for emacs-devel@gnu.org; Fri, 24 Jun 2005 01:40:50 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DlgrN-0001UC-Ej; Fri, 24 Jun 2005 01:36:13 -0400 Original-To: snogglethorpe@gmail.com, miles@gnu.org In-reply-to: (message from Miles Bader on Thu, 23 Jun 2005 19:08:19 +0900) 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:39402 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39402 Unfortunately it seems that if you try to use define-fringe-bitmap _without_ doing the above require, it will never work after that, even Perhaps we should rename the function define-fringe-bitmap to define-fringe-bitmap-internal, and define a trivial new autoloaded define-fringe-bitmap in fringe.el. That way, any attempt to call the function will load the necessary file.