mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
Synch with Gnus trunk
===================== 2010-03-22 Teodor Zlatanov <tzz@lifelogs.com> * gnus/gnus-setup.ast: Add finish links to the top nodes. * gnus/news-server.ast: Add some trivial validation.
This commit is contained in:
parent
f14d1172a2
commit
1888398e25
@ -1,3 +1,9 @@
|
||||
2010-03-22 Teodor Zlatanov <tzz@lifelogs.com>
|
||||
|
||||
* gnus/gnus-setup.ast: Add finish links to the top nodes.
|
||||
|
||||
* gnus/news-server.ast: Add some trivial validation.
|
||||
|
||||
2010-03-13 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* NEWS: Add secrets.el.
|
||||
|
@ -33,6 +33,8 @@ Your mail can be downloaded into Gnus in several ways, choose one:
|
||||
|
||||
@end text
|
||||
|
||||
@next 'finish
|
||||
|
||||
@node Setting up a NNTP server
|
||||
|
||||
@text
|
||||
@ -40,6 +42,8 @@ TODO: this will be a real link.
|
||||
Run M-x assistant and use the news-server.ast file as input.
|
||||
@end text
|
||||
|
||||
@next 'finish
|
||||
|
||||
|
||||
@c Local variables:
|
||||
@c mode: texinfo
|
||||
|
@ -2,9 +2,9 @@
|
||||
|
||||
|
||||
@node Setting up the news server name and port number
|
||||
@variable server :string (gnus-getenv-nntpserver)
|
||||
@variable server :string (or (gnus-getenv-nntpserver) "your-server-here")
|
||||
@variable port :number 119
|
||||
@validate (assistant-validate-connect-to-server server port)
|
||||
@validate (or (assistant-validate-connect-to-server server port) (y-or-n-p "Do you want to use the server anyway, although you can't confirm it's valid?"))
|
||||
@result gnus-select-method (list 'nntp server (list 'nntp-server port))
|
||||
@text
|
||||
Usenet news is usually read from your Internet service prodider's news
|
||||
@ -14,10 +14,10 @@ As a guess, the name of the server might be news.yourisp.com.
|
||||
|
||||
Server name: @variable{server}
|
||||
Port number: @variable{port}
|
||||
|
||||
@end text
|
||||
@next t "User name and password"
|
||||
|
||||
|
||||
@node User name and password
|
||||
@type interstitial
|
||||
@next
|
||||
|
Loading…
Reference in New Issue
Block a user