From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: [ELPA] New package: beacon Date: Thu, 15 Oct 2015 23:13:09 +0100 Message-ID: References: Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1444947226 2951 80.91.229.3 (15 Oct 2015 22:13:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Oct 2015 22:13:46 +0000 (UTC) Cc: emacs-devel To: Kaushal Modi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 16 00:13:30 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 1Zmqm6-0004g6-FG for ged-emacs-devel@m.gmane.org; Fri, 16 Oct 2015 00:13:26 +0200 Original-Received: from localhost ([::1]:49937 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zmqm5-0000UR-9Q for ged-emacs-devel@m.gmane.org; Thu, 15 Oct 2015 18:13:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57288) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zmqlr-0000Tc-B2 for emacs-devel@gnu.org; Thu, 15 Oct 2015 18:13:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zmqlq-0001jK-Ha for emacs-devel@gnu.org; Thu, 15 Oct 2015 18:13:11 -0400 Original-Received: from mail-lb0-x230.google.com ([2a00:1450:4010:c04::230]:33132) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zmqlq-0001j1-A8 for emacs-devel@gnu.org; Thu, 15 Oct 2015 18:13:10 -0400 Original-Received: by lbbpp2 with SMTP id pp2so57352747lbb.0 for ; Thu, 15 Oct 2015 15:13:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=htmipsqy8UfSOB0/BbNO5HzwDsG8f1DofJuxPkgNh9M=; b=BhtPoqRO0QwVzJ3H1efJmRhmlbEC+1CoKHG7/LjACDdTHwxFBOReyVoacWrippRFRL dR0cQ28IqbQt4Psf9QZxnZm2B6aZlnqKVH2d4fDDDWvT5GPiJ0BbUZfD/vr6AVYPghnC ZXh5NNG9d+3nkwGNhCdoWEl9rubg68+g5Ijt75oX2Pr7c8NxIi5zcfMKXJFJJ1C8OUk7 Y1rhisF+NIV+XvqRcbBol0lhR+kgE9OXEMR3HmTnL7Hp7qQB6C6uZFc7RpgOGVqkg/Zj Uo/kur9Yy/gI8l66PZ1QaPo2dxrqB2YQH7+Dvwbfx7Kdzh8ZQicQYH27liS2sIDy0DAk nYow== X-Received: by 10.112.146.104 with SMTP id tb8mr6173286lbb.35.1444947189576; Thu, 15 Oct 2015 15:13:09 -0700 (PDT) Original-Received: by 10.25.22.197 with HTTP; Thu, 15 Oct 2015 15:13:09 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: 9OY3sEgMYfmc5fvLTS8AKKjI4KI X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::230 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:191696 Archived-At: 2015-10-15 22:44 GMT+01:00 Kaushal Modi : > OK, I think I need to reenable fci-mode at the end of beacon--dec. It seems > to sort of work, just that the fci-mode gets re-enabled too soon, slightly > before the beacon trails finish vanishing. You can try reenabling it at the end of beacon--vanish. But here's another idea: try adding this line inside beacon--ov-put-after-string, between the two calls to `overlay-put' (overlay-put overlay 'priority most-positive-fixnum)