help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: a mysterious star on the Gnus firmament


From: Andreas Schwab
Subject: Re: a mysterious star on the Gnus firmament
Date: Sat, 23 Mar 2019 09:14:34 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

On Mär 22 2019, Emanuel Berg <moasenwood@zoho.eu> wrote:

> Second, what does the `*' char mean, how did it
> get there (except for me falling asleep), and
> how do I remove it?

* runs the command gnus-cache-enter-article (found in
  gnus-summary-mode-map), which is an interactive autoloaded compiled Lisp
  function in ‘gnus-cache.el’.

It is bound to *, <menu-bar> <Article> <Cache> <Enter article>.

(gnus-cache-enter-article &optional N)

Enter the next N articles into the cache.
If not given a prefix, use the process marked articles instead.
Returns the list of articles entered.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]