The Lone C++ Coder's Blog

The Lone C++ Coder's Blog

The continued diary of an experienced C++ programmer. Thoughts on C++ and other languages I play with, Emacs, functional, non functional and sometimes non-functioning programming.

Timo Geusch

2-Minute Read

<p>It’s one of those days, thanks to a hard disk going south I ended up having to rebuild the system drive on one of my machines. After putting the important software back on there - “Outlook and Emacs”, as one of my colleagues calls it - I had to reapply some of the usual tweaks that make a generic developer workstation <em>my</em> developer workstation.</p>

Timo Geusch

2-Minute Read

<p>I used to use <a href="http://www.emacswiki.org/emacs/CarbonEmacsPackage">Carbon Emacs</a> on OS X for quite a while, but with the release of Emacs 24 I switched to the stock GNU Emacs distribution. While GNU Emacs works fine on OS X, once you throw a German keyboard layout in the mix it doesn’t work so well as OS X uses Option + Number keys for a variety of characters needed for programming like [] and {}. GNU Emacs uses Option as Meta out of the box so the key mapping doesn’t…

Timo Geusch

1-Minute Read

<p>Not that I’m doing much with it yet other than the more minibuffer completion, but I really notice when <a href="http://www.emacswiki.org/emacs/Icicles">icicles</a> is not installed or inactive, so I’ve ended up adding it to every Emacs installation I use. <a href="http://www.emacswiki.org/emacs/ELPA">ELPA</a> is coming in really handy as it’s a matter of just installing icicles via one of its repos rather than having to install it manually. I’m really going off manual…

Timo Geusch

2-Minute Read

<p>My normal development workflow doesn’t use that many different Emacs packages. With a few exceptions I’ve mainly worked with a “stock” Emacs distribution and augmented that with a few select Emacs packages that I downloaded manually. It worked for me for a decade or so, and it made it reasonable easy to move configurations between machines - zip & copy was my friend for that, although I’ve since changed that to using dropbox.</p>

Timo Geusch

2-Minute Read

<p>I had another of these annoying mixed-mode DOS/Unix text files that suffered from being edited in text editors that didn’t agree which line ending mode they should use. Unfortunately Emacs defaults to Unix text mode in this case so I had an already ugly file that wasn’t exactly prettified by random ^M characters all over the place.</p>

Recent Posts

Categories

About

A developer's journey. Still trying to figure out this software thing after several decades.