101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

485
active users

#emacstip

0 posts0 participants0 posts today
Akib<p><a href="https://hostux.social/tags/EmacsTip" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EmacsTip</span></a>: Want to remove the Nth element from a list? Just do (pop (nthcdr N LIST)).</p><p><a href="https://hostux.social/tags/Emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Emacs</span></a> <a href="https://hostux.social/tags/EmacsLisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EmacsLisp</span></a> <a href="https://hostux.social/tags/Lisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Lisp</span></a></p>
Akib<p><a href="https://hostux.social/tags/EmacsTip" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EmacsTip</span></a>: Many of us dislike the "yes or no" prompts, so we override "yes-or-no-p" with "y-or-n-p". But did you know that from Emacs 28.1 there's a customizable variable for that? Now you just need to set "use-short-answers" to "t". Or use the Custom interface.</p><p><a href="https://hostux.social/tags/Emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Emacs</span></a></p>
Akib<p><a href="https://hostux.social/tags/EmacsTip" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EmacsTip</span></a>: Does your <a href="https://hostux.social/tags/Emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Emacs</span></a> take much time to start? Garbage collector is often (at least partly) responsible for long startup time. You might want to increase 'gc-cons-threshold' temporarily.</p><p><a href="https://hostux.social/tags/Emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Emacs</span></a> <a href="https://hostux.social/tags/InitEl" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>InitEl</span></a> <a href="https://hostux.social/tags/EmacsStartup" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EmacsStartup</span></a> <a href="https://hostux.social/tags/EmacsGC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EmacsGC</span></a></p>
Akib<p><a href="https://hostux.social/tags/EmacsTip" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EmacsTip</span></a>: Don't blame Emacs Lisp for your slow code. <a href="https://hostux.social/tags/EmacsLisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EmacsLisp</span></a> is probably faster than what you think it to be. First check what you wrote. (This is true for all <a href="https://hostux.social/tags/programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programming</span></a> languages.)</p><p><a href="https://akib.codeberg.page/blog/emacs-lisp-is-fast.html" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">akib.codeberg.page/blog/emacs-</span><span class="invisible">lisp-is-fast.html</span></a></p><p><a href="https://hostux.social/tags/Emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Emacs</span></a> <a href="https://hostux.social/tags/EmacsLisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EmacsLisp</span></a> <a href="https://hostux.social/tags/Elisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Elisp</span></a> <a href="https://hostux.social/tags/Programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Programming</span></a></p>
jindam, vaniadd emacs, gnus version numbers in email header
Akib<p><a href="https://hostux.social/tags/EmacsTip" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EmacsTip</span></a>: Do you use <a href="https://hostux.social/tags/LaTeX" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LaTeX</span></a> in <a href="https://hostux.social/tags/OrgMode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OrgMode</span></a> for math? Check out <a href="https://hostux.social/tags/OrgFragtog" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OrgFragtog</span></a>, it re-renders the LaTeX fragment automatically whenever you modify them.</p><p><a href="https://github.com/io12/org-fragtog" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="">github.com/io12/org-fragtog</span><span class="invisible"></span></a></p><p><a href="https://hostux.social/tags/Emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Emacs</span></a> <a href="https://hostux.social/tags/OrgMode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OrgMode</span></a> <a href="https://hostux.social/tags/OrgFragtog" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OrgFragtog</span></a> <a href="https://hostux.social/tags/LaTeX" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LaTeX</span></a></p>
Akib<p><a href="https://hostux.social/tags/EmacsTip" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EmacsTip</span></a>: Want better completion in <a href="https://hostux.social/tags/ShellMode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ShellMode</span></a> or <a href="https://hostux.social/tags/Eshell" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Eshell</span></a>? Try <a href="https://hostux.social/tags/BashCompletion" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>BashCompletion</span></a>, it uses <a href="https://hostux.social/tags/GNU" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GNU</span></a> <a href="https://hostux.social/tags/Bash" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Bash</span></a> as the completion backend, so it often provides better completions.</p><p><a href="https://github.com/szermatt/emacs-bash-completion" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/szermatt/emacs-bash</span><span class="invisible">-completion</span></a></p><p><a href="https://hostux.social/tags/Emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Emacs</span></a> <a href="https://hostux.social/tags/ShellMode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ShellMode</span></a> <a href="https://hostux.social/tags/Eshell" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Eshell</span></a> <a href="https://hostux.social/tags/BashCompletion" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>BashCompletion</span></a> <a href="https://hostux.social/tags/Completion" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Completion</span></a> <a href="https://hostux.social/tags/AutoCompletion" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AutoCompletion</span></a> <a href="https://hostux.social/tags/GNU" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GNU</span></a> <a href="https://hostux.social/tags/Bash" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Bash</span></a></p>
Akib<p><a href="https://hostux.social/tags/EmacsTip" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EmacsTip</span></a>: If you are writing <a href="https://hostux.social/tags/Emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Emacs</span></a> <a href="https://hostux.social/tags/Lisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Lisp</span></a> macros, <a href="https://hostux.social/tags/Macrostep" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Macrostep</span></a> might be of interest. It allows to expand macros interactively.</p><p><a href="https://github.com/joddie/macrostep" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="">github.com/joddie/macrostep</span><span class="invisible"></span></a></p><p><a href="https://hostux.social/tags/Emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Emacs</span></a> <a href="https://hostux.social/tags/EmacsLIsp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EmacsLIsp</span></a> <a href="https://hostux.social/tags/Elisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Elisp</span></a> <a href="https://hostux.social/tags/Macro" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Macro</span></a> <a href="https://hostux.social/tags/MacroExpand" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MacroExpand</span></a></p>
Akib<p><a href="https://hostux.social/tags/EmacsTip" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EmacsTip</span></a>: How about highlight commands in Eshell? Check out <a href="https://hostux.social/tags/EshellSyntaxHighlighting" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EshellSyntaxHighlighting</span></a>!</p><p><a href="https://github.com/akreisher/eshell-syntax-highlighting" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/akreisher/eshell-sy</span><span class="invisible">ntax-highlighting</span></a></p><p><a href="https://hostux.social/tags/Emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Emacs</span></a> <a href="https://hostux.social/tags/Eshell" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Eshell</span></a> <a href="https://hostux.social/tags/SyntaxHighlighting" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SyntaxHighlighting</span></a> <a href="https://hostux.social/tags/FontLock" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FontLock</span></a></p>
Akib<p><a href="https://hostux.social/tags/EmacsTip" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EmacsTip</span></a>: You don't need to use the default scroll bar in <a href="https://hostux.social/tags/Emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Emacs</span></a>. The <a href="https://hostux.social/tags/mlscroll" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mlscroll</span></a> package implements a nice and fast mode line scroll bar, which you can use even in a text terminal.</p><p><a href="https://github.com/jdtsmith/mlscroll" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="">github.com/jdtsmith/mlscroll</span><span class="invisible"></span></a></p><p><a href="https://hostux.social/tags/Emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Emacs</span></a> <a href="https://hostux.social/tags/mlscroll" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mlscroll</span></a> <a href="https://hostux.social/tags/ScrollBar" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ScrollBar</span></a> <a href="https://hostux.social/tags/Scrolling" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Scrolling</span></a></p>
Akib<p><a href="https://hostux.social/tags/EmacsTip" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EmacsTip</span></a>: It is always better to use <a href="https://hostux.social/tags/Rx" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Rx</span></a> instead of raw <a href="https://hostux.social/tags/RegularExpression" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RegularExpression</span></a>, because they are error-prone, especially the escapes. But if you need to use raw <a href="https://hostux.social/tags/RegularExpression" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RegularExpression</span></a>, install <a href="https://hostux.social/tags/Relint" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Relint</span></a>, a <a href="https://hostux.social/tags/RegularExpression" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RegularExpression</span></a> linter for <a href="https://hostux.social/tags/EmacsLisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EmacsLisp</span></a>. Just run relint-current-buffer in your buffer, it will find most of your <a href="https://hostux.social/tags/Regex" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Regex</span></a> bugs.</p><p><a href="https://github.com/mattiase/relint" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="">github.com/mattiase/relint</span><span class="invisible"></span></a></p><p><a href="https://hostux.social/tags/Emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Emacs</span></a> <a href="https://hostux.social/tags/Relint" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Relint</span></a> <a href="https://hostux.social/tags/RegularExpression" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RegularExpression</span></a> <a href="https://hostux.social/tags/Regex" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Regex</span></a> <a href="https://hostux.social/tags/Regexp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Regexp</span></a></p>
Akib<p><a href="https://hostux.social/tags/EmacsTip" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EmacsTip</span></a>: Do want the power of Emacs in your shell? Enter <a href="https://hostux.social/tags/ShellMode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ShellMode</span></a>, a specialized mode for command shell. It allows you to write shell command, run Emacs commands on your incomplete shell command and output. Before you say that it isn't a proper terminal emulator, I would like say, it is! With <a href="https://hostux.social/tags/Coterm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Coterm</span></a>, you can run any full screen terminal program in <a href="https://hostux.social/tags/ShellMode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ShellMode</span></a>.</p><p>Shell: <a href="https://www.gnu.org/software/emacs/manual/html_node/emacs/Interactive-Shell.html" rel="nofollow noopener" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">gnu.org/software/emacs/manual/</span><span class="invisible">html_node/emacs/Interactive-Shell.html</span></a><br>Coterm: <a href="https://elpa.gnu.org/packages/coterm.html" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">elpa.gnu.org/packages/coterm.h</span><span class="invisible">tml</span></a></p><p><a href="https://hostux.social/tags/Emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Emacs</span></a> <a href="https://hostux.social/tags/Shell" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Shell</span></a> <a href="https://hostux.social/tags/Comint" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Comint</span></a> <a href="https://hostux.social/tags/Coterm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Coterm</span></a> <a href="https://hostux.social/tags/Terminal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Terminal</span></a> <a href="https://hostux.social/tags/TerminalEmulator" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TerminalEmulator</span></a></p>
Akib<p><a href="https://hostux.social/tags/EmacsTip" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EmacsTip</span></a>: You can even do <a href="https://hostux.social/tags/InstantMessaging" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>InstantMessaging</span></a> with <a href="https://hostux.social/tags/XMPP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>XMPP</span></a> (also known as <a href="https://hostux.social/tags/Jabber" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Jabber</span></a>) in <a href="https://hostux.social/tags/Emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Emacs</span></a> with <a href="https://hostux.social/tags/JabberEl" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JabberEl</span></a>!</p><p>Hosted on <span class="h-card"><a href="https://social.anoxinon.de/@Codeberg" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>Codeberg</span></a></span>:<br><a href="https://codeberg.org/emacs-jabber/emacs-jabber" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">codeberg.org/emacs-jabber/emac</span><span class="invisible">s-jabber</span></a></p><p><a href="https://hostux.social/tags/Emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Emacs</span></a> <a href="https://hostux.social/tags/JabberEl" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JabberEl</span></a> <a href="https://hostux.social/tags/XMPP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>XMPP</span></a> <a href="https://hostux.social/tags/Jabber" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Jabber</span></a> <a href="https://hostux.social/tags/IM" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>IM</span></a> <a href="https://hostux.social/tags/InstantMessaging" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>InstantMessaging</span></a></p>
Akib<p><a href="https://hostux.social/tags/EmacsTip" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EmacsTip</span></a>: Do you know what's the most flexible and powerful email client? It's <a href="https://hostux.social/tags/Gnus" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Gnus</span></a>, an <a href="https://hostux.social/tags/Usenet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Usenet</span></a> newsreader! It's so much extensible that other Email clients that:</p><p>"gnus is to emacs users what emacs is to other users" --- Topic for <a href="https://hostux.social/tags/gnus" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gnus</span></a> on <span class="h-card"><a href="https://fosstodon.org/@liberachat" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>liberachat</span></a></span></p><p><a href="https://www.gnu.org/software/emacs/manual/html_node/gnus/index.html" rel="nofollow noopener" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">gnu.org/software/emacs/manual/</span><span class="invisible">html_node/gnus/index.html</span></a></p><p><a href="https://hostux.social/tags/Emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Emacs</span></a> <a href="https://hostux.social/tags/Gnus" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Gnus</span></a> <a href="https://hostux.social/tags/Email" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Email</span></a> <a href="https://hostux.social/tags/EmailClient" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EmailClient</span></a> <a href="https://hostux.social/tags/Usenet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Usenet</span></a> <a href="https://hostux.social/tags/Newsreader" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Newsreader</span></a></p>
Akib<p><a href="https://hostux.social/tags/EmacsTip" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EmacsTip</span></a>: Do really need to type something as long as "add-file-local-variable-prop-line" to invoke a command? No, <a href="https://hostux.social/tags/Orderless" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Orderless</span></a> makes the completion UI much more smart and convenient. In addition to literal matches, it allows you to use <a href="https://hostux.social/tags/RegularExpression" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RegularExpression</span></a> and other things to find something. And best thing about it is: you don't need to remember the exact name, just type some part of it in any order, and <a href="https://hostux.social/tags/Emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Emacs</span></a> will complete it for you.</p><p><a href="https://github.com/oantolin/orderless" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="">github.com/oantolin/orderless</span><span class="invisible"></span></a></p><p><a href="https://hostux.social/tags/Emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Emacs</span></a> <a href="https://hostux.social/tags/Orderless" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Orderless</span></a> <a href="https://hostux.social/tags/RegExp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RegExp</span></a> <a href="https://hostux.social/tags/RegEx" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RegEx</span></a></p>

When editing a file in Emacs `C-h S` allows to see the documentation for symbol at point or other item relevant to major mode (can be typed in minibuffer prompt).

For Texinfo files it will be searching entries in Texinfo manual, for shell files it will look up Bash, gawk, sed, coreutils, diff info pages.

This behavior is controlled by info-lookup-alist variable. Learn more with `C-h v info-lookup-alist RET`.