Gnus development mailing list
 help / color / mirror / Atom feed
From: Manuel Carro <mcarro@fi.upm.es>
To: asjo@koldfront.dk (Adam Sjøgren)
Cc: ding@gnus.org
Subject: Re: Show mark in unread emails
Date: Tue, 20 Dec 2011 21:24:08 +0100	[thread overview]
Message-ID: <7sfwgfdmaf.fsf@fi.upm.es> (raw)
In-Reply-To: <87wr9ruhkc.fsf@topper.koldfront.dk> ("Adam =?utf-8?Q?Sj?= =?utf-8?Q?=C3=B8gren=22's?= message of "Tue, 20 Dec 2011 21:14:11 +0100")


> Yes, Wes Hardaker mentioned setting the display group parameter:
> 
>  "You can add a group parameter (G p) to either a group or a topic
>   such as this one:
> 
>     (display .
>             [and
>              (not killed)
>              (not expire)])
> 
>   Which will show everything not killed and not expired, for example."
> 
>    * http://article.gmane.org/gmane.emacs.gnus.general/80677
> 
> In this very thread, actually.
> 
> Couldn't you use that to have the messages you want to appear, appear?

I tried it.  If I edit (with "Gp") one of my groups and  add that as
parameter, after "C-cC-c" I get the following error messages:

gnus-group-get-parameter: Wrong type argument: listp, [and (not killed) (not expire)]
gnus-group-topic-parameters: Wrong type argument: listp, [and (not killed) (not expire)]

So I suppose that it's a list what is expected.  Therefore I changed it to

>     (display .
>             (and
>              (not killed)
>              (not expire)))

but then I enter the group and nothing happens (i.e., read messages are
still hidden).  If I go to the parameters (again "Gp") something
different appears: what I see  is

(display and
	 (not killed)
	 (not expire))

which obviously does not have the same meaning.  So, yes, I tried to
follow that path, but unsuccessfuly so far.  Any idea of why the
expression Wes Hardaker posted gives me an error message?

Best!



  reply	other threads:[~2011-12-20 20:24 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-16 12:44 Show read emails? Petro
2011-12-16 16:59 ` Steinar Bang
2011-12-16 19:58   ` Wes Hardaker
2011-12-17 10:46   ` Vitalie Spinu
2011-12-17 11:03     ` Adam Sjøgren
2011-12-17 21:25       ` Steinar Bang
2011-12-18 23:08 ` Show mark in unread emails Manuel Carro
2011-12-19  0:15   ` Russ Allbery
2011-12-19  1:25     ` Manuel Carro
2011-12-19 14:20       ` Adam Sjøgren
2011-12-20  8:09         ` Manuel Carro
2011-12-20 11:23           ` Philipp Haselwarter
2011-12-20 18:33             ` Manuel Carro
2011-12-20 18:56               ` Adam Sjøgren
2011-12-20 19:16                 ` Manuel Carro
2011-12-20 20:14                   ` Adam Sjøgren
2011-12-20 20:24                     ` Manuel Carro [this message]
2011-12-20 20:33                       ` Adam Sjøgren
2011-12-21 15:35                         ` Manuel Carro
2011-12-20 20:18                   ` Philipp Haselwarter
2011-12-20 20:31               ` Philipp Haselwarter
2011-12-19  1:57     ` XeCycle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7sfwgfdmaf.fsf@fi.upm.es \
    --to=mcarro@fi.upm.es \
    --cc=asjo@koldfront.dk \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).