* gnus-group-make-nnir-group disappeared?
@ 2020-09-06 20:23 T.V Raman
2020-09-06 21:39 ` Eric Abrahamsen
2020-09-06 21:46 ` Daniel Martín
0 siblings, 2 replies; 7+ messages in thread
From: T.V Raman @ 2020-09-06 20:23 UTC (permalink / raw)
To: emacs-devel
Function gnus-group-make-nnir-group seems to have disappeared from the
latest sources @HEAD, intentional?
--
♉ Id: kg:/m/0285kf1 🦮
--
♉ Id: kg:/m/0285kf1 🦮
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: gnus-group-make-nnir-group disappeared?
2020-09-06 20:23 gnus-group-make-nnir-group disappeared? T.V Raman
@ 2020-09-06 21:39 ` Eric Abrahamsen
2020-09-07 0:10 ` T.V Raman
2020-09-06 21:46 ` Daniel Martín
1 sibling, 1 reply; 7+ messages in thread
From: Eric Abrahamsen @ 2020-09-06 21:39 UTC (permalink / raw)
To: T.V Raman; +Cc: emacs-devel
"T.V Raman" <raman@google.com> writes:
> Function gnus-group-make-nnir-group seems to have disappeared from the
> latest sources @HEAD, intentional?
Yes, this has been replaced by `gnus-group-make-search-group', though
there should be an obsolete alias added in there.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: gnus-group-make-nnir-group disappeared?
2020-09-06 21:39 ` Eric Abrahamsen
@ 2020-09-07 0:10 ` T.V Raman
2020-09-07 0:32 ` Andrew Cohen
0 siblings, 1 reply; 7+ messages in thread
From: T.V Raman @ 2020-09-07 0:10 UTC (permalink / raw)
To: Eric Abrahamsen; +Cc: emacs-devel
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=gb18030, Size: 169 bytes --]
Thanks, please do add the obsolete alias so that code can continue to
work across emacs 28 and the presently released versions.
--
7©4 Id: kg:/m/0285kf1 0Ü8
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: gnus-group-make-nnir-group disappeared?
2020-09-07 0:10 ` T.V Raman
@ 2020-09-07 0:32 ` Andrew Cohen
2020-09-07 13:53 ` T.V Raman
0 siblings, 1 reply; 7+ messages in thread
From: Andrew Cohen @ 2020-09-07 0:32 UTC (permalink / raw)
To: emacs-devel
Sorry for the issues with this. It was a large change and I missed quite
a few things that need fixing. But Basil L. Contovounesios has
identified some more serious potential problems and I am trying to
decide if I should revert the whole thing. If reverting seems
unnecessary I'll add the appropriate aliases.
BTW, in case you are fiddling with the current HEAD, the change should
be: 'gnus-group-make-nnir-group becomes
'gnus-group-read-ephemeral-search-group (still bound to "G G" in the
group buffer). The other new function mentioned by Eric,
'gnus-group-make-search-group, is for creating a permanent (rather than
ephemeral) group from a search.
Best,
Andy
>>>>> "TVR" == T V Raman <raman@google.com> writes:
TVR> Thanks, please do add the obsolete alias so that code can
TVR> continue to work across emacs 28 and the presently released
TVR> versions.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: gnus-group-make-nnir-group disappeared?
2020-09-06 20:23 gnus-group-make-nnir-group disappeared? T.V Raman
2020-09-06 21:39 ` Eric Abrahamsen
@ 2020-09-06 21:46 ` Daniel Martín
1 sibling, 0 replies; 7+ messages in thread
From: Daniel Martín @ 2020-09-06 21:46 UTC (permalink / raw)
To: T.V Raman; +Cc: emacs-devel
"T.V Raman" <raman@google.com> writes:
> Function gnus-group-make-nnir-group seems to have disappeared from the
> latest sources @HEAD, intentional?
This is the commit that removed the function:
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=ecfc13e41627511769e00a2d0a7568d5bdbe8a0d
I'm not familiar with the introduced change, but it seems the function
to use now should be gnus-group-make-search-group?
This API change is worth mentioning in NEWS, IMHO.
--
Daniel Martín
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2020-09-07 22:30 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-06 20:23 gnus-group-make-nnir-group disappeared? T.V Raman
2020-09-06 21:39 ` Eric Abrahamsen
2020-09-07 0:10 ` T.V Raman
2020-09-07 0:32 ` Andrew Cohen
2020-09-07 13:53 ` T.V Raman
2020-09-07 22:30 ` Andrew Cohen
2020-09-06 21:46 ` Daniel Martín
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.