Merge from origin/emacs-29
aa253c533d
; Fix broken links to gmane.orgcc3e436c82
Change news.gmane.org to news.gmane.io297fe945c5
Fix minor defcustom issues in Gnus (Bug#66715)3beb5f5e24
; * doc/misc/gnus.texi: Fix unmatched quote in gnus doc. ...85d08d5788
Minor connection-local variables fixes79d8328ca4
Make Dired honor `insert-directory-program´ with globs43127294e1
Fix typo in url-privacy-level :type380f8574ef
* lisp/vc/log-view.el (log-view-mode-menu): Quote derived...
This commit is contained in:
commit
e81e625ab8
28 changed files with 85 additions and 75 deletions
13
ChangeLog.2
13
ChangeLog.2
|
@ -10661,8 +10661,8 @@
|
|||
|
||||
* lisp/gnus/nnir.el (nnir-request-update-mark):
|
||||
Default to the original mark.
|
||||
cf. <http://thread.gmane.org/gmane.emacs.gnus.general/86583>
|
||||
and <http://thread.gmane.org/gmane.emacs.gnus.general/86640>
|
||||
cf. <http://thread.gmane.org/gmane.emacs.gnus.general/86583> [dead link]
|
||||
and <http://thread.gmane.org/gmane.emacs.gnus.general/86640> [dead link]
|
||||
|
||||
2016-01-19 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
|
@ -12012,7 +12012,7 @@
|
|||
(Maybe this is the last merge from Gnus git to Emacs git)
|
||||
|
||||
Cf. discussion on ding mailing list, messages in
|
||||
<http://thread.gmane.org/gmane.emacs.gnus.general/86228>.
|
||||
<http://thread.gmane.org/gmane.emacs.gnus.general/86228>. [dead link]
|
||||
Common code from the three files mml-smime.el, mml1991.el, and
|
||||
mml2015.el is moved to mml-sec.el. Auxiliary functions are added
|
||||
to gnus-util.el.
|
||||
|
@ -15206,8 +15206,9 @@
|
|||
Remove nnml-retrieve-groups that is unnecessary and somewhat problematic
|
||||
|
||||
* lisp/gnus/nnml.el (nnml-retrieve-groups): Remove. See:
|
||||
<http://thread.gmane.org/gmane.emacs.gnus.general/86308> and
|
||||
<http://thread.gmane.org/gmane.emacs.gnus.general/86321>
|
||||
<http://thread.gmane.org/gmane.emacs.gnus.general/86308> [dead link]
|
||||
and
|
||||
<http://thread.gmane.org/gmane.emacs.gnus.general/86321> [dead link]
|
||||
|
||||
2015-11-25 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
|
@ -30968,7 +30969,7 @@
|
|||
2015-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
|
||||
|
||||
* lisp/gnus/gnus-art.el (gnus-button-alist): Re-revert last change.
|
||||
cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896>
|
||||
cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896> [dead link]
|
||||
|
||||
2015-05-28 Samer Masterson <samer@samertm.com>
|
||||
|
||||
|
|
|
@ -234791,7 +234791,7 @@
|
|||
(Maybe this is the last merge from Gnus git to Emacs git)
|
||||
|
||||
Cf. discussion on ding mailing list, messages in
|
||||
<http://thread.gmane.org/gmane.emacs.gnus.general/86228>.
|
||||
<http://thread.gmane.org/gmane.emacs.gnus.general/86228>. [dead link]
|
||||
Common code from the three files mml-smime.el, mml1991.el, and
|
||||
mml2015.el is moved to mml-sec.el. Auxiliary functions are added
|
||||
to gnus-util.el.
|
||||
|
|
|
@ -21,7 +21,7 @@ If you want to receive these notifications, please subscribe at
|
|||
<https://lists.gnu.org/mailman/listinfo/emacs-buildstatus>.
|
||||
|
||||
Alternatively, these notifications can be read via gmane at
|
||||
<nntp+news.gmane.org:gmane.emacs.buildstatus>.
|
||||
<nntp+news.gmane.io:gmane.emacs.buildstatus>.
|
||||
|
||||
The messages contain a URL to the log file of the failed job, like
|
||||
<https://emba.gnu.org/emacs/emacs/-/jobs/739/raw>.
|
||||
|
|
|
@ -1597,6 +1597,10 @@ discriminate for the properties @code{:protocol} (this is the Tramp
|
|||
method) or @code{:user} (a remote user name). The @code{nil} criteria
|
||||
matches all buffers with a remote default directory.
|
||||
|
||||
Be careful when declaring different profiles with the same variable,
|
||||
and setting these profiles to criteria which could match in parallel.
|
||||
It is unspecified which variable value is used then.
|
||||
|
||||
@node Key Bindings
|
||||
@section Customizing Key Bindings
|
||||
@cindex key bindings
|
||||
|
|
|
@ -3216,7 +3216,7 @@ if address "sender" "sieve-admin@@extundo.com" @{
|
|||
@end example
|
||||
|
||||
To generate tests for multiple email-addresses use a group parameter
|
||||
like @code{(sieve address "sender" ("name@@one.org" else@@two.org"))}.
|
||||
like @code{(sieve address "sender" ("name@@one.org" "else@@two.org"))}.
|
||||
When generating a sieve script (@pxref{Sieve Commands}) Sieve code
|
||||
like the following is generated:
|
||||
|
||||
|
@ -3372,7 +3372,7 @@ You can define different sorting to different groups via
|
|||
group by reverse date to see the latest news at the top and an
|
||||
@acronym{RSS} group by subject. In this example, the first group is the
|
||||
Debian daily news group @code{gmane.linux.debian.user.news} from
|
||||
news.gmane.org. The @acronym{RSS} group corresponds to the Debian
|
||||
news.gmane.io. The @acronym{RSS} group corresponds to the Debian
|
||||
weekly news RSS feed
|
||||
@url{https://packages.debian.org/unstable/newpkg_main.en.rdf},
|
||||
@xref{RSS}.
|
||||
|
@ -4426,7 +4426,7 @@ A select method can be very long, like:
|
|||
|
||||
@lisp
|
||||
(nntp "gmane"
|
||||
(nntp-address "news.gmane.org")
|
||||
(nntp-address "news.gmane.io")
|
||||
(nntp-end-of-line "\n")
|
||||
(nntp-open-connection-function
|
||||
nntp-open-via-rlogin-and-telnet)
|
||||
|
@ -7279,7 +7279,7 @@ The server has to support @acronym{NOV} for any of this to work.
|
|||
@cindex Gmane, @code{gnus-fetch-old-headers}
|
||||
This feature can seriously impact performance it ignores all locally
|
||||
cached header entries. Setting it to @code{t} for groups for a server
|
||||
that doesn't expire articles (such as news.gmane.org), leads to very
|
||||
that doesn't expire articles (such as news.gmane.io), leads to very
|
||||
slow summary generation.
|
||||
|
||||
@item gnus-fetch-old-ephemeral-headers
|
||||
|
@ -18020,7 +18020,7 @@ Here is an example:
|
|||
(nnselect-args
|
||||
. [["nnimap+work:mail" 595 100]
|
||||
["nnimap+home:sent" 223 100]
|
||||
["nntp+news.gmane.org:gmane.emacs.gnus.general" 23666 100]]))
|
||||
["nntp+news.gmane.io:gmane.emacs.gnus.general" 23666 100]]))
|
||||
@end lisp
|
||||
|
||||
The function is the identity and the argument is just the list of
|
||||
|
@ -25155,9 +25155,9 @@ groups as spam and reports the to Gmane at group exit:
|
|||
@end lisp
|
||||
|
||||
Additionally, I use @code{(setq spam-report-gmane-use-article-number nil)}
|
||||
because I don't read the groups directly from news.gmane.org, but
|
||||
because I don't read the groups directly from news.gmane.io, but
|
||||
through my local news server (leafnode). I.e., the article numbers are
|
||||
not the same as on news.gmane.org, thus @code{spam-report.el} has to check
|
||||
not the same as on news.gmane.io, thus @code{spam-report.el} has to check
|
||||
the @code{X-Report-Spam} header to find the correct number.
|
||||
|
||||
@node Spam Back Ends
|
||||
|
@ -25341,7 +25341,7 @@ added to a group's @code{spam-process} parameter, the spam-marked
|
|||
articles groups will be reported to the Gmane administrators via a
|
||||
HTTP request.
|
||||
|
||||
Gmane was formerly found at @uref{http://gmane.org}.
|
||||
Gmane is at @uref{https://gmane.io}.
|
||||
|
||||
@emph{WARNING}
|
||||
|
||||
|
@ -28808,7 +28808,7 @@ be read correctly in Emacs 22 and below. If you want to use Gnus across
|
|||
different Emacs versions, you may set @code{mm-auto-save-coding-system}
|
||||
to @code{emacs-mule}.
|
||||
@c FIXME: Untested. (Or did anyone test it?)
|
||||
@c Cf. http://thread.gmane.org/gmane.emacs.gnus.general/66251/focus=66344
|
||||
@c Cf. http://thread.gmane.org/gmane.emacs.gnus.general/66251/focus=66344 [dead link]
|
||||
|
||||
@item Lisp files are now installed in @file{.../site-lisp/gnus/} by default.
|
||||
It defaulted to @file{.../site-lisp/} formerly. In addition to this,
|
||||
|
@ -29321,13 +29321,13 @@ have names like @samp{gnu.emacs.gnus}.
|
|||
You can also have any number of foreign groups active at the same
|
||||
time. These are groups that use non-native non-secondary back ends
|
||||
for getting news. Foreign groups have names like
|
||||
@samp{nntp+news.gmane.org:gmane.emacs.gnus.devel}.
|
||||
@samp{nntp+news.gmane.io:gmane.emacs.gnus.devel}.
|
||||
|
||||
@item secondary
|
||||
@cindex secondary
|
||||
Secondary back ends are somewhere half-way between being native and
|
||||
being foreign, but they mostly act like they are native, but they, too
|
||||
have names like @samp{nntp+news.gmane.org:gmane.emacs.gnus.devel}.
|
||||
have names like @samp{nntp+news.gmane.io:gmane.emacs.gnus.devel}.
|
||||
|
||||
@item article
|
||||
@cindex article
|
||||
|
|
|
@ -14414,7 +14414,7 @@ alpha.bounty-full.com
|
|||
beta.bounty-full.com
|
||||
|
||||
// Smallregistry by Promopixel SARL: https://www.smallregistry.net
|
||||
// Former AFNIC's SLDs
|
||||
// Former AFNIC's SLDs
|
||||
// Submitted by Jérôme Lipowicz <support@promopixel.com>
|
||||
aeroport.fr
|
||||
avocat.fr
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1681,7 +1681,9 @@ see `dired-use-ls-dired' for more details.")
|
|||
(cond (dir-wildcard
|
||||
(setq switches (concat "-d " switches))
|
||||
(let* ((default-directory (car dir-wildcard))
|
||||
(script (format "ls %s %s" switches (cdr dir-wildcard)))
|
||||
(script (format "%s %s %s"
|
||||
insert-directory-program
|
||||
switches (cdr dir-wildcard)))
|
||||
(sh (or (and remotep "/bin/sh")
|
||||
(executable-find shell-file-name)
|
||||
(executable-find "sh")))
|
||||
|
|
|
@ -700,7 +700,8 @@ Return a reordered plist."
|
|||
"Return the connection profiles list for CRITERIA.
|
||||
CRITERIA is a plist identifying a connection and the application
|
||||
using this connection, see `connection-local-criteria-alist'."
|
||||
(let (profiles)
|
||||
(let ((criteria (connection-local-normalize-criteria criteria))
|
||||
profiles)
|
||||
(dolist (crit-alist connection-local-criteria-alist)
|
||||
(let ((crit criteria)
|
||||
(match t))
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -1622,7 +1622,8 @@ predicate. See Info node `(gnus)Customizing Articles'."
|
|||
"The protocol used for encrypt articles.
|
||||
It is a string, such as \"PGP\". If nil, ask user."
|
||||
:version "22.1"
|
||||
:type 'string
|
||||
:type '(choice (const :tag "Ask me" nil)
|
||||
string)
|
||||
:group 'mime-security)
|
||||
|
||||
(defcustom gnus-use-idna t
|
||||
|
@ -7560,10 +7561,11 @@ must return `mid', `mail', `invalid' or `ask'."
|
|||
:version "22.1"
|
||||
:group 'gnus-article-buttons
|
||||
:type '(choice (function-item :tag "Heuristic function"
|
||||
gnus-button-mid-or-mail-heuristic)
|
||||
(const ask)
|
||||
(const mid)
|
||||
(const mail)))
|
||||
gnus-button-mid-or-mail-heuristic)
|
||||
(const :tag "Query me" ask)
|
||||
(const :tag "Assume it's a message ID" mid)
|
||||
(const :tag "Assume it's a mail address" mail)
|
||||
function))
|
||||
|
||||
(defcustom gnus-button-mid-or-mail-heuristic-alist
|
||||
'((-10.0 . ".+\\$.+@")
|
||||
|
|
|
@ -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."
|
||||
|
@ -112,7 +112,7 @@ You can toggle whether details are shown with \\<gnus-bookmark-bmenu-mode-map>\\
|
|||
|
||||
(defcustom gnus-bookmark-bookmark-inline-details '(author)
|
||||
"Details to be shown with `gnus-bookmark-bmenu-toggle-infos'.
|
||||
The default value is \(subject)."
|
||||
The default value is (author)."
|
||||
:type '(list :tag "Gnus bookmark details"
|
||||
(set :inline t
|
||||
(const :tag "Author" author)
|
||||
|
|
|
@ -286,10 +286,10 @@ If you want to modify the group buffer, you can use this hook."
|
|||
:type 'hook)
|
||||
|
||||
(defcustom gnus-useful-groups
|
||||
'(("(ding) mailing list mirrored at gmane.org"
|
||||
'(("(ding) mailing list mirrored at gmane.io"
|
||||
"gmane.emacs.gnus.general"
|
||||
(nntp "Gmane"
|
||||
(nntp-address "news.gmane.org")))
|
||||
(nntp-address "news.gmane.io")))
|
||||
("Gnus bug archive"
|
||||
"gnus.gnus-bug"
|
||||
(nntp "news.gnus.org"
|
||||
|
@ -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)
|
||||
|
|
|
@ -122,7 +122,7 @@ The server has to support NOV for any of this to work.
|
|||
|
||||
This feature can seriously impact performance it ignores all
|
||||
locally cached header entries. Setting it to t for groups for a
|
||||
server that doesn't expire articles (such as news.gmane.org),
|
||||
server that doesn't expire articles (such as news.gmane.io),
|
||||
leads to very slow summary generation."
|
||||
:group 'gnus-thread
|
||||
:type '(choice (const :tag "off" nil)
|
||||
|
@ -322,7 +322,8 @@ This can either be a regular expression or list of regular expressions
|
|||
that will be removed from subject strings if fuzzy subject
|
||||
simplification is selected."
|
||||
:group 'gnus-thread
|
||||
:type '(repeat regexp))
|
||||
:type '(choice regexp
|
||||
(repeat regexp)))
|
||||
|
||||
(defcustom gnus-show-threads t
|
||||
"If non-nil, display threads in summary mode."
|
||||
|
|
|
@ -1145,7 +1145,8 @@ Note that these functions use `mail-citation-hook' if that is non-nil."
|
|||
This can also be a list of functions. Each function can find the
|
||||
citation between (point) and (mark t). And each function should leave
|
||||
point and mark around the citation text as modified."
|
||||
:type 'function
|
||||
:type '(choice function
|
||||
(repeat function))
|
||||
:link '(custom-manual "(message)Insertion Variables")
|
||||
:group 'message-insertion)
|
||||
|
||||
|
@ -1406,8 +1407,9 @@ This can also be a list of values."
|
|||
:group 'message
|
||||
:link '(custom-manual "(message)Mail Aliases")
|
||||
:type '(choice (const :tag "Use Mailabbrev" abbrev)
|
||||
(const :tag "Use ecomplete" ecomplete)
|
||||
(const :tag "No expansion" nil)))
|
||||
(const :tag "Use ecomplete" ecomplete)
|
||||
(set (const :tag "Use Mailabbrev" abbrev)
|
||||
(const :tag "Use ecomplete" ecomplete))))
|
||||
|
||||
(defcustom message-self-insert-commands '(self-insert-command)
|
||||
"List of `self-insert-command's used to trigger ecomplete.
|
||||
|
@ -1451,8 +1453,9 @@ If a function email is passed as the argument."
|
|||
:group 'message
|
||||
:link '(custom-manual "(message)Wide Reply")
|
||||
:type '(choice (const :tag "Yourself" nil)
|
||||
regexp
|
||||
(repeat :tag "Regexp List" regexp)))
|
||||
regexp
|
||||
(repeat :tag "Regexp List" regexp)
|
||||
function))
|
||||
|
||||
(defsubst message-dont-reply-to-names ()
|
||||
(if (functionp message-dont-reply-to-names)
|
||||
|
|
|
@ -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.
|
||||
;;
|
||||
|
|
|
@ -49,7 +49,7 @@ instead."
|
|||
"Whether the article number (faster!) or the header should be used.
|
||||
|
||||
You must set this to nil if you don't read Gmane groups directly
|
||||
from news.gmane.org, e.g. when using local newsserver such as
|
||||
from news.gmane.io, e.g. when using local newsserver such as
|
||||
leafnode."
|
||||
:type 'boolean)
|
||||
|
||||
|
@ -64,7 +64,7 @@ The function must accept the arguments `host' and `report'."
|
|||
spam-report-url-ping-mm-url)
|
||||
(const :tag "Store request URLs in `spam-report-requests-file'"
|
||||
spam-report-url-to-file)
|
||||
(function :tag "User defined function" nil)))
|
||||
(function :tag "User defined function")))
|
||||
|
||||
(defcustom spam-report-requests-file
|
||||
(nnheader-concat gnus-directory "spam/" "spam-report-requests.url")
|
||||
|
@ -149,6 +149,8 @@ submitted at once. Internal variable.")
|
|||
(when (and gnus-newsgroup-name
|
||||
(or (null spam-report-gmane-regex)
|
||||
(string-match spam-report-gmane-regex gnus-newsgroup-name)))
|
||||
;; FIXME: These addresses are down. There is also no
|
||||
;; unspam.gmane.io or spam.gmane.io.
|
||||
(let ((rpt-host (if unspam "unspam.gmane.org" "spam.gmane.org")))
|
||||
(gnus-message 6 "Reporting article %d to %s..." article rpt-host)
|
||||
(cond
|
||||
|
|
|
@ -244,7 +244,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 "]" "\\)?"
|
||||
"\\|"
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -146,7 +146,7 @@ variable."
|
|||
(const :tag "Emacs version" :value emacs)
|
||||
(const :tag "Last location" :value lastloc)
|
||||
(const :tag "Browser identification" :value agent)
|
||||
(const :tag "No cookies" :value cookie)))
|
||||
(const :tag "No cookies" :value cookies)))
|
||||
:group 'url)
|
||||
|
||||
(defcustom url-lastloc-privacy-level 'domain-match
|
||||
|
|
|
@ -163,14 +163,14 @@
|
|||
:help "Go to the previous count'th log message"]
|
||||
["Next File" log-view-file-next
|
||||
:help "Go to the next count'th file"
|
||||
:active (derived-mode-p vc-cvs-log-view-mode
|
||||
vc-rcs-log-view-mode
|
||||
vc-sccs-log-view-mode)]
|
||||
:active (derived-mode-p 'vc-cvs-log-view-mode
|
||||
'vc-rcs-log-view-mode
|
||||
'vc-sccs-log-view-mode)]
|
||||
["Previous File" log-view-file-prev
|
||||
:help "Go to the previous count'th file"
|
||||
:active (derived-mode-p vc-cvs-log-view-mode
|
||||
vc-rcs-log-view-mode
|
||||
vc-sccs-log-view-mode)]))
|
||||
:active (derived-mode-p 'vc-cvs-log-view-mode
|
||||
'vc-rcs-log-view-mode
|
||||
'vc-sccs-log-view-mode)]))
|
||||
|
||||
(defvar log-view-mode-hook nil
|
||||
"Hook run at the end of `log-view-mode'.")
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
* Makefile.in (links): New phony target to create a fake
|
||||
installation pointing back to the source tree to run GUI Emacs
|
||||
in-place (http://article.gmane.org/gmane.emacs.devel:178330).
|
||||
in-place (http://article.gmane.org/gmane.emacs.devel:178330). [dead link]
|
||||
|
||||
2014-11-22 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
|
|
|
@ -9387,7 +9387,7 @@ sys_write (int fd, const void * buffer, unsigned int count)
|
|||
break them into smaller chunks. See the Comments section of
|
||||
the MSDN documentation of WriteFile for details behind the
|
||||
choice of the value of CHUNK below. See also the thread
|
||||
http://thread.gmane.org/gmane.comp.version-control.git/145294
|
||||
http://thread.gmane.org/gmane.comp.version-control.git/145294 [dead link]
|
||||
in the git mailing list. */
|
||||
const unsigned char *p = buffer;
|
||||
const bool is_pipe = (fd < MAXDESC
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
;; This is a very aggressive shortening of the left hand side.
|
||||
("nnimap+email@banana.salesman.example.com:234" . "email@banana:234")
|
||||
("nntp+some.where.edu:soc.motss" . "some:s.motss")
|
||||
("nntp+news.gmane.org:gmane.emacs.gnus.general" . "news:g.e.g.general")
|
||||
("nntp+news.gmane.io:gmane.emacs.gnus.general" . "news:g.e.g.general")
|
||||
("nntp+news.gnus.org:gmane.text.docbook.apps" . "news:g.t.d.apps")
|
||||
|
||||
;; nnimap groups.
|
||||
|
|
Loading…
Add table
Reference in a new issue