Topic - Emacs News
How to make the most of Emacs News
Welcome to Emacs!
Whether you're new to Emacs or you've been using it for decades, seeing how other people use Emacs can inspire you to improve your workflows.
I post a collection of Emacs links weekly at https://sachachua.com/emacs-news/ . People often recommend this as a way to keep up with interesting things going on in the Emacs world. I categorize the links so that it's easy to skim them looking for just the kinds of topics you're interested in.
Emacs beginner? Here are some tips:
- Check out the EmacsNewbie page on EmacsWiki.
- Keep an eye out for the Beginner category in Emacs News, which shows up occasionally. You can also search through the full index.org.
- I've also been organizing some links in a map of beginner resources.
Please feel free to e-mail me or send me a message on Mastodon (@sacha@social.sachachua.com) if you want to share a link!
Getting Emacs News
Subscribe by e-mail
To subscribe by e-mail, you can use either:
- info-gnu-emacs@gnu.org: low-traffic, also includes announcements of new GNU ELPA packages, or
- Mailchimp - just Emacs News as either HTML or plain-text emails
E-mails to info-gnu-emacs@gnu.org include a plain text version, an HTML version, and an Org Mode version. If you are reading e-mail in Emacs (yes, you can read e-mail in Emacs) and you have mm-discouraged-alternatives set to include "text/html", you might see the plain text version, which is a little harder to read. Here's how to show the HTML version:
- Gnus: Check the
Attachments:field at the top of the message for a button that includes "text/html". Use RET or left-click on it in order to show it. - Rmail: Find the text/html part. Use RET or click on
Show.
You can also view the HTML version on the web at https://sachachua.com/blog/category/emacs-news.
(Using something else? I'd love it if you could e-mail me some tips to add here! E-mail me at sacha@sachachua.com.)
Subscribe to RSS
RSS lets you read updates from sites that support it without using your e-mail client, which is handy if you find e-mail a little overwhelming.
To subscribe to the RSS feed, add https://sachachua.com/blog/category/emacs-news/feed to your favourite feed reader. Some Emacs options:
- Newsticker - built into Emacs
Here's what Newsticker looks like:
Figure 1: Screenshot of newsticker - Setup:
- Use
M-x load-librarynewstickerto load it. - Use
M-x customize-variablenewsticker-url-list. Click on INS to add a feed.- Label: Emacs News
- URI: https://sachachua.com/blog/category/emacs-news/feed
- Click on Apply and Save.
- Use
- Reading news:
M-x newsticker-show-news
- elfeed
- nnrss if you use Gnus
Non-Emacs feed readers work too, of course. =)
Get the full text
Want to do something with the full text or the most recent post? You can check out the full index.org or most-recent.org (or .txt versions) at https://github.com/sachac/emacs-news .
Other resources you might find useful
- Emacs Newbie page on EmacsWiki
- Planet Emacslife - brings together lots of Emacs-related blog posts
- Map of some beginner resources from Emacs News archives
Also, the Emacs and Org Mode manuals are great. You can read them within Emacs with M-x info (C-h i) or find them on the Web.