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 @@
&#32; submitted by &#32; <a href="https://www.reddit.com/user/mefff_"> /u/mefff_ </a> <br/> <span><a href="/r/orgmode/comments/qwbk6b/orgbabel_c_and_cmacros/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/qzb6qu/orgbabel_c_and_cmacros/">[comments]</a></span>

View file

@ -1,12 +0,0 @@
<img src="https://www-images.christianitytoday.com/images/125867.jpg?h=303&w=540" width="540" /><p class="text">By Jeffry Blair, a Northern Seminary DMin graduate and pastor. He was asked by a group of leaders to advise them on how to finish seminary while in ministry and Jeff puts together a wise presentation for all of us.</p>
<p class="text">I want to encourage you to complete your education. I hope to show you why you should and how you can. Here are six strategies for finishing your studies while you are up to your armpits in ministry.</p>
<p class="text"><em>One - Feel the Weight </em></p>
<p class="text">I was twenty-three years old in the fall of 1999 when I first stepped foot on the campus of Southwestern Seminary in Fort Worth. Each student received a copy of &ldquo;The Religious Life of the Theological Student&rdquo; by the Princeton theologian, B. B. Warfield, who said,</p>
<p class="text">The ministry is a learned profession; and the man without learning, no matter with what other gifts he may be endowed, is unfit for its duties. But learning, though indispensable, is not the most indispensable thing for a minister. &lsquo;Apt to teach&rsquo;&mdash;yes, the minister must be.... Not apt merely to exhort, to beseech, to appeal, to entreat, not even merely to testify&hellip; but to teach. <em>And teaching implies knowledge:</em><em>he who teaches must know&hellip;</em> But aptness to teach alone does not make a minister; nor is it his primary qualification&hellip; <em>A minister must be learned, on pain of being utterly incompetent for his work.</em> But before and above being learned, a minister must be godly.<a href="#_ftn1" target="_blank" class="">[1]</a></p>
<p class="text">Warfield was right, and this is the big idea of his speech: godliness is the indispensable attribute of the pastor. As Robert Murray M&rsquo;Cheyne said, &ldquo;A holy minister is an awful weapon in the hand of God.&rdquo; Warfield was also at great pains, however, to contend that Christian pastors must be capable teachers (1 Timothy ...</p><p class="more"><a href="https://www.christianitytoday.com/scot-mcknight/2021/october/six-reasons-to-finish-your-education.html">Continue reading</a>...</p>
<p><br /><a href="https://rss.beaconads.com/click.php?z=1289806&k=c779018782158d93282944b4f7dd4d03&a=190092&c=68421398" target="_blank"><img src="https://rss.beaconads.com/img.php?z=1289806&k=c779018782158d93282944b4f7dd4d03&a=190092&c=68421398" border="0" alt="" /></a></p>
9

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>Thought to write a post here before asking in the ivy github repo.<br/> I use <code>ivy-switch-buffer</code> bound to <code>C-x b</code> to switch to another buffer. Is it possible to assign numbers to the buffers so that pressing a number from the buffer list will automatically switch to that buffer? This will save a few keystrokes compared to moving up and down / fuzzy search for the buffer name and then press Enter.</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/MhvxvLvJrg"> /u/MhvxvLvJrg </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/r6cjln/assign_numbers_to_ivyswitchbuffer/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/r6cjln/assign_numbers_to_ivyswitchbuffer/">[comments]</a></span>

View file

@ -1 +0,0 @@
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/ppcv7x/i3gaps_riceberg_wallpaper_changes_according_to/"> <img src="https://preview.redd.it/86jx64ga4vn71.png?width=640&amp;crop=smart&amp;auto=webp&amp;s=80997104bf72c3fff5d8ba52363b34c12260ffb1" alt="[i3-gaps] Riceberg (wallpaper changes according to time of day)" title="[i3-gaps] Riceberg (wallpaper changes according to time of day)" /> </a> </td><td> &#32; submitted by &#32; <a href="https://www.reddit.com/user/Mercurial_Rhombus"> /u/Mercurial_Rhombus </a> <br/> <span><a href="https://i.redd.it/86jx64ga4vn71.png">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/unixporn/comments/ppcv7x/i3gaps_riceberg_wallpaper_changes_according_to/">[comments]</a></span> </td></tr></table>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>I am a data scientist, I work in python with pandas for manipulating data on a daily basis. I love emacs but there is one feature that makes me open up Pycharm every day instead and that is its “sciview”, which displays dataframes in a “spreadsheet” manner which really helps when debugging/exploring.</p> <p>EIN has a function to do exactly this and visualize the dataframe in SES mode: <a href="https://github.com/tkf/emacs-ipython-notebook/blob/d62dc59869d436385efa940ba20a737bb8b9e5fd/lisp/ein-pytools.el#L222">https://github.com/tkf/emacs-ipython-notebook/blob/d62dc59869d436385efa940ba20a737bb8b9e5fd/lisp/ein-pytools.el#L222</a> . It relies on a jupyter kernel to retrieve the data, I would like to adapt that to dap-mode (or any standard python process accessible through a REPL) but my elisp-fu is way too poor.</p> <p>Has anybody here solved this problem before?</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/adivinity"> /u/adivinity </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/r9fn3n/how_to_visualize_pandas_dataframe_in_emacs/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/r9fn3n/how_to_visualize_pandas_dataframe_in_emacs/">[comments]</a></span>

View file

@ -1,8 +0,0 @@
<img src="https://www-images.christianitytoday.com/images/125868.jpg?w=540" width="540" /><p class="text">I just realized in my 41st year of life, in my 21st year of intentionally following Jesus, and in my 11th year as a lead pastor of a church that&hellip;I am Nicodemus. And I&rsquo;m not alone. Here&rsquo;s the familiar story:</p>
<blockquote class="text">
<p class="text">Now there was a Pharisee, a man named Nicodemus who was a member of the Jewish ruling council. 2 He came to Jesus at night and said, &ldquo;Rabbi, we know that you are a teacher who has come from God. For no one could perform the signs you are doing if God were not with him.&rdquo; Jesus replied, &ldquo;Very truly I tell you, no one can see the kingdom of God unless they are born again &hellip; Very truly I tell you, no one can enter the kingdom of God unless they are born of water and the Spirit. 6 Flesh gives birth to flesh, but the Spirit gives birth to spirit. 7 You should not be surprised at my saying, &lsquo;You must be born again.&rsquo; 8 The wind blows wherever it pleases. You hear its sound, but you cannot tell where it comes from or where it is going. So it is with everyone born of the Spirit.&rdquo; 9 &ldquo;How can this be?&rdquo; Nicodemus asked. 10 &ldquo;You are Israel&rsquo;s teacher,&rdquo; said Jesus, &ldquo;and do you not understand these things? (John 3:1-10)</p>
</blockquote>
<p class="text">To &ldquo;see&rdquo; and &ldquo;enter&rdquo; the Kingdom of God in the Gospel of John is not about getting correct doctrine, moving from the &ldquo;out&rdquo; group into the &ldquo;saved&rdquo; group, and going to Heaven when I die. Entering, beholding, and living in the Kingdom is Jesus&rsquo; shorthand for awakening to a new spiritual awareness of God&rsquo;s abiding presence in and around me here and now made available by Jesus, and living my life within the domain of God&rsquo;s effective will (D. Willard). This much I have ...</p><p class="more"><a href="https://www.christianitytoday.com/scot-mcknight/2021/october/i-am-nicodemus.html">Continue reading</a>...</p>
<p><br /><a href="https://rss.beaconads.com/click.php?z=1289806&k=c779018782158d93282944b4f7dd4d03&a=190091&c=66366595" target="_blank"><img src="https://rss.beaconads.com/img.php?z=1289806&k=c779018782158d93282944b4f7dd4d03&a=190091&c=66366595" border="0" alt="" /></a></p>
3<img src="http://feeds.feedburner.com/~r/christianitytoday/jesuscreed/~4/QjAbxpFxuy8" height="1" width="1" alt=""/>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>I want to make weechat and other packages like qutebrowser be able to use the right alt key like it&#39;s the left alt key if you understand what i mean.</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/RadoslavL"> /u/RadoslavL </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/qyvy03/any_way_i_can_make_ralt19_not_trigger_tag_change/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/qyvy03/any_way_i_can_make_ralt19_not_trigger_tag_change/">[comments]</a></span>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>I use outshine-mode, which extends outline-mode. This is wonderful for big structured buffers like large emacs libraries. But with functions like <code>describe-{variable,function}</code> I often jump right into the middle of a (new) random elisp buffer, and the text is folded so I can&#39;t see the text I want. Point is officially on some text which is hidden, but the cursor displays at the end of a (folded) heading. Is there a way to automatically show the text I&#39;ve jumped to, after using functions like <code>describe-{variable,function}</code>?</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/Jack-o-tall-tales"> /u/Jack-o-tall-tales </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/qz4r72/can_i_automatically_unfold_outline_levels_when/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/qz4r72/can_i_automatically_unfold_outline_levels_when/">[comments]</a></span>