voidq.xyz is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Admin account
@hey@voidq.xyz

Search results for tag #emacs

[?]Chris Siebenmann » 🌐
@cks@mastodon.social

It has been '0' days since some of my GNU Emacs hooks didn't fire as expected because of the difference between *-mode and *-ts-mode. I have opinions.

(I am using *-ts-mode modes in a spirit of eating my vegetables, more or less. As far as I can see so far I'm not getting anything out of it except the feeling that I'm doing the modern Right Thing™.)

    [?]SpaceCadet » 🌐
    @SpaceCadet@chaos.social

    Custom Mode Hack. Sets Cursor into search field after entering Customize Mode

    (defun my/timer-cursor-to-row3-col1 ()
    (interactive)
    (run-at-time "0.3 sec" nil
    (lambda ()
    (move-to-column 0)
    (goto-line 3)
    )))

    (add-hook 'Custom-mode-hook #'my/timer-cursor-to-row3-col1)

      [?]Daniel Mendler » 🌐
      @minad@mastodon.world

      @projectgus I use package.el with package-review-policy=t such that I can inspect all diffs on upgrade. Furthermore I mirror all package versions with daily tags for potential analysis. github.com/emacs-elpa/mirror

        [?]Paul Bryan [he/him] » 🌐
        @pabryan@mathstodon.xyz

        @paniash -noted [1] might help. I've not really settled on anything myself. It's been on the TODO list for a while now...

        I think @yantar92 likely has a pretty good setup. Some details in a recent org leadup.

        Zotero seems useful if you want to interact with your system from outside emacs and/want to leverage all of Zotero's existing tech. Using org-publish could solve the first part and the second is surely largely solved already with various packages, but might need some work to put it all together.

        I'll be very interested to see what you come up with!

        [1] github.com/weirdNox/org-noter

          [?]Free Software Foundation » 🌐
          @fsf@hostux.social

          Assigning your copyright to the FSF helps defend the GPL and keep software free. Thank you Maximilian Cook for assigning your copyright to the FSF! More at: u.fsf.org/4bl

            [?]Ashish Panigrahi [he/him] » 🌐
            @paniash@mas.to

            To the folks who live at the intersection of and , how do you read papers, keep annotated notes in the pdfs and maintain the corresponding bibliography in an org file?

            Currently I do my reading, annotated notes and bibliography in zotero while writing separate notes in an org file. Ideally I'd like to do all of this within emacs.

            Happy to hear suggestions!

              [?]Daniel Mendler » 🌐
              @minad@mastodon.world

              I have just added a new feature to my Jinx spell-checking package. The new command jinx-remove-word removes words from the personal dictionary, file-local variables and so on. Reuben Thomas (the maintainer of the Enchant library backing Jinx) suggested this addition. He is also an and user!

              github.com/minad/jinx/discussi

                [?]Daniel Mendler » 🌐
                @minad@mastodon.world

                [?]Daniel Mendler » 🌐
                @minad@mastodon.world

                Sometimes when I implement a new feature for an package I discover an upstream bug on the way. Not unusual for lesser trodden code paths and features. This time while working on the Jinx spell checker, a bug about file local variables in the property line:

                yhetil.org/emacs-bugs/87ecglj1

                Emacs is the most convenient software to report bugs and I can only recommend to take advantage of this functionality! Of the 160 bugs I've reported so far, only 45 are still open.

                debbugs.gnu.org/cgi/pkgreport.

                  [?]Lobsters » 🤖 🌐
                  @lobsters@mastodon.social

                  [?]Lobsters » 🤖 🌐
                  @lobsters@mastodon.social

                  [?]Charles Choi 최 민수 » 🌐
                  @kickingvegas@sfba.social

                  FYI: If you use Magit and don't know about magit-commit-extend (c e) and magit-commit-instant-fixup (c F), prepare to have your 🤯.

                  docs.magit.vc/magit/Editing-th
                  docs.magit.vc/magit/Editing-an

                    [?]Vassil Nikolov | Васил Николов » 🌐
                    @vnikolov@ieji.de

                    «can't be guarded with 'eval-while-compile' because then they get run twice»

                    Yes...

                    It is not for nothing that Common Lisp's `eval-when' works in the (different) way it works (and then it had to be revised and specified in more detail after the first edition).



                    @cks

                      [?]Chris Siebenmann » 🌐
                      @cks@mastodon.social

                      My GNU Emacs tiny kingdom for something that only ran at byte-compile time purely so I can pacify ELisp checker errors that only happen then (in a file that is not byte compiled otherwise), and which can't be guarded with 'eval-while-compile' because then they get run twice.

                      (It's complicated. This file is load-file'd by my .emacs and needs macros from third party packages to pass type checking.)

                        [?]Free Software Foundation » 🌐
                        @fsf@hostux.social

                        Assigning your copyright to the FSF helps defend the GPL and keep software free. Thank you Maximilian Cook for assigning your copyright to the FSF! More at: u.fsf.org/4bl

                          [?]SpaceCadet » 🌐
                          @SpaceCadet@chaos.social

                          The configuration file works as a charm. Now I have a web socket server that can send these keypad layouts defined there, to its companion app on my phone. So I have a kind of 4x8 keys stream deck on my phone and can remote control my computer.

                          Next step is to integrate d-bus because of course can send major-mode change events to the d-bus - and my SpaceCadet Deck will automatically change its layout according to this event.

                            [?]Chris Siebenmann » 🌐
                            @cks@mastodon.social

                            For GNU Emacs people who use Eglot and Flycheck: the latest Flycheck MELPA version has added direct support for Eglot, basically folding the previously flycheck-eglot¹ package into Flycheck. It looks like the main Flycheck has picked up a bunch of useful LSP integrations as well (which I think work with Eglot or lsp-mode or etc). Also, Flycheck now has inline annotations (flycheck-annotate-mode) to make diagnostics really obvious.

                            These are nice improvements!

                            ¹ github.com/flycheck/flycheck-e

                              [?]Ihor Radchenko (yantar92) » 🌐
                              @yantar92@fosstodon.org

                              Meeting notes: list.orgmode.org/87cxw7rqw9.fs

                              TL;DR: ox-latex survey; non-Latin PDF export; exporting tagged PDFs; buffer-locals vs Org keywords; DEADLINE syntax; Org parser in Rust; large Org files; sparse trees; anju; org-export-region-to-md; importing to Org; transient menus in Org; org-inside; canvas patch + babel = jupyter notebooks; transferring data between Emacs and browsers; LLMs (local); email providers; OrgDevMeetup

                              Earlier notes: orgmode.org/worg/orgmeetup.html

                              @sacha

                                [?]Harald » 🌐
                                @HaraldKi@nrw.social

                                My current version is 1.23.xxx, list-package shows a 1.24. Nice.

                                Yet: any idea how to get any information about what is new? The github repo now seems to be really outdated. Is it really like
                                % git clone ...savannah...emacs...
                                git log -- lisp/progmodes/eglot.el

                                Or am I missing something?

                                  [?]Debacle [they/he/she/whatever] » 🌐
                                  @debacle@framapiaf.org

                                  @flohoff

                                  Btw. there is a curious special case: When a whole ecosystem is prectically using the same license. If somebody uses for writing code, the has been trained most likely from code, either GPL3+ or GPL2+. The software written with LLM help will probably be GPL, too. So the license would be correct. But not the GPL requirement of preserving original copyright notices, in case a code snippet that AI copied verbatim is large enough to be copyrightable.

                                    [?]restorante » 🌐
                                    @restorante@social.linux.pizza

                                    @ed1conf @nixCraft

                                    Nahhhh, real programmers use the good old Butterfly Mode on Emacs.

                                    imgs.xkcd.com/comics/real_prog

                                    Real programmers use the old good Butterfly Mode on Emacs

                                    Alt...Real programmers use the old good Butterfly Mode on Emacs

                                      Back to top - More...