Adam Porter

Results 2644 comments of Adam Porter

> the change their syntax back to single-line whenever comment-region uses this style seems to say that outorg should work accordingly with the comment-region function, I think it means that,...

After posting this I did some more testing/thinking, and I realized that the problem is adjusting the indentation without changing the buffer's modification status. But I see now that there...

Updated the branch again. Now reindents the buffer when toggling the mode, if the indentation option is enabled. Seems to work seamlessly (...), but wider testing is needed. :)

Hm, not sure why it would indent 4 times for opening the file once. But I consider this a proof-of-concept, so it surely needs some polishing. :) Yeah, I set...

@robert-e-davidson3 FYI, if you want to work on something like this, you might consider using this as a starting point instead of `helm-swoop`: https://gist.github.com/alphapapa/ce6cf8a85d8a28c3a2f146057772ec8d IME it's much faster (although because...

@ShingoFukuyama Ping? :)

@sgleizes Thanks, good catch.

Hi, A few comments: 1. I think `here` is not the best term to use in the names of these functions. To me, it implies, "at current point," not, "at...

> If the library can hide non-essential information and allow the user to focus on the essential information, I think the library should implement that function. There is a limit...

Many Emacs packages and their authors use this library, of which I am one. For example, I proposed a patch at https://github.com/ShingoFukuyama/ov.el/issues/14 over 1.5 years ago, and the author has...