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>When looking at things like weekly view in agenda mode, there is no padding between a date header and whatever item precedes it. In the image, I would like to add space between the &quot;submit timesheet&quot; line, and the 7 December 2021 line. </p> <p>&#x200B;</p> <p><a href="https://preview.redd.it/3oi83vjyg9381.png?width=603&amp;format=png&amp;auto=webp&amp;s=a9fac61ae8080e3b903a68e93214914ffbfc9e7b">https://preview.redd.it/3oi83vjyg9381.png?width=603&amp;format=png&amp;auto=webp&amp;s=a9fac61ae8080e3b903a68e93214914ffbfc9e7b</a></p> <p>Per the documentation for format-time-string that says that %n is a newline, I tried adding %n to org-agenda-format-date-aligned as well as to org-super-agenda-date-format, but that doesn&#39;t seem to be doing the trick. Any ideas? Much appreciated!</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/tiktaaliki"> /u/tiktaaliki </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/r7rbga/orgagenda_date_format_how_to_add_padding_or/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/r7rbga/orgagenda_date_format_how_to_add_padding_or/">[comments]</a></span>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>Repost due to getting some details wrong in the original title.</p> <p>Also, actually, the command doesn&#39;t <em>fail</em>: it interprets <code>d 10</code> as <code>C-u 62-</code>, so <code>d 10 j</code> is read as <code>C-u 62 j</code>, and instead of deleting 10 lines below point, we instead jump 62 lines down. <code>d 20 j</code> is interpreted as <code>C-u 72 j</code>, <code>d 30 j</code> as <code>C-u 82 j</code>, and so on (unless there are multiple 0s in the command; for instance <code>d 100 j</code> is read as <code>C-u 620 j</code>).</p> <p>Here&#39;s the <a href="https://pastebin.com/PhgWWba4">init.el</a> needed to reproduce this issue; just open a buffer and activate <code>evil-org-mode</code>, then do any evil command with a 0 in the digit argument: <code>y 10 j</code>, <code>d 10 k</code>, <code>y 30 l</code>, etc.</p> <p>I discovered that this is due to <a href="https://github.com/Somelauw/evil-org-mode/blob/80ef38fb378541937f6ddfe836809e76eda1e355/evil-org.el#L635">this line</a> in <code>evil-org-mode</code>; commenting it out removes the issue. However, I&#39;m not sure why that is; what it&#39;s attempting to do makes sense to me, and it seems to be identical to what evil itself <a href="https://github.com/emacs-evil/evil/blob/82e5becae21b7768ffbb4728bce83dab8751d610/evil-maps.el#L172">does</a>.</p> <p>I&#39;d use edebug, but I&#39;m not sure if that&#39;s possible since the result of the <code>evil-redirect-digit-argument</code> call is just a wrapper of a lambda that I don&#39;t know how to step into. Besides, <code>evil-redirect-digit-argument</code> seems to be being used correctly from what I can tell.</p> <p>Does anyone know what&#39;s causing this issue or how to fix it? I&#39;m super curious.</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/summetria"> /u/summetria </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/powbe7/very_weird_evilorgmode_bug_evil_commands_with_a/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/powbe7/very_weird_evilorgmode_bug_evil_commands_with_a/">[comments]</a></span>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>So I set up Arch via virtual machine then cloned the root partition to my NVMe and EFI files to my EFI partition. I then booted into my Debian OS and ran update-grub, which added Arch and updated the root path. I&#39;ve done this for other OSes with no problem, but with Arch I get dropped into emergency shell. Is there anything I can do to fix this? I like my system the way I set it up I just want it on physical hardware.</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/profile_this"> /u/profile_this </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r1lhjv/i_get_dropped_into_emergency_shell_after_v2p/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/r1lhjv/i_get_dropped_into_emergency_shell_after_v2p/">[comments]</a></span>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>I recently installed Arch on my HP Laptop, model 15z-ef2000. I wrote over the entire NVMe drive to install it, so the preinstalled Windows is not present. For whatever reason, the drive is not showing up as bootable and I have to manually select the EFI file from the UEFI boot menu. I have verified that I installed GRUB correctly, and have used efibootmgr multiple times. Anyone here have a solution?</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/bartholomewjohnson"> /u/bartholomewjohnson </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r65lpi/hp_laptop_uefi_issue/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/r65lpi/hp_laptop_uefi_issue/">[comments]</a></span>

View file

@ -1 +0,0 @@
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/q5xmys/plasma_apple_refuses_to_support_my_macbook_but/"> <img src="https://preview.redd.it/zkhtsurq4us71.png?width=640&amp;crop=smart&amp;auto=webp&amp;s=70de77cda2ea923aac8d8ebbe4e49ebe2e3347ce" alt="[Plasma] Apple refuses to support my macbook, But linux does" title="[Plasma] Apple refuses to support my macbook, But linux does" /> </a> </td><td> &#32; submitted by &#32; <a href="https://www.reddit.com/user/dalio123"> /u/dalio123 </a> <br/> <span><a href="https://i.redd.it/zkhtsurq4us71.png">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/unixporn/comments/q5xmys/plasma_apple_refuses_to_support_my_macbook_but/">[comments]</a></span> </td></tr></table>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>How does Arch (or any distro for that matter) decide what my TTY resolution will be? And is there a way to adjust it?</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/thepan73"> /u/thepan73 </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/pphmrn/native_resolution/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/pphmrn/native_resolution/">[comments]</a></span>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p><strong>edit:</strong> as per <a href="/u/hearthreddit">/u/hearthreddit</a>&#39;s advice, downgrading to linux-lts seems to be working. time will tell, but I&#39;ve done a few reboots and it&#39;s been working fine. probably gonna wait a few kernel versions and then try going back again.</p> <p>(Thinkpad T14, haven&#39;t had any issues since I got it half a year ago)</p> <p>Most of the time when booting my computer right now I don&#39;t have my wlan interface listed. Sometimes it works, but it&#39;s rare and a reboot doesn&#39;t seem to do the trick.</p> <p>I read that <code>sudo modprobe wl</code> should help, but it says <code>modprobe: FATAL: Module wl not found in directory /lib/modules/5.15.3-arch1-1</code>.</p> <pre><code>$ lspci -k 09:00.0 Network controller: Intel Corporation Wi-Fi 6 AX210/AX211/AX411 160MHz (rev 1a) Subsystem: Intel Corporation Wi-Fi 6 AX210 160MHz Kernel driver in use: iwlwifi Kernel modules: iwlwifi $ sudo dmesg | grep iwlwifi [ 2.256300] iwlwifi 0000:09:00.0: enabling device (0000 -&gt; 0002) [ 2.268822] iwlwifi 0000:09:00.0: api flags index 2 larger than supported by driver [ 2.268842] iwlwifi 0000:09:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.63.2.1 [ 2.269104] iwlwifi 0000:09:00.0: loaded firmware version 66.55c64978.0 ty-a0-gf-a0-66.ucode op_mode iwlmvm [ 2.411624] iwlwifi 0000:09:00.0: Detected Intel(R) Wi-Fi 6 AX210 160MHz, REV=0x420 [ 2.571532] iwlwifi 0000:09:00.0: loaded PNVM version 0xd35929d8 [ 2.583483] iwlwifi 0000:09:00.0: Detected RF GF, rfid=0x10d000 [ 2.653376] iwlwifi 0000:09:00.0: base HW address: 64:6e:e0:5a:a2:8f </code></pre> <p><code>ip addr show</code> has a pretty long output, but what it shows is: loopback interface, ethernet interface, wwan interface, docker interface and br-0917411b9fd7 which I think is also related to docker.</p> <p>Any ideas? It seems to load the driver just fine, but the device simply isn&#39;t listed in <code>ip addr show</code> so I can&#39;t use it. <code>sudo modprobe iwlwifi</code> also does nothing since it&#39;s already loaded.</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/qhxo"> /u/qhxo </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/qyw5f1/anyone_else_having_issues_with_wifi_recently/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/qyw5f1/anyone_else_having_issues_with_wifi_recently/">[comments]</a></span>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>Hey all!</p> <blockquote> <p><a href="https://adventofcode.com/2021">Advent of Code</a> is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.</p> </blockquote> <p>It would be a good way to practice your Elisp Skills.</p> <p>=== Leaderboard Join Code ===</p> <p><code>1542671-a358c365</code></p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/Nice-Veterinarian-55"> /u/Nice-Veterinarian-55 </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/r59naq/advent_of_code_2021_with_emacs_lisp/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/r59naq/advent_of_code_2021_with_emacs_lisp/">[comments]</a></span>

View file

@ -1 +0,0 @@
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/r4pynb/bspwm_it_took_me_all_bloody_day_to_set_up_but_i/"> <img src="https://external-preview.redd.it/BHxuZNzJhqnodaVhwzMX_Ofsc3QRGEeFDqvE4mHQLFk.jpg?width=640&amp;crop=smart&amp;auto=webp&amp;s=b298fa878770f2b55fd8a0ad719696f09bc38c83" alt="[BSPWM] It took me all bloody day to set up but I can finally day that I use Gentoo on my main laptop (root is is split up into two so that's why it's so small, if I'm fully committed to gentoo I'll use the full root drive)" title="[BSPWM] It took me all bloody day to set up but I can finally day that I use Gentoo on my main laptop (root is is split up into two so that's why it's so small, if I'm fully committed to gentoo I'll use the full root drive)" /> </a> </td><td> &#32; submitted by &#32; <a href="https://www.reddit.com/user/Mooskii_Fox"> /u/Mooskii_Fox </a> <br/> <span><a href="https://i.imgur.com/mL2ecwD.jpg">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/unixporn/comments/r4pynb/bspwm_it_took_me_all_bloody_day_to_set_up_but_i/">[comments]</a></span> </td></tr></table>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>Hi everyone, I have never played a cd on linux before and today, I decided to play one for the first time. I connected my usb cd drive and put in a cd, but it took extremely long to even play 1 track. I used vlc with kde, and it took so long to even load 1 track. Could anyone recommend me a program u guys use to play cds and dvds? Im testing another laptop which does have a built in cd drive now to see if I can isolate the problem.</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/chenfenggoh"> /u/chenfenggoh </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r4xj9l/cds_taking_very_long_to_play/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/r4xj9l/cds_taking_very_long_to_play/">[comments]</a></span>