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>Recently I tried (for 3 days only) orderless, consult, marginalia, vertico and embark.<br/> I was amazed regarding the init time of this framework (its init time feels like zero). I was surprised to find, that I have more Ivy related packages installed, than I need for this vertico &amp; Co framework. Also the documentation of vertico and Co is very comprehensible. Those different packages play really well together. And those packages provide quite some nice features, I haven&#39;t seen in Ivy (I haven&#39;t looked for new features in ivy for quite a while, because Ivy just works fine here).<br/> Nevertheless, I&#39;m back on ivy right now (whose configuration I lavish and care since about 5 years), because there are some minor things (with vertico and Co) I would have to take care of, before I feel at home.<br/> Here I wrote down some of those minor things for anyone who is interested (This is <em>not</em> a request to &quot;fix&quot; those. Also, I did not file bug reports, because I haven&#39;t investigated enough. So please take all this with a grain of salt.).</p> <ol> <li><p>regarding Tramps hostname completion, when set up like described at the bottom of the vertico readme.: Having multiple logins for a hostname results in multiple entries (like e.g. <code>ssh:localhost</code>) and marginalia only showing <code>*ssh*</code>. It would be useful to show the loginname also. And how about tramp chains (like <code>ssh:user@remotehost|sudo:root@remotehost:</code>)?</p></li> <li><p>I missed partial completion insert for candidates, like used within <code>bash</code>.<br/> Example: 4 candidates <code>foo-bar-1-x</code> <code>foo-bar-1-y</code> <code>foo-bar-2-y</code> <code>foo-buz-3</code> ; at the prompt <code>ba</code> has been written, pressing <code>&lt;tab&gt;</code> completes the prompt to <code>foo-bar-</code>.<br/> I know, it is not necessary for the completion to filter, but I&#39;m only human and often like to read complete words instead of incomplete ones, especially, when I&#39;m not sure which candidate I have to select ....</p></li> <li><p>To be able increase the size of marginalia&#39;s area, would be really useful, on <code>M-x</code>, <code>C-h f</code> and <code>C-h v</code>.</p></li> <li><p>When opening a bookmarked directory with <code>consult-bookmark</code> It would be nice to choose to get a dired buffer or but a find-file request inside this directory.</p></li> <li><p>The <code>#</code> separator in <code>consult-grep</code> puzzled me somewhat, because I set up a different separator in orderless. But probably I misunderstood the use of it.</p></li> <li><p>Getting a list out of <code>consult-ripgrep</code> with embarks list generating feature resulted in an endless loop without getting a result, but maybe this was just my configuration.</p></li> </ol> <p><strong>Edit</strong>: Point 6: it was not <code>consult-ripgrep</code>, but <code>consult-line</code>, where <code>embark-collect-snapshot</code> and <code>embark-collect-live</code> are stuck in an endless loop.<br/> <strong>Edit2:</strong> Point 6 is an issue with my personal config. The functionality of Embark and Co works fine in a plain Emacs.</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/SlowValue"> /u/SlowValue </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/r09uzc/vertico_orderless_marginalia_consult_i_tried_it/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/r09uzc/vertico_orderless_marginalia_consult_i_tried_it/">[comments]</a></span>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><h2>C-s is I-search. The cursor jumps to next matching when you press C-s again.</h2> <ul> <li>If the cursor jump 3 matching down(e.g in line 100) then I want to keep my <em>cursor</em> in the current position(in line 100).</li> <li>I have to press <em>ESC</em> to cancel it. I&#39;m wondering what is the shortcut key to cancel the <em>I-search</em> without using the <em>ESC</em> key?</li> </ul> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/ellipticcode0"> /u/ellipticcode0 </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/r2tc3r/how_to_cancel_the_isearch_so_that_my_cursor_will/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/r2tc3r/how_to_cancel_the_isearch_so_that_my_cursor_will/">[comments]</a></span>

View file

@ -1,3 +0,0 @@
<img src="https://media.babylonbee.com/thumbs/article-9692-1-thumb.jpg"> <p>SEOUL&mdash;The next season of&nbsp;<em>Squid Game&nbsp;</em>is in the works, and writers are upping the excitement. While the first season had a creepy little girl robot that would detect if you moved during &quot;Red Light Green Light&quot; so you could be shot, the new season will replace her with a giant Dr. Fauci robot who will flag you for death if you don&#39;t put on your mask.</p>
<p>The post <a rel="nofollow" href="https://babylonbee.com/news/new-season-of-squid-game-will-have-giant-fauci-robot-detect-if-youre-not-wearing-a-mask-so-you-can-be-shot">Next Season Of 'Squid Game' Will Have Giant Fauci Robot Shoot Anyone Who Doesn't Get Their Mask On In Time</a> appeared first on <a rel="nofollow" href="https://babylonbee.com">The Babylon Bee</a>.</p>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>new doom emacs user coming from vim here. so ive been having trouble with php files. did some looking and figured i use <a href="https://github.com/fxbois/web-mode">web-mode</a>. looking at documentation for this plugin, instructions for installation: </p> <blockquote> <p>Install </p> <p>First drop the file web-mode.el in a directory defined in your load-path.<br/> Then, add in your .emacs:</p> </blockquote> <pre><code>(require &#39;web-mode) (add-to-list &#39;auto-mode-alist &#39;(&quot;\\.phtml\\&#39;&quot; . web-mode)) (add-to-list &#39;auto-mode-alist &#39;(&quot;\\.tpl\\.php\\&#39;&quot; . web-mode)) (add-to-list &#39;auto-mode-alist &#39;(&quot;\\.[agj]sp\\&#39;&quot; . web-mode)) (add-to-list &#39;auto-mode-alist &#39;(&quot;\\.as[cp]x\\&#39;&quot; . web-mode)) (add-to-list &#39;auto-mode-alist &#39;(&quot;\\.erb\\&#39;&quot; . web-mode)) (add-to-list &#39;auto-mode-alist &#39;(&quot;\\.mustache\\&#39;&quot; . web-mode)) (add-to-list &#39;auto-mode-alist &#39;(&quot;\\.djhtml\\&#39;&quot; . web-mode)) </code></pre> <ol> <li>where is my load-path located?</li> <li>this insturction is not doom specific, so i think i have to add above lines to some file, not <code>.emacs</code>. where?</li> </ol> <p>thanks in advance</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/Far-Veterinarian9464"> /u/Far-Veterinarian9464 </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/r38z02/doom_emacs_first_time_installing_pluginpackage/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/r38z02/doom_emacs_first_time_installing_pluginpackage/">[comments]</a></span>

View file

@ -1 +0,0 @@
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/rc9dwf/hhtwm_gawr/"> <img src="https://preview.redd.it/ebuucn350g481.jpg?width=640&amp;crop=smart&amp;auto=webp&amp;s=00453db107cf955165e003108b46f72a0bdb70f3" alt="[HHTWM] gawr" title="[HHTWM] gawr" /> </a> </td><td> &#32; submitted by &#32; <a href="https://www.reddit.com/user/shaunsingh0207"> /u/shaunsingh0207 </a> <br/> <span><a href="https://i.redd.it/ebuucn350g481.jpg">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/unixporn/comments/rc9dwf/hhtwm_gawr/">[comments]</a></span> </td></tr></table>