Postcards from the Bleeding Edge
Sunday, March 02, 2008

  Getting more screen... with emacs

I have tried, and tried, and tried, to adopt one of the whizzy new editors out there, like eclipse. I get by on vi for small jobs, but always, when the job gets big, I fall back on emacs with etags, ecb and a few other tools. I can generally crash eclipse just by looking at it in situations when emacs chugs along nicely.

I've been staring at emacs for a few too many hours lately.

It really bothers me that emacs is the only tool left, it seems, that doesn't use anti-aliased fonts. There's been code in cvs for it for forever that moves it up to 2008 standards, but they aren't compiled in by default on most Linux distributions, so for years now I've had to compile my own emacs. I meant to do it for this machine on day one but never got around to it til this morning. Now, there's a package that does it for ubuntu that you can just install.

I just installed it.

Yea! Pretty emacs!

My joy lasted about 30 seconds.

I don't willingly do development on my laptop, my old eyes vastly prefer an 18 or even 20 pt font on a huge 22 inch screen, but that's what I'm stuck with... worse, I left my superduper customized .emacs file in Nicaragua....

I'd been running emacs out of a terminal window in sheer frustration, even then my eyes getting blurry after only 10 hrs of coding, and I loathe the emacs menu bars, the icons, and especially, the scrollbars. I don't want scrollbars - I have cursor keys, page up/page down keys, a mouse with a scrollwheel, why the hell do I need scrollbars?

;Die, scrollbars and screen fluff

(menu-bar-mode -1)
(toggle-scroll-bar -1)

Then there's this sorta half character gutter thing that offsets each window - I don't want that... and I can't remember how to turn it off right now.

Then there's maximizing my window to fill up my whole screen. I don't know how to do that from within Emacs, so I use devilspie for that... (There's some really good magic stuff on how X really works, here -

Then there's all these extra keys I have on my keyboard, the duplicated left and right alt keys, the !@#! microsoft key, I used to map those to useful stuff...

Then there's function keys. Why nobody uses function keys for anything anymore is beyond me. I am so carpal that I can't hit a control key in it's default location, but hitting F is EASY...

There's just something about green that brings out the programmer in me. Can't remember how to do green... All that time spent in front of easy to read green terminals in my youth, the code printouts on green paper... And butterflies! I need butterflies to fetch me my .emacs file!

Labels: ,

 
Comments:
I'm SO about to get shot ... here goes :

Nano/Pico works fine for most things under 8k. Vi for everything else.

If Emacs (or Vi) were supposed to be "pretty", they'd...oh wait, kvim...(Ducks and runs like hell.)

[Route all flames to /dev/null]
 
ACK!!!! I used elm/emacs back in 1991 coz that's what the amazing michael (different amazing michael) taught me how to use. It's a foreign language I have totally forgotten.

I am not a computer geek, but this brings back fond memories.
 
Miners don't need emacs, or vi for that matter. Imagine life without writing code.
 
I hate it when people recommend fixing minor problem A with random failing software replacement B. it makes me think they weren't listening to the problem.

And a life without writing code, cpm, without creating things, is potentially a life without life! Unimaginable!

Those menu bar and title bar tweaks are SO going into my .emacs.
 
Dunno there Lunchbox, I'd take the state of general creativity Pre-Emacs (or computers in general) of the state of general creativity post-Emacs.

We went to the moon on slide-rule math. What have we done now that we all have unix super computers on our desks and more computing power in a single cellphone than the entire space industry of that day ?

I concur with your general point concerning creativity, but I think the interface on a piano or guitar is pretty well thought out, as is the pen and journal book.
 
If you use multiple Emacs frames (C-x 5 2), which I find myself using *all* the time, these two .emacs statements work a lot better at eliminating scroll bars from ALL your frames:

(add-to-list 'initial-frame-alist '(vertical-scroll-bars . nil))
(add-to-list 'default-frame-alist '(vertical-scroll-bars . nil))
 
Brian: Thx, though I'm not using multiple frames a lot lately, given that my laptop's screen is 1280x800. I find myself using ^X3 a lot more than multiple frames.
Those little gutter thingis are bugging me. I wish I could point at them with my mouse and ask WTF is this screen element?

I am really missing my 3 big screens; it's actually becoming a good reason to go back to Nicaragua...

I am gradually re-evolving the darn .emacs file back to where it

Stupid things - like COMPLETELY turning off the beep, are beating me....

Rebuilding the file looks like this:
(menu-bar-mode -1)
(toggle-scroll-bar -1)
(tool-bar-mode -1)
(set-background-color "Black")
(set-foreground-color "ForestGreen")
(setq visual-beep t) ;; not good enough!
;; EDITOR=emacsclient rules
(server-start)

(define-key global-map [f8] 'compile)
(define-key global-map [f9] 'bookmark-jump)
(define-key global-map [f10] 'bookmark-set)
;; F11 used to be maximize, but I can't remember how to bind that
(define-key global-map [f12] 'save-buffer)

;; git is great
(require 'git)
(add-to-list 'vc-handled-backends 'GIT)

;;A couple of things related to rss for my (newsticker ) ;; etc

;;Only about 2000 lines left to recreate. ;ecb and related tools left to compile from cvs...
 
I've been using Emacs for so long that I don't know what I'd do if I lost my personal ELISP library. (My .emacs has morphed into a directoy full of ELISP files.)

You keep your .emacs in a revision control system, right? :-)
 
My personal revision control system for .emacs is living in a storage unit in california, on a box in Nicaragua, in a zillion corporate machines I've worked on, and nowhere else.

In other words, it's unavailable.

Yea, losing my .emacs file is like having a stroke.

I can't believe how much I'm tempted to get on a plane to get to my storage unit, to get my .emacs file....

It's under git now...

On the plus side, it's reminding me of looking for updates of all the tools I used to use in emacs (newsreading/rss/email, etc)

For example, last night i was really frustrated with blogger (captcha and authorization), generating valid html when offline, etc, etc, so much so I was ready to start writing my own darn blogging software (As if I didn't have anything better to do)...

this morning I find a client for emacspeak that
speaks the new atom API
, which also supports an xml validator... yea!

Then I remember how I used to use emacspeak with cepstral when I was having trouble reading - or late in the ay, when I didn't want to read anymore - I have this great sexy Cepstral voice that I bought, called Amy... She used to tell me stories...

Thing is, I don't need a heavy duty .emacs file when I'm not working, it's just that when I'm working, all the gloss and fluff of browsers, graphical chat clients, etc, get in the way...
 
Mike,

When you get your .emacs set up, you must post it. The emacsclient stuff alone is compelling. I've drooled often about it.

I understand the bereft feeling of no .emacs : it's the first thing I scp over to a new system, unless I can pull it out of CVS. I'd share mine, but it's a really bad mash of cargo gathered from back to the uni days.

CPM,

I'm in sad agreement with you. Western civilization has traded its pioneering spirit for something other than accountability or ingenuity, I think.

With all our .emacs hackery, I'm surprised no one scratched that itch, yet, and built a good upgrade or replacement for emacs. I'm looking forward, but I'm content with what I have, when I do -- and nano/pico can help me avoid vi when sed has no -i, for now!
 
Wow. I hadn't realized. EMacs people really *are* crazy. CVSing your editor's config file? What?!? (Shudder).

Now I've never been in a vi vs emacs flame war (and I prefer to skip one today). It just strikes me kinda scary how you guys wax silly over this editor. No don't get me wrong, please : I of all people understand the Zeal in which one can fall in love with a tool, and the passion one can share with others who also love the tool. I am laughing With you.

I for one wouldn't mind a good macro language in my editor but I have had so little Need for it that I get by without, and I freely admit it's a heck of a nice feature. Just, wow.

{Pets .vi, tells it that it's ok ; It's good enough, smart enough, and golly people like it.}
 
Um--why not put the ELISP files under revision control? They're code. And it's nice to be able to go back to a previous version of one of them if I inadvertently f$@% it up. It boggles my mind that someone would find that odd or weird. All my shell startup files in are Subversion, too.

A few years back, I read of someone who kept his entire home directory--all of it--in CVS. While that initially sounded like overkill, it had one huge advantage for him: To start using a new box, he simply checked out his home directory, and off he went.

As for Emacs, my personal reasons for continuing to use it have less to do with zeal than with other things, such as:

Muscle memory. I've been using Emacs for nearly 20 years. My fingers are highly accustomed to "thinking" in Emacs, and I'm a more efficient typist when my fingers are happy than when they're not.

Configurability. While LISP is not my favorite programming language, the fact that Emacs has a full LISP interpreter built into it means I (or others) can customize it to do whatever task needs to be done. The editor doesn't need to do everything out of the box, because it can be customized later to do nearly anything. The same is true of other editors, of course; one example is JEdit, a Java-based editor that can be customized using Bean Shell. Same principle.

Power. Emacs is very powerful. So are vim, JEdit, and any number of other editors; I just happen to be accustomed to Emacs. (See above.) I categorically refuse to use a crippled editor, to the point where it constrains my choice of other applications. I use the Thunderbird email client, for instance, because the External Editor plug-in allows me to launch my editor of choice to compose message. I find Thunderbird's built-in editor to be crippled and painful, and I find that to be true of a lot of editors.

Do I use other editors? Sometimes. Sometimes it's faster to fire up vi for a quick edit. But for anything serious, I want something powerful and customizable. In my case, that's Emacs. That doesn't mean other editors aren't just as suitable, merely that I am accustomed to this particular one.

I don't try to convert other people to The Emacs Way; I don't frankly care what editor someone uses. I do care very much, however, about the tools I choose to use. Some hammers just feel better in my hand than others.
 
I think that if Emacs was merely an editor, and if it did't permit such wild and fine tunings, I would have no interest and need in storing my favourite setup in cvs -- there'd be nothing to store! It'd also be a very small app; is that what ZILE is?

Emacs is an IDE, really, and it's the rich add-ons (bundled or third-party) that really make it a relative joy* to use, in my books. This from a guy who can't be bothered to fix the time display on the microwave.

(Joy, that is, Aside from some really annoying years with xemacs and font-lock on unixware and openserver -- that wasn't anything like a joy, but I suspect it was just a really pessimal .emacs .)
 
I have fallen in love with org-mode.
 
Post a Comment



<< Home
David Täht writes about politics, space, copyright, the internet, audio software, operating systems and surfing.


Resume,Songs,
My new blog, NeX-6, My facebook page
Orgs I like
The EFF - keeping free speech in the world
Musical stuff I like
Jeff, Rick, Ardour, Jack
Prior Rants - Livin in the 00ze - Asteroid Appreciation Day, 2008 google's CAPCHA broken, global cooling kicks in, a... Push and Pull with IPv6 Mike and the angry millimeter Just the other day... Some new recordings More IPv6 testing Routing mail over ipv6 for the first time ever IPv6... for DNS Losing interest in the election Sometimes I surrender... and something encouraging...
Best of the blog:
Uncle Bill's Helicopter - A speech I gave to ITT Tech - Chicken soup for engineers
Beating the Brand - A pathological exploration of how branding makes it hard to think straight
Inside the Internet Mind - trying to map the weather within the global supercomputer that consists of humans and google
Sex In Politics - If politicians spent more time pounding the flesh rather than pressing it, it would be a better world
Getting resources from space - An alternative to blowing money on mars using NEAs.
On the Columbia - Why I care about space
Authors I like:
Doc Searls
Where's Cherie?
UrbanAgora
Jerry Pournelle
The Cubic Dog
Evan Hunt
The Bay Area is talking
Brizzled
Zimnoiac Emanations
Eric Raymond
Unlocking The Air
Bob Mage
BroadBand & Me
SpaceCraft
Selenian Boondocks
My Pencil
Transterrestial Musings
Bear Waller Hollar
Callahans
Pajamas Media BlogRoll Member

If you really want to, you can poke through the below links as well.

ARCHIVES
06/09/2002 - 06/16/2002 / 07/28/2002 - 08/04/2002 / 08/11/2002 - 08/18/2002 / 08/18/2002 - 08/25/2002 / 08/25/2002 - 09/01/2002 / 09/22/2002 - 09/29/2002 / 11/10/2002 - 11/17/2002 / 12/15/2002 - 12/22/2002 / 12/22/2002 - 12/29/2002 / 12/29/2002 - 01/05/2003 / 01/05/2003 - 01/12/2003 / 01/19/2003 - 01/26/2003 / 01/26/2003 - 02/02/2003 / 02/09/2003 - 02/16/2003 / 02/16/2003 - 02/23/2003 / 03/02/2003 - 03/09/2003 / 03/16/2003 - 03/23/2003 / 04/06/2003 - 04/13/2003 / 04/13/2003 - 04/20/2003 / 04/20/2003 - 04/27/2003 / 05/04/2003 - 05/11/2003 / 05/18/2003 - 05/25/2003 / 05/25/2003 - 06/01/2003 / 06/01/2003 - 06/08/2003 / 06/08/2003 - 06/15/2003 / 06/15/2003 - 06/22/2003 / 06/22/2003 - 06/29/2003 / 06/29/2003 - 07/06/2003 / 07/20/2003 - 07/27/2003 / 07/27/2003 - 08/03/2003 / 08/03/2003 - 08/10/2003 / 08/10/2003 - 08/17/2003 / 08/17/2003 - 08/24/2003 / 08/24/2003 - 08/31/2003 / 08/31/2003 - 09/07/2003 / 09/07/2003 - 09/14/2003 / 09/14/2003 - 09/21/2003 / 09/21/2003 - 09/28/2003 / 09/28/2003 - 10/05/2003 / 10/05/2003 - 10/12/2003 / 10/12/2003 - 10/19/2003 / 10/19/2003 - 10/26/2003 / 10/26/2003 - 11/02/2003 / 11/02/2003 - 11/09/2003 / 11/09/2003 - 11/16/2003 / 11/30/2003 - 12/07/2003 / 12/07/2003 - 12/14/2003 / 12/14/2003 - 12/21/2003 / 12/28/2003 - 01/04/2004 / 01/11/2004 - 01/18/2004 / 01/18/2004 - 01/25/2004 / 01/25/2004 - 02/01/2004 / 02/01/2004 - 02/08/2004 / 02/08/2004 - 02/15/2004 / 02/15/2004 - 02/22/2004 / 02/22/2004 - 02/29/2004 / 02/29/2004 - 03/07/2004 / 03/14/2004 - 03/21/2004 / 03/21/2004 - 03/28/2004 / 03/28/2004 - 04/04/2004 / 04/04/2004 - 04/11/2004 / 04/11/2004 - 04/18/2004 / 04/18/2004 - 04/25/2004 / 04/25/2004 - 05/02/2004 / 05/02/2004 - 05/09/2004 / 05/09/2004 - 05/16/2004 / 05/16/2004 - 05/23/2004 / 05/30/2004 - 06/06/2004 / 06/06/2004 - 06/13/2004 / 06/13/2004 - 06/20/2004 / 06/20/2004 - 06/27/2004 / 06/27/2004 - 07/04/2004 / 07/04/2004 - 07/11/2004 / 07/11/2004 - 07/18/2004 / 07/18/2004 - 07/25/2004 / 08/08/2004 - 08/15/2004 / 08/22/2004 - 08/29/2004 / 08/29/2004 - 09/05/2004 / 09/05/2004 - 09/12/2004 / 09/19/2004 - 09/26/2004 / 09/26/2004 - 10/03/2004 / 10/03/2004 - 10/10/2004 / 10/10/2004 - 10/17/2004 / 10/17/2004 - 10/24/2004 / 10/24/2004 - 10/31/2004 / 10/31/2004 - 11/07/2004 / 11/07/2004 - 11/14/2004 / 11/14/2004 - 11/21/2004 / 11/21/2004 - 11/28/2004 / 11/28/2004 - 12/05/2004 / 12/05/2004 - 12/12/2004 / 12/12/2004 - 12/19/2004 / 12/19/2004 - 12/26/2004 / 12/26/2004 - 01/02/2005 / 01/02/2005 - 01/09/2005 / 01/16/2005 - 01/23/2005 / 01/23/2005 - 01/30/2005 / 01/30/2005 - 02/06/2005 / 02/06/2005 - 02/13/2005 / 02/13/2005 - 02/20/2005 / 02/20/2005 - 02/27/2005 / 02/27/2005 - 03/06/2005 / 03/06/2005 - 03/13/2005 / 03/27/2005 - 04/03/2005 / 04/03/2005 - 04/10/2005 / 04/10/2005 - 04/17/2005 / 05/29/2005 - 06/05/2005 / 06/05/2005 - 06/12/2005 / 06/12/2005 - 06/19/2005 / 06/19/2005 - 06/26/2005 / 06/26/2005 - 07/03/2005 / 07/03/2005 - 07/10/2005 / 07/10/2005 - 07/17/2005 / 07/24/2005 - 07/31/2005 / 07/31/2005 - 08/07/2005 / 08/07/2005 - 08/14/2005 / 08/14/2005 - 08/21/2005 / 08/21/2005 - 08/28/2005 / 08/28/2005 - 09/04/2005 / 09/04/2005 - 09/11/2005 / 09/11/2005 - 09/18/2005 / 09/18/2005 - 09/25/2005 / 09/25/2005 - 10/02/2005 / 10/02/2005 - 10/09/2005 / 10/09/2005 - 10/16/2005 / 10/16/2005 - 10/23/2005 / 10/23/2005 - 10/30/2005 / 10/30/2005 - 11/06/2005 / 11/06/2005 - 11/13/2005 / 11/13/2005 - 11/20/2005 / 11/20/2005 - 11/27/2005 / 11/27/2005 - 12/04/2005 / 12/04/2005 - 12/11/2005 / 12/11/2005 - 12/18/2005 / 12/18/2005 - 12/25/2005 / 01/01/2006 - 01/08/2006 / 01/08/2006 - 01/15/2006 / 01/15/2006 - 01/22/2006 / 01/22/2006 - 01/29/2006 / 01/29/2006 - 02/05/2006 / 02/19/2006 - 02/26/2006 / 03/05/2006 - 03/12/2006 / 03/19/2006 - 03/26/2006 / 03/26/2006 - 04/02/2006 / 04/02/2006 - 04/09/2006 / 04/09/2006 - 04/16/2006 / 04/23/2006 - 04/30/2006 / 05/07/2006 - 05/14/2006 / 05/14/2006 - 05/21/2006 / 05/21/2006 - 05/28/2006 / 06/04/2006 - 06/11/2006 / 06/11/2006 - 06/18/2006 / 06/18/2006 - 06/25/2006 / 06/25/2006 - 07/02/2006 / 07/02/2006 - 07/09/2006 / 07/09/2006 - 07/16/2006 / 07/23/2006 - 07/30/2006 / 08/06/2006 - 08/13/2006 / 08/13/2006 - 08/20/2006 / 09/03/2006 - 09/10/2006 / 09/17/2006 - 09/24/2006 / 09/24/2006 - 10/01/2006 / 10/01/2006 - 10/08/2006 / 10/22/2006 - 10/29/2006 / 11/19/2006 - 11/26/2006 / 11/26/2006 - 12/03/2006 / 12/03/2006 - 12/10/2006 / 12/10/2006 - 12/17/2006 / 12/17/2006 - 12/24/2006 / 12/24/2006 - 12/31/2006 / 01/07/2007 - 01/14/2007 / 01/14/2007 - 01/21/2007 / 01/28/2007 - 02/04/2007 / 02/11/2007 - 02/18/2007 / 02/18/2007 - 02/25/2007 / 02/25/2007 - 03/04/2007 / 03/04/2007 - 03/11/2007 / 03/18/2007 - 03/25/2007 / 04/01/2007 - 04/08/2007 / 04/08/2007 - 04/15/2007 / 04/15/2007 - 04/22/2007 / 04/22/2007 - 04/29/2007 / 04/29/2007 - 05/06/2007 / 05/06/2007 - 05/13/2007 / 05/20/2007 - 05/27/2007 / 05/27/2007 - 06/03/2007 / 06/03/2007 - 06/10/2007 / 06/10/2007 - 06/17/2007 / 06/17/2007 - 06/24/2007 / 07/01/2007 - 07/08/2007 / 07/08/2007 - 07/15/2007 / 07/22/2007 - 07/29/2007 / 07/29/2007 - 08/05/2007 / 08/05/2007 - 08/12/2007 / 08/26/2007 - 09/02/2007 / 09/09/2007 - 09/16/2007 / 09/23/2007 - 09/30/2007 / 09/30/2007 - 10/07/2007 / 10/07/2007 - 10/14/2007 / 10/14/2007 - 10/21/2007 / 10/21/2007 - 10/28/2007 / 10/28/2007 - 11/04/2007 / 11/04/2007 - 11/11/2007 / 11/11/2007 - 11/18/2007 / 11/18/2007 - 11/25/2007 / 11/25/2007 - 12/02/2007 / 12/02/2007 - 12/09/2007 / 12/09/2007 - 12/16/2007 / 12/16/2007 - 12/23/2007 / 12/23/2007 - 12/30/2007 / 01/06/2008 - 01/13/2008 / 02/03/2008 - 02/10/2008 / 02/17/2008 - 02/24/2008 / 02/24/2008 - 03/02/2008 / 03/02/2008 - 03/09/2008 / 03/09/2008 - 03/16/2008 / 03/16/2008 - 03/23/2008 / 03/23/2008 - 03/30/2008 / 03/30/2008 - 04/06/2008 / 04/20/2008 - 04/27/2008 / 04/27/2008 - 05/04/2008 / 05/04/2008 - 05/11/2008 / 05/11/2008 - 05/18/2008 / 05/18/2008 - 05/25/2008 / 05/25/2008 - 06/01/2008 / 06/01/2008 - 06/08/2008 / 06/08/2008 - 06/15/2008 / 06/15/2008 - 06/22/2008 / 06/22/2008 - 06/29/2008 / 07/06/2008 - 07/13/2008 / 07/13/2008 - 07/20/2008 / 07/20/2008 - 07/27/2008 / 07/27/2008 - 08/03/2008 / 08/03/2008 - 08/10/2008 / 08/10/2008 - 08/17/2008 / 08/17/2008 - 08/24/2008 / 08/31/2008 - 09/07/2008 / 09/07/2008 - 09/14/2008 / 09/14/2008 - 09/21/2008 / 09/21/2008 - 09/28/2008 / 09/28/2008 - 10/05/2008 / 10/05/2008 - 10/12/2008 / 10/12/2008 - 10/19/2008 / 10/19/2008 - 10/26/2008 / 10/26/2008 - 11/02/2008 / 11/02/2008 - 11/09/2008 / 11/09/2008 - 11/16/2008 / 11/16/2008 - 11/23/2008 / 12/07/2008 - 12/14/2008 / 12/21/2008 - 12/28/2008 / 12/28/2008 - 01/04/2009 / 01/18/2009 - 01/25/2009 / 01/25/2009 - 02/01/2009 / 03/22/2009 - 03/29/2009 / 05/10/2009 - 05/17/2009 / 05/17/2009 - 05/24/2009 / 05/31/2009 - 06/07/2009 / 06/14/2009 - 06/21/2009 / 06/21/2009 - 06/28/2009 / 06/28/2009 - 07/05/2009 / 07/05/2009 - 07/12/2009 / 07/12/2009 - 07/19/2009 / 07/26/2009 - 08/02/2009 / 08/09/2009 - 08/16/2009 / 08/23/2009 - 08/30/2009 / 09/06/2009 - 09/13/2009 / 09/20/2009 - 09/27/2009 / 09/27/2009 - 10/04/2009 / 10/04/2009 - 10/11/2009 / 10/11/2009 - 10/18/2009 / 10/18/2009 - 10/25/2009 / 10/25/2009 - 11/01/2009 / 11/29/2009 - 12/06/2009 / 12/27/2009 - 01/03/2010 / 01/31/2010 - 02/07/2010 / 02/07/2010 - 02/14/2010 / 02/28/2010 - 03/07/2010 / 03/07/2010 - 03/14/2010 / 03/28/2010 - 04/04/2010 / 04/18/2010 - 04/25/2010 / 05/16/2010 - 05/23/2010 / 05/30/2010 - 06/06/2010 / 06/13/2010 - 06/20/2010 / 06/20/2010 - 06/27/2010 / 07/04/2010 - 07/11/2010 / 07/11/2010 - 07/18/2010 / 07/18/2010 - 07/25/2010 / 08/08/2010 - 08/15/2010 / 08/29/2010 - 09/05/2010 / 09/05/2010 - 09/12/2010 / 09/19/2010 - 09/26/2010 / 09/26/2010 - 10/03/2010 / 10/10/2010 - 10/17/2010 / 10/17/2010 - 10/24/2010 / 10/31/2010 - 11/07/2010 / 11/28/2010 - 12/05/2010 / 12/05/2010 - 12/12/2010 / 12/12/2010 - 12/19/2010 / 12/26/2010 - 01/02/2011 / 03/06/2011 - 03/13/2011 / 03/13/2011 - 03/20/2011 / 05/22/2011 - 05/29/2011 / 08/07/2011 - 08/14/2011 / 08/14/2011 - 08/21/2011 / 09/18/2011 - 09/25/2011 / 10/02/2011 - 10/09/2011 / 10/09/2011 - 10/16/2011 / 11/06/2011 - 11/13/2011 / 01/15/2012 - 01/22/2012 / 04/22/2012 - 04/29/2012 / 06/24/2012 - 07/01/2012 / 08/05/2012 - 08/12/2012 / 08/11/2013 - 08/18/2013 / 03/01/2015 - 03/08/2015 / 10/04/2015 - 10/11/2015 / 11/08/2015 - 11/15/2015 / 12/22/2019 - 12/29/2019 / 04/05/2020 - 04/12/2020 /


Powered by Blogger