From aa253c533d23d0fda1ecc512d94dea24501803ed Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 24 Oct 2023 09:37:21 +0200 Subject: ; Fix broken links to gmane.org --- lisp/gnus/ChangeLog.3 | 2 +- lisp/gnus/gnus-bookmark.el | 6 +++--- lisp/gnus/gnus-group.el | 16 +++++----------- lisp/gnus/mml2015.el | 4 ++-- lisp/gnus/nnheader.el | 2 +- 5 files changed, 12 insertions(+), 18 deletions(-) (limited to 'lisp/gnus') diff --git a/lisp/gnus/ChangeLog.3 b/lisp/gnus/ChangeLog.3 index d0b195e5f13..0fc5c093371 100644 --- a/lisp/gnus/ChangeLog.3 +++ b/lisp/gnus/ChangeLog.3 @@ -578,7 +578,7 @@ * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of the dribble buffer even when it is shrunk a lot. - + [dead link] 2014-06-26 Glenn Morris diff --git a/lisp/gnus/gnus-bookmark.el b/lisp/gnus/gnus-bookmark.el index ce8220f3a6e..aee122aa557 100644 --- a/lisp/gnus/gnus-bookmark.el +++ b/lisp/gnus/gnus-bookmark.el @@ -61,12 +61,12 @@ ;; (define-key global-map "\C-crl" 'gnus-bookmark-bmenu-list) ;; FIXME: Add keybindings, see -;; http://thread.gmane.org/gmane.emacs.gnus.general/63101/focus=63379 -;; http://thread.gmane.org/v9fxx9fkm4.fsf@marauder.physik.uni-ulm.de +;; http://thread.gmane.org/gmane.emacs.gnus.general/63101/focus=63379 [dead link] +;; http://thread.gmane.org/v9fxx9fkm4.fsf@marauder.physik.uni-ulm.de [dead link] ;; FIXME: Check if `gnus-bookmark.el' should use ;; `bookmark-make-record-function'. -;; Cf. http://article.gmane.org/gmane.emacs.gnus.general/66076 +;; Cf. http://article.gmane.org/gmane.emacs.gnus.general/66076 [dead link] (defgroup gnus-bookmark nil "Setting, annotation and jumping to Gnus bookmarks." diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index 0467907ec94..ac2596243b1 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el @@ -1436,14 +1436,8 @@ if it is a string, only list groups matching REGEXP." ;; Moving through the Group buffer (in topic mode) e.g. with C-n doesn't ;; update the state (enabled/disabled) of the icon `gnus-group-describe-group' -;; automatically. After `C-l' the state is correct. See the following report -;; on emacs-devel -;; : -;; From: Reiner Steib -;; Subject: tool bar icons not updated according to :active condition -;; Newsgroups: gmane.emacs.devel -;; Date: Mon, 23 Jan 2006 19:59:13 +0100 -;; Message-ID: +;; automatically. After `C-l' the state is correct. +;; See: https://lists.gnu.org/r/emacs-devel/2006-01/msg00853.html ;; Using `redraw-frame' (see `gnus-tool-bar-update') in Emacs might ;; be confusing, so maybe we shouldn't call it by default. @@ -2336,7 +2330,7 @@ Valid input formats include: (cond ;; URLs providing `group', `start' and `range': ((string-match - ;; http://thread.gmane.org/gmane.emacs.devel/86326/focus=86525 + ;; http://thread.gmane.org/gmane.emacs.devel/86326/focus=86525 [dead link] "^http://thread\\.gmane\\.org/\\([^/]+\\)/\\([0-9]+\\)/focus=\\([0-9]+\\)$" url) (setq group (match-string 1 url) @@ -2347,7 +2341,7 @@ Valid input formats include: start -1))) ;; URLs providing `group' and `start': ((or (string-match - ;; http://article.gmane.org/gmane.comp.gnu.make.bugs/3584 + ;; http://article.gmane.org/gmane.comp.gnu.make.bugs/3584 [dead link] "^http://\\(?:thread\\|article\\|permalink\\)\\.gmane\\.org/\\([^/]+\\)/\\([0-9]+\\)" url) (string-match @@ -2355,7 +2349,7 @@ Valid input formats include: "^\\(?:nntp\\|news\\)://news\\.gmane\\.org/\\([^/]+\\)/\\([0-9]+\\)" url) (string-match - ;; http://news.gmane.org/group/gmane.emacs.gnus.general/thread=65099/force_load=t + ;; http://news.gmane.org/group/gmane.emacs.gnus.general/thread=65099/force_load=t [dead link] "^http://news\\.gmane\\.org/group/\\([^/]+\\)/thread=\\([0-9]+\\)" url)) (setq group (match-string 1 url) diff --git a/lisp/gnus/mml2015.el b/lisp/gnus/mml2015.el index b8dd61de3b9..eb5ce7b141c 100644 --- a/lisp/gnus/mml2015.el +++ b/lisp/gnus/mml2015.el @@ -148,8 +148,8 @@ If set, it overrides the setting of `mml2015-sign-with-sender'." ;; ;; This function doesn't handle NotDashEscaped correctly. EasyPG handles it ;; correctly. - ;; http://thread.gmane.org/gmane.emacs.gnus.general/66062/focus=66082 - ;; http://thread.gmane.org/gmane.emacs.gnus.general/65087/focus=65109 + ;; http://thread.gmane.org/gmane.emacs.gnus.general/66062/focus=66082 [dead link] + ;; http://thread.gmane.org/gmane.emacs.gnus.general/65087/focus=65109 [dead link] (goto-char (point-min)) (forward-line) ;; We need to be careful not to strip beyond the armor headers. diff --git a/lisp/gnus/nnheader.el b/lisp/gnus/nnheader.el index cdba6e663bf..5dc5bf1fd75 100644 --- a/lisp/gnus/nnheader.el +++ b/lisp/gnus/nnheader.el @@ -85,7 +85,7 @@ Integer values will in effect be rounded up to the nearest multiple of (defvar nnheader-read-timeout (if (memq system-type '(windows-nt cygwin)) - ;; http://thread.gmane.org/v9655t3pjo.fsf@marauder.physik.uni-ulm.de + ;; http://thread.gmane.org/v9655t3pjo.fsf@marauder.physik.uni-ulm.de [dead link] ;; ;; IIRC, values lower than 1.0 didn't/don't work on Windows/DOS. ;; -- cgit v1.2.1