]> code.delx.au - gnu-emacs/commitdiff
Synch with Gnus trunk
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 23 Mar 2010 07:29:49 +0000 (07:29 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 23 Mar 2010 07:29:49 +0000 (07:29 +0000)
=====================
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.

etc/ChangeLog
etc/gnus/gnus-setup.ast
etc/gnus/news-server.ast

index f845ab98bf02eebea162eea0afaf15131577f3b1..bc750afacb33c747034af585a146660910c46d33 100644 (file)
@@ -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.
index 2893c40b24522a0aa2f5e542690af24ea59b498c..31eeee024e147dbdeb98aa8286ded91ff2e941b5 100644 (file)
@@ -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
+
 \f
 @c Local variables:
 @c mode: texinfo
index 294f92382d9f4cad1ec78b85faa603fc1bce9b77..432f71a50f08e1a01a2fc9ceca8409561ae53be7 100644 (file)
@@ -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