1 line
1.7 KiB
Plaintext
1 line
1.7 KiB
Plaintext
<!-- SC_OFF --><div class="md"><p>Hej fellow 'macsers,</p> <p>TL;DR: Can you tell me which function emacs invokes to ask for auth data?</p> <p>I recently heard of <code>mini-frame-mode</code> and fell in love. While I see the need to have a vertical display for functions and variable descriptions (marginalia ftw!), I have always been irritated by a new buffer appearing "out of nowhere" on the bottom of my screen, moving the modeline etc.</p> <p>So, I have adjusted the looks of <code>mini-frame-mode</code> to my liking. Now, there is one piece missing: whenever I push to my git repository, <code>mini-frame-mode</code> opens to prompt me for my git auth data. I don't want <code>mini-frame-mode</code> to handle this; instead, I want the password prompt to appear in the original mini buffer on the bottom.</p> <p>I know of the <code>mini-frame-ignore-commands</code> variable. However, I don't know which program is evoked by emacs to ask me for the password. I tried skimming the <em>Messages</em> Buffer for it, but adding <code>magit-process-username-prompt</code> and <code>magit-process-password-prompt</code> to the list didn't change anything, and I was unable to find a reference to another function in the packages' code.</p> <p>Thus: can you tell me which function emacs invokes to ask for auth data?</p> <p>Have a good day, folks :)</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/olivuser"> /u/olivuser </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/rrxeto/which_functions_prompts_for_the_password_in_emacs/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/rrxeto/which_functions_prompts_for_the_password_in_emacs/">[comments]</a></span> |