unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Jai Dayal <dayalsoap@gmail.com>
To: Thien-Thi Nguyen <ttn@gnu.org>
Cc: "help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>,
	C K Kashyap <ckkashyap@gmail.com>
Subject: Re: Arbitrary folding in emacs
Date: Fri, 28 Mar 2014 15:58:17 -0400	[thread overview]
Message-ID: <CAMJ-YiS9C8UZ4u_0v3HHGNmN5rUF7YKRG8VKRY6R=FP0=b2acw@mail.gmail.com> (raw)
In-Reply-To: <87ha6im6uj.fsf@zigzag.favinet>

after enabling hs-minor-mode, hs-hide-block works too, right?


On Fri, Mar 28, 2014 at 4:00 PM, Thien-Thi Nguyen <ttn@gnu.org> wrote:

> () C K Kashyap <ckkashyap@gmail.com>
> () Fri, 28 Mar 2014 14:36:47 +0530
>
>    I am trying to go-over a huge c++ file. In vim, I can collapse a
>    huge set of lines by simply highlighting it an then doing a zf.
>    I was wondering if I can do something similar in emacs - rather
>    how I can do it in emacs.
>
>    I tried hs-minor-mode but it appears to have pre-defined notions
>    of "foldable" blocks.
>
> You can (ab)use 'hs-hide-comment-region', like so:
>
>  (defun hs-hide-region (beg end)
>    "Basically (hs-hide-comment-region BEG END), as a command."
>    (interactive "r")
>    (hs-hide-comment-region beg end))
>
> Does that work for you?  I tested lightly w/ Emacs Lisp only.
> (See also 'hs-set-up-overlay'.)
>
> --
> Thien-Thi Nguyen
>    GPG key: 4C807502
>    (if you're human and you know it)
>       read my lisp: (responsep (questions 'technical)
>                                (not (via 'mailing-list)))
>                      => nil
>


  reply	other threads:[~2014-03-28 19:58 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-28  9:06 Arbitrary folding in emacs C K Kashyap
2014-03-28  9:12 ` Eli Zaretskii
2014-03-28  9:25   ` C K Kashyap
2014-03-28  9:37     ` Eli Zaretskii
2014-03-28  9:50       ` C K Kashyap
2014-03-28 11:45         ` Tim Visher
2014-03-28 12:26           ` Nicolas Richard
2014-03-28 22:32             ` Stefan Monnier
2014-03-30 10:19               ` Nicolas Richard
2014-03-28 14:17           ` Tassilo Horn
2014-03-28 14:28             ` Jai Dayal
2014-03-29 20:29               ` Jarek Czekalski
2014-03-29  6:42           ` Marcin Borkowski
2014-03-31 15:15             ` Tim Visher
2014-03-28 20:00 ` Thien-Thi Nguyen
2014-03-28 19:58   ` Jai Dayal [this message]
2014-03-31  8:02 ` Andreas Röhler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAMJ-YiS9C8UZ4u_0v3HHGNmN5rUF7YKRG8VKRY6R=FP0=b2acw@mail.gmail.com' \
    --to=dayalsoap@gmail.com \
    --cc=ckkashyap@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=ttn@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).