all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: master 69f20365543 1/4: Track article while moving between gnus groups
       [not found] ` <20230401015834.8B6B6C13A8C@vcs2.savannah.gnu.org>
@ 2023-04-03 12:36   ` Robert Pluim
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Pluim @ 2023-04-03 12:36 UTC (permalink / raw)
  To: emacs-devel; +Cc: Andrew G Cohen

>>>>> On Fri, 31 Mar 2023 21:58:34 -0400 (EDT), Andrew G Cohen <cohen@andy.bu.edu> said:

    Andrew> branch: master
    Andrew> commit 69f20365543f30263b9c6856071d5a8610490a24
    Andrew> Author: Andrew G Cohen <cohen@andy.bu.edu>
    Andrew> Commit: Andrew G Cohen <cohen@andy.bu.edu>

    Andrew>     Track article while moving between gnus groups
    
    Andrew>     * lisp/gnus/gnus-sum.el (gnus-current-move-article): New variable to
    Andrew>     track article while moving.
    Andrew>     (gnus-summary-move-article): Set gnus-current-move-article when
    Andrew>     moving/copying/crossposting or respooling.
    Andrew> ---
    Andrew>  lisp/gnus/gnus-sum.el | 2 ++
    Andrew>  1 file changed, 2 insertions(+)

    Andrew> diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el
    Andrew> index 0e81f95cd15..f13db8d9167 100644
    Andrew> --- a/lisp/gnus/gnus-sum.el
    Andrew> +++ b/lisp/gnus/gnus-sum.el
    Andrew> @@ -1408,6 +1408,7 @@ the normal Gnus MIME machinery."
    Andrew>  (defvar gnus-newsgroup-adaptive-score-file nil)
    Andrew>  (defvar gnus-current-score-file nil)
    Andrew>  (defvar gnus-current-move-group nil)
    Andrew> +(defvar gnus-current-move-article nil)
    Andrew>  (defvar gnus-current-copy-group nil)
    Andrew>  (defvar gnus-current-crosspost-group nil)
    Andrew>  (defvar gnus-newsgroup-display nil)
    Andrew> @@ -10248,6 +10249,7 @@ ACTION can be either `move' (the default), `crosspost' or `copy'."
    Andrew>  	       article gnus-newsgroup-name (current-buffer) t)))
 
    Andrew>  	  ;; run the move/copy/crosspost/respool hook
    Andrew> +	  (set (intern "gnus-current-move-article") (cdr art-group))

Whatʼs wrong with plain olʼ

    (setq gnus-current-move-article (cdr art-group))

I assume thereʼs going to be a follow-up patch, because I didnʼt see
any changes actually using this new defvar.

Robert
-- 



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

* Re: master 9acfb7662c5 2/4: Use completion when mark limiting in gnus summary buffers
       [not found] ` <20230401015834.A94D5C13A8E@vcs2.savannah.gnu.org>
@ 2023-04-03 12:39   ` Robert Pluim
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Pluim @ 2023-04-03 12:39 UTC (permalink / raw)
  To: emacs-devel; +Cc: Andrew G Cohen

>>>>> On Fri, 31 Mar 2023 21:58:34 -0400 (EDT), Andrew G Cohen <cohen@andy.bu.edu> said:

    Andrew> branch: master
    Andrew> commit 9acfb7662c5c25fe9bfa7156da9916f58dfde9a5
    Andrew> Author: Andrew G Cohen <cohen@andy.bu.edu>
    Andrew> Commit: Andrew G Cohen <cohen@andy.bu.edu>

    Andrew>     Use completion when mark limiting in gnus summary buffers
    
    Andrew>     * lisp/gnus/gnus-sum.el (gnus-summary-limit-to-marks)
    Andrew>     (gnus-summary-limit-exclude-marks): Use completing-read to complete on
    Andrew>     marks in the current summary buffer.
    Andrew> ---
    Andrew>  lisp/gnus/gnus-sum.el | 20 ++++++++++++++++++--
    Andrew>  1 file changed, 18 insertions(+), 2 deletions(-)

Thereʼs a reason we have a .dir-locals.el that sets `indent-tabs-mode'
to nil for emacs lisp code.

Robert
-- 



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

end of thread, other threads:[~2023-04-03 12:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <168031431405.27241.5793818095256134688@vcs2.savannah.gnu.org>
     [not found] ` <20230401015834.8B6B6C13A8C@vcs2.savannah.gnu.org>
2023-04-03 12:36   ` master 69f20365543 1/4: Track article while moving between gnus groups Robert Pluim
     [not found] ` <20230401015834.A94D5C13A8E@vcs2.savannah.gnu.org>
2023-04-03 12:39   ` master 9acfb7662c5 2/4: Use completion when mark limiting in gnus summary buffers Robert Pluim

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.