fixing a bunch of broken stuff I think

This commit is contained in:
Chris Cochrun 2022-02-25 14:16:41 -06:00
parent 0dbc3ead0e
commit 8bace887a2
1551 changed files with 299 additions and 57481 deletions

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>Hi!</p> <p>First post here, long time emacs user, I hope I understood the rules correctly.</p> <p>I&#39;m trying to use pkcs11 client authentication from within emacs (the new way if possible, i.e. without disabling the internal gnutls support).</p> <p>On the command line it&#39;s possible to use client certificates from a hardware token via e.g <code>--provider /usr/lib64/libeTPkcs11.so</code> and by passing the appropriate strings for <code>--x509certfile=</code> and <code>--x509keyfile</code> (obtained via p11tool).</p> <p>From <a href="https://www.gnu.org/software/emacs/manual/html_mono/auth.html#Help-for-users">https://www.gnu.org/software/emacs/manual/html_mono/auth.html#Help-for-users</a> I gather that it should be possible to set those strings in <code>~/.authinfo.gpg</code> but I guess <strong>the only thing that&#39;s missing would be the</strong> <code>--provider</code> <strong>switch. Any idea how to add that one</strong>?</p> <p>Thanks in advance for any kind of suggestion!</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/TauPanAka"> /u/TauPanAka </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/r5rk7i/pkcs11_client_certificates_from_hardware_token/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/r5rk7i/pkcs11_client_certificates_from_hardware_token/">[comments]</a></span>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>How to remove the ID that is left after manually deleting a node from the directory? Or is there an automated way?</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/eis3nheim"> /u/eis3nheim </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/qyj0o2/is_there_a_way_to_remove_a_referenced_node_in/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/qyj0o2/is_there_a_way_to_remove_a_referenced_node_in/">[comments]</a></span>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>I would like to remove <code>:foreground</code> color specificity from <code>link</code> face so that it displays in the same color as the surrounding face. For example, in the below image, &quot;link&quot; should be brown and &quot;Advanced reactor types&quot; should be white. How to do this?</p> <pre><code>(custom-theme-set-faces &#39;user &#39;(org-level-1 ((t (:foreground &quot;systemTealColor&quot; :height 1.15)))) &#39;(org-level-2 ((t (:foreground &quot;systemBrownColor&quot;)))) &#39;(link ((t (:weight normal :underline &quot;grey37&quot;))))) </code></pre> <p><a href="https://preview.redd.it/tj2jpoipin281.png?width=1178&amp;format=png&amp;auto=webp&amp;s=35ed91aaef4020a2d5deb70b650cdf21692521c4">https://preview.redd.it/tj2jpoipin281.png?width=1178&amp;format=png&amp;auto=webp&amp;s=35ed91aaef4020a2d5deb70b650cdf21692521c4</a></p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/kaiwen1"> /u/kaiwen1 </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/r5dklx/display_link_font_face_in_same_color_as_the/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/r5dklx/display_link_font_face_in_same_color_as_the/">[comments]</a></span>

View file

@ -1 +0,0 @@
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/ponlbg/yabaisketchybarmacos_my_very_own_macos_how_do_you/"> <img src="https://preview.redd.it/nqnmk9g6bnn71.jpg?width=640&amp;crop=smart&amp;auto=webp&amp;s=b5155c96731e794b43700c6b17db6f4a3c975d42" alt="[yabai/sketchybar/macOS] My very own macOS. How do you like it?" title="[yabai/sketchybar/macOS] My very own macOS. How do you like it?" /> </a> </td><td> &#32; submitted by &#32; <a href="https://www.reddit.com/user/AdmiralBrainlag"> /u/AdmiralBrainlag </a> <br/> <span><a href="https://i.redd.it/nqnmk9g6bnn71.jpg">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/unixporn/comments/ponlbg/yabaisketchybarmacos_my_very_own_macos_how_do_you/">[comments]</a></span> </td></tr></table>

View file

@ -1,16 +0,0 @@
<p>Another talk in the <a href="https://emacsconf.org/2021/">2021 EmacsConf</a> program is John Wiegleys video on <a href="https://emacsconf.org/2021/talks/dev-update/">whats coming in Emacs</a>. Almost all of the talk is about new features in Emacs 28, of course. The talk is only 7 minutes, 17 seconds long so you should watch it if you have any interest in Emacs and where its going.</p>
<p>Heres a list of the features Wiegley covers, cut from the talk transcript:</p>
<ul class="org-ul">
<li>Native compilation</li>
<li>Build with Cairo by default</li>
<li>New mode, but off by default: context-menus</li>
<li>Tab-bar and tab-line received many enhancements</li>
<li>A command can marked as specific to a mode</li>
<li>Transient input methods</li>
<li>show-paren-mode is enabled by default</li>
<li>We now have a Non-GNU ELPA</li>
<li>repeat-mode</li>
<li>project.el has dozens of new commands</li>
<li>Shorthands for Lisp symbols</li>
</ul>
<p>Again, if youre an Emacs user, you should definitely spend the time to watch this.</p>