From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: [ELPA] New package: on-screen Date: Thu, 22 Oct 2015 09:26:27 +0200 Message-ID: <87si53xt24.fsf@fencepost.gnu.org> References: <87k2qgcfm7.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1445498879 5660 80.91.229.3 (22 Oct 2015 07:27:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Oct 2015 07:27:59 +0000 (UTC) Cc: emacs-devel To: Michael Heerdegen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 22 09:27:59 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZpAHz-000358-GR for ged-emacs-devel@m.gmane.org; Thu, 22 Oct 2015 09:27:55 +0200 Original-Received: from localhost ([::1]:57166 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpAHy-00056w-Bv for ged-emacs-devel@m.gmane.org; Thu, 22 Oct 2015 03:27:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42065) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpAGs-0003iw-0g for emacs-devel@gnu.org; Thu, 22 Oct 2015 03:26:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpAGp-0008SY-UM for emacs-devel@gnu.org; Thu, 22 Oct 2015 03:26:45 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53328) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpAGp-0008SR-RI; Thu, 22 Oct 2015 03:26:43 -0400 Original-Received: from localhost ([127.0.0.1]:38913 helo=lola) by fencepost.gnu.org with esmtp (Exim 4.82) (envelope-from ) id 1ZpAGo-00006C-TU; Thu, 22 Oct 2015 03:26:43 -0400 Original-Received: by lola (Postfix, from userid 1000) id B6A56DF7C7; Thu, 22 Oct 2015 09:26:27 +0200 (CEST) In-Reply-To: (John Wiegley's message of "Wed, 21 Oct 2015 11:20:53 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:192353 Archived-At: "John Wiegley" writes: >>>>>> Michael Heerdegen writes: > >> It implements a minor mode that highlights (in a customizable way) the last >> visible buffer area after scrolling, for better orientation when reading >> texts or code. > > Neat. Just two comments: > > (let ((method `(,on-screen-highlight-method . ,on-screen-inverse-flag))) > > Is the same as: > > (let ((method (const on-screen-highlight-method on-screen-inverse-flag))) Elisp seems to disagree. Oh, you rather mean `cons' ! -- David Kastrup