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>I installed Arch on my Thinkpad T420. For some reason, LightDM and DWM have completely the wrong resolution. It doesn't take up my entire screen (it should). This issue did not happen on my desktop. I have the correct xorg drivers installed. How do I fix this?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/SaltyMaybe7887"> /u/SaltyMaybe7887 </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/qygo17/incorrect_resolution_on_my_thinkpad/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/qygo17/incorrect_resolution_on_my_thinkpad/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>On Emacs 27.2 with <code>emacs -q</code>, calling <code>calc-edit</code> (bound to the ` key by default) with an element on the calc stack will bring up the *Calc Edit* buffer in place of the original calc buffer. When you're done editing the element, you can do <code>C-c C-c</code> to dismiss the *Calc Edit* buffer and the original calc buffer will now have your edited element on the stack.</p> <p>However, on a version of Emacs I built off the emacs-28 branch about a week ago, also with <code>emacs -q</code>, calling <code>calc-edit</code> will instead bring up the *Calc Edit* buffer in a separate window, while the original calc buffer is still visible. Then, after editing the element and doing <code>C-c C-c</code>, the window layout becomes messed up: the original calc buffer remains at the bottom, but now there's another calc buffer and *Calc Trail* buffer in the place of where the *Calc Edit* buffer was. I attached an image to show what this layout looks like.</p> <p>Since this happens with <code>emacs -q</code>, it seems like it could be a bug, but searching around online doesn't show anyone else bringing it up, so maybe it's either a recent bug, or could it just be me? Can anyone confirm this behavior?</p> <p>This is all on macOS, by the way.</p> <p>​</p> <p><a href="https://preview.redd.it/pm14mfu5bv081.png?width=2606&format=png&auto=webp&s=f22d20d275a62dce7bc268a58acb98fd2deec086">https://preview.redd.it/pm14mfu5bv081.png?width=2606&format=png&auto=webp&s=f22d20d275a62dce7bc268a58acb98fd2deec086</a></p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/Comfortable-Bit3236"> /u/Comfortable-Bit3236 </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/qym3ii/odd_calcedit_behavior/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/qym3ii/odd_calcedit_behavior/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>I'm wondering if Emacs supports the ability to search certain tags, by increasing / decreasing order. I'm planning on using date/time tags as such: <20211012113150> when writing in the appropriate heading, in one document. Would it be possible to search all entries, such that they show up in ascending order? the tag <20211012113150> represents the date and time in the format <YYYYMMDDHHMMSS>, and I'd be putting a tag each time I write in the different headings/subheadings. I'd like to be able to scroll chronologically through the different entries, and as such it would be useful if I can perform this type of search.</p> <p>I'm currently using Swiper as my main method of searching, is it possible to perform this type of search in Swiper?</p> <p>Also, is there a problem with how I'm planning on keeping my entries separated by topic, and tagging them so that I'd be able to search them chronologically? How many lines can one document contain before it's too much for Emacs to properly process?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/manylights"> /u/manylights </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/q72o9k/searching_in_ascendingdescending_order/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/q72o9k/searching_in_ascendingdescending_order/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/qy1q2j/dwm_solarized/"> <img src="https://preview.redd.it/abpu1jkhtp081.png?width=640&crop=smart&auto=webp&s=879d40421e3a1d22bc926d568b1f6e00c321785c" alt="[DWM] Solarized" title="[DWM] Solarized" /> </a> </td><td>   submitted by   <a href="https://www.reddit.com/user/Midnight_XDXD"> /u/Midnight_XDXD </a> <br/> <span><a href="https://i.redd.it/abpu1jkhtp081.png">[link]</a></span>   <span><a href="https://www.reddit.com/r/unixporn/comments/qy1q2j/dwm_solarized/">[comments]</a></span> </td></tr></table>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>I'm on a Mac (El Capitan). With a little recent help from the emacs.stackexchange.com forum participants, I have written up a few Emacs functions to refresh the TD Ameritrade access token for its API, and to submit custom buy/sell orders for equities (although it could be for options trading too, but that's not my cup of tea). At some point in the future, I hope to write Lisp code to stream TDA data using the API and make trading decisions from within Emacs. For the near foreseeable future, however, I'll be relying upon watching the Thinkorswim desktop application to make decisions to buy/sell. Screen real estate is precious, as I need to see the charts, studies, order flow, etc.</p> <p>In a nutshell, I only need to tell Emacs: <code>50.35 RET</code> and then perhaps 15 seconds later <code>51.25 RET</code>. I have installed <code>KeyboardMaestro</code>, for systemwide keyboard shortcuts offering a variety of options, including executing scripts and so forth.</p> <p>I have two (2) Emacs options for order submission, either calling the <code>curl</code> executable, or running <code>url-retrieve-synchronously</code>.</p> <p>Any ideas regarding how to do this Emacs order entry quickly and save screen real estate would be greatly appreciated.</p> <p>BACKGROUND: There are certain custom orders available through TDA that cannot be executed programmatically from within Thinkorswim, but that should be possible through the API. Speed is the key as I am interested in momentum trades with high volatility.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/lawlist"> /u/lawlist </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/rsjtfj/ideas_for_quick_emacs_entry_of_orders_to_buysell/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/rsjtfj/ideas_for_quick_emacs_entry_of_orders_to_buysell/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/ragtkb/plasma_plain_rice/"> <img src="https://preview.redd.it/dg2e1dzudz381.png?width=640&crop=smart&auto=webp&s=a8f23448b487871490f7c6f4cc032bc84f040877" alt="[Plasma] Plain rice" title="[Plasma] Plain rice" /> </a> </td><td>   submitted by   <a href="https://www.reddit.com/user/fuckinghumanZ"> /u/fuckinghumanZ </a> <br/> <span><a href="https://i.redd.it/dg2e1dzudz381.png">[link]</a></span>   <span><a href="https://www.reddit.com/r/unixporn/comments/ragtkb/plasma_plain_rice/">[comments]</a></span> </td></tr></table>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>​</p> <p> SVG widget in Emacs buffer (Right) SVG image ")</p> <p>​</p> <p><a href="https://preview.redd.it/avh7hn5xljt71.png?width=940&format=png&auto=webp&s=d93d0a109fd13d4b48ee2f0dd584c07444ca7dbb">(Top) SVG sprite sheet (Bottom) widgets from sprite sheet</a></p> <p>Now you can use SVG widget in GNU Emacs. That is, use an SVG image or fragment as background for push-button widget in Emacs buffer. You can also specify the width and height of the widget for finer control. Generally speaking, you can use any type of image for this purpose. But SVG suits best because you can draw widget of any size without any distortion.</p> <p><strong>Code:</strong> <a href="https://gitlab.com/atamariya/emacs/-/blob/dev/lisp/svg.el">https://gitlab.com/atamariya/emacs/-/blob/dev/lisp/svg.el</a></p> <p><strong>Details:</strong> <a href="https://lifeofpenguin.blogspot.com/2021/10/svg-widget-in-gnu-emacs.html">https://lifeofpenguin.blogspot.com/2021/10/svg-widget-in-gnu-emacs.html</a></p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/atamariya"> /u/atamariya </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/q7ty5p/svg_widget_in_gnu_emacs/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/q7ty5p/svg_widget_in_gnu_emacs/">[comments]</a></span>
|
Loading…
Add table
Add a link
Reference in a new issue