<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Emacs on Saleem Ansari</title>
    <link>/tags/emacs/</link>
    <description>Recent content in Emacs on Saleem Ansari</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>(c) 2024 Saleem Ansari</copyright>
    <lastBuildDate>Sat, 20 Jul 2013 00:00:00 +0000</lastBuildDate>
    <atom:link href="/tags/emacs/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Emacs fullscreen and Fedora 19</title>
      <link>/2013/07/20/emacs-fullscreen-and-fedora-19/</link>
      <pubDate>Sat, 20 Jul 2013 00:00:00 +0000</pubDate>
      <guid>/2013/07/20/emacs-fullscreen-and-fedora-19/</guid>
      <description>I was using fullscreen.el for so long but now that doesn&amp;rsquo;t seem to work on Fedora 19 / GNOME 3.8.1.&#xA;What to do? Following are the steps I did for now.&#xA;First install wmctrl:&#xA;$ sudo yum install wmctrl Now add following code to your ~/.emacs configuration file:&#xA;(defun switch-full-screen () (interactive) (shell-command &amp;#34;wmctrl -r :ACTIVE: -btoggle,fullscreen&amp;#34;)) (global-set-key [f11] &amp;#39;switch-full-screen) Restart Emacs and press F11. Thats it!</description>
    </item>
    <item>
      <title>Emacs and Akka Pi example</title>
      <link>/2013/03/15/emacs-and-akka-pi-example/</link>
      <pubDate>Fri, 15 Mar 2013 00:00:00 +0000</pubDate>
      <guid>/2013/03/15/emacs-and-akka-pi-example/</guid>
      <description>I was trying The first Akka Example here&#xA;Install the TypeSafe stack on RPM distro:&#xA;$ sudo yum install typesafe-stack Setup a g8 project:&#xA;$ g8 typesafehub/akka-scala-sbt Akka 2.0 Project Using Scala and sbt organization [org.example]: in.tuxdna name [Akka Project In Scala]: akka-pi akka_version [2.0.1]: version [0.1-SNAPSHOT]: The I added the Pi.scala to src/main/scala folder. Then I tried to compile it from within Emacs, to check if it will be easier navigate compilation errors in the code.</description>
    </item>
    <item>
      <title>Emacs Org Mode for creating and generating presenations</title>
      <link>/2013/03/10/emacs-org-mode-for-creating-and-generating-presenations/</link>
      <pubDate>Sun, 10 Mar 2013 00:00:00 +0000</pubDate>
      <guid>/2013/03/10/emacs-org-mode-for-creating-and-generating-presenations/</guid>
      <description>Last time I created a presentation in Org Mode was in 2010 here.&#xA;Creating presentation in Emacs Org Mode and publishing it as Latex, PDF and HTML, is so awesome.&#xA;Here are the links to get you started:&#xA;http://orgmode.org/worg/exporters/beamer/tutorial.html http://orgmode.org/worg/org-tutorials/non-beamer-presentations.html And follow these simple steps ( I am using Ubuntu right now but the steps should be easy on Fedora too.):&#xA;Create a slides.org file as in the tutorial above:</description>
    </item>
    <item>
      <title>Set up for learning Scala with Emacs</title>
      <link>/2013/02/18/set-up-for-learning-scala-with-emacs/</link>
      <pubDate>Mon, 18 Feb 2013 00:00:00 +0000</pubDate>
      <guid>/2013/02/18/set-up-for-learning-scala-with-emacs/</guid>
      <description>Obviously the first step is to install Scala language.&#xA;$ sudo aptitude install scala OR $ yum install scala Then I ran my first Scala &amp;ldquo;Hello world!&amp;rdquo; program from CLI.&#xA;Setting up Scala mode for Emacs was a bit of a pain so I merged the old scala-mode and the latest into my repo. Here are very simple steps to setup scala-mode for Emacs.&#xA;$ cd ~/.emacs.d/ $ git clone git://github.</description>
    </item>
    <item>
      <title>Emacs key binding Ctrl&#43;Space not working on Fedora 16 GNOME or XFCE</title>
      <link>/2011/11/15/emacs-key-binding-ctrl-space-not-working-on-fedora-16-gnome-or-xfce/</link>
      <pubDate>Tue, 15 Nov 2011 00:00:00 +0000</pubDate>
      <guid>/2011/11/15/emacs-key-binding-ctrl-space-not-working-on-fedora-16-gnome-or-xfce/</guid>
      <description>I installed Fedora 16 x86_64 and then installed Emacs. Then I logged in into (XFCE or GNOME) desktop and started Emacs. For text selection in Emacs I use Ctrl+Space ( which is the default in Emacs ), and is no longer working. So I cannot select text using Ctr+Space.&#xA;However, if I login into virtual terminal (Ctrl+Alt+F3), then login and start Emacs, the key-binding (Ctrl+Space) for text selection works fine. Therefore there is no problem in Emacs itself.</description>
    </item>
    <item>
      <title>Turbocharge your Emacs for Ruby on Rails with rinari and rails-reloaded</title>
      <link>/2011/11/12/turbocharge-your-emacs-for-ruby-on-rails-with-rinari-and-rails-reloaded/</link>
      <pubDate>Sat, 12 Nov 2011 00:00:00 +0000</pubDate>
      <guid>/2011/11/12/turbocharge-your-emacs-for-ruby-on-rails-with-rinari-and-rails-reloaded/</guid>
      <description>Rinari is an Emacs minor mode that is aimed towards making Emacs into a top-notch Ruby and Rails development environment.&#xA;Rails reloaded is the minor mode for editing Ruby On Rails code with Emacs. This minor mode makes your work much easier and user friendly.&#xA;Lets first install rinari:&#xA;cd ~/.emacs.d/ git clone git://github.com/eschulte/rinari.git cd rinari git submodule init git submodule update ( Curious about git submodules? Read here http://book.git-scm.com/5_submodules.html )</description>
    </item>
    <item>
      <title>Emacs: the GNU&#39;s editor</title>
      <link>/2007/08/20/emacs-the-gnus-editor/</link>
      <pubDate>Mon, 20 Aug 2007 00:00:00 +0000</pubDate>
      <guid>/2007/08/20/emacs-the-gnus-editor/</guid>
      <description>I have been using Vim editor for past ( almost ) four years, but now I have switched over to Emacs. I find it more intuitive ( just a personal opinion ). While I was learning Emacs I had few queries. So, I have prepared a small HOWTO which might help a new emacs user.&#xA;HowTo Colorize the syntax? M-x font-lock-mode Here M is the Meta key, which may be Alt or Esc (top-left corner of the keyboard).</description>
    </item>
  </channel>
</rss>
