JDRiverRun @alien.top
BOT
Posts 0
Comments 2
nil or 'nil once worried me 1 0
There are a variety of "self-quoting" constructs in elisp (including all :keywords
!).
(eq (quote nil) nil) ; ==> t
(eq (quote t) t) ; ==> t
(eq (quote :some-keyword) :some-keyword) ; ==> t
Reply
Create "code blocks" that I can collapse and expand with mouse next to functions? 1 0
Outline mode works well for this. I use my own small outli package to set this up automatically with nice formatting and “speed key” access at the beginning of headlines. Tab to fold.
Reply
Next