From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: scrollbar alternative Date: Tue, 16 Mar 2010 09:10:41 -0700 Message-ID: References: <87vdcxwd7r.fsf@engster.org> <4B9EF736.2040203@gmail.com> <6C274220801C4183B21BEC83FAF761ED@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1268757153 26442 80.91.229.12 (16 Mar 2010 16:32:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 16 Mar 2010 16:32:33 +0000 (UTC) Cc: emacs-devel@gnu.org, "'Zhu, Shenli'" To: "'Lennart Borgman'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 16 17:32:26 2010 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.69) (envelope-from ) id 1NrZgt-0006sH-V1 for ged-emacs-devel@m.gmane.org; Tue, 16 Mar 2010 17:32:26 +0100 Original-Received: from localhost ([127.0.0.1]:59858 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrZgs-00069x-5v for ged-emacs-devel@m.gmane.org; Tue, 16 Mar 2010 12:32:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NrZMp-0006An-Gu for emacs-devel@gnu.org; Tue, 16 Mar 2010 12:11:39 -0400 Original-Received: from [140.186.70.92] (port=39209 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrZMn-0006A8-AX for emacs-devel@gnu.org; Tue, 16 Mar 2010 12:11:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NrZMk-0005vy-OM for emacs-devel@gnu.org; Tue, 16 Mar 2010 12:11:35 -0400 Original-Received: from acsinet12.oracle.com ([141.146.126.234]:24297) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NrZMk-0005vl-H1 for emacs-devel@gnu.org; Tue, 16 Mar 2010 12:11:34 -0400 Original-Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by acsinet12.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id o2GGBLOs020555 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 16 Mar 2010 16:11:22 GMT Original-Received: from acsmt354.oracle.com (acsmt354.oracle.com [141.146.40.154]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o2GE7TxP025289; Tue, 16 Mar 2010 16:11:20 GMT Original-Received: from abhmt003.oracle.com by acsmt354.oracle.com with ESMTP id 85038961268755850; Tue, 16 Mar 2010 09:10:50 -0700 Original-Received: from dradamslap1 (/141.144.64.249) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 16 Mar 2010 09:10:46 -0700 X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcrFH3TvJRMIunE6TCucErDQJufUBgAAqHOg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 In-Reply-To: X-Source-IP: acsmt354.oracle.com [141.146.40.154] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090204.4B9FADA8.00C0:SCFMA4539814,ss=1,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:122064 Archived-At: > BTW there are some minor problems with the code. I will (as usual) try > to fix them and put the code in the nXhtml repository for the moment. Yes, like: 1. (eval-when-compile (require 'cl)) ; assert 2. Remove the :background for the left and right portions (or define it as something different). It is often the case that the inactive mode-line foreground is the same as the mode-line foreground, which means, e.g., black on black - no movement shown. 3. Change the default value of `sml-borders' to show the ends, e.g. ("[" . "]").