; Fix broken links to gmane.org
This commit is contained in:
@@ -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.
|
||||
<http://thread.gmane.org/gmane.emacs.gnus.user/16923>
|
||||
<http://thread.gmane.org/gmane.emacs.gnus.user/16923> [dead link]
|
||||
|
||||
2014-06-26 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
|
||||
@@ -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."
|
||||
|
||||
@@ -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
|
||||
;; <http://thread.gmane.org/v9acdmrcse.fsf@marauder.physik.uni-ulm.de>:
|
||||
;; 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: <v9acdmrcse.fsf@marauder.physik.uni-ulm.de>
|
||||
;; 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)
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user