all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* a mysterious star on the Gnus firmament
@ 2019-03-22 21:20 Emanuel Berg
  2019-03-23  8:14 ` Andreas Schwab
  2019-03-23 16:20 ` Dan Sommers
  0 siblings, 2 replies; 5+ messages in thread
From: Emanuel Berg @ 2019-03-22 21:20 UTC (permalink / raw)
  To: help-gnu-emacs; +Cc: ding

OK, this must be the silliest problem yet, that
I have been unable to solve!

Just now, I fell asleep for like ~1s but it was
enough for me to accidentally press some
buttons while in a Gnus Summary buffer.
What happened was, an asterisk (the `*' char)
appeared to the right of a single e-mail, at
the 2nd position left-to-right (or Emacs buffer
column 1, if you will).

Inspecting `gnus-summary-line-format', we see
that


    gnus-summary-line-format is a variable
    defined in `gnus.el'. Its value is
    "%*%U%3{%R%} %I%1{%f%} %5{%s%}


so it would seem the `*' is in the "%R spot"!
Further down, it says


    %R  "A" if this article has been replied to,
        " " otherwise (character)


Hm - first, what does that mean? I get it "A"
is "replied to" (A for "answered", perhaps),
and that " " (i.e. no visible char) means it
isn't answered I mean replied to. But what does
"(character)" mean?

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

TIA

-- 
underground experts united
http://user.it.uu.se/~embe8573




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: a mysterious star on the Gnus firmament
  2019-03-22 21:20 a mysterious star on the Gnus firmament Emanuel Berg
@ 2019-03-23  8:14 ` Andreas Schwab
  2019-03-23 18:41   ` Emanuel Berg
  2019-03-23 16:20 ` Dan Sommers
  1 sibling, 1 reply; 5+ messages in thread
From: Andreas Schwab @ 2019-03-23  8:14 UTC (permalink / raw)
  To: help-gnu-emacs

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."



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: a mysterious star on the Gnus firmament
  2019-03-22 21:20 a mysterious star on the Gnus firmament Emanuel Berg
  2019-03-23  8:14 ` Andreas Schwab
@ 2019-03-23 16:20 ` Dan Sommers
  2019-03-23 21:11   ` Emanuel Berg
  1 sibling, 1 reply; 5+ messages in thread
From: Dan Sommers @ 2019-03-23 16:20 UTC (permalink / raw)
  To: help-gnu-emacs

On 3/22/19 4:20 PM, Emanuel Berg wrote:

> Just now, I fell asleep for like ~1s but it was
> enough for me to accidentally press some
> buttons while in a Gnus Summary buffer.
> What happened was, an asterisk (the `*' char)
> appeared to the right of a single e-mail, at
> the 2nd position left-to-right (or Emacs buffer
> column 1, if you will).

The next time something like happens, try running
M-x view-lossage, usually also bound to C-h l.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: a mysterious star on the Gnus firmament
  2019-03-23  8:14 ` Andreas Schwab
@ 2019-03-23 18:41   ` Emanuel Berg
  0 siblings, 0 replies; 5+ messages in thread
From: Emanuel Berg @ 2019-03-23 18:41 UTC (permalink / raw)
  To: help-gnu-emacs; +Cc: ding

Andreas Schwab 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’.

Thank you. You remove it with the default `M-*'
for `gnus-cache-remove-article'.

-- 
underground experts united
http://user.it.uu.se/~embe8573




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: a mysterious star on the Gnus firmament
  2019-03-23 16:20 ` Dan Sommers
@ 2019-03-23 21:11   ` Emanuel Berg
  0 siblings, 0 replies; 5+ messages in thread
From: Emanuel Berg @ 2019-03-23 21:11 UTC (permalink / raw)
  To: help-gnu-emacs

Dan Sommers wrote:

>> Just now, I fell asleep for like ~1s but it
>> was enough for me to accidentally press some
>> buttons while in a Gnus Summary buffer.
>> What happened was, an asterisk (the `*'
>> char) appeared to the right of a single
>> e-mail, at the 2nd position left-to-right
>> (or Emacs buffer column 1, if you will).
>
> The next time something like happens, try
> running M-x view-lossage, usually also bound
> to C-h l.

:D

-- 
underground experts united
http://user.it.uu.se/~embe8573




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-03-23 21:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-22 21:20 a mysterious star on the Gnus firmament Emanuel Berg
2019-03-23  8:14 ` Andreas Schwab
2019-03-23 18:41   ` Emanuel Berg
2019-03-23 16:20 ` Dan Sommers
2019-03-23 21:11   ` Emanuel Berg

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.