From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rusi <rustompmody@gmail.com> Newsgroups: gmane.emacs.help Subject: Re: program outlining Date: Mon, 11 Jul 2016 11:05:51 -0700 (PDT) Message-ID: <d23f2002-9ed7-49bd-ba9d-8c2997e66496@googlegroups.com> References: <69592de8-5bae-48ac-9435-76e219d6ee38@googlegroups.com> <mailman.1101.1468248815.26859.help-gnu-emacs@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1468260643 8145 80.91.229.3 (11 Jul 2016 18:10:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Jul 2016 18:10:43 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 11 20:10:43 2016 Return-path: <help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org> 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 <help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org>) id 1bMffF-0008WB-Fb for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Jul 2016 20:10:41 +0200 Original-Received: from localhost ([::1]:35399 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org>) id 1bMffE-0007Od-O9 for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Jul 2016 14:10:40 -0400 X-Received: by 10.129.51.197 with SMTP id z188mr3921864ywz.7.1468260352012; Mon, 11 Jul 2016 11:05:52 -0700 (PDT) X-Received: by 10.36.217.2 with SMTP id p2mr257198itg.5.1468260351940; Mon, 11 Jul 2016 11:05:51 -0700 (PDT) Original-Path: usenet.stanford.edu!jk6no16197161igb.0!news-out.google.com!d130ni240ith.0!nntp.google.com!jk6no16197154igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: <mailman.1101.1468248815.26859.help-gnu-emacs@gnu.org> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=175.100.153.220; posting-account=mBpa7woAAAAGLEWUUKpmbxm-Quu5D8ui Original-NNTP-Posting-Host: 175.100.153.220 User-Agent: G2/1.0 Injection-Date: Mon, 11 Jul 2016 18:05:51 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:218471 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor <help-gnu-emacs.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/help-gnu-emacs>, <mailto:help-gnu-emacs-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/help-gnu-emacs/> List-Post: <mailto:help-gnu-emacs@gnu.org> List-Help: <mailto:help-gnu-emacs-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/help-gnu-emacs>, <mailto:help-gnu-emacs-request@gnu.org?subject=subscribe> Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" <help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org> Xref: news.gmane.org gmane.emacs.help:110780 Archived-At: <http://permalink.gmane.org/gmane.emacs.help/110780> On Monday, July 11, 2016 at 8:23:38 PM UTC+5:30, Eli Zaretskii wrote: > > Date: Mon, 11 Jul 2016 05:59:59 -0700 (PDT) > > From: Rusi=20 > >=20 > > Ive been trying to figure out the best outlining that emacs can give fo= r > > programs. >=20 > Did you try selective-display (C-x $)? Not bad for a start =E2=80=93 thanks