<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Mac on /usr</title><link>https://slashusr.anupamsg.me/tags/mac/</link><description>Recent content in Mac on /usr</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 10 Jun 2010 00:00:00 +0000</lastBuildDate><atom:link href="https://slashusr.anupamsg.me/tags/mac/index.xml" rel="self" type="application/rss+xml"/><item><title>How I Learned to stop using Firefox and love the Chrome</title><link>https://slashusr.anupamsg.me/2010/06/10/how-i-learned-to-stop-using-firefox-and-love-the-chrome/</link><pubDate>Thu, 10 Jun 2010 00:00:00 +0000</pubDate><guid>https://slashusr.anupamsg.me/2010/06/10/how-i-learned-to-stop-using-firefox-and-love-the-chrome/</guid><description>&lt;p&gt;One word: &lt;em&gt;SPEED&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Seriously. I have been a long proponent and user of &lt;a href="http://firefox.com/"&gt;Firefox&lt;/a&gt;, having been lured into it by its relative elegance and the extension framework many moons back. Also, the &lt;a href="https://addons.mozilla.org/en-US/firefox/extensions/web-development/"&gt;web development support&lt;/a&gt; has always been far better than its competition, with &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/1843/"&gt;Firebug&lt;/a&gt; and &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/60/"&gt;Web Developer&lt;/a&gt; to name just two great reasons for it being the developer’s browser of choice.&lt;/p&gt;
&lt;p&gt;&lt;img alt="firefoxbrowserfreewaystocustomizeyourinternet1.png" loading="lazy" src="https://slashusr.anupamsg.me/2010/06/10/how-i-learned-to-stop-using-firefox-and-love-the-chrome/images/firefoxbrowserfreewaystocustomizeyourinternet1.png"&gt;&lt;/p&gt;
&lt;p&gt;The sheer number of Firefox &lt;a href="https://addons.mozilla.org/en-US/firefox/?browse=featured"&gt;add-ons and extensions&lt;/a&gt; (about 13,000 in the last count) is staggering - and list absolute essentials such as &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/1865/"&gt;Adblock Plus&lt;/a&gt;, &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/2410/"&gt;XMarks&lt;/a&gt; and &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/201/"&gt;DownThemAll!&lt;/a&gt; This combined with the themes (I suggest &lt;a href="http://www.takebacktheweb.org/"&gt;GrApple Yummy&lt;/a&gt; on the Mac) has been making the web browsing experience a far better one for me than Safari.&lt;/p&gt;</description></item><item><title>Emulate a three button Mouse in Emacs on a single button Mac trackpad/mouse</title><link>https://slashusr.anupamsg.me/2009/08/09/emulate-a-three-button-mouse-in-emacs-on-a-single-button-mac-trackpadmouse/</link><pubDate>Sun, 09 Aug 2009 00:00:00 +0000</pubDate><guid>https://slashusr.anupamsg.me/2009/08/09/emulate-a-three-button-mouse-in-emacs-on-a-single-button-mac-trackpadmouse/</guid><description>&lt;p&gt;Traditionally, mice on Macs have had just one button (including the iBook/Powerbook trackpads) - even through Mac OS (including OS X) can accept 2 or 3 button input without any problems.&lt;/p&gt;
&lt;p&gt;Emacs on the other hand maps quite a few functions to the second and third chords of the mice. If you want to emulate a three button mouse in Emacs on OS X, a simple customization option will do the trick.&lt;/p&gt;</description></item><item><title>Using M-` from switching Emacs Frames on OSX</title><link>https://slashusr.anupamsg.me/2009/08/09/using-m-from-switching-emacs-frames-on-osx/</link><pubDate>Sun, 09 Aug 2009 00:00:00 +0000</pubDate><guid>https://slashusr.anupamsg.me/2009/08/09/using-m-from-switching-emacs-frames-on-osx/</guid><description>&lt;p&gt;The standard &lt;a href="http://www.gnu.org/software/emacs"&gt;Emacs&lt;/a&gt; key-binding for moving to the other frame (‘other-frame’) is C-x 5 o. That’s quite a few key-strokes, and also does not match with the standard OS X key-mapping for switching windows, which is Command-`. On OS X, the Command key maps to Meta in Emacs.&lt;/p&gt;
&lt;p&gt;However, this is easy to fix. Put the following code-fragment into your .emacs file:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;(define-key icicle-mode-map [?\M-`] nil) # Only needed if you use Icicles
(global-set-key [?\M-`] &amp;#39;other-frame) # This sets the key binding
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Note that by default M-` invokes ‘tmm-menubar’ which can also be accessed via [F10]. Also, you do not need the first line (to undefine the key binding in &lt;a href="http://www.emacswiki.org/emacs/Icicles"&gt;Icicles&lt;/a&gt;) if you do not use that package.&lt;/p&gt;</description></item></channel></rss>