Tootfinder

Opt-in global Mastodon full text search. Join the index!

@publicvoit@graz.social
2024-03-09 11:45:22

This small function is probably a game-changer in my personal #Emacs experience:
From emacs.dyerdwelling.family/emac

@al3x@hachyderm.io
2024-05-08 17:47:46

There’s a lot of (tribal) knowledge maintainers of systems like #Emacs or #Vim carry with them to ensure these continue to work. Their work is amazing.
This is the challenge of newbies looking at legacy systems and quickly concluding “it’s stupid, let’s change it”.

@ndw@mastodon.social
2024-04-10 07:41:36

Random question. Usually, #Emacs tracks the column position when you change lines. If you're in column position 37 on line 4 and you move down to line 5, you'll be in column position 37 on line 5. Every now and then, this behavior randomly stops (I say randomly, I must accidentally trigger it somehow.) Moving up and down always moves the cursor to column 1. Saving the buffer, killing it, a…

@teledyn@mstdn.ca
2024-03-10 23:48:01

I just noticed my #Emacs doesn't have 🝶; I can use C-x 8 RET to select LUNAR ECLIPSE (there's no SOLAR??) but I get a white box that says 01F776 inside and now I wonder how many other (potentially useful) unicode chars I don't have.
I'm mostly posting this just to see if anyone else has this character :)

@al3x@hachyderm.io
2024-05-08 18:05:54

I wish I'd know how to summarize what I've learned reading:
"Running Shells and Terminal Emulators in #Emacs" masteringemacs.org/article/run

@teledyn@mstdn.ca
2024-03-10 23:48:01

I just noticed my #Emacs doesn't have 🝶; I can use C-x 8 RET to select LUNAR ECLIPSE (there's no SOLAR??) but I get a white box that says 01F776 inside and now I wonder how many other (potentially useful) unicode chars I don't have.
I'm mostly posting this just to see if anyone else has this character :)

@tml@urbanists.social
2024-05-08 20:24:36

Whatever your need, #Emacs covers it!

@draxil@social.linux.pizza
2024-04-09 12:28:47

Anyone who does #golang #emacs using the treesitter mode? It's a bit strange that it's separate from the main go mode, who are making their own ts-mode, but not yet. Seems like a bit of a mess?

@al3x@hachyderm.io
2024-05-08 19:39:26

I have solved the problem with setting the font in #Emacs.
I will have to learn a bit more about how #Emacs decides it,
but in my case the `(set-frame-font)` was preceded by a series
of adding different fonts to `default-frame-alist`.
This took precedence.

@publicvoit@graz.social
2024-02-27 18:15:53

M-x Reloaded: The Second Golden Age of #Emacs - (think) by @…

@al3x@hachyderm.io
2024-04-09 09:45:49

One thing that almost always surprises me in #Emacs is the assignment of `Ctrl-x f` to fill-column.
Obviously I get surprised quite often given `Ctrl-x Ctrl-f` is find-file.

@tomkalei@machteburch.social
2024-03-02 15:41:56

Revision by my 20 years younger co-author be like
#academia #emacs

Git commit that shows that my co-author changed the double space at the end of sentence (80s-style) to a single space (21st century style)
@mxp@mastodon.acm.org
2024-03-20 12:37:10

I finally realized that the alignment problems in #Emacs #OrgMode clock tables with shortened links are due to #PragmataPro font, because the bracket that should be hidden isn't, and then every…

Screenshot of an Emacs Org-Mode clock table with the PragmataPro font, showing closing brackets that should be invisible.
Screenshot of an Emacs Org-Mode clock table with the Fabrikat Mono font, everything’s alright.
@al3x@hachyderm.io
2024-04-09 17:28:53

Who has a good setup for quelpa with use-package for #Emacs?
I have two packages that seem to be distributed only through quelpa.
🙏

@publicvoit@graz.social
2024-02-26 12:27:12

@… #Emacs: Dead and Loving It
batsov.com/articles/2024/02/26

@al3x@hachyderm.io
2024-04-09 10:22:50

Is it possible to display a specific sub-tree in an Agenda view? #Emacs #OrgMode

@mxp@mastodon.acm.org‬
2024-03-20 14:57:25

Ah, it was caused by mac-auto-operator-composition-mode (Emacs-Mac port): it seems that “]]” was replaced by a ligature, which then didn't match anymore. So, if one wants to use this feature with a font that supports such ligatures, one should probably set mac-auto-operator-composition-characters to a smaller set of characters to avoid surprises…
#Emacs

‪@mxp@mastodon.acm.org‬
2024-03-20 14:57:25

Ah, it was caused by mac-auto-operator-composition-mode (Emacs-Mac port): it seems that “]]” was replaced by a ligature, which then didn't match anymore. So, if one wants to use this feature with a font that supports such ligatures, one should probably set mac-auto-operator-composition-characters to a smaller set of characters to avoid surprises…
#Emacs

@publicvoit@graz.social
2024-04-25 18:56:42

"I hope you don’t mind me asking but what keeps you coming back to #Emacs? I am currently wondering whether to look at #Neovim again - it does seem to be faster and with a strong community around it."
Protesilaos Stavrou answered:

@al3x@hachyderm.io
2024-05-08 18:29:25

What am I doing wrong in my attempt to configure the #Emacs font?
I have the following lines in my init.el:
```
(set-face-attribute 'default nil :family "Input Mono Compressed" :height 150)
(set-frame-font "Input Mono Compressed-15" nil t)
```
If I execute them, I get what I want.
But when part of the init.el they seem to get reset.
I…

@publicvoit@graz.social
2024-03-22 07:11:18

Protesilaos Stavrou: Re: Advice regarding note-taking in #Emacs #orgmode
protesilaos.com/codelo…

@al3x@hachyderm.io
2024-04-06 09:27:24

As an #Emacs user, if you’ve read “Mastering Emacs”, would you recommend it?
I'm mostly using Org. And Emacs as a very basic text editor when I need to write something or read through a source file.

@draxil@social.linux.pizza
2024-03-02 16:57:26

Anyone who happens to use Starling bank (#uk), and #emacs.. I made a thing. So far it just gets all my savings pots and shows them, which I already find useful.
Some day I might release it, but anyone who stumbles on this who might be interested (pretty niche) let me know.

@mxp@mastodon.acm.org‬
2024-04-25 11:29:37

@… Good point!
It may be interesting to write a little script or some Elisp code to pull the macOS text replacements into #Emacs.
If they're synced via iCloud, it seems that they're stored under ~/Library/Mobile Documents/com~apple~TextInput/Dictionaries/…<…

‪@mxp@mastodon.acm.org‬
2024-04-25 11:29:37

@… Good point!
It may be interesting to write a little script or some Elisp code to pull the macOS text replacements into #Emacs.
If they're synced via iCloud, it seems that they're stored under ~/Library/Mobile Documents/com~apple~TextInput/Dictionaries/…<…

@publicvoit@graz.social
2024-05-07 07:04:25

Charles Choi: Announcing #CasualDired - an opinionated porcelain for the #Emacs #dired #filemanager

@al3x@hachyderm.io
2024-05-07 19:48:06

Question for #Emacs #elfeed users: what could lead to categories
not being displayed?
My elfeed-feeds is defined like this:
(setq elfeed-feeds '((

@teledyn@mstdn.ca
2024-04-28 20:17:05

Every so often there arises a question that's hard to google because all of the terms have other meanings, and this is one: I discovered the #Emacs Application Framework, and while the browser is really nice and works fine, other apps like the eaf-file-manager just show an empty buffer, no messages, no active keys, it does say EAF/file-manager as a mode, but otherwise just a dead buffer.
Yes, I tried tapping it lightly with a small hammer.

@teledyn@mstdn.ca
2024-04-27 00:52:49

Should anyone be of the #Emacs and #Tumblr mindset, I'm happy to report there is a fork of Tumblesocks that, while not feature complete, is a joy to use.
codeberg.org/martianh/tumbleso
I didn't need his required custom packages for Oauth and so far so good. It's rough, but the core essentials are there (the story of all opensource)

@mxp@mastodon.acm.org‬
2024-03-20 12:37:10

I finally realized that the alignment problems in #Emacs #OrgMode clock tables with shortened links are due to #PragmataPro font, because the bracket that should be hidden isn't, and then every…

‪@mxp@mastodon.acm.org‬
2024-03-20 12:37:10

I finally realized that the alignment problems in #Emacs #OrgMode clock tables with shortened links are due to #PragmataPro font, because the bracket that should be hidden isn't, and then every…

@al3x@hachyderm.io
2024-05-05 15:20:59

I think I want to add a new binding to #Emacs eww: jump to next paragraph
*and* center it on the screen.
It's basically: `M-S-]` followed by `C-l`.
I'll look up the function name for these two bindings
and create an interactive function.
I don't know yet how to bind to a single mode.

@teledyn@mstdn.ca
2024-04-28 04:53:59

curmudgeon they call us but it is because no one listened and get the hell off my lawn
oldschool rant but y'know it is a pain the backside when I can't describe a tech matter to an intern from within #emacs when all they know is Facebook messenger. I mean, way back when, this was not a problem, happy coexistance, to each their own. Peak Internet was fun, tho', wasn't it? Or was I just not paying attention.

@al3x@hachyderm.io
2024-04-05 09:52:48

Is it possible to automatically attach a property to a #emacs #Orgmode heading creating using `C-S-RET` or `M-S-RET`?
I do like to have a CREATED property on all tasks so I can purge them when they've stayed too long in the list.

@teledyn@mstdn.ca
2024-04-28 04:53:59

curmudgeon they call us but it is because no one listened and get the hell off my lawn
oldschool rant but y'know it is a pain the backside when I can't describe a tech matter to an intern from within #emacs when all they know is Facebook messenger. I mean, way back when, this was not a problem, happy coexistance, to each their own. Peak Internet was fun, tho', wasn't it? Or was I just not paying attention.

@draxil@social.linux.pizza
2024-02-21 14:21:35

So many things in #emacs, but somehow no easy "chmod this file", but now it's annoyed me enough to do it:
(defun joe-chmod-file ()
"chmod the current buffer file"
(interactive)
(chmod (buffer-file-name) (read-file-modes "perms: " (buffer-file-name) )))
cue: someone telling me what the handy but confusingly named built-in is call…

@al3x@hachyderm.io
2024-04-26 10:58:36

In other news, #Emacs Newsticker seems to forget the status of some of the feeds between restarts.
It might not be its issue. I haven't seen this with RSS reader apps though.
After two days of excitement, I'm entering the trough of disappointment with RSS in #Emacs.

@al3x@hachyderm.io
2024-04-25 09:45:18

TIL macOS text replacement doesn't work in #Emacs.
I do know #Emacs has many snippet tools.
I looked into using macOS Text Replacement
because
1) it syncs across devices---indeed when it wants to
2) it could have worked across all applications

@al3x@hachyderm.io
2024-04-25 09:45:18

TIL macOS text replacement doesn't work in #Emacs.
I do know #Emacs has many snippet tools.
I looked into using macOS Text Replacement
because
1) it syncs across devices---indeed when it wants to
2) it could have worked across all applications

@al3x@hachyderm.io
2024-04-25 10:54:53

After only one day of fun, this elfeed issues makes it completely
unusable for me #Emacs elfeed db gets corrupted afte…

@al3x@hachyderm.io
2024-04-25 10:54:53

After only one day of fun, this elfeed issues makes it completely
unusable for me #Emacs elfeed db gets corrupted afte…

@ceayo@social.linux.pizza
2024-02-14 09:40:18

I tried editing a file with gnu #emacs yesterday...

@al3x@hachyderm.io
2024-03-30 18:59:06

After losing some edits of #orgmode files in between #Beorg and #Emacs, tonight I have added a save-on-focus-lost to Emacs:
```(add-hook 'focus-out-hook ‘org-save-all-org-buffers)```
The simplicity t…

@al3x@hachyderm.io
2024-03-30 18:59:06

After losing some edits of #orgmode files in between #Beorg and #Emacs, tonight I have added a save-on-focus-lost to Emacs:
```(add-hook 'focus-out-hook ‘org-save-all-org-buffers)```
The simplicity t…

@al3x@hachyderm.io
2024-04-19 08:46:39

I’ve learned about #Emacs tabs just a few days ago: hachyderm.io/@al3x/11228593127
And today, I see in the Apr.15th edition of @…

2024-04-15 Emacs news
@al3x@hachyderm.io
2024-02-18 11:09:30

Question for #Emacs experts: any ideas what I might be doing wrong in this? gist.github.com/al3xandru/52be
Using add-to-li…

@al3x@hachyderm.io
2024-04-17 09:48:59

I can’t believe it🤪: TIL #Emacs has support for tabs.
(In #Emacs and #Vim, with their support for windows, I use tabs as workspaces: setting up windows in a particular layout fitting the needs of that project)

@al3x@hachyderm.io
2024-02-25 09:16:43

It’s been about 3 weeks since I’ve took my tasks from Workflowy to Org in #Emacs.
It took me quite a bit of tweaking to get it as simple as I like it.
This is not my first experience with #orgmode and the learning curve is pretty steep.
For my usage the results are pretty good so far. …

@al3x@hachyderm.io
2024-04-25 20:43:49

My #Emacs Lisp attempt today have failed.
The second one is the following:
```
(add-hook 'newsticker-mode-hook (lambda ()
(require 'eww)
(keymap-set newsticker-treeview-mode-map "C-c C-o" 'eww-follow-link)))
```
Honestly I can't say what's wrong with it. If I eval `(…

@al3x@hachyderm.io
2024-04-25 12:49:22

What am I doing wrong in this #Emacs snippet:
```
(add-hook 'newsticker-mode-hook (lambda ()
(setq browse-url-browser-function 'eww-browse-url)))
```
I am trying to make newsticker use eww instead of an external browser
for opening links.
Thank you!

@al3x@hachyderm.io
2024-04-25 12:49:22

What am I doing wrong in this #Emacs snippet:
```
(add-hook 'newsticker-mode-hook (lambda ()
(setq browse-url-browser-function 'eww-browse-url)))
```
I am trying to make newsticker use eww instead of an external browser
for opening links.
Thank you!

@al3x@hachyderm.io
2024-04-23 21:20:24

Today in #Emacs I’ve tried eww and elfeed. I used both shortly and they both behaved and felt great. I feel a potential rabbit hole 🫢

@al3x@hachyderm.io
2024-04-25 08:01:55

Just to be crystal clean:
Elfeed and mastodon.el are fun.
And as I imagined, very deep rabbit holes.
I guess #Emacs has its own story of if you get in, there's no way to get out 🥹.

@al3x@hachyderm.io
2024-04-25 08:01:55

Just to be crystal clean:
Elfeed and mastodon.el are fun.
And as I imagined, very deep rabbit holes.
I guess #Emacs has its own story of if you get in, there's no way to get out 🥹.

@al3x@hachyderm.io
2024-04-24 16:29:03

Any can point me to any instructions on how to set up mastodon.el in #eMacs
I have set installed the package, set the 2 required variables and then it asks for Authorization code which I have no idea how to obtain.
Thank you!

@al3x@hachyderm.io
2024-04-24 10:21:13

Reading this now: #Emacs elfeed and eww 🤓🥹🤯)

@al3x@hachyderm.io
2024-04-24 17:02:29

I recently had to do something similar to
#Emacs `rectangl…

@al3x@hachyderm.io
2024-04-19 09:38:43

My notes on 3 different ways to organize #Emacs windows:
1. tab-bar: built-in; allows to organize windows in a tab; no buffer separation; no persistent layout
2. eyebrowse: package; allows organizing windows with window configurations; no buffer separation; window layouts are persistent
3. perspective.el: package; provides persistent window layouts and buffer separation.
What …

@publicvoit@graz.social
2024-04-13 10:46:10

I'm surprised to see more and more people using #lazyblorg to generate their #blog using #Emacs and #orgmode with absol…

@al3x@hachyderm.io
2024-04-12 09:28:23

I would like to implement a function for #Emacs #OrgMode which automatically clocks-in when moving a task into a specific state.
Example: when task moves to WIP clock-in.
#OrgMode already takes care o…

@al3x@hachyderm.io
2024-04-14 13:11:22

Thanks to the help received from friends on here: “Automatic clock-in in Org Mode” #Emacs