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>Hello everyone, So I was using org mode for the first time in emacs and it was quite useful. So I started writing some documents using it. But when characters reach the end of a line it displays the ($) symbol. I have tried the <code>toggle-truncate-mode</code> and got some results but again displayed a (\) symbol when the characters exceeded the current line. What can I do to solve this problem?</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/jibesh_shrestha"> /u/jibesh_shrestha </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/r0hd1b/removing_end_of_line_symbol/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/r0hd1b/removing_end_of_line_symbol/">[comments]</a></span>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>I have <a href="https://github.com/nex3/perspective-el">perspective-el</a> loaded in my init file and it&#39;s working fine, but I&#39;m noticing that a session of <a href="https://github.com/emacs-lsp/lsp-mode/">lsp</a> is being started for each perspective I have defined (in my case, it&#39;s 5 perspectives). After a while this slows emacs down to an unusable speed.</p> <p>Is there some way to only start lsp sessions for active perspectives, or more generally, active buffers and pause/stop sessions when they &quot;go to the background&quot;?</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/codethrasher"> /u/codethrasher </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/q82y9m/lspmode_running_too_many_sessions/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/q82y9m/lspmode_running_too_many_sessions/">[comments]</a></span>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>In the function below I gather a list of shares in <code>shareList</code> which is defined in the <code>let</code> so it is undefined at the end. How do I make its contents available at that stage.</p> <pre><code>(defun getsharelist() &quot;Update shareList with valid shares.&quot; (let ((shareList &#39;()) (filedest) ) (save-excursion (goto-char (point-min)) ;;do some processing involving the update of &#39;sharedList ) ) ;;sharedList is undefined here ) </code></pre> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/vfclists"> /u/vfclists </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/ppg26q/how_do_i_get_a_function_to_use_a_value_set_in_a/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/ppg26q/how_do_i_get_a_function_to_use_a_value_set_in_a/">[comments]</a></span>

File diff suppressed because it is too large Load diff