From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jai Dayal Newsgroups: gmane.emacs.help Subject: Re: outline for coding Date: Fri, 21 Mar 2014 02:42:46 -0400 Message-ID: References: <87fvmcnjer.fsf@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1395384195 10961 80.91.229.3 (21 Mar 2014 06:43:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Mar 2014 06:43:15 +0000 (UTC) Cc: help-gnu-emacs To: Martin Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 21 07:43:25 2014 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 1WQtAp-0006cD-Q9 for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Mar 2014 07:43:23 +0100 Original-Received: from localhost ([::1]:50915 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQtAp-0007tq-BV for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Mar 2014 02:43:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33753) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQtAa-0007tZ-If for help-gnu-emacs@gnu.org; Fri, 21 Mar 2014 02:43:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQtAZ-0003DK-LT for help-gnu-emacs@gnu.org; Fri, 21 Mar 2014 02:43:08 -0400 Original-Received: from mail-vc0-x22a.google.com ([2607:f8b0:400c:c03::22a]:56376) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQtAZ-0003DG-Ft for help-gnu-emacs@gnu.org; Fri, 21 Mar 2014 02:43:07 -0400 Original-Received: by mail-vc0-f170.google.com with SMTP id hu19so2171760vcb.1 for ; Thu, 20 Mar 2014 23:43:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=OiBVUxGT85MIDlDtl0zgGjT0aDtX5EWpYTjOGxvCn6U=; b=VeoPU6DEbyj0Zvh8M3pYdF/5U30NIyyRFpjHv9Y3ZjbUX/ABouDnOXiRYze18gELWM LdODSrMJQ6ieDbou2vRiec5/qn6gyU50/dqtEFLG2XIka+4wkqCkCLRLkHUB0o/8d37W Es1aiYyCmk9T8vrawEYWGH64k0JR39bEzZoux082DvUf56Z35U01Wgo06JLpQrqWIXsf GpOoCAx69QOrKSP6JCM+QNAC4S7AwKjO4asu/csYAaNOvWhMuItVtdcTdrT8kSY9tQlt /uRZJb+JwwUsPeiKBHeAhlgPQGEme/f/3u8vGvKUWHByOpjr7Fgp1zoR+3A1HTFkKPBR l0aA== X-Received: by 10.58.212.200 with SMTP id nm8mr36020703vec.11.1395384186908; Thu, 20 Mar 2014 23:43:06 -0700 (PDT) Original-Received: by 10.221.42.10 with HTTP; Thu, 20 Mar 2014 23:42:46 -0700 (PDT) In-Reply-To: <87fvmcnjer.fsf@gmx.at> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c03::22a 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:96660 Archived-At: speedbar? On Fri, Mar 21, 2014 at 2:41 AM, Martin wrote: > Hi there, > > Is there any outline for elisp, ruby and so on for emacs, where I can > have a small window left to my coding window with the defined functions > and vars? Specially for elisp I would like to have that. > > Thanks, > Martin > >