6074 comments
2357 subscribers
6189 on Twitter
Subscribe! Feed reader E-mail

Emacs and Gnus: zomg, new chapter out the door!

So I _finally_ pulled everything together and got my Gnus chapter out the door. Hooray, hooray, hooray!

Disclaimers: It’s rough, it probably makes a few assumptions about whatever version of Emacs I’m running, it’s probably missing your favorite tips (and I’d love to add them!), and it probably has typos. Meep. But it’s out there!

Hooray, hooray, hooray!

Next step: write about web-browsing in Emacs…

Short URL: http://sachachua.com/blog/p/5036
  • Paul

    Good job Sacha. I just finished reading it, and I think it is a pretty complete introduction to Gnus for reading emails. I’m not sure how necessary it is to develop it, but Gnus is above all a brilliant news reader.
    I can’t wait for your book to be released.

  • http://sfllaw.ca/~sfllaw/ Simon Law

    Don’t recommend Fetchmail. Getmail is _way_ better.

  • http://randell.ph/ randell

    Hi Sacha, do you have a compilation of the chapters you finished already?

  • David

    Regarding reading HTML mails, I guess you could use ‘W M v’ (gnus-mime-view-all-parts) to force displaying HTML instead of an extra function. For multipart messages which contain text/plain as well as text/html, use

    (add-to-list ‘gnus-newsgroup-variables ‘(gnus-buttonized-mime-types . ‘(“multipart/encrypted” “multipart/signed” “multipart/alternative”)))

    so that you can choose between text and HTML, with text as the default. The encrypted/signed parts are needed for correctly displaying S/MIME signed/encrypted messages, but that’s another story entirely…

  • http://www.feelingroot.com Cezar Halmagean

    The customizable, keyboard-friendly interface will help you get through my mail
    without the distraction.

    That doesn’t sound right, probably a typo…

    • http://sachachua.com Sacha Chua

      Ooh, good catch. I’ll fix that after work. Thanks!

  • http://knusper.says.it Knusper

    Cool… I always wanted to read my mail with emacs, but since I have an IMAP Account at my university, I have not been knowing how to set it up properly. But I just scanned your tutorial and it seems that you are covering also this part. Marked it for reading.

  • Joshua Eckroth

    Sacha, in project 2, the second code listing, you write:


    (setq smtpmail-auth-credentials
    (list (smtpmail-smtp-server
    smtpmail-smtp-service
    "yourusername"
    "yourpassword"))

    I think you need to quote the argument to “list”:


    (setq smtpmail-auth-credentials
    (list '(smtpmail-smtp-server
    smtpmail-smtp-service
    "yourusername"
    "yourpassword"))

  • http://ipanini.com Erwin Panen

    Hi Sacha, I’m afraid something’s wrong with the links to both the PDF and html files…
    We get a 404 Not Found error.

    Thanks,

    Erwin

  • http://sachachua.com Sacha Chua

    Fixed! Ah, bit rot…

On This Day...

  • 2012: Weekly review: Week ending August 3, 2012 — Lots of tech changes! Getting the hang of using my tablet. Upgraded to a new cellphone with a data plan. [...]
  • 2011: Drupal and JQuery 1.5: Fixing the JSON encoding of ampersands — Drupal 6′s drupal_json method encodes ampersands incorrectly for JQuery 1.5, causing the rather cryptic error: Uncaught Syntax error, unrecognized expression: [...]
  • 2010: Success and blogging — What’s success when you’re writing a personal blog–not a niche blog which you want to make money from through [...]
  • 2008: Finding something worth talking about — "I don’t know what I’d talk about," people often tell me when I encourage them to think of topics for [...]
  • 2008: OpenOffice.org: Replacing dingbats — I _really_ should have blogged this when I first wrote it. That would’ve saved me time writing it again! Sub ReplaceDingbats(optional [...]
  • 2008: Emacs: Caps lock as M-x — Inspired by Lennart Borgman’s recent post on help.gnu.emacs about binding Caps Lock to M-x on Microsoft Windows, I set my [...]
  • 2007: No plans yet — My birthday’s coming up next week and I still don’t have any plans. Somehow, that realization makes me feel lonely. Is this [...]
  • 2006: Month in review — Check out my May, June, July, and August indices, too. =)
  • 2006: CookOrDie: Danger, Will Robinson! — Uh oh. I now know how to bake brownies from scratch, and I can make them as moist and chocolatey as I [...]
  • 2006: Social Tech Brewing: It’s all about choices — (I think about this a fair bit even as a 22-year-old because I want to know my values, and reflecting on [...]
  • 2006: Social Tech Brewing: Women in Technology — Today’s Social Tech Brewing event about Women in Technology gave me much to think about. I’ll blog a bit more about [...]
  • 2005: Chicken adobo results — I microwaved the chicken adobo for another minute and a half just to feel slightly better about it, and fried it [...]
  • 2005: On intelligence and wisdom — On mensaphilopen, Alistair Israel said: The smart ones realize that this it isn’t worth living in this country, and seek their fortune [...]
  • 2005: Finally! Internet! — I had been grumbling about it for all of five minutes as I fiddled about with various settings, finding it completely [...]
  • 2003: FOAF — Friend-of-a-friend descriptions are up at http://sacha.free.net.ph/notebook/foaf.rdf
  • 2003: Invitations — - Berris, Dean Michael – sent - Carreon, Mario – sent - lastname, Aimee – sent c/o Mario - Cimafranca, Dominique – sent - [...]
  • 2003: Women and technical courses — http://www-personal.si.umich.edu/~rfrost/courses/Women+Tech/readings/Margolis.html Link from JM Ibanez
  • 2003: Java — Calen is referring to the “Rethinking the Java Curriculum” article: http://www.onjava.com/pub/a/onjava/2002/08/21/javaxp.html With some interesting follow-up commentary here: http://fishbowl.pastiche.org/archives/000454.html
  • 2003: Enye (n with tilde) — - http://marc.free.net.ph:80/message/19991216.121601.49226c7e.html - http://marc.free.net.ph:80/message/20011213.093356.e7625d7b.html - http://marc.free.net.ph:80/message/20011213.180210.24306ae0.html - http://marc.free.net.ph:80/message/20011214.010850.5f9e91ed.html

Get the highlights as a PDF!

Stories from my Twenties: Highlights from a Decade of Blogging