bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#48724: Code collapsing and outline headings for elisp


From: Christopher Dimech
Subject: bug#48724: Code collapsing and outline headings for elisp
Date: Fri, 28 May 2021 22:59:17 +0200

Currently, outline-minor-mode has the capability to treat "defun" constructs
as heading, allowing one to choose to hide some code from view by collapsing
the region of code.  It would be beneficial for the actual major mode itself
(i.e. emacs-lisp-mode) to handle the code collapsing, leaving the code 
highlighting
intact.  Code collapsing could also be extended beyond not only collapsing
functions and variables ((defun, defvar), but also to additional constructs 
that could
be indented (e.g. lists '(...), let, let*, pcase) and other constructs users 
could
find useful (e.g. if, when, ).

And for outline-minor-mode, the mode could then be used to further enhance the 
structuring
of larger chunks of code (e.g. a collection of functions) using outline 
headings.  Outlining
would then be a separate capability different from code collapsing.

Regards
Christopher







reply via email to

[Prev in Thread] Current Thread [Next in Thread]