Marco Bresciani

@fsf
Would love to, but I'm just a newbie managing and publishing his digital garden through #OrgMode, a stupid #CSS and the power of #Emacs.
Nothing new and nothing that anyone won't be able to do. 🤷🏻‍♂️

Free Software Foundation

Have you learned something exciting about #Emacs or used it for something interesting? Share your knowledge at #EmacsConf 2025! Submit your proposal by Friday, September 19, 2025: u.fsf.org/486

EmacsConf - 2025 - Call for Participation

emacsconf.org
Eugene :emacs: :freebsd:

Wrote a blogpost about simple (I mean with a shell and a text editor) #X11 configuration.

Covered topics:
1) #Trackball configuration for left hand. Also remapping of some buttons to have scrolling and middle button (not exists out of the box).
2) Theming: #GTK2 #GTK3 #QT , installing cursor(s), fonts and icons.
3) #Xrandr for multimonitor configuration
4) #Xserver settings for #HighDPI
5) #XDG utils and #Emacs as a system file manager
6) #XDM login window

eugene-andrienko.com/en/it/202

#FreeBSD

How to configure X11 in a simple way

TOC    Preamble High DPI Keyboard configuration Rewrite…

Dragon’s notes
Free Software Foundation

Have you learned something exciting about #Emacs or used it for something interesting? Share your knowledge at #EmacsConf 2025! Submit your proposal by Friday, September 19, 2025: u.fsf.org/486

EmacsConf - 2025 - Call for Participation

emacsconf.org
Peter

My big achievement this year has been that I now instinctively hit "C-x C-s" regularly. #emacs #IfYouKnowYouKnow

snamellit
I got absolutely bonkers with not being able to open a browser from a link in #sway using #guix, especially links in #emacs. I tried all kind of combinations of xdg-desktop-portals but finally settled on "simply" starting a gnome-session and starting 'xdg-desktop-portal -rv' afterward to get whatever I was missing to enable the OpenURI endpoint (or whatever the magic is).
It works now, I spend too much time on that digging the interwebs without anything to show for it. I hope enlightenment will be in my future but for now I can get stuff done.
Philip Kaludercic

If have an #Emacs session open somewhere, what is your `M-x emacs-uptime`?

(This is a low-effort test to check reach after migrating away from my self-hosted server)

Jul 22, 2025, 18:35 · · · 1 · 0
screwlisp

@lightweight
I wonder, did you ever cross paths with anggtwu.net/#eev @eduardoochs in software-freedom-dom? #FOSS #libre I use the heck out of Eduardo's eev mode in #emacs .

If we happen to get @kentpitman around - Kent has written before about the relative impossibility of getting paid to program when once you personally come up with a unique program, someone will immediately rush to make a libre clone of it. I guess you successfully "did that".

@dougmerritt @mdhughes

Angel's Egg - the home page of Eduardo Ochs (a.k.a. Edrx)

anggtwu.net
screwlisp

#lispyGopherClimate 24 hours from this toot on anonradio.net/ as every week (12pm NZT Wednesday, 0UTC Wednesday, 8pm Boston Time Tuesday night in the Americas).

We're lucky to get @lightweight on on short notice for tomorrow about #libre #technology #education in #aotearoa #NZ .

Dave's open history: davelane.nz/my-open-history

...Dave switched from #emacs to #vim 15 years ago. Who has questions / tech education scene related questions? Leave them here please.

// aNONradio // – [LIVE]: Open VoIP on 1088 with openvoip

anonradio.net
screwlisp

Installing lisp for beginners.

screwlisp.small-web.org/fundam

So much computing is predicated on having this or a conscious alternative decision to it. Here is my attempt to help beginners get this far. What do you think?

#commonLisp #emacs #beginners #lisp #programming #setup #software #developer

Installing common lisp etc like I use it geared for beginners

screwlisp.small-web.org
Omar Antolín

New blog post on M-x apropos #Emacs! This one is part of the Emacs Carnival, hosted this month by @greg (please consider this my submission, Greg). The topic is "Writing Experience", so I described a bunch of my favorite commands for writing and editing prose in Emacs:

matem.unam.mx/~omar/apropos-em

M-x apropos Emacs

www.matem.unam.mx
screwlisp

#programming #workflow #GUI #mcclim #commonLisp #emacs #ecl #clisp #slime #leonardoCalculus #eepitch

screwlisp.small-web.org/lispga

I have to say, I am really, really happy with how the flow into the thirty second GIF reflects my ideal computer useage.

Basically, I write a clim command that steers my leonardo system "like a person does" via emacs-server, visible in the background of the straightforward clim interactor GUI I generated in a couple lines.

Leonardo Calculus Knowledge Representation: Object Oriented Simulation Simulation Lisp Useage (Great Example if I do say)

screwlisp.small-web.org
Jul 21, 2025, 02:47 · · · 1 · 0
Debacle

@Zenie @sacha

Maybe #EMMS becomes finally usable for me?

So far, I'm using #quodlibet, because I can easily search:

&(artist=Aníbal Troilo,performer=Alberto Marino,#(date<1945))

Or:

&(lyricist=Enrique Santos Discépolo,composer=Mariano Mores)

If I could use #Emacs for #Tango, how cool would that be?

Jul 19, 2025, 22:16 · · · 0 · 0
Zenie

@sacha

I recently contributed a bunch of code to #Emacs #EMMS. As a result I was invited to join the development team which I'm excited to be a part of.

My code was merged last week for version 23 of EMMS. There was a small breaking change.

There is now an entire system for searching and filtering tracks. It's backwards compatible with the old browser filters, but very different and very powerful. It is interactive and all filters can be represented as data.

It's super cool and very enjoyable to use.

I wrote a post to give an overview to it on my shiny new website here.

zeniesqis.statichost.eu/code/2

The EMMS filter system

The EMMS filter system Introduction The Browsers Way.…

Zenie / Erica Lina
Alexander Grafov

Magit in Emacs is easy for scripting. Examples of simple scripts that automate some boring operations:

- backup current branch gist.github.com/grafov/6ca754d
- force push branch to another existing branch and switch back gist.github.com/grafov/6eb2937
- commit staged changes and merge (rebase) them to the previous commit gist.github.com/grafov/1fa5ce7

#magit and #emacs power!

Backup current Git branch with predefined name based on the date.

Backup current Git branch with predefined name based…

Gist