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>I am not a avid gamer. Is it nessesary to install xf86-video-amdgpu if you are only using desktop envirorments.</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/imnotpathetic"> /u/imnotpathetic </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/pp9vc5/is_installing_xf86videoamdgpu_nessesary/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/pp9vc5/is_installing_xf86videoamdgpu_nessesary/">[comments]</a></span>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>Hi everyone, I&#39;m making this post because I have an &quot;iPega PG-9076&quot; controller that I&#39;ve used with Retroarch in my previous distro (Manjaro) and I had no problems with it (like plug n&#39; play) until I moved to Arch, I think I might be missing a driver or something but I cannot find it.</p> <p>It can be connected through bluetooth but it also has a usb wireless dongle (which is what I use), however it doesn&#39;t work at all, I can pair it through bluetooth but no buttons are recognised and the pairing lasts until I open Retroarch. The usb wireless dongle doesn&#39;t work either.</p> <p>Any ideas?</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/r5zqc4/gamepad_not_working/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/r5zqc4/gamepad_not_working/">[comments]</a></span>

View file

@ -1,3 +0,0 @@
<img src="https://media.babylonbee.com/thumbs/article-10035-2-thumb.jpg"> <hr /><p style="text-align:center">Brought to you by:</p>
<p>The post <a rel="nofollow" href="https://babylonbee.com/news/dont-miss-these-9-inspiring-out-of-context-verses-from-the-bible">The Babylon Bee Presents: The 12 Most Inspiring Verses In The Bible</a> appeared first on <a rel="nofollow" href="https://babylonbee.com">The Babylon Bee</a>.</p>

View file

@ -1 +0,0 @@
&#32; submitted by &#32; <a href="https://www.reddit.com/user/arthureroberer"> /u/arthureroberer </a> <br/> <span><a href="https://youtu.be/giPPZWrH59g">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/ppittz/xah_html_mode_got_refactored/">[comments]</a></span>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>I just installed Arch on a new x1 carbon gen 9 and I&#39;m a little confused regarding Intel video drivers.</p> <p>It is using i915 driver right now, is that the best option?</p> <p>I installed the Intel-media-driver package but it is using i915.</p> <p>If I should change the driver, how do I do that? Right now I&#39;m using gnome with xorg/Wayland etc..</p> <p>Thanks in advance</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/ccsmall"> /u/ccsmall </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/pp72ad/i915_video_driver_vs_intelmediadriver/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/pp72ad/i915_video_driver_vs_intelmediadriver/">[comments]</a></span>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>I wrote a <code>post-command-hook</code> that displays a small calendar whenever the point is on a date.</p> <p>I generate the calendar by invoking <code>calendar-generate-month</code> in a temp buffer, and I&#39;d like to show that in the echo area.</p> <p>The code I&#39;m using is:</p> <pre><code>(with-temp-buffer (calendar-generate-month (car date) (nth 2 date) 6) (message &quot;%s&quot; (buffer-string)))) </code></pre> <p>It works fine <strong>except</strong> for colors.</p> <p>I see a nicely tabulated calendar in the echo/minibuffer area (while the point is on top of a date in the format I like...) but without colors. And colors are what make today stand out in the calendar, so the visual immediacy is lost.</p> <p>If I <code>insert</code> into a buffer the string I extract from the temporary buffer, I see that string displayed nicely with colors, so I know that the properties are preserved.</p> <p>If I <code>print</code> that string, I see all its properties represented textually, which offers additional confirmation I didn&#39;t lose them.</p> <p>I read on stackoverflow that function <code>message</code> supports faces but not <code>font-lock-faces</code>, but I haven&#39;t found out how to convert the second into the first.</p> <p>Help?</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/cazzipropri"> /u/cazzipropri </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/q6w9se/cant_show_propertized_text_in_the_echo_area/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/q6w9se/cant_show_propertized_text_in_the_echo_area/">[comments]</a></span>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>I noticed that Emacs sometimes creates files named something like <code>#filename#</code> in the same directory as the file I am editing. What are those and is it possible to disable their creation? I already have <code>(setq create-lockfiles nil)</code> in my config (and lock files are supposed to start with <code>.#</code> so I&#39;m not sure that&#39;s what they are).</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/appendThyme"> /u/appendThyme </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/rugw84/what_are_files_and_how_to_stop_creating_them/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/rugw84/what_are_files_and_how_to_stop_creating_them/">[comments]</a></span>