screwtape, to Lisp
@screwtape@mastodon.sdf.org avatar
carmenbianca, to emacs
@carmenbianca@todon.eu avatar

how do people use (sans evil-mode) without getting immediate RSI?

i tried regular emacs for a day after being shamed by my friend's dad for using evil-mode, and my hand still hurts.

i actually quite liked it, apart from, you know, the pain. that isn't normal.

mykhaylo,
@mykhaylo@fosstodon.org avatar

@carmenbianca @jvillasante yeah, because the defaults are from the days of different keyboard layouts. Also check out meow-mode.

cenbe,
@cenbe@mastodon.sdf.org avatar
laotang, to emacs
@laotang@emacs.ch avatar

people: Is there an easy way to customise org-capture (and perhaps org-agenda) to just use the same window and leave my window management alone?

I’m knee-deep into stack overflow posts and wasting way too much time here. This is one of my most longstanding annoyances of

(This is actually one of the reasons does not use org-capture for new notes.)

mykhaylo,
@mykhaylo@fosstodon.org avatar

@laotang I frankly don’t know 🙊never had this issue but I don’t use org-capture or agenda at the moment

mykhaylo,
@mykhaylo@fosstodon.org avatar

@laotang ok, now I figured the display-buffer-alist out completely thanks to Prot's video:

https://www.youtube.com/watch?v=1-UIzYPn38s

oatmeal, to emacs
@oatmeal@emacs.ch avatar

wait, what? consult-gnome-search

Nice way to interact with GNOME's search... I have tracker disabled, so not much to see. This action will open the app description in GNOME Software.

https://blog.hoetzel.info/post/consult-gnome-search

tekki, to emacs German
@tekki@swiss.social avatar

If Google Podcasts asks to export all subscriptions to YouTube Music and this one finds nothing to import, the only reliable solution is to move everything to elfeed in .

adanskana, to RSS
@adanskana@mastodon.social avatar

Can anyone recommend some good programming blogs (in the realm of lisps, emacs, guix, technical deep dives) that offer RSS feeds? I've already got https://wingolog.org/ from @wingo which is pretty much the exact genre of blog I'm looking for. https://ianthehenry.com/posts/ from @ianthehenry is also a good one (although the RSS feed doesn't seem to work with GFeeds :).
I just think it would be cute to have a selection of RSS feeds to browse through :)

[

screwtape,
@screwtape@mastodon.sdf.org avatar

@adanskana
I guess @louis https://louis.emacs.ch/ has an RSS feed too. Actually, most people I know have RSS feeds and write deeply about emacs.
@mattof @wingo @ianthehenry

louis,
@louis@emacs.ch avatar

@screwtape My "blog" site is automatically generated off my public Mastodon feed. All users of our instance can simply put a URL in their profile ([username].emacs.ch) and it automatically sets up the site incl. SSL certificate. We call it "Autoblog". Aren't I a genious? 😉

It is described here: https://faq.emacs.ch

@adanskana @mattof @wingo @ianthehenry

kommen, to emacs German
@kommen@hachyderm.io avatar

:emacs: for a while running a part of Germany’s Air Traffic Control system after the country’s reunification is what sweetend my breakfast today.

Plus, this is the plain truth: «In Germany, a Herr Doktor is always right»

https://www.emacswiki.org/emacs/EmacsStories#h5o-3

(via https://irreal.org/)

rogersm,
@rogersm@mastodon.social avatar

@kommen I’m a lisper myself but I had a good laugh with the “because lisp is self documenting”

holgerschurig,

@rogersm @kommen Python is also self documenting ... but I still won't use it for everything. For me, self-documenting would never be a criteria for programming language selection. It's however "nice to have".

BTW: nowadays compiled languages, which look non-self-documentating at first, might be exactly that with the help of language server protocol and a smart LSP server. So it's now the tooling, not the language.

kickingvegas, to emacs
@kickingvegas@sfba.social avatar

Announcing Casual Avy, an opinionated Transient menu for Avy, a package for jumping to visible text using a character-based decision tree. More details about it at the link below. If you've never gotten around to trying out Avy, this menu can help you understand why folks who use it swear by it.
http://yummymelon.com/devnull/announcing-casual-avy.html

greg,
@greg@gregnewman.io avatar

@kickingvegas This works great, Charles. thank you. I had to use straight to install which is fine.

sachac, to emacs
@sachac@emacs.ch avatar

I'm reading Naomi Fisher's book "Changing Our Minds: How Children Can Take Control of Their Own Learning." The discussions of adult self-directed learning and also Peter Gray's theory about (play + curiosity) * sociability = learning reminds me of how much I like the community.

ctietze,
@ctietze@mastodon.social avatar

@sachac is the book also interesting for parents? Asking for soon-to-be ones :)

sachac,
@sachac@emacs.ch avatar

@ctietze it's actually mostly geared towards parents considering homeschooling or unschooling, but I think it's useful even for supporting kids who are in more traditional school. Our kid is in virtual school, so we have a lot of flexibility in supporting her interests. For example, I found it useful to learn that mastery learning (focusing and persisting, learning more effectively, managing emotions better, becoming less distractible) generally develops around age 9, so I don't need to worry too much about our 8-year-old learning in short bursts and exploring different interests.

dziban, to emacs
@dziban@functional.cafe avatar

What do you people use for budgeting and finance tracking?

sachac,
@sachac@emacs.ch avatar

@dziban I use ledger (https://ledger-cli.org) with ledger-mode and an Org Mode file. Plain-text for the win!

ddrake, to emacs
@ddrake@mathstodon.xyz avatar

In , sometimes you want to surround a region with some text or delimiters -- say, <div> and </div> in HTML, or == for Mediawiki headers, or similar.

There was a blog post a while back that had a nice function for that -- I improved it so that you can repeatedly call the function and it will correctly nest the text it inserts. That is, you can first surround an HTML region with a span, then immediately call surround-region again without re-marking the region, tell it to surround the region with a div, and it will correctly nest the HTML tags.

Take a look at https://gist.github.com/dandrake/864f642850acaa3534cf5029868d12eb and let me know if you find any bugs or have suggestions.

howard, to orgmode
@howard@emacs.ch avatar

Excellent ideas in customizing the agenda in . I believe I need to revisit how I've been organizing my day-to-day workflow.

https://macowners.club/posts/personal-touch-org-agenda/

ctietze,
@ctietze@mastodon.social avatar

@howard Same. Saw this today, too. I wonder if I could fit my agenda into a side bar as well 🤔

bbatsov, to python
@bbatsov@hachyderm.io avatar
bram85, to orgmode
@bram85@emacs.ch avatar

I wrote a small post on using the rx macro in places where it's not supported, e.g. in Lisp data files.

rx is a macro which takes a special Lisp form and complies it to a regular expressions string.

The post demonstrates how I use with noweb expansion to insert rx results in a source file. In this case, I use it to write scoring rules for elfeed-score with more readable regular expressions.

https://apps.bram85.nl/git/bram/gists/src/commit/17c1255461b66392579dd7f4b7391c560bdff919/gists/rx-in-lisp-data.org

masukomi, to emacs
@masukomi@connectified.com avatar

geeks

Do any of you know of a package that lets me use slack / mastodon style emoji insertion?

Between Mastodon & Rocket (awesome macOS app) I keep starting to type : foo : instead of going to M-x insert-char

Obviously we can't just use : foo : because programming languages use colons all the time, but surely there's something similar we can do like !: foo :! or whatever.

🤔 I can't remember a language that combines colons and bangs.

masukomi,
@masukomi@connectified.com avatar

@viz ooh thanks Visuwesh. I’ll look into that when I get back to my computer.

masukomi,
@masukomi@connectified.com avatar

@howard @al3x is was not familiar with the keybindings you mentioned but my goal is to insert them without having to invoke a keybinding while typing.

Preferably with a visual overlay/autocomplete as i whittle down the matching options

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