From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: fringe buffer-boundary bitmaps Date: Tue, 21 Feb 2006 09:55:09 -0500 Message-ID: <87oe10hicy.fsf@stupidchicken.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1140585768 28049 80.91.229.2 (22 Feb 2006 05:22:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Feb 2006 05:22:48 +0000 (UTC) Cc: miles@gnu.org, rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 22 06:22:46 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 1FBmSV-00052v-W4 for ged-emacs-devel@m.gmane.org; Wed, 22 Feb 2006 06:22:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FBmSV-0007kK-AC for ged-emacs-devel@m.gmane.org; Wed, 22 Feb 2006 00:22:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FBdvP-0001zk-Oq for emacs-devel@gnu.org; Tue, 21 Feb 2006 15:16:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FBdlZ-0005sO-T1 for emacs-devel@gnu.org; Tue, 21 Feb 2006 15:05:47 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FBYv8-0004vt-PO for emacs-devel@gnu.org; Tue, 21 Feb 2006 09:55:21 -0500 Original-Received: from [18.95.6.7] (helo=outgoing.mit.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FBZ1E-0004OZ-AF; Tue, 21 Feb 2006 10:01:36 -0500 Original-Received: by outgoing.mit.edu (Postfix, from userid 1000) id 59A901E423B; Tue, 21 Feb 2006 09:55:09 -0500 (EST) Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: (Kim F. Storm's message of "Mon, 20 Feb 2006 23:38:25 +0100") 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:50869 Archived-At: storm@cua.dk (Kim F. Storm) writes: > I have finally found some time to work on this item in FOR-RELEASE. > > I have installed some changes to implement it, along with changes to > the lispref and NEWS. New buffer-local variables are > fringe-indicator-alist and fringe-cursor-alist. > > Note that fringe.el is now pre-loaded, so I might have broken > something related to the way fringe-mode is handled, or the > involved code can be simplified. > > Please take a look. Looks good. Thanks very much!