From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/4099 Path: main.gmane.org!not-for-mail From: steve@miranova.com (Steven L. Baur) Newsgroups: gmane.emacs.gnus.general Subject: [sgnus 0.15/0.16] gnus-no-server bugfix Date: 26 Nov 1995 14:55:57 -0800 Organization: Miranova Systems, Inc. Sender: steve@miranova.com Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035144897 28516 80.91.224.250 (20 Oct 2002 20:14:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:14:57 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by miranova.com (8.6.11/8.6.9) with ESMTP id PAA25286 for ; Sun, 26 Nov 1995 15:36:22 -0800 Original-Received: from miranova.com (steve@miranova.com [204.212.162.100]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Sun, 26 Nov 1995 23:55:51 +0100 Original-Received: (from steve@localhost) by miranova.com (8.6.11/8.6.9) id OAA25025; Sun, 26 Nov 1995 14:55:59 -0800 Original-To: ding@ifi.uio.no X-Url: http://www.miranova.com/%7Esteve/ In-Reply-To: gnus-bug@ifi.uio.no's message of 26 Nov 1995 06:30:13 -0800 Original-Lines: 37 X-Mailer: September Gnus v0.16 Xref: main.gmane.org gmane.emacs.gnus.general:4099 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:4099 This change affects all Emacsen, and fixes a bug that first appeared in sgnus 0.15. There is a typo in the gnus-no-server function. =================================================================== RCS file: RCS/gnus.el,v retrieving revision 1.3 diff -u -r1.3 gnus.el --- 1.3 1995/11/26 22:05:23 +++ gnus.el 1995/11/26 22:43:48 @@ -3697,7 +3697,7 @@ prompt the user for the name of an NNTP server to use. As opposed to `gnus', this command will not connect to the local server." (interactive "P") - (make-local-variable gnus-group-use-permanent-levels) + (make-local-variable 'gnus-group-use-permanent-levels) (setq gnus-group-use-permanent-levels t) (gnus (or arg (1- gnus-level-default-subscribed)) t)) =================================================================== RCS file: RCS/ChangeLog,v retrieving revision 1.3 diff -u -r1.3 ChangeLog --- 1.3 1995/11/26 22:05:23 +++ ChangeLog 1995/11/26 22:48:35 @@ -1,3 +1,7 @@ +Sun Nov 26 14:46:55 1995 Steven L. Baur + + * gnus.el (gnus-no-server): typo prevented entry to gnus + Sun Nov 26 15:15:29 1995 Lars Magne Ingebrigtsen * gnus.el (gnus-select-newsgroup): Would bug out on dead groups. -- steve@miranova.com baur