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,41 +0,0 @@
<p>Following my <a href="https://www.manueluberti.eu/emacs/2021/11/27/vc/">previous
article</a> on VC, I felt like
proposing a key binding for <code class="language-plaintext highlighter-rouge">vc-git-stash</code> to the Emacs developers was something
that could turn out to be useful for other VC users.</p>
<p>As it is usually recommended to do in these cases<sup id="fnref:1"><a class="footnote" href="https://www.manueluberti.eu/feed#fn:1" rel="footnote">1</a></sup>, I filed my request using
<kbd>M-x report-emacs-bug</kbd>:
<a href="https://debbugs.gnu.org/cgi/bugreport.cgi?bug=52158">#52158</a>. You can see that
I specifically mentioned <code class="language-plaintext highlighter-rouge">mu-vc-git-stash</code>, the thin wrapper I coded to have VC
stashing commands easily reachable, in order to back my proposal with the custom
code I used to scratch a tiny itch.</p>
<p><a href="https://lars.ingebrigtsen.no/">Lars Ingebrigtsen</a>, one of the Emacs
co-maintainers, replied to me quickly<sup id="fnref:2"><a class="footnote" href="https://www.manueluberti.eu/feed#fn:2" rel="footnote">2</a></sup> suggesting that I can use <kbd>C</kbd>
if I put my cursor on the <code class="language-plaintext highlighter-rouge">Stash:</code> line of the <code class="language-plaintext highlighter-rouge">vc-dir</code> buffer. That led me to
discover that if I move the cursor onto a line pointing to a stash I can press
<kbd>P</kbd> to pop it with <code class="language-plaintext highlighter-rouge">vc-git-stash-pop-at-point</code>. The outcome should be
obvious: I can get rid of <code class="language-plaintext highlighter-rouge">mu-vc-git-stash</code>.</p>
<p>Why wasnt I using these key bindings before? As I wrote on the bug tracker,
<kbd>C-h m</kbd> in <code class="language-plaintext highlighter-rouge">vc-dir</code> buffers does not document them and I did not find
them explained in the <code class="language-plaintext highlighter-rouge">28.1.10.2 VC Directory Commands</code> section of the manual
either. If the documentation is not added, I may get in touch with the Emacs
maintainers to see if I can contribute it myself. Unless of course the
documentation is already there and its just my reading and searching skills
failing me.</p>
<h3 id="notes">Notes</h3>
<div class="footnotes">
<ol>
<li id="fn:1">
<p>I was once advised to use this approach on <code class="language-plaintext highlighter-rouge">emacs-devel</code>. <a class="reversefootnote" href="https://www.manueluberti.eu/feed#fnref:1">↩</a></p>
</li>
<li id="fn:2">
<p>This is something Emacs core developers do all the time and I dont think
its appreciated enough. They always reply to my questions, even the ones
that on second thoughts I consider silly. <a class="reversefootnote" href="https://www.manueluberti.eu/feed#fnref:2">↩</a></p>
</li>
</ol>
</div>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>I have a &quot;brandless&quot; wireless mouse that connects to my laptop through usb, my OS recognise it but it doesn&#39;t work, it doesn&#39;t move, nor it clicks. I&#39;ve used the same mouse before in my previous OS (Manjaro) with no problems at all. Here&#39;s what <code>lsusb</code> gives me as a result.</p> <p><code>Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub</code></p> <p><code>Bus 001 Device 003: ID 0bda:b009 Realtek Semiconductor Corp. Realtek Bluetooth 4.2 Adapter</code></p> <p><code>Bus 001 Device 022: ID 1ea7:0064 SHARKOON Technologies GmbH 2.4GHz Wireless rechargeable vertical mouse [More&amp;Better]</code></p> <p><code>Bus 001 Device 002: ID 1bcf:2c9b Sunplus Innovation Technology Inc. HP TrueVision HD Camera</code></p> <p><code>Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub</code></p> <p>As you can see, &quot;Sharkoon Technologies&quot; is the mouse, I&#39;ve search information about but found nothing. Any ideas?</p> <p>Thank you in advance.</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/FranciscoMusic"> /u/FranciscoMusic </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/qzae1u/wireless_usb_mouse_not_working/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/qzae1u/wireless_usb_mouse_not_working/">[comments]</a></span>

View file

@ -1 +0,0 @@
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/r67k42/i3_first_attempt_minimal/"> <img src="https://preview.redd.it/9pdbcvr5cv281.png?width=640&amp;crop=smart&amp;auto=webp&amp;s=364331adf71999c2f9bd2a0b41622839d14b2fed" alt="[i3] First attempt - Minimal" title="[i3] First attempt - Minimal" /> </a> </td><td> &#32; submitted by &#32; <a href="https://www.reddit.com/user/sanjaypj20"> /u/sanjaypj20 </a> <br/> <span><a href="https://i.redd.it/9pdbcvr5cv281.png">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/unixporn/comments/r67k42/i3_first_attempt_minimal/">[comments]</a></span> </td></tr></table>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>Hello!</p> <p>I wanted to setup rust extension to vscode but it wanted to rustup but if I try installing <code>rustup</code>, it throws an error like this:</p> <pre><code>sudo pacman -S rustup resolving dependencies... looking for conflicting packages... :: rustup and rust are in conflict. Remove rust? [y/N] N error: unresolvable package conflicts detected error: failed to prepare transaction (conflicting dependencies) :: rustup and rust are in conflict </code></pre> <p>How can I install it?</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/ChemistryIsTheBest"> /u/ChemistryIsTheBest </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r50a4s/rustup_is_conflicting_with_rust/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/r50a4s/rustup_is_conflicting_with_rust/">[comments]</a></span>