Recent Changes

Updates since 2022-08-18 23:53 UTC up to 2022-09-17 23:53 UTC

1 | 3 | 7 | 30 | 90 days
List all changes Include rollbacks Include minor changes
List later changes RSS RSS with pages RSS with pages and diff

2022-09-17

  • 14:10 UTC (new) (history) 2022-09-17 Safe killing with Emacs . . . . mbork Some time ago Samuel Wales had a very interesting question on the Emacs mailing list. He sometimes kills some portion of text to yank it elsewhere, but gets distracted and forgets about the yanking. This way, the text is lost. He basically wants to make the “kill-yank” cycle atomic so that you never end up in the intermediate step where the information is lost.

2022-09-12

2022-09-05

  • 18:53 UTC (new) (history) 2022-09-05 Comments in srt files . . . . mbork As I mentioned several times here, I do quite a lot of editing of srt subtitle files for videos. Sometimes I have problems when I translate subtitles into Polish, and then I usually ask native speakers about some obscure idiom or even more obscure (at least for me) cultural reference. In such cases, I figured I’d really like it if I could put comments into srt files to remember these places.

2022-08-27

  • 15:56 UTC (new) (history) 2022-08-27 Screenshots from Emacs . . . . mbork Some time ago there was a discussion on the Emacs mailing list about making screenshots from Emacs. From one of the posts there I learned about the x-export-frames function, whose existence is fascinating for me. It basically allows you to make a screenshot of your Emacs frame without ay external program, in one of several formats (including pdf and png). Jean Louis provided some simple code in that post which I reproduce here (with minor changes). The frameshot command takes a picture of your current Emacs frame, puts is in the frameshot-directory directory and moves the point to its line.

2022-08-22

  • 15:22 UTC (new) (history) 2022-08-22 The Emacs range package . . . . mbork Some time ago I discovered something really cool. It turns out Emacs has a package named range which can be used to operate on, well, ranges of integers. The truth is, it supports much more: arbitrary finite sets of integers.

More...

Filters