unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Thien-Thi Nguyen <ttn@gnu.org>
To: C K Kashyap <ckkashyap@gmail.com>
Cc: "help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Subject: Re: Arbitrary folding in emacs
Date: Fri, 28 Mar 2014 21:00:20 +0100	[thread overview]
Message-ID: <87ha6im6uj.fsf@zigzag.favinet> (raw)
In-Reply-To: <CAGdT1grg+k5zkoA3sksFtfvJLD-hAXm5f1MiyiFXwn-LMzqsvA@mail.gmail.com> (C. K. Kashyap's message of "Fri, 28 Mar 2014 14:36:47 +0530")

[-- Attachment #1: Type: text/plain, Size: 956 bytes --]

() 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

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

  parent reply	other threads:[~2014-03-28 20:00 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 [this message]
2014-03-28 19:58   ` Jai Dayal
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=87ha6im6uj.fsf@zigzag.favinet \
    --to=ttn@gnu.org \
    --cc=ckkashyap@gmail.com \
    --cc=help-gnu-emacs@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).