From: czkmt Date: Sun, 12 Sep 1999 04:42:02 +0000 (+0000) Subject: Do not refer to `gnus-agent-toggle-plugged'. X-Git-Tag: t-gnus-6_13_1-04~4 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=01470d0b31a825649b2e7d383d69ffcdddd1d82b;p=elisp%2Fgnus.git- Do not refer to `gnus-agent-toggle-plugged'. --- diff --git a/README-offline.en b/README-offline.en index dc2c6af..73623e3 100644 --- a/README-offline.en +++ b/README-offline.en @@ -74,7 +74,7 @@ o At the first time, you must start Gnus in the "online" state and o Add the following code to ~/.gnus - (gnus-agent-toggle-plugged nil) + (setq gnus-plugged nil) That's all. Restart Gnus and try typing "g" in the *Group* buffer. diff --git a/README-offline.ja b/README-offline.ja index fc4c8b6..fd666a2 100644 --- a/README-offline.ja +++ b/README-offline.ja @@ -63,7 +63,7 @@ T-gnus をお使いの場合、gnus-offline.el は特に何も考えなくても T-gnus ・.gnus に以下のコードを加えます。 - (gnus-agent-toggle-plugged nil) + (setq gnus-plugged nil) これで Gnus を再起動すればグループバッファで“g”とタイプすることに より前記の動作をするはずです。