1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-13 06:50:39 -08:00

; Fix broken links to gmane.org

This commit is contained in:
Stefan Kangas 2023-10-24 09:37:21 +02:00
parent cc3e436c82
commit aa253c533d
16 changed files with 32 additions and 37 deletions

View file

@ -6789,8 +6789,8 @@
2006-09-04 Daiki Ueno <ueno@unixuser.org>
* pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
http://article.gmane.org/gmane.emacs.gnus.general/50457
Das. http://article.gmane.org/gmane.emacs.gnus.general/49947 [dead link]
http://article.gmane.org/gmane.emacs.gnus.general/50457 [dead link]
2006-09-03 Chong Yidong <cyd@stupidchicken.com>

View file

@ -15985,7 +15985,7 @@
(imap-message-copyuid-1): Use it.
(imap-message-appenduid-1): Likewise. Based on patch by Nathan
J. Williams in
<http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
<http://permalink.gmane.org/gmane.emacs.gnus.general/65855>. [dead link]
2008-04-02 Alan Mackenzie <acm@muc.de>

View file

@ -14019,7 +14019,7 @@
* font-lock.el (font-lock-refresh-defaults): New function, which
can be used to let font-lock react to external changes in
variables like font-lock-defaults and keywords.
See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802 [dead link]
2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>

View file

@ -2573,7 +2573,7 @@
* progmodes/grep.el (rgrep): Escape command line. Sometimes, it
is too long for Tramp. See discussion in
<http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
<http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>. [dead link]
* progmodes/compile.el (compilation-start): Remove line escape
template.

View file

@ -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>

View file

@ -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."

View file

@ -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)

View file

@ -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.

View file

@ -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.
;;

View file

@ -240,7 +240,7 @@ be used instead."
(concat
"\\(?:"
;; Match paired parentheses, e.g. in Wikipedia URLs:
;; http://thread.gmane.org/47B4E3B2.3050402@gmail.com
;; http://thread.gmane.org/47B4E3B2.3050402@gmail.com [dead link]
"[" chars punct "]+" "(" "[" chars punct "]+" ")"
"\\(?:" "[" chars punct "]+" "[" chars "]" "\\)?"
"\\|"

View file

@ -768,7 +768,7 @@ Key bindings:
(setq-local comint-prompt-read-only inferior-octave-prompt-read-only)
(add-hook 'comint-input-filter-functions
'inferior-octave-directory-tracker nil t)
;; http://thread.gmane.org/gmane.comp.gnu.octave.general/48572
;; http://thread.gmane.org/gmane.comp.gnu.octave.general/48572 [dead link]
(add-hook 'window-configuration-change-hook
'inferior-octave-track-window-width-change nil t)
(setq-local compilation-error-regexp-alist inferior-octave-error-regexp-alist)
@ -1007,7 +1007,7 @@ directory and makes this the current buffer's default directory."
(defvar inferior-octave-last-column-width nil)
(defun inferior-octave-track-window-width-change ()
;; http://thread.gmane.org/gmane.comp.gnu.octave.general/48572
;; http://thread.gmane.org/gmane.comp.gnu.octave.general/48572 [dead link]
(let ((width (max inferior-octave-minimal-columns (window-width))))
(unless (eq inferior-octave-last-column-width width)
(setq-local inferior-octave-last-column-width width)