From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.help Subject: Re: Gnus + emacs.stackexchange Date: Mon, 11 May 2015 17:12:58 +0100 Message-ID: References: <87fv7hoxnd.fsf@debian.uxu> <87mw1luz3o.fsf_-_@debian.uxu> <87a8xjpxdh.fsf@gmail.com> <87oalyo7og.fsf@debian.uxu> <87zj5ghsiu.fsf@debian.uxu> <877fsh31d9.fsf@debian.uxu> <475a32e9-2edf-4aec-bcb6-5f4c693952ea@default> <1d1afb9a-fa69-4056-bc0e-aa07341ba8a4@default> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1431360799 15736 80.91.229.3 (11 May 2015 16:13:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 May 2015 16:13:19 +0000 (UTC) Cc: help-gnu-emacs , Emanuel Berg To: Drew Adams Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 11 18:13:18 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YrqKR-0007PA-Ok for geh-help-gnu-emacs@m.gmane.org; Mon, 11 May 2015 18:13:15 +0200 Original-Received: from localhost ([::1]:38642 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YrqKR-0002P7-3J for geh-help-gnu-emacs@m.gmane.org; Mon, 11 May 2015 12:13:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60514) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YrqKF-0002O9-DO for help-gnu-emacs@gnu.org; Mon, 11 May 2015 12:13:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YrqKB-0002Ai-9N for help-gnu-emacs@gnu.org; Mon, 11 May 2015 12:13:03 -0400 Original-Received: from mail-lb0-x22f.google.com ([2a00:1450:4010:c04::22f]:33847) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YrqKB-0002AA-1B for help-gnu-emacs@gnu.org; Mon, 11 May 2015 12:12:59 -0400 Original-Received: by lbcga7 with SMTP id ga7so97683775lbc.1 for ; Mon, 11 May 2015 09:12:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=oUQQzGq364zvU6/hB+LSpTLAA+RH50bMOlX8mc7Jg3I=; b=ngNWHQFJgJPebNqIBrUbmsXwOAn1VZRBddy5SnBs3nQ3jfALEhKenEJ5DFKdkr/TG2 ktAR8TIV/Oy6Ehd4RAnnMOfDB5uA9FPi1b1qHSvB2QuhGzVlZWkhdBea6HipctB+6b70 sEnqv19FLlQCUodiLAp2lsIBxZMutq37ytglerAuCLJU41zjF3EhkZUJ9JJUDpgcv/VT aTdlHh3Ax9bvbkNLxuAcrw5dcuDtX6f+bqtEws0Y7mM7Ini0fhGzCrgHSIKJ9H/9g9DO wXuya4DZAq1xgnJX+UngXapRXUrzusmbDaITXtInlFyRQphsSB0HYddiVdf3syV5faLn MtUw== X-Received: by 10.112.222.133 with SMTP id qm5mr8633128lbc.86.1431360778303; Mon, 11 May 2015 09:12:58 -0700 (PDT) Original-Received: by 10.25.150.1 with HTTP; Mon, 11 May 2015 09:12:58 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: N6tOLGDPy-NQ3EmR3uRn8eYkxZM X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22f X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:104385 Archived-At: >> It should call `tabulated-list-init-header', I believe. If it does >> not then that is perhaps your problem. See (elisp) `Tabulated List >> Mode': > > Thanks drew, you're right. We don't call init-header because we don't > use the header. I thought that was ok, but it ends up throwing an > error in the case where `tabulated-list-use-header-line' is non-nil I mean, in the case where it IS nil.