From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bob Rogers Newsgroups: gmane.emacs.devel Subject: Re: Adding a hook to list-processes Date: Sat, 27 Nov 2010 15:25:40 -0500 Message-ID: <19697.26948.310454.154207@rgr.rgrjr.com> References: <19697.21373.201776.909872@rgr.rgrjr.com> <50100.130.55.132.76.1290887034.squirrel@webmail.lanl.gov> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1290889553 15113 80.91.229.12 (27 Nov 2010 20:25:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 27 Nov 2010 20:25:53 +0000 (UTC) Cc: emacs-devel To: herring@lanl.gov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 27 21:25:49 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PMRLB-0006Im-7R for ged-emacs-devel@m.gmane.org; Sat, 27 Nov 2010 21:25:49 +0100 Original-Received: from localhost ([127.0.0.1]:58282 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PMRLA-0006gc-HE for ged-emacs-devel@m.gmane.org; Sat, 27 Nov 2010 15:25:48 -0500 Original-Received: from [140.186.70.92] (port=54539 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PMRL6-0006gT-7a for emacs-devel@gnu.org; Sat, 27 Nov 2010 15:25:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PMRL5-0000A9-6j for emacs-devel@gnu.org; Sat, 27 Nov 2010 15:25:44 -0500 Original-Received: from rgrjr.com ([216.146.47.5]:39411) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PMRL5-00009l-0c for emacs-devel@gnu.org; Sat, 27 Nov 2010 15:25:43 -0500 Original-Received: from rgrjr.dyndns.org (c-66-30-196-77.hsd1.ma.comcast.net [66.30.196.77]) by rgrjr.com (Postfix on CentOS) with ESMTP id B30DA1600D0 for ; Sat, 27 Nov 2010 20:25:41 +0000 (UTC) Original-Received: (qmail 17232 invoked by uid 89); 27 Nov 2010 20:25:41 -0000 Original-Received: from unknown (HELO rgr.rgrjr.com) (192.168.57.1) by home with SMTP; 27 Nov 2010 20:25:41 -0000 Original-Received: by rgr.rgrjr.com (Postfix, from userid 500) id CF814A4E6E; Sat, 27 Nov 2010 15:25:40 -0500 (EST) In-Reply-To: <50100.130.55.132.76.1290887034.squirrel@webmail.lanl.gov> X-Mailer: VM 7.19 under Emacs 24.0.50.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:133194 Archived-At: From: "Davis Herring" Date: Sat, 27 Nov 2010 11:43:54 -0800 (PST) > + Qafter_list_processes_hook = intern_c_string > ("mouse-leave-buffer-hook"); I don't know if the Q variable matters to DEFVAR_LISP, but this is certainly wrong. Davis Good eye; thanks! Knew it had to be something stupid like that . . . -- Bob