Categories
Emacs GNU/Linux Free Software & Open Source

Identica-mode fixes

Thanks to Jason McBrayer the identica-mode for Emacs now works without problems. The changes on this version are: Fixed the “cannot parse” error on malformed XML tags Fixed incorrect urls on api calls Fixed user pictures not showing up Again, thanks a lot Jason, with my current elisp skills it would’ve taken me a lot […]

Categories
Emacs GNU/Linux Free Software & Open Source

Emacs weblogger mode with WordPress tags support

I’ve been looking for ways to blog from Emacs and so far my best solution has been to use weblogger.el. This mode supports many blogging platforms through the xmlrpc apis for blogger, metaweblog, livejournal and movable type. For more details about this mode, visit the emacswiki page. Since this blog is based on WordPress and […]

Categories
Digital rights Law & Freedom Emacs GNU/Linux Free Software & Open Source News Programming & Web Development

Make Emacs yasnippet work with html-helper-mode

Yasnippet is a great emacs minor mode that lets you have lots of code snippets easily at hand. Also you can create your own snippets in a very easy way without needing to write them in emacs lisp. Basically, like textmate shortcuts for emacs. I use html-helper-mode to edit all my html code, but yasnippet […]

Categories
Emacs GNU/Linux Free Software & Open Source

Identica mode for Emacs update: support for any Laconica server

I’ve updated identica-mode for Emacs and now has a way to connect to any laconica server, instead of just identi.ca. To configure add this to your .emacs file, or your customizations file or your choice: (setq laconica-server “myserver.com”) I’m working on publishing the git repository of the project. In the meantime you can download it […]

Categories
Emacs GNU/Linux Free Software & Open Source

Identi.ca mode for Emacs

Identi.ca is a free software microblogging service, similar to Twitter, based on the Status.net code base. I recently needed to update my status from Emacs, since its faster for me and easier. I’ve been using an an Emacs mode to update my Twitter account, but there was nothing to use for my Identi.ca account. And […]

Categories
Emacs GNU/Linux Free Software & Open Source

Emacs tip: How to edit multiple files on several directories in less than a minute

Recently I had to edit multiple files (239 in total) scattered in a bunch of directories and subdirectories. Here’s a quick and safe way to do it. What I had to do was add the Google Analytics script snippet to a part of a website that was being maintained by a pair of <your favorite […]