From: nybban@telia.com (Fredrik Andersson)
Subject: Hide text
Date: 21 Feb 2004 07:57:40 -0800 [thread overview]
Message-ID: <55f725fe.0402210757.1f503c4e@posting.google.com> (raw)
I wonder if it is possible to hide part of text in Emacs?
I would like to compress/expand the text inside a subroutine.
Before compression:
--------------------
Function name(a,var z:boolean):Boolean;
Var
x:Real;
z:Bollean;
BEGIN
x:=4;
z:=True;
END;
After compression:
------------------
Function name(a,var z:boolean):Boolean;
Thanks in advance
Fredrik Andersson
next reply other threads:[~2004-02-21 15:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-21 15:57 Fredrik Andersson [this message]
2004-02-21 16:51 ` Hide text Roodwriter
2004-02-21 18:14 ` Benjamin Rutt
2004-02-22 2:47 ` Brad Collins
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=55f725fe.0402210757.1f503c4e@posting.google.com \
--to=nybban@telia.com \
/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).