all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: help-gnu-emacs@gnu.org
Subject: Re: Gnus: Thread notes?
Date: Tue, 28 Nov 2017 08:44:58 -0800	[thread overview]
Message-ID: <87wp2agxo5.fsf@ericabrahamsen.net> (raw)
In-Reply-To: 87indv6iup.fsf@web.de

Michael Heerdegen <michael_heerdegen@web.de> writes:

> Eric Abrahamsen <eric@ericabrahamsen.net> writes:
>
>> >> The "&" might not be showing up simply because the gnorb function
>> >> doesn't re-draw the Gnus summary buffer. I've found that mildly
>> >> annoying in the past, I'll try to add that, too.
>> >
>> > `gnus-summary-update-article' maybe? (at least, seems this is what
>> > `gnus-registry--set/remove-mark' is doing)
>>
>> Oh, weird, apparently when this annoyed me in the past I already added
>> this code. I don't know why it's not working...
>
> AFAICT, you only do it for `gnorb-gnus-incoming-do-todo' (where it
> works), but not when org-capturing in the first place.

Yes, I noticed that soon after...

>> > FWIW, I would even find it acceptable if Gnorb would just silently
>> > tick the relevant messages.  It's easy enough to untick them again,
>> > and maybe the need to do that explicitly would integrate well with
>> > people's work flow.  The idea is that messages you have operated on
>> > with Gnorb are all important.
>>
>> I'd be annoyed by that behavior, but I can provide a customization
>> option that will do it. I still like the idea of the Gnorb-specific
>> limit function, though.
>
> If you would get it all work conveniently without the need of background
> ticking, it would be better and nicer, yes.

It looks like automatic visibility isn't really feasible, but I've got
ticking running, and am working on the limit function.

>> This has been a multi-year headache. Right now I'm checking the value of
>> `gnus-server-method-cache', and I don't know why your server isn't added
>> to that. I'll add an explicit check for `gnus-secondary-select-methods',
>> too.
>
> I don't know, since I don't know the purpose of this cache.
>
> If I replace that test so that it returns "my-gnorb-server" (hardcoded),
> C-c v works, so it's indeed the wrong test.  I guess you could instead
> check `gnus-server-alist'?

There are several variables that hold servers:
`gnus-secondary-select-methods' for ones you've defined in your gnus.el
file, and `gnus-server-alist' for those you've defined using the Server
buffer interface. But they're supposed to all end up in
`gnus-server-method-cache'. Anyway, I've added an explicit check for
`gnus-secondary-select-methods'.

I'm testing these changes, and will push sometime this week.

Thanks,
Eric




  reply	other threads:[~2017-11-28 16:44 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-12 12:44 Gnus: Thread notes? Michael Heerdegen
2017-10-12 12:56 ` Danny YUE
2017-10-12 16:36 ` Göktuğ Kayaalp
2017-10-12 19:25   ` Robert Pluim
2017-10-13  2:21 ` Eric Abrahamsen
2017-10-16 19:33   ` Michael Heerdegen
2017-10-16 20:14     ` Eric Abrahamsen
2017-10-18 12:18       ` Michael Heerdegen
2017-10-18 14:53         ` Eric Abrahamsen
2017-11-25  2:42       ` Michael Heerdegen
2017-11-25  6:35         ` Eric Abrahamsen
2017-11-26  5:30           ` Michael Heerdegen
2017-11-28  2:19             ` Eric Abrahamsen
2017-11-28  6:02               ` Michael Heerdegen
2017-11-28 16:44                 ` Eric Abrahamsen [this message]
2017-11-29  8:10                   ` Michael Heerdegen
2017-11-29 17:43                     ` Eric Abrahamsen
2017-12-12 12:26                   ` Michael Heerdegen
2017-12-12 17:17                     ` Eric Abrahamsen
2017-12-13 12:42                       ` Michael Heerdegen
2017-12-13 18:03                         ` Eric Abrahamsen
2017-12-14 11:31                           ` Michael Heerdegen
2017-12-14 23:41                             ` Eric Abrahamsen
2017-12-15 11:38                               ` Michael Heerdegen
2017-12-15 17:58                                 ` Eric Abrahamsen
2017-12-15 19:54                                   ` Michael Heerdegen
2017-12-16  6:10                                     ` Eric Abrahamsen
2017-12-28 20:30                                       ` Eric Abrahamsen
2017-12-14 15:30                           ` Michael Heerdegen
2017-12-14 16:05                             ` Michael Heerdegen
2017-12-14 16:59                               ` Eric Abrahamsen
2017-12-14 17:25                                 ` Michael Heerdegen
2017-12-14 17:54                                   ` Eric Abrahamsen
2017-12-16 12:21                       ` Michael Heerdegen
2017-12-16 21:08                         ` Eric Abrahamsen
2017-12-18 11:40                           ` Michael Heerdegen
2017-12-18 19:04                             ` Eric Abrahamsen
2017-12-19 14:27                               ` Michael Heerdegen
2017-12-19 16:14                                 ` Eric Abrahamsen
2017-11-28  7:44               ` Michael Heerdegen
2017-11-26  5:49           ` Michael Heerdegen
2017-10-15 15:43 ` Narendra Joshi

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=87wp2agxo5.fsf@ericabrahamsen.net \
    --to=eric@ericabrahamsen.net \
    --cc=help-gnu-emacs@gnu.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.
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.