From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87409 Path: news.gmane.org!.POSTED!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: gnorb problem Date: Thu, 23 Feb 2017 08:02:56 -0800 Message-ID: <87poi8j3nz.fsf@pellet> References: <87vas2a1a6.fsf@mat.ucm.es> <871supljbq.fsf@pellet> <871supi4o7.fsf@mat.ucm.es> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1487865808 26726 195.159.176.226 (23 Feb 2017 16:03:28 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 23 Feb 2017 16:03:28 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+m35630@lists.math.uh.edu Thu Feb 23 17:03:24 2017 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from mxfilter-048035.atla03.us.yomura.com ([107.189.48.35]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cgvrV-0006P6-10 for ding-account@gmane.org; Thu, 23 Feb 2017 17:03:21 +0100 X-Yomura-MXScrub: 1.0 Original-Received: from lists1.math.uh.edu (unknown [129.7.128.208]) by mxfilter-048035.atla03.us.yomura.com (Halon) with ESMTPS id 9afd5194-f9e1-11e6-b156-b499baabecb2; Thu, 23 Feb 2017 16:03:24 +0000 (UTC) Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.87) (envelope-from ) id 1cgvrV-0002kx-JJ; Thu, 23 Feb 2017 10:03:21 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1cgvrU-0002kH-8I for ding@lists.math.uh.edu; Thu, 23 Feb 2017 10:03:20 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.87) (envelope-from ) id 1cgvrS-0004S8-5Z for ding@lists.math.uh.edu; Thu, 23 Feb 2017 10:03:20 -0600 Original-Received: from [195.159.176.226] (helo=blaine.gmane.org) by quimby.gnus.org with esmtps (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1cgvrQ-0005qX-Q5 for ding@gnus.org; Thu, 23 Feb 2017 17:03:16 +0100 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cgvrE-0004zA-Sh for ding@gnus.org; Thu, 23 Feb 2017 17:03:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:s0tS/nOgl5ZKj5MUa7jU31dQutw= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87409 Archived-At: Uwe Brauer writes: > > Uwe Brauer writes: > > > The bug text file seems empty -- is that me or did it lose its content > > somewhere along the line? > > Sigh, that sometimes seem to happen here it comes again > > Debugger entered--Lisp error: (void-variable personal-keybindings) > add-to-list(personal-keybindings (("O" . bbdb-mode-map) gnorb-bbdb-tag-agenda nil)) Hmm, I've never used use-package before -- I assume `personal-keybindings' is an internal variable there. I glanced briefly at the documentation, and it looks like you're doing it right, but I really don't know. The ("O" . bbdb-mode-map) clause is the first of the keybindings, so I assume there's nothing special about that one, and they will all fail. I'm not sure what to tell you -- I don't know much about use-package!