* gnus/gnus-setup.ast: Add finish links to the top nodes.
authorTeodor Zlatanov <tzz@lifelogs.com>
Mon, 22 Mar 2010 04:45:56 +0000 (04:45 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Mon, 22 Mar 2010 04:45:56 +0000 (04:45 +0000)
* gnus/news-server.ast: Add some trivial validation.

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

index 12a3edd..0799ee7 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.
+
 2008-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * Makefile.in (install): Install png and svg files.
index 2893c40..31eeee0 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 294f923..432f71a 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