From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71329 Path: news.gmane.org!not-for-mail From: Knut Anders Hatlen Newsgroups: gmane.emacs.gnus.general Subject: nnir and the new nnimap Date: Tue, 21 Sep 2010 20:58:40 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285095549 4572 80.91.229.12 (21 Sep 2010 18:59:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 21 Sep 2010 18:59:09 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M19702@lists.math.uh.edu Tue Sep 21 20:59:07 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Oy83X-0002fi-78 for ding-account@gmane.org; Tue, 21 Sep 2010 20:59:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Oy83M-0003p8-Di; Tue, 21 Sep 2010 13:58:56 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Oy83L-0003ow-4Z for ding@lists.math.uh.edu; Tue, 21 Sep 2010 13:58:55 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Oy83K-0005H5-Hp for ding@lists.math.uh.edu; Tue, 21 Sep 2010 13:58:55 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1Oy83J-0001AK-00 for ; Tue, 21 Sep 2010 20:58:53 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Oy83J-0002a7-9m for ding@gnus.org; Tue, 21 Sep 2010 20:58:53 +0200 Original-Received: from gw2.mysql.com ([213.136.52.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Sep 2010 20:58:53 +0200 Original-Received: from kahatlen by gw2.mysql.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Sep 2010 20:58:53 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: gw2.mysql.com User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (usg-unix-v) Cancel-Lock: sha1:VN8UAhU/s9I+Tro6Bgn95JgfoQc= X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71329 Archived-At: Hi, It looks like nnir has some dependencies on the old nnimap, and has stopped working. In ~/.gnus: (require 'nnir) (setq gnus-select-method '(nnimap "server" (nnimap-stream shell) (nnir-search-engine imap))) In the group buffer: G-G some query string RET ==> nnir-run-imap: Symbol's value as variable is void: nnimap-server-buffer -- Knut Anders