From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert Newsgroups: gmane.emacs.help Subject: Re: 22.2 slower than 21.3 Date: Mon, 1 Sep 2008 01:47:45 -0700 (PDT) Organization: http://groups.google.com Message-ID: <6b744c82-fab3-4789-a171-289e69ef562f@m45g2000hsb.googlegroups.com> References: <217aa644-6378-4fa1-992b-8d5af4edcfb5@m73g2000hsh.googlegroups.com> <046c5ebb-a045-4b0b-9020-436452d80158@l64g2000hse.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1220262187 3340 80.91.229.12 (1 Sep 2008 09:43:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Sep 2008 09:43:07 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 01 11:44:00 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ka5wz-0008T7-18 for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Sep 2008 11:43:57 +0200 Original-Received: from localhost ([127.0.0.1]:41078 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ka5vz-0005qz-Nm for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Sep 2008 05:42:55 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!m45g2000hsb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-NNTP-Posting-Host: 62.70.2.252 Original-X-Trace: posting.google.com 1220258865 8562 127.0.0.1 (1 Sep 2008 08:47:45 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 1 Sep 2008 08:47:45 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m45g2000hsb.googlegroups.com; posting-host=62.70.2.252; posting-account=dW57HQoAAADk4fCqYpIqOMZ2vxYbu-Pd User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:161826 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:57168 Archived-At: Correction: The problem below with SLIME is not there when I revert to an older version of SLIME, so this is not an issue for this group. > With 2.22.91 I get another problem though, with SLIME: > > --- > An error has occurred while loading `e:/home/rfo/.emacs': > > Wrong number of arguments: (lambda (&optional contribs) Setup Emacs so > that lisp-mode buffers always use SLIME. > CONTRIBS is a list of contrib packages to load. (when (member (quote > lisp-mode) slime-lisp-modes) (add-hook (quote lisp-mode-hook) (quote > slime-lisp-mode-hook))) (when contribs (add-to-list (quote load-path) > (expand-file-name contrib slime-path)) (dolist (c contribs) (require > c) (let ((init (intern (format %s-init c)))) (when (fboundp init) > (funcall init)))))), 2 > --- > > This does not happen in 21.3 or 22.2. Yes it does, I needed an older version of SLIME. -Robert