From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: merging etc Date: Thu, 13 Sep 2007 14:51:11 -0400 Message-ID: References: <200708220820.l7M8KbIt026014@oogie-boogie.ics.uci.edu> <200708290403.l7T43TS6023420@oogie-boogie.ics.uci.edu> <200708290425.l7T4P4TC023875@oogie-boogie.ics.uci.edu> <46E90775.8060501@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1189710533 25949 80.91.229.12 (13 Sep 2007 19:08:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Sep 2007 19:08:53 +0000 (UTC) Cc: Juanma Barranquero , emacs-devel To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 13 21:08:48 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IVu2t-0000b4-Fd for ged-emacs-devel@m.gmane.org; Thu, 13 Sep 2007 21:08:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IVu2t-0002IK-0Y for ged-emacs-devel@m.gmane.org; Thu, 13 Sep 2007 15:08:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IVu2p-0002Ho-EZ for emacs-devel@gnu.org; Thu, 13 Sep 2007 15:08:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IVu2n-0002Gp-JI for emacs-devel@gnu.org; Thu, 13 Sep 2007 15:08:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IVu2n-0002Gg-Cc for emacs-devel@gnu.org; Thu, 13 Sep 2007 15:08:05 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IVu2m-00009p-Vi for emacs-devel@gnu.org; Thu, 13 Sep 2007 15:08:05 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IVtmR-0008Qe-0w; Thu, 13 Sep 2007 14:51:11 -0400 X-Spook: Leitrim e-cash Project Monarch Mafia fissionable Roswell X-Ran: M[2oF2pM05-;NO9P*^HP?r@4B@#vyf+xCO)YcXmT5_Ph|]f<0tk_zS%x{Q0vk4,] (Jason Rumney's message of "Thu, 13 Sep 2007 10:48:37 +0100") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:78800 Archived-At: Jason Rumney wrote: > The fringe seems to not display any of the bitmaps it should, and > seems to not clear properly when there should be a bitmap displayed > in that part of the fringe. Can anyone with a recent CVS build on > other platforms confirm that the fringe is working properly there so > we know whether to focus our search on w32 specific or shared code. Seems to work fine for me on GNU/Linux. (setq default-indicate-buffer-boundaries 'left) works (setq overflow-newline-into-fringe t) works > There have recently been a few reorganizations of the etc folder - > could this have affected the bitmaps that are displayed in the > fringe (they used to be defined in the src, but did they get moved > to external files at some stage, which have now moved?) The moving around was mostly my doing. I don't think I moved anything relevant to the fringe. The bitmaps are still defined in fringe.c AFAICS.