From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.help Subject: Re: C-= ? Date: Sat, 18 Jul 2015 22:33:25 +0300 Message-ID: <55AAAA05.2090900@yandex.ru> References: <87oaj99v18.fsf@skimble.plus.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1437248031 9106 80.91.229.3 (18 Jul 2015 19:33:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 18 Jul 2015 19:33:51 +0000 (UTC) To: Sharon Kimble , help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jul 18 21:33:46 2015 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 1ZGXrl-0000uP-Kq for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Jul 2015 21:33:45 +0200 Original-Received: from localhost ([::1]:49501 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGXrl-0006qt-0U for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Jul 2015 15:33:45 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGXra-0006qo-Ig for help-gnu-emacs@gnu.org; Sat, 18 Jul 2015 15:33:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZGXrX-0005QK-D3 for help-gnu-emacs@gnu.org; Sat, 18 Jul 2015 15:33:34 -0400 Original-Received: from mail-wg0-x236.google.com ([2a00:1450:400c:c00::236]:34811) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGXrX-0005Q6-61 for help-gnu-emacs@gnu.org; Sat, 18 Jul 2015 15:33:31 -0400 Original-Received: by wgkl9 with SMTP id l9so103762830wgk.1 for ; Sat, 18 Jul 2015 12:33:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=m7TYk9GO7S5eg9xU9DdOeKpbn6Gp+mLxELFWcH97g18=; b=VZHisqOHkdwxPapOVupj9N5PLVRLRy3h2XLgwNUNaWTzTV7KmXfetg/ao3uIAW/6mI OWXVOR23OFQA4hwxg4nF7aJc0B4D4StHRLOKdOuUnXUjgaU7ZKiZ2DIenEmWs2xZ1KuE LICFffni7wzru3NN8w8e2wcYIO2I7eh2GiW6CR2kjrniBDBEYw19Woo3DSKFtZXzbK3M MIp0VLaa/deZF5FrV4L2nxan9TX/sHoZ7NJGMiQ4gL4j1Sejd/iEtxys2w0Wd5Bo18/S Ggtaa+5l+jSmxujjNtLSMSi0S8QCFT0vVXC1Bnhx0h7l0v7p2i7+4ILkoLlTpyz59zOp FyOw== X-Received: by 10.180.7.130 with SMTP id j2mr7084180wia.29.1437248010494; Sat, 18 Jul 2015 12:33:30 -0700 (PDT) Original-Received: from [192.168.1.2] ([185.105.175.24]) by smtp.googlemail.com with ESMTPSA id d7sm3863370wij.0.2015.07.18.12.33.28 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 18 Jul 2015 12:33:29 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0 In-Reply-To: <87oaj99v18.fsf@skimble.plus.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::236 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:105817 Archived-At: On 07/18/2015 09:32 PM, Sharon Kimble wrote: > What is the macro/code or whatever that shows the tree of a file, i.e. > an outline of the file showing all its section headings, chapter > headings, etc in a separate buffer above your working buffer, and is > called by "C-=". There's no binding on `C-=' by default. You probably mean a command from a third-party package, line helm-imenu. Or `M-x speedbar', maybe?