From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Catonano Newsgroups: gmane.emacs.help Subject: Re: browsing an elisp codebase Date: Sun, 20 Oct 2013 00:08:00 +0200 Message-ID: References: <87mwm731jm.fsf@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1382220503 15885 80.91.229.3 (19 Oct 2013 22:08:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Oct 2013 22:08:23 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, Dmitry Gutov To: Leo Liu Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 20 00:08:28 2013 Return-path: Envelope-to: geh-help-gnu-emacs@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 1VXegv-00062j-2i for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Oct 2013 00:08:13 +0200 Original-Received: from localhost ([::1]:34524 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXegu-0006Tr-4o for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Oct 2013 18:08:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35760) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXegk-0006Tm-ST for help-gnu-emacs@gnu.org; Sat, 19 Oct 2013 18:08:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VXegj-00087V-TB for help-gnu-emacs@gnu.org; Sat, 19 Oct 2013 18:08:02 -0400 Original-Received: from mail-ie0-x235.google.com ([2607:f8b0:4001:c03::235]:49937) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXegj-00087H-OR for help-gnu-emacs@gnu.org; Sat, 19 Oct 2013 18:08:01 -0400 Original-Received: by mail-ie0-f181.google.com with SMTP id ar20so9199200iec.12 for ; Sat, 19 Oct 2013 15:08:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=8oChhCTyFQ260BGEybIixgurr00qpdq5jbohqjLviGw=; b=E1EB/RVZcBiDp3nW7s0ND/ge8+B0fjFxQmLK+ULFv2Uz9XQaJeDcjmW6hrMCytjZ6g wR55ZSHelyAeUVN7oVaQqKP6+60sdPvEWriV+VaqE64indDOI/h8M/jhSwtfXIv3dXqv VGK/jOcTXyRlRwys8haAzEBXN2Bll1LWIK4aNUwaDjcdAESE9YsRsCU8DZSmqK+FXtvd +BrOILHhsRkJbfs6GsP2GBzgpckXhuya2kg/z+k1gp/LxujqdgOGdh7PtSAso2BCSGZn 2MOfrShwrl+GErwiPvJftea+99oUzEBMAw5wESlm9neFoYvnpWBj6BZk2wkbjYIklcY4 ynug== X-Received: by 10.50.114.168 with SMTP id jh8mr4410815igb.6.1382220480870; Sat, 19 Oct 2013 15:08:00 -0700 (PDT) Original-Received: by 10.64.21.138 with HTTP; Sat, 19 Oct 2013 15:08:00 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::235 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:94102 Archived-At: 2013/10/18 Leo Liu > On 2013-10-18 07:44 +0800, Dmitry Gutov wrote: > > Try https://github.com/purcell/elisp-slime-nav > Thanks, I'll have a look at it