From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: Fringes again Date: 21 May 2002 17:40:18 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: <877klyie6t.fsf@tc-1-100.kawasaki.gol.ne.jp> NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1022017364 21485 127.0.0.1 (21 May 2002 21:42:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 21 May 2002 21:42:44 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17AHP2-0005aQ-00 for ; Tue, 21 May 2002 23:42:44 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17AHde-0000RX-00 for ; Tue, 21 May 2002 23:57:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17AHPG-0000g2-00; Tue, 21 May 2002 17:42:58 -0400 Original-Received: from colo.agora-net.com ([207.245.85.68]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17AHMt-0008A7-00 for ; Tue, 21 May 2002 17:40:31 -0400 Original-Received: from ttn by colo.agora-net.com with local (Exim 3.34 #1) id 17AHMg-0002GG-00; Tue, 21 May 2002 17:40:18 -0400 Original-To: Simon Josefsson In-Reply-To: Simon Josefsson's message of "Tue, 21 May 2002 22:53:01 +0200" Original-Lines: 17 X-Mailer: Gnus v5.7/Emacs 20.7 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:4263 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4263 Simon Josefsson writes: ;;; fringe.el --- window system-independent fringe support this is confusing to me, i.e., i alternatively parse this as: (window-system)-independent and window (system-independent) maybe something like "change fringes appearance in various ways" would be better. too, i tend to view elisp as system-independent by default, and only needing special note if actually otherwise. thi