StupidCamille, to emacs
@StupidCamille@eldritch.cafe avatar

My speech therapist: try to take notes of how you use your voice for the next time

Me, a perfectly neurotypical human:

  • write everything in a strictly formatted org-mode diary
  • add all these latex shenanigans to have an A4, 1.5cm margins two-column article with an automatic formating of timestamps into readable dates
  • C-c C-e l p as carpal canal intended to generate the PDF from the latex exported by from the org file
  • 2 hours of fiddling
  • configure the cursed HP printer to fit perfectly into that CUPS service
  • lpr the-voice.pdf
  • the nicest piece of article my eyes have ever been laid on omg

I'm neurotypical

ndw, to emacs
@ndw@mastodon.social avatar

For the first time in...a few decades at least. Maybe ever. Emacs is regularly and unceremoniously segfaulting on me. Pretty clearly something to do with tree sitter, which is a bit frustrating. ( 29.3 on MacOS from brew)

nebucatnetzer, to emacs
@nebucatnetzer@emacs.ch avatar

Does someone know how to solve this?
I would like to git grep only in the current extension with .

https://github.com/minad/consult/discussions/1016

kaneuchi, to emacs Japanese
@kaneuchi@mstdn.jp avatar

いい記事。

Using Emacs for Swift development https://danielde.dev/blog/emacs-for-swift-development

thees, to emacs
@thees@emacs.ch avatar

this is the best guide to transient menu development for I've read so far => https://github.com/positron-solutions/transient-showcase

abcdw, to emacs
@abcdw@fosstodon.org avatar

EmacsConf 2023 Stickers came to my forest 🥳

Luckily enough, because today is my last day here (in this climbing season), going to Georgia now.

worldsendless, to emacs
@worldsendless@qoto.org avatar

One of the issues with the #REPL (and #emacs which is just a great big text-oriented repl) is that it is additive in nature; it usually takes major effort or a restart to REMOVE things once they've been added (thinking on plugins which modify app state). #Clojure

cogdog, to random
@cogdog@cosocial.ca avatar

Hey, this tech is cool! Unicodeit https://github.com/svenkreiss/unicodeit/blob/main/README.md

From my stuff tagged "cooltech" bookmarked in pinboard https://pinboard.in/u:cogdog/t:cooltech/

mpjgregoire,
@mpjgregoire@cosocial.ca avatar

@dnorman @cogdog This is interesting, but the best solution — as usual — is .

😉

louis, to emacs
@louis@emacs.ch avatar

Does anyone know what happened to restclient.el? The repo was archived a month ago and I couldn't find any other reference:

https://github.com/pashky/restclient.el

birv2, to emacs
@birv2@pkm.social avatar

I'm finding some really interesting blogs out there, and am reminded of the early days of the internet, when it wasn't all monetized and people just wrote about stuff they were interested in for fun. And I had an RSS feeder and got updates when people posted stuff. Plus blogrolls.

So I'm sure there's a way to do this now in , right? Can someone point me in the right direction? I've heard about elfeed but don't know anything about it.

Thanks, good people of Mastodon.

andyc, to emacs
@andyc@mastodon.org.uk avatar

My never ending research into orgroam is still ongoing.

But the need, not just for everywhere, but everywhere posed the obvious question - why use Markdown for your Hugo blog?

Turns out supports native orgmode posts which can coexist with the existing Markdown content.

A test post confirmed this but only after I had to upgrade the Papermod theme and tweak the Netlify configuration for the latest Hugo version.

al3x, to vim
@al3x@hachyderm.io avatar

Productivity increases with the level of customization you are making in the tools you are using most often.

The downside is that the more used to these customizations you get, the more lost you'll feel when
using a system that is not configured as yours.

Simple example: create a new binding in or . This is not only very common but
also very encouraged. After getting used to that, connect to a remote server.

bjfs84, to emacs
@bjfs84@vivaldi.net avatar

Random upgrade misadventures, part I: Emacs

So I was a bit off my org-roam habits and decided to get back on track. Since my daily driver is macOS, I am using Railwaycat's emacs-mac formulae on Homebrew. And boom! #emacs doesn't launch even before upgrading due to some wierd gcc issue.

Tried to upgrade... can't compile because of libgccjit issue (necessary for native compilation feature which makes elisp work faster). Turns out there are some breaking changes from GCC upstream and had to browse published issue to apply some workarounds.

In the process I've discovered the --HEAD option for brew which apparently allows to get the most recent-ish branch for a given formulae. So now I have Emacs 29.3 over default 29.1 for this contraption.

PS. As I like the Emacs help system which can browse its own source code to describe a function, it wasn't readily available with brew. Had to copy the code from brew cache to some static location and Emacs just asked to point for the sources there, nice!

ctietze, to Notmuch
@ctietze@mastodon.social avatar

Any users on the frontend?

I sometimes notice that Emacs freezes up when I press a key like d to delete (adding the tag:trashing) for a couple of seconds. It's hard to track down, but I believe that I run into a conflict with a cron job updating the notmuch database, and Emacs waits for the notmuch tag change command to finish, which waits for the cron job to finish.

Does that sound likely? How do y'all debug and improve this?

slackline, to emacs
@slackline@mastodon.social avatar

Looking to expand the Emacs section of my Elfeed RSS subscriptions.

Recommend me your favourite Emacs bloggers please.

Already subscribe to...

EmacsAir ( @tarsius )
Prot (https://protesilaos.com/codelog.xml)
Scaha Chia ( @sachac )SystemCrafters ( @systemcrafters.net )
EmacsRedux
Mastering Emacs
LucidManager
@christiantietze.de@rss-parrot.net
@RSSBot for Irreal and other things from Reddit

#emacs #rss

birv2, to orgmode
@birv2@pkm.social avatar

So excited that I was able to write a blog post in #orgmode #emacs and publish it to my #classicpress blog from within orgmode! The new post ain't much to look at, and there's no content to speak of. Just a proof of concept. And it proofed!

Thanks, #org2blog!
https://bob-irving.com/hello-buffer/

ankit, to emacs
@ankit@emacs.ch avatar

I ran into some go code that use build tags. My existing test functions didn't work. To handle build-tags, I defined go-build-tags in .dir-locals.el and used the variable in my functions.

((go-ts-mode . ((go-build-tags . "device,json1"))))

https://git.argp.in/ankit/dotfiles/commit/c5c165c830f9f61c88d366b8a01efb083ea4c97a

#emacs #golang

kickingvegas, to emacs
@kickingvegas@sfba.social avatar

Okay here's another Transient I've made a while back, in this case for Avy. A bit esoteric, but this has enabled me to get a lot more out of Avy than just using avy-goto-word-1 or avy-goto-char-timer. Wondering out loud if I should publish this on MELPA.

Also yes, I've read Karthik's post on using Avy wrong. I readily admit I'm not sophisticated enough to put filter-select-act into practice.

unixbhaskar, to emacs
@unixbhaskar@mastodon.social avatar
oberbrunner, to emacs
@oberbrunner@mastodon.mit.edu avatar

Not that anyone likely cares, but I just refactored my config away from literate org-mode, into a collection of specific elisp files. The top level init.el is now quite clean.
I got tired of having to edit source blocks in the org-mode config and having to preload org-mode just to load my config, all just so it looks prettier (?) when reading it on github.
The elisp files still have sections, rg can search them just fine. I'm happy. https://github.com/garyo/emacs-config

mattsheffield, to emacs
@mattsheffield@mastodon.social avatar

A question for the community: Is it possible to use the Tramp feature to connect to a remote Emacs daemon? I ask because I have a file which I always have open on a remote pseudo-tty, but sometimes it would be nice to use my desktop Emacs with its nice proportional fonts and custom sizes to edit.

I want to connect to the same remote daemon so I can see unsaved changes and not have to worry about sync.

galdor, to emacs
@galdor@emacs.ch avatar

While the LSP protocol is useful for completion or access to symbol definitions, some of its features are less appealing. In , you can instruct Eglot to ignore any feature you dislike.

E.g. (setq eglot-ignored-server-capabilities '(:inlayHintProvider)) to remove annoying hints mixed with the code in c-mode with clangd.

peterkotrcka, to random
@peterkotrcka@mastouille.fr avatar

Building Emacs from 'master' branch with

--with-x-toolkit=motif

Why?

Because we can.

peterkotrcka,
@peterkotrcka@mastouille.fr avatar

this is pure beauty..

stackeffect, to emacs
@stackeffect@emacs.ch avatar

Today I learned something new: don't edit "authorized_keys" file in an ssh tramp session when remote disk is full. The moment you (try to) store the new version, Emacs will backup (rename) existing file and try to write a new file. If that fails because of disk full and the file happens to be "authorized_keys" you immediately will lose ssh access to that remote machine.

cms, to guix
@cms@social.lol avatar

Well I ran out of battery halfway through the hand install, so several hours of recovery later I can boot into fsvo. Where are all my other bootable partitions though, and will I be able to tolerate long enough to learn to live with it? These are the questions. Stay tuned, rat-fans.

cms,
@cms@social.lol avatar

Now I have put my config.scm in a git controlled source directory under ~cms , and made /etc/config.scm a symlink to that

and I can edit the scheme using a (so far vanilla) #emacs, which is slightly easier on the brain for things like indents

ngl though % in #vim is mad good for parens counting

all the #GNOME icons are busted since the last generation though .

I think my next step is to replace GNOME with something I can drive a bit better.
#guix

  • All
  • Subscribed
  • Moderated
  • Favorites
  • anitta
  • InstantRegret
  • mdbf
  • ngwrru68w68
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • osvaldo12
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • JUstTest
  • tacticalgear
  • ethstaker
  • provamag3
  • cisconetworking
  • tester
  • GTA5RPClips
  • cubers
  • everett
  • modclub
  • megavids
  • normalnudes
  • Leos
  • lostlight
  • All magazines