Completing-read on all URLs from existing post including article link?

Gnus does this via `w` (gnus-summary-browse-url) in article buffer.

Does elfeed show more details for a feed? (i mean metadata)
One thing I shifted to gnus (with feedbase) was unified look for feeds and email and more info on `t` (gnus-summary-toggle-header)

#gnus

True.
Even I was amazed at spur of so many commits (minad's maintenance storm).
I thinking if I should move from #gnus to #elfeed 🤔

@paniash

IIRC @publicvoit published something about following feeds using Gnus. I used to do that. The sticking point is that Emacs will hang while Gnus waits for a feed that may or may not connect or provide its data. elfeed was better about that, but I missed Gnus' adaptive scoring. I'd written an elfeed adaptive scoring package, but was never thrilled about using a separate package for feeds. So I'm giving Gnus and nnrss and nnatom another try.

#emacs #gnus

Browsing URLs from Gnus Summary buffer

I’ve been reading RSS and Atom feeds in Gnus for a few weeks, having moved over from elfeed. IIRC in elfeed it was pretty easy to visit the URL that an entry summarized. I’ve been searching for a while to do the same in Gnus, without much luck.

Dave’s Blog

Gnus tips for Lantern

In case you are trying out my NNTP-based blog engine [Lantern](https://koldfront.dk/git/lantern/about/) with Gnus, here are some useful parameters to set on your Lantern topic/groups: ((message-syntax-checks '((long-lines . disabled) (quoting-style . disabled))) (posting-style (eval (auto-fill-mode -1))) (message-shoot-gnksa-feet '(cancel-messages canlock-verify)))

I also have a hook to change the Content-Type: to text/markdown in the Lantern groups when writing:

(defun asjo-lantern-markdown-hook () "Insert default Content-Type in lantern groups" (let ((group (or gnus-newsgroup-name ""))) (when (string-match "nntp.inav:lantern" group) ; Adjust this! (message-add-header "Content-Type: text/markdown")))) (add-hook 'message-setup-hook 'asjo-lantern-markdown-hook)

Another thing that makes it work a little smoother is switching to markdown-mode when the Content-Type of an article is text/markdown, so adding this to your ~/.gnus:

; Display text/markdown: (require 'markdown-mode) (defun mm-display-markdown (handle) (mm-display-inline-fontify handle 'markdown-mode)) (add-to-list 'mm-inline-media-tests '("text/markdown" mm-display-markdown identity))

Have fun!

@me What version of #Emacs? What version of #Gnus? Maybe nnatom isn't included in your version.
I've been using #Emacs's #Gnus for news/mail/RSS, but for whatever reason it's having trouble subscribing to ATOM feeds (RSS is fine). I seem to be missing the nnatom backend. Is there something special I need to do to add it?
#AskFedi
@me welcome to the club! #notmuch #mu4e #gnus or another? And why this choice? (Using #notmuch here and can’t go back to anything else... yet)

OMG since I have Gnus set up with my email in Emacs, I can store a link to an email, plop it into my personal.org file, and there's a to do list or reminder system!

#emacs #gnus

@teledyn @shojiwax

> ActivityPub has no notion of 'Title' so mastodon posts will all
> appear in the summary as just the date and time, no hint what it
> says until you click it.

If you use gnus, you can do something about this. See below.

> The second point is interface. For me it was trying to use #Emacs
> #Gnus to read early Fediverse, and it wasn't feasible.

It is feasible, just. If you're willing to hack a little, check out my blog post:

https://www.homepages.ucl.ac.uk/~ucecesf/blog/20250812.html

I have an update to one of the functions described there which I will blog about soon (hopefully) but contact me should you wish to see the update sooner.

Emacs carnival: Elevator pitch (or /How I learned to love RSS for the fediverse/)