all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.