unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Hide text
@ 2004-02-21 15:57 Fredrik Andersson
  2004-02-21 16:51 ` Roodwriter
  2004-02-21 18:14 ` Benjamin Rutt
  0 siblings, 2 replies; 4+ messages in thread
From: Fredrik Andersson @ 2004-02-21 15:57 UTC (permalink / 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-02-22  2:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-21 15:57 Hide text Fredrik Andersson
2004-02-21 16:51 ` Roodwriter
2004-02-21 18:14 ` Benjamin Rutt
2004-02-22  2:47   ` Brad Collins

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