You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, but that's for individual functions/macros. What you'd need here is an indentation function that recognizes the context and adjusts indentation to be more DWIMish. The proposed alternative of declaring indentation for each possible tag symbol isn't exactly actionable (just how many do you think exist for XML?) and will backfire if a user ever decides to call a function html.
It would be nice if esxml s-expressions were treated specially when indenting. To start with, I would like to have
automatically indented as
I'm not sure how do accomplish this, but so far it looks as if we'll need something like
(put 'symbol 'lisp-indent-function INDENT-SPEC)
.The text was updated successfully, but these errors were encountered: