10 years as a Debian developer
Ten years ago, I joined the Debian project as a developer.
Ten years ago, I joined the Debian project as a developer.
I finally finished a thing I was really missing: accessing my Google Contacts from Emacs.
This week, I’ve finished my OAuth 2.0 client implementation for GNU Emacs.
I spend too much time writing Emacs Lisp code these days. Unfortunately, the more I do the more I find new useful tools to improve my work-flow and save time for doing more Lisp. D’oh.
I finally took some time to finish my color contrast corrector.
Last week, I spent some time implementing various color manipulation routines. The ultimate goal was to find a way to determine if a text in a certain color was readable on a background with a different color.
Org-mode has a nice option which allows you to show week-end days in a different color in your agenda. That means that Saturday and Sunday (when I do not work) are fontified with org-agenda-date-weekend.
Last week, I worked on my Google Maps for Emacs extension. I’ve introduced a new format handling for locations which include the longitude and latitude. The initial format was just a string describing the location, which was obviously too limited.
My latest patch for Org mode has been accepted by Carsten today. It adds support for custom category icons in all views, like agenda or todo.
Last week, I wrote a couple of patches to add support for transparency when Emacs is displaying GIF images.
We all know the good old Emacs mode-line you got under every window. Since the beginning (a long time ago), it starts and ends with dashes. I’ve proposed a patch to remove them.
Recent Emacs versions have a wonderful capacity to hide the mouse pointer as soon as you type and insert characters in a buffer. This is controlled by the `make-pointer-invisible’ variable, which is set to t by default.
This last couple of days I’ve been dedicated making Gnus… fresher.
As I already wrote too many times, I’ve started to use Gnus 6 months ago, and never looked back.
Another week, another Emacs extension!
I recently decided to use OfflineIMAP to synchronize my mails on my laptop. It’s a great piece of software, and allows me to read my mail while I’m offline.
Today’s fun idea was to put all my contacts stored into BBDB on a Google Maps’ map, using my Google Maps extension for Emacs.
rainbow-mode had a big success and good feedbacks when I released it for the first time a couple of months ago.
Since I have started to use Org-mode, I though it was missing something to have appointment locations on a map. Of course, it’s easy to get a LOCATION property from an entry, and then browse-url on Google Maps.
While customizing Emacs this last weeks, I had the need to customize also the color theme.
This last weeks, I’ve worked on implementing the Desktop Notification Specification into Emacs.
A couple of months ago, I’ve started using ERC to hang out on IRC.
Digging into the fabulous world of Emacs and Lisp, I wanted to use it to build my personal Web site and my blog.