<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 22 Jun 2018, at 06:06, Andy Peterson <<a href="mailto:andy.arvid@gmail.com" class="">andy.arvid@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="">Mark,</div><div class=""><br class=""></div><div class="">from key help: c-h k  c-m-j:</div><div class=""><br class=""></div><div class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">C-M-j runs the command indent-new-comment-line (found in global-map),<br class="">which is an alias for ‘comment-indent-new-line’ in ‘newcomment.el’.<br class=""><br class="">It is bound to C-M-j, M-j.<br class=""><br class="">(indent-new-comment-line &optional SOFT)<br class=""><br class=""></blockquote></div></div>
</div></blockquote><br class=""></div><div>It could be argued that when you are in a comment, you should stay in a comment.</div><div>Like in paredit, when you’re in a list and type RET, you go to a new-line, indented in the list. </div><div>You have to type ) to get out of the list (or some other ‘up’ command. (or when you’re in a docstring, RET</div><div>stays in the docstring, and you have to use paredit-forward-up (C-M-n) to get out of it.</div><div><br class=""></div><div>Then, similarly, you could bind RET to indent-new-comment-line, and use C-RET for usual newline-and-indent.</div><div>Or extend paredit-forward-up to get you out of the comment (both #|comments|# and ;comments).</div><br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">-- <br class="">__Pascal J. Bourguignon__</div><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><br class=""><br class=""></div></div></div>
</div>
<br class=""></body></html>