From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: scrollbar alternative Date: Tue, 16 Mar 2010 16:43:11 +0100 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=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1268754233 13743 80.91.229.12 (16 Mar 2010 15:43:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 16 Mar 2010 15:43:53 +0000 (UTC) Cc: emacs-devel@gnu.org, "Zhu, Shenli" To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 16 16:43:45 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 1NrYvl-0007Ha-T8 for ged-emacs-devel@m.gmane.org; Tue, 16 Mar 2010 16:43:42 +0100 Original-Received: from localhost ([127.0.0.1]:44709 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrYvl-00058m-GE for ged-emacs-devel@m.gmane.org; Tue, 16 Mar 2010 11:43:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NrYvg-00058d-D8 for emacs-devel@gnu.org; Tue, 16 Mar 2010 11:43:36 -0400 Original-Received: from [140.186.70.92] (port=60967 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrYve-00058P-Kf for emacs-devel@gnu.org; Tue, 16 Mar 2010 11:43:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NrYvd-0002XC-Av for emacs-devel@gnu.org; Tue, 16 Mar 2010 11:43:34 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.156]:47938) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NrYvd-0002X3-5C for emacs-devel@gnu.org; Tue, 16 Mar 2010 11:43:33 -0400 Original-Received: by fg-out-1718.google.com with SMTP id e12so1779146fga.12 for ; Tue, 16 Mar 2010 08:43:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=Wob7GTnevzPkiMf/PxHevkhLIajRwYQsefFIDhy7bwc=; b=YYA+sjYGc4h5b6LfmgoeAkHTJeEB1GiJZyA23Q/kfvGHO6j/9pzbYYYMSI1Zw6/vkN K235SZlROjZMtBbWK7Jb9D8YMchHCt05dytEsZ2yd/GpRv03BQg2oKJ/40RM7qruNUXp GzENZ31jfiFWrv+O/6W0k9Xt9Lez3GgV0OH2w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=FIzQwFKdLDSLj1N1Z8AjlBDFOjDCFK9ZB6LqZosQzlLAUX/ccv7Tmk9idOZEuOqkt1 z8LuK12nkkqRLFVE176wCU4R6QLGI6MU4SXRg6zVjBCctAngUFyN17vwu3GDajpy3MKH lja2HB/r2N/bHrq8cP7O16XUPdJA7VH3PgZLU= Original-Received: by 10.239.187.73 with SMTP id k9mr1061576hbh.6.1268754211158; Tue, 16 Mar 2010 08:43:31 -0700 (PDT) In-Reply-To: <6C274220801C4183B21BEC83FAF761ED@us.oracle.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:122063 Archived-At: On Tue, Mar 16, 2010 at 4:40 PM, Drew Adams wrote: > > One comment: Your file header says: > > ;; Idea and part of this code is adapted from Drew Adam's code in this > ;; mail message: > ;; =C2=A0 http://permalink.gmane.org/gmane.emacs.devel/122038 > > The original code is from David Engster, not me. The OP is here: > http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00523.html Thanks Drew. Sorry David. 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.