From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: [ELPA] New package: beacon Date: Fri, 16 Oct 2015 10:06:27 +0200 Message-ID: <87wpun44qk.fsf@gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1444982833 23929 80.91.229.3 (16 Oct 2015 08:07:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 Oct 2015 08:07:13 +0000 (UTC) Cc: Artur Malabarba , emacs-devel To: Kaushal Modi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 16 10:07:01 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 1Zn02S-0000K1-AI for ged-emacs-devel@m.gmane.org; Fri, 16 Oct 2015 10:06:56 +0200 Original-Received: from localhost ([::1]:51524 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn02M-0001iO-F8 for ged-emacs-devel@m.gmane.org; Fri, 16 Oct 2015 04:06:50 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33770) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn026-0001iJ-SL for emacs-devel@gnu.org; Fri, 16 Oct 2015 04:06:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zn023-0006VL-Ih for emacs-devel@gnu.org; Fri, 16 Oct 2015 04:06:34 -0400 Original-Received: from out2-smtp.messagingengine.com ([66.111.4.26]:35554) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn023-0006VF-CZ for emacs-devel@gnu.org; Fri, 16 Oct 2015 04:06:31 -0400 Original-Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 110082073F for ; Fri, 16 Oct 2015 04:06:31 -0400 (EDT) Original-Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Fri, 16 Oct 2015 04:06:31 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=pwZrQLSCGdF3+Q7 I5NkRk7o5W0c=; b=tmGE0sAU4PrUDl5u0g2g5SBPu9NhC0bM9f3yyzYPW75/6x3 Jajs2CkjXN8gLsRXzXMJJI/vm9IXegCVTQrJP/MqWGgvUKGkNnE8+/k8loWolr4o X9/SqdFYhj0/6iFpxKlVIiY4uBgaXeUcT1iwsCIifkxfJ6s4V17u/FFBTKbA= X-Sasl-enc: KOwREWLQBQZf/1bOqHzyP6TF1lFXUpwmEAEk5FEMLSt4 1444982790 Original-Received: from thinkpad-t440p (unknown [2.163.5.132]) by mail.messagingengine.com (Postfix) with ESMTPA id D6E23C00019; Fri, 16 Oct 2015 04:06:29 -0400 (EDT) Mail-Followup-To: Kaushal Modi , Artur Malabarba , emacs-devel In-Reply-To: (Kaushal Modi's message of "Thu, 15 Oct 2015 18:40:35 -0400") User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.26 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:191716 Archived-At: Kaushal Modi writes: > If the same buffer is shown in multiple windows, the beacon "leaks" in all > those windows. > > It would be nice to have a customization option like hl-line-sticky-flag= =E2=80=8B > (from the hl-line package) such that the beacon is shown only in the acti= ve > window. I've independently addressed this (and other things) in my PR: https://github.com/Malabarba/beacon/pull/6 Bye, Tassilo