<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikemacs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gabrielsaldana</id>
	<title>WikEmacs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wikemacs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gabrielsaldana"/>
	<link rel="alternate" type="text/html" href="https://wikemacs.org/wiki/Special:Contributions/Gabrielsaldana"/>
	<updated>2026-04-11T20:09:01Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wikemacs.org/index.php?title=Identica-mode&amp;diff=2671</id>
		<title>Identica-mode</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Identica-mode&amp;diff=2671"/>
		<updated>2012-04-13T15:40:04Z</updated>

		<summary type="html">&lt;p&gt;Gabrielsaldana: Created page with &amp;quot;A Statusnet[http://www.status.net] microblogging client for Emacs, currently using the Twitter compatible API.  ==System Requirements==  GNU Emacs 22 or later  GNU/Linux, Mac ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A Statusnet[http://www.status.net] microblogging client for Emacs, currently using the Twitter compatible API.&lt;br /&gt;
&lt;br /&gt;
==System Requirements==&lt;br /&gt;
&lt;br /&gt;
GNU Emacs 22 or later&lt;br /&gt;
&lt;br /&gt;
GNU/Linux, Mac OS X, BSD or any Unix based OS (requires wget)&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
&lt;br /&gt;
Download the latest stable release of Emacs Identica-mode [http://blog.gabrielsaldana.org/identica-mode-for-emacs]&lt;br /&gt;
&lt;br /&gt;
Or get the latest development code from the Git repository at &lt;br /&gt;
[http://git.savannah.gnu.org/cgit/identica-mode.git]&lt;br /&gt;
&lt;br /&gt;
==Setup==&lt;br /&gt;
&lt;br /&gt;
Copy the identica-mode.el file to your Emacs elisp files directory (typically ~/.emacs.d/) Then add the following to your .emacs (or your preferred customizations file)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
;;; Identi.ca mode&lt;br /&gt;
(require 'identica-mode)&lt;br /&gt;
(setq identica-username &amp;quot;yourusername&amp;quot;)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to authenticate using simple authentication, create a file ~/.authinfo with the following contents:&lt;br /&gt;
&lt;br /&gt;
machine servername login yourusername password yourpassword&lt;br /&gt;
Replace servername with your server (if connecting to Identica service, use identi.ca as server name), yourusername and yourpassword with your information.&lt;br /&gt;
&lt;br /&gt;
You can also authenticate using OAuth, specially if you log in with an OpenID account which has no password. To use OAuth authentication (requires using oauth.el[http://github.com/psanford/emacs-oauth/]), add the following to your .emacs file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(setq identica-auth-mode &amp;quot;oauth&amp;quot;)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to post from the minibufer without having identica buffer active, you can set global keybindings. &lt;br /&gt;
&lt;br /&gt;
Add this to send status updates&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(global-set-key &amp;quot;\C-cip&amp;quot; 'identica-update-status-interactive)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
Add this to send direct messages&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(global-set-key &amp;quot;\C-cid&amp;quot; 'identica-direct-message-interactive)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Use==&lt;br /&gt;
&lt;br /&gt;
To start identica mode type: {{Command|identica-mode}} the buffer *identica* will appear and you can see your friends timeline. Press the {{Keys|i}} key to toggle icon mode to see user pictures.&lt;br /&gt;
&lt;br /&gt;
To view your replies timeline&lt;br /&gt;
&lt;br /&gt;
*{{Keys|C-c C-r}} To view the public timeline&lt;br /&gt;
*{{Keys|C-c C-a}} To view your friends timeline (the default timeline)&lt;br /&gt;
*{{Keys|C-c C-f}} To view a user’s timeline&lt;br /&gt;
*{{Keys|C-c C-u}} To view a group’s timeline&lt;br /&gt;
*{{Keys|C-c C-g}} To view a tag’s timeline&lt;br /&gt;
*{{Keys|C-c C-t}} To refresh the buffer’s timeline press {{Keys|g}}.&lt;br /&gt;
&lt;br /&gt;
To post an update of your status, press {{Keys|C-c C-s}} type your message in the minibuffer, and hit Enter. You will see ‘Success: Post’ in minibuffer.&lt;br /&gt;
&lt;br /&gt;
To send a direct message to a user, press {{Keys|C-c C-d}}. On the minibuffer, you will be prompted for the username, then for the message.&lt;br /&gt;
To repeat (re-dent) a message, press {{Keys|C-c RET}} while the cursor is on the message’s line.&lt;br /&gt;
To favor a message, press the {{Keys|F}} key (shift f) while the cursor is on the message’s line.&lt;br /&gt;
&lt;br /&gt;
Additionally, you while typing your message you can press {{Keys|F4}} key while the cursor is over a URL to shorten it using any of the following URL shortening services: Ur1.ca, TightURL, Goo.gl, TinyURL, To.ly and Is.gd. To expand an short url in your timeline, position your cursor over the short url and press {{Keys|e}} key, it will be replaced with the expanded version in a few seconds.&lt;/div&gt;</summary>
		<author><name>Gabrielsaldana</name></author>
	</entry>
</feed>