fixing a bunch of broken stuff I think
This commit is contained in:
parent
0dbc3ead0e
commit
8bace887a2
1551 changed files with 299 additions and 57481 deletions
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>Hello everyone!</p> <p>Often i see navigation pattern similar to following:</p> <blockquote> <p>- Word/Line movement (backward-word, forward-word, move-beginning-of-line, move-end-of-line) </p> <p>- Bigger Jumps (isearch-forward, isearch-backward, ace-jump-mode, avy-goto-char-timer) </p> <p>- Fine-tuning (previous-line, next-line, left-char, right-char)</p> </blockquote> <p>Does this also apply for org-mode or are you using more org orientated commands like org-shifttab (S-TAB), org-next-visible-heading (C-c C-n), etc to move around?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/rtwyyn"> /u/rtwyyn </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/r4xier/what_are_your_top_commands_for_navigating_in/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/r4xier/what_are_your_top_commands_for_navigating_in/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>So I have the same problem with almost all languages.</p> <p>Including Schemes. What a shame!!!</p> <p>All I want to do is fetch a html file from an address(let's say from "<a href="http://shenlanguage.org/TBoS/tbos_29.html">http://shenlanguage.org/TBoS/tbos_29.html</a>").</p> <p>I can do it in every language, yes. It's not difficult. What is difficult to get it done with one function call.</p> <p>Even most schemes force me to do at least something like (with-standard-input-from-url....</p> <p>Sorry, but that sucks for writing quick (and sometimes dirty) scripts.</p> <p>I want one thing - It has to be done in one function call. Period. No compromises here. </p> <p>I found something like (url-retrieve-synchronously ...) and thought I was lucky.</p> <p>I was wrong. It gave me a fucking buffer object!!! #<buffer \*http [shenlanguage.org:80](https://shenlanguage.org:80)\*-834098></p> <p>Fantastic.</p> <p>So now in order to use this thing I have to read documentation about buffer objects. Probably written 50 years ago in a writing style that is understandable only by the author.</p> <p>Or written better then Shakespear. And maybe it will enlighten me more then a thousand hours of silent meditation with the Dalay Lama together with a pound of mushrooms with Terence Mckenna.</p> <p>But who cares? I want one simple task to be done with one function call. Firefox has a function like this, when I put an url it gets the contents into memory.</p> <p>What's the secret elisp function?</p> <p>Yes, I can write it myself in a few functions. But I don't want to repeat shit for the milionths time.</p> <p>Dear redditor, if you know the secret function then please tell me! I think I used one on my old OS(but lost the script).</p> <p>As a second request, how can I find a function like this myself without you guys?</p> <p>Duckduckgo couldn't do it(at least not with the spells I used). I lack proficiency in emacsology to find it in emacs.</p> <p>And a third request:</p> <p>Where should I agitate to get a function like this in a more findable place. And my philosophy. To have one task in one damn function call and not be forced to produce code bloat and waste my time with thousands of pages of super uncool and ugly docs.</p> <p>Come on, dowloading a html file and putting it in a string. This should be super mega basic stuff. It should be right next to variable assignment and print/display. It should have a central place. in a nice library like s.el or f.el imho. And people shouldn't be forced to study first all peculiarties of http2 or any other super cool and important technology or concepts or whatever, I think you get my point. In the words of Fry "Oh shut up and take my money". And give me the damn thing from the url. In clojure actually it is super basic stuff and not hidden. The function is "slurp". You give it a filename or an url and it returns it's contents. No rocket science.</p> <p>I wouldn't waste my time writing such a post on a java group. It's a cultural thing, for those people nothing can be done in less then a hundred lines of code. Well, I'm sure in this group there are many people who think like me.</p> <p>It must be possible to do one simple task with exactly one function call which returns the result and does not to much other damage to the system in this time. And it must be simple. And the user must not be forced to read a thousand pages of overintelectualized scientific bullcrap in order to get this done.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/klikklakvege"> /u/klikklakvege </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/qydxe8/how_to_fetch_file_through_https_into_string/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/qydxe8/how_to_fetch_file_through_https_into_string/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>Hi,<br/> So I'm already running Arch (despite being a relative noob, I like how its well documented and just works most of the time *cough, most*), and was wondering how it differs from something like Linux from scratch. Since when you install just plain Arch its just a terminal and you need to install everything that you want on top of that.</p> <p>Thank you.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/JSV007"> /u/JSV007 </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r2uzg7/how_does_arch_differ_from_gnulinux_from_scratch/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/r2uzg7/how_does_arch_differ_from_gnulinux_from_scratch/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
  submitted by   <a href="https://www.reddit.com/user/unixbhaskar"> /u/unixbhaskar </a> <br/> <span><a href="https://youtube.com/watch?v=m9tDf3pB2RA&feature=share">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/qyxujx/pdf_viewing_inside_emacs_2021_11_21_210832/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>Emacs version: 29.0.50</p> <p>Is this expected behavior? If so, can someone point me to a standard knowledge base (book and/or any other media) that explains why this is so?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/CryptographerWest255"> /u/CryptographerWest255 </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/rbz4k5/why_does_13842_2417_give_me_16258999999999997/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/rbz4k5/why_does_13842_2417_give_me_16258999999999997/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>Hello. I came back on Arch from weeks of using Debian.</p> <p>Here's the thing I noticed on Debian:<br/> So I was using my PC for 8 hours straight with 4 browsers running (I'm a web dev student).<br/> My ram usage was around 2GB - 3GB with 900MB swap (In debian, the default swap size is 1G). When I close all of them, the swap decreases after few seconds to 0 without freezing and lag (I really like this).<br/> When I was using Arch, I also do the same thing, when I close all of them, the swap usage stays the same with having 800MB ram usage (I'm using KDE).<br/> But when the swap usage starts decreasing the PC starts to freeze and lags until it goes to 0 (I hate this).</p> <p>So, I want to ask. Is this thing related to the distro itself or it's kernel? If yes, is there workaround I can do to achieve what debian do? (I know arch uses the default kernel)</p> <p>That's all, thanks.</p> <p>PS: English is not my primary language but 2nd language. I'm sorry if there's some grammar mistakes on my post.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/jcatr_dev"> /u/jcatr_dev </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r48ly1/swap_causes_system_to_freeze_when_its_decreasing/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/r48ly1/swap_causes_system_to_freeze_when_its_decreasing/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>I've been using lsp-mode for a while now with <code>eslint</code> for my Node work stuff, and aside from screwing up some paths when initially installing it, everything worked just fine. But now we're starting to transition to Typescript.</p> <p>I installed the <code>ts-ls</code> server without issue, and it runs just fine on <code>*.ts</code> files, but it's also running for <code>*.js</code> files. Even stranger is that eslint is running at the same time! Now that both of them are running at the same time for a single file, syntax highlighting doesn't work (although I get warnings and errors underlined as I expect). How do I configure this so that I don't have both running?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/doomchild"> /u/doomchild </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/rbzxd5/a_question_involving_lsp_and_multiple_servers/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/rbzxd5/a_question_involving_lsp_and_multiple_servers/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<a href="https://www.facebook.com/NorthernValleyTFC/"><img src="https://scontent.fict1-1.fna.fbcdn.net/v/t1.6435-1/cp0/p50x50/151177197_115670240562784_7305556504870656520_n.png?_nc_cat=105&ccb=1-5&_nc_sid=dbb9e7&_nc_ohc=xoFCcgZhpMsAX_xHxjk&_nc_ht=scontent.fict1-1.fna&oh=4ec63298f66f25af09c5755fa579e557&oe=616904E6" alt="" /></a><a href="https://www.facebook.com/NorthernValleyTFC/">NV TFC</a><a href="https://www.facebook.com/NorthernValleyTFC/posts/116619890467819"></a><i></i><p>Tomorrow night we'll be watching some of The Chosen! A pretty cool way to look at the life of Jesus through the eyes of the many people who followed Him!<br /> <a href="https://www.youtube.com/watch?v=X-AJdKty74M">https://www.youtube.com/watch?v=X-AJdKty74M</a></p><a href="https://www.youtube.com/watch?v=X-AJdKty74M">Official season one trailer for the first-ever multi-season show about Jesus.Watch The Chosen on our free app: https://thechosen.tv/appGo deeper with The Cho...<img src="https://external.fict1-1.fna.fbcdn.net/safe_image.php?d=AQHHnJu3ai3_6sF3&w=540&h=282&url=https%3A%2F%2Fi.ytimg.com%2Fvi%2FX-AJdKty74M%2Fmaxresdefault.jpg&cfs=1&upscale=1&fallback=news_d_placeholder_publisher&_nc_oe=6eb0e&_nc_sid=632586&ccb=3-5&_nc_hash=AQESYc8ugdXwwC7X" alt="" width="500" height="262" caption="" /></a><p>youtube.com</p><p>The Chosen Season One Official Trailer (HD)</p>Official season one trailer for the first-ever multi-season show about Jesus.Watch The Chosen on our free app: https://thechosen.tv/appGo deeper with The Cho...<a href="https://www.youtube.com/watch?v=X-AJdKty74M">Official season one trailer for the first-ever multi-season show about Jesus.Watch The Chosen on our free app: https://thechosen.tv/appGo deeper with The Cho...</a>
|
File diff suppressed because it is too large
Load diff
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>Greetings, you can see this ticket for the full details <a href="https://github.com/clojure-emacs/cider-nrepl/issues/732">https://github.com/clojure-emacs/cider-nrepl/issues/732</a> , but i need help understanding how to resolve this error specifically</p> <pre><code>ELISP> (cider-sync-request:complete "re-frame" (cider-completion-get-context) ) *** Eval error *** No linked CIDER sessions </code></pre> <p>in the context of this comment <a href="https://github.com/clojure-emacs/cider-nrepl/issues/732#issuecomment-986043891">https://github.com/clojure-emacs/cider-nrepl/issues/732#issuecomment-986043891</a> from the same ticket.</p> <p>So then, my question would be, how would link a cider session? My guess is that the (cider-completion-get-context) value isn't returning the cider session.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/TheLastSock"> /u/TheLastSock </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/r99kz8/how_to_invoke_elisp_functions_in_ielm_such_that_i/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/r99kz8/how_to_invoke_elisp_functions_in_ielm_such_that_i/">[comments]</a></span>
|
Loading…
Add table
Add a link
Reference in a new issue