Monthly Archives: June 2014

Mutable String and Emacs Buffer Passing Style

Speaking of Christopher Wellons, he’s got a very interesting post over at null program on mutable strings and Emacs buffer passing style. Wellons starts by pointing out that strings in Emacs Lisp, like many other languages, have a fixed size … Continue reading

Posted in Programming | Tagged , | Leave a comment

Sacha Chats with Christopher Wellons

The invaluable Sacha Chua has posted another in her series of Emacs chats. This time it’s with Christopher Wellons. As regular readers know, I’m an admirer of Wellons and have written about him several times (1, 2, 3, 4, 5). … Continue reading

Posted in General | Tagged | 2 Comments

Grant Rettke’s Take on Narrowing to Multiple Regions

Grant Rettke has his own take on a function to enable narrowing to multiple regions of a buffer. I learned about the idea from comments to a post on another matter and wrote about it here. Rettke takes the example … Continue reading

Posted in Programming | Tagged | Leave a comment

Turning On Undo in a Temporary Buffer

Today I learned something new from a short post on Xah Lee’s blog. The idea is that you’ve written a command that generates output in a temporary buffer and you want to enable the undo function for the buffer so … Continue reading

Posted in Programming | Tagged | 3 Comments

Second Year of Daily Posts

Today is the second anniversary of daily posts on Irreal. For the past two years, Irreal has published at least one post a day. Last year I remarked that it was a lot harder than one would think. Nothing that’s … Continue reading

Posted in Blogging | 1 Comment