From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: phillip.lord@newcastle.ac.uk (Phillip Lord) Newsgroups: gmane.emacs.devel Subject: Re: [ELPA] New package: beacon Date: Fri, 16 Oct 2015 14:11:50 +0100 Message-ID: <87oafzq7op.fsf@newcastle.ac.uk> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1445001147 26046 80.91.229.3 (16 Oct 2015 13:12:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 Oct 2015 13:12:27 +0000 (UTC) Cc: emacs-devel , Kaushal Modi To: Artur Malabarba Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 16 15:12:27 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 1Zn4nw-0003rS-Lq for ged-emacs-devel@m.gmane.org; Fri, 16 Oct 2015 15:12:16 +0200 Original-Received: from localhost ([::1]:53530 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn4nw-000459-32 for ged-emacs-devel@m.gmane.org; Fri, 16 Oct 2015 09:12:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34143) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn4ng-00044v-JO for emacs-devel@gnu.org; Fri, 16 Oct 2015 09:12:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zn4nb-00029H-J1 for emacs-devel@gnu.org; Fri, 16 Oct 2015 09:12:00 -0400 Original-Received: from cheviot22.ncl.ac.uk ([128.240.234.22]:52987) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn4nb-00026n-D8 for emacs-devel@gnu.org; Fri, 16 Oct 2015 09:11:55 -0400 Original-Received: from smtpauth-vm.ncl.ac.uk ([10.8.233.129] helo=smtpauth.ncl.ac.uk) by cheviot22.ncl.ac.uk with esmtp (Exim 4.63) (envelope-from ) id 1Zn4nX-000462-DC; Fri, 16 Oct 2015 14:11:51 +0100 Original-Received: from jangai.ncl.ac.uk ([10.66.67.223] helo=localhost) by smtpauth.ncl.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1Zn4nX-0005yB-04; Fri, 16 Oct 2015 14:11:51 +0100 In-Reply-To: (Artur Malabarba's message of "Thu, 15 Oct 2015 22:21:34 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 128.240.234.22 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:191750 Archived-At: Artur Malabarba writes: > 2015-10-15 18:24 GMT+01:00 Kaushal Modi : >> >> I haven't read either of the source codes, but is it similar to lisp/cedet/pulse.el? > > Hm, I don't know. I'll look into what that does. Maybe it could have > saved me some implementation effort. :) I used pulse.el when I wrote eval-pulse.el and it's quite nice for the purpose. But then I discovered eval-sexp-fu and realised that I've wasted my time writing eval-pulse. Having some commonality for these visual distratctions kind of mode would be good -- it should allow configuration once. Phil