Fuzzy Time (and an updating bash prompt)

What about Emacs?

Bill,

Is there any way to make use of fuzzy time in emacs? I thought you'd said earlier that you were thinking of switching or in the process of switching (I'd also love to see more about your rationale with the transition). Also, I'm glad to see a bit of the Linux blogging still happening here.

Joseph Caudle

Good question

Joseph,

Good to hear from you! I have switched to emacs -- sorry I haven't gotten to writing more about it yet. Thanks for the encouragement, though. My future Linux blogs will all be over at http://wineskinmedia.com/blog (this one just bubbled to the top because of the recent comment).

Are you thinking about a switch to Emacs?

Sadly, I don't know offhand how to get fuzzytime into Emacs, although I have occasionally tried to mess with the status bar.

In fact, my thoughts on timing the workday have changed a lot since I started working with the "pomodoro technique": http://www.pomodorotechnique.com/ That's another future blog, but in the meantime you can read the guy's free ebook. :)

Emacs etc.

Bill,

I've been using Emacs and vi interchangeably for a while. When I really want to get to work though, I fire up emacs. It's just far more powerful and emacs lisp is really cool.

I've heard about the Pomodoro Technique from a few friends, but you've now given me the resources to actually look into using it. Thanks!

Thanks for the tip!Why do

Thanks for the tip!

Why do you use PROMPT_COMMAND instead of escaping the $()? e.g.


-PS1="\u$( cat $HOME/.cronprompt ) $ "
+PS1="\u\$( cat $HOME/.cronprompt ) $ "

Alex

You're right!

Alex: Good point! Your way is much simpler. This post is a few years old; I think I was still figuring out the arcana of shell escaping. Well, no, that makes it sound like I've figured it out now. :) Thanks so much for taking time to comment. I've revised the post.