emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/gnus-sum.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-sum.el
Date: Fri, 17 Dec 2004 10:43:38 -0500

Index: emacs/lisp/gnus/gnus-sum.el
diff -c emacs/lisp/gnus/gnus-sum.el:1.55 emacs/lisp/gnus/gnus-sum.el:1.56
*** emacs/lisp/gnus/gnus-sum.el:1.55    Tue Dec  7 21:56:39 2004
--- emacs/lisp/gnus/gnus-sum.el Fri Dec 17 15:20:06 2004
***************
*** 1703,1708 ****
--- 1703,1709 ----
    "Q" gnus-summary-exit-no-update
    "\C-c\C-i" gnus-info-find-node
    gnus-mouse-2 gnus-mouse-pick-article
+   [follow-link] mouse-face
    "m" gnus-summary-mail-other-window
    "a" gnus-summary-post-news
    "i" gnus-summary-news-other-window
***************
*** 5096,5102 ****
  
      (when gnus-agent
        (gnus-agent-possibly-alter-active group (gnus-active group) info)
!       
        (setq gnus-summary-use-undownloaded-faces
            (gnus-agent-find-parameter
             group
--- 5097,5103 ----
  
      (when gnus-agent
        (gnus-agent-possibly-alter-active group (gnus-active group) info)
! 
        (setq gnus-summary-use-undownloaded-faces
            (gnus-agent-find-parameter
             group
***************
*** 7044,7050 ****
        (gnus-summary-goto-subject article t)))
    (gnus-summary-limit (append articles gnus-newsgroup-limit))
    (gnus-summary-position-point))
!  
  (defun gnus-summary-goto-subject (article &optional force silent)
    "Go the subject line of ARTICLE.
  If FORCE, also allow jumping to articles not currently shown."
--- 7045,7051 ----
        (gnus-summary-goto-subject article t)))
    (gnus-summary-limit (append articles gnus-newsgroup-limit))
    (gnus-summary-position-point))
! 
  (defun gnus-summary-goto-subject (article &optional force silent)
    "Go the subject line of ARTICLE.
  If FORCE, also allow jumping to articles not currently shown."
***************
*** 9140,9146 ****
  
        ;;;!!!Why is this necessary?
        (set-buffer gnus-summary-buffer)
!       
        (gnus-summary-goto-subject article)
        (when (eq action 'move)
          (gnus-summary-mark-article article gnus-canceled-mark))))
--- 9141,9147 ----
  
        ;;;!!!Why is this necessary?
        (set-buffer gnus-summary-buffer)
! 
        (gnus-summary-goto-subject article)
        (when (eq action 'move)
          (gnus-summary-mark-article article gnus-canceled-mark))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]