From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/4581 Path: main.gmane.org!not-for-mail From: sjm Newsgroups: gmane.emacs.gnus.general Subject: Problem installing sgnus-0.26 Date: Thu, 4 Jan 1996 09:35:37 -0500 Message-ID: <199601041435.JAA02808@python.xionics.com> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035145309 30155 80.91.224.250 (20 Oct 2002 20:21:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:21:49 +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 HAA23052 for ; Thu, 4 Jan 1996 07:27:38 -0800 Original-Received: from services.xionics.com (pp@services_b.xionics.com [206.67.17.1]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Thu, 4 Jan 1996 15:35:45 +0100 Original-Received: from python by services.xionics.com id <06622-0@services.xionics.com>; Thu, 4 Jan 1996 09:35:40 -0500 Original-Received: by python.xionics.com (8.6.9) id JAA02808; Thu, 4 Jan 1996 09:35:37 -0500 Original-to: ding@ifi.uio.no Xref: main.gmane.org gmane.emacs.gnus.general:4581 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:4581 As per readme I ran make in the sgnus-0.26 directory. My stripped down .emacs looks like the following:: (setq load-path (cons (concat (getenv "HOME") "/ding/sgnus-0.26/lisp") load-path)) (setq debug-on-error t) When I then ESC ESC (load "gnus") I get the following error: Signalling: (void-variable \`) (defconst gnus-group-line-format-alist \` ((77 gnus-tmp-marked-mark 99) (83 gnus-tmp-subscribed 99) (76 gnus-tmp-level 100) (78 gnus-tmp-number 115) (82 gnus-tmp-number-of-read 115) (116 gnus-tmp-number-total 115) (121 gnus-tmp-number-of-unread 115) (73 ... 100) (84 ... 100) (105 ... 100) (103 gnus-tmp-group 115) (71 gnus-tmp-qualified-group 115) (99 ... 115) (68 gnus-tmp-newsgroup-description 115) (111 gnus-tmp-moderated 99) (79 gnus-tmp-moderated-string 115) (112 gnus-tmp-process-marked 99) (115 gnus-tmp-news-server 115) (110 gnus-tmp-news-method 115) (80 gnus-topic-indentation 115) (122 gnus-tmp-news-method-string 115) (117 gnus-tmp-user-defined 115))) load("gnus") eval((load "gnus")) eval-expression((load "gnus")) call-interactively(eval-expression) disabled-command-hook() run-hooks(disabled-command-hook) Oh yes "emacs 19.28.1" runing on a sparc on Sun OS 3.1.4. Help appreciated Regards, Steve Morris