Tag Archives: Emacs

Bad Emacs Advice

The incomparable Mickey has a few words to say on Bad Emacs Advice. Mickey and I have been using Emacs for approximately the same amount of time and although we are both still learning, we agree that there’s some well … Continue reading

Posted in General | Tagged | Leave a comment

Combining Find and Grep in Emacs

One of the classic Unix idioms is to search all files in a file hierarchy for some regular expression with a find/grep pipeline. For example, to search the lisp directory and all of its subdirectories for file containing the mapcar … Continue reading

Posted in General | Tagged | Leave a comment

Adding To a Keyboard Macro

Wilfred Hughes’ Emacs Command of the Day Twitter feed has a useful tip: Have you ever created a great keyboard macro, but wanted to add a few more keystrokes at the end? `C-u F3` will run the keyboard macro, and … Continue reading

Posted in General | Tagged | Leave a comment

MELPA Surpasses a Quarter Billion Downloads

From Steve Purcell: More than a quarter of a billion package downloads via @melpa_org to date, wow 🎉 — Steve Purcell (@sanityinc) January 18, 2022 I’ve said this before but it bears repeating: We all owe Purcell our thanks and, … Continue reading

Posted in General | Tagged | Leave a comment

Corner Quotes

John D. Cook has a useful post on using “corner quotes” (⌜ ⌟) to delimit regular expressions in text. As Cook says, it makes a lot of sense especially when the regular expression begins or ends with a space. Cook’s … Continue reading

Posted in General | Tagged , | Leave a comment

Exporting Variables From Org-mode to LaTeX

Franco Pasut has posted on exporting variables from Org to LaTeX. The TL;DR is that you can define LaTeX macros defining a variable value in #+LATEX_HEADER: entries at the top of the Org file and then interpolate the variables in … Continue reading

Posted in General | Tagged , | Leave a comment

Source Block Executors

Isa Mert Gurbuz (isamert) has a very interesting post on using Org Babel to interactively deal with Web APIs. Starting with Zweifisch’s ob-http, he queries a site and gets some JSON returned. The ob-http code even allows you to pipe … Continue reading

Posted in General | Tagged , | Leave a comment

The Second Emacs 28 Pretest

Some more splendid news from the Emacs front: the second Emacs 28 pretest is out. There’s a lot of great features coming in Emacs 28 so please give it all the testing you can. It always seems as if progress … Continue reading

Posted in General | Tagged | Leave a comment

Emacs Calc Video

Over at the Calculator Culture Youtube Channel they have a nice Introductory video on the GNU Emacs calculator otherwise known as Calc. The thing about Calc is that’s it’s gigantic. It’s not Mathematica but it seems like it can do … Continue reading

Posted in General | Tagged | Leave a comment

Finding Repeated Words

Years ago, Albert Heinle was writing his thesis. A common error that many or most writers must deal with is using the same word repeatedly in close proximity. I certainly do and so did Heinle. He was using Emacs and … Continue reading

Posted in General | Tagged | Leave a comment