From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: The new newsticker doesn't show my feeds Date: Thu, 19 Jun 2008 22:24:17 +0200 Message-ID: <87bq1x6umm.fsf@thinkpad.tsdh.de> References: <87tzfs82cx.fsf@thinkpad.tsdh.de> <843anb4ui5.fsf@web.de> <87lk13fdco.fsf@thinkpad.tsdh.de> <84fxrak2gf.fsf@web.de> <87ej6u5z42.fsf@thinkpad.tsdh.de> <84bq1yjz7u.fsf@web.de> <87d4me331y.fsf@thinkpad.tsdh.de> <843an9uykr.fsf@web.de> <871w2tmdpq.fsf@thinkpad.tsdh.de> <84od5xtdlk.fsf@web.de> <87fxr96vyr.fsf@thinkpad.tsdh.de> <84hcbptbzg.fsf@web.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1213907088 11342 80.91.229.12 (19 Jun 2008 20:24:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Jun 2008 20:24:48 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 19 22:25:32 2008 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.50) id 1K9QhC-0003Xa-RK for ged-emacs-devel@m.gmane.org; Thu, 19 Jun 2008 22:25:26 +0200 Original-Received: from localhost ([127.0.0.1]:35014 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9QgN-0007mT-VI for ged-emacs-devel@m.gmane.org; Thu, 19 Jun 2008 16:24:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K9QgJ-0007m3-Vl for emacs-devel@gnu.org; Thu, 19 Jun 2008 16:24:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K9QgI-0007li-I1 for emacs-devel@gnu.org; Thu, 19 Jun 2008 16:24:31 -0400 Original-Received: from [199.232.76.173] (port=37768 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9QgI-0007lf-D4 for emacs-devel@gnu.org; Thu, 19 Jun 2008 16:24:30 -0400 Original-Received: from out3.smtp.messagingengine.com ([66.111.4.27]:41203) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K9QgI-0006Sz-1n for emacs-devel@gnu.org; Thu, 19 Jun 2008 16:24:30 -0400 Original-Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id B7DC812558B for ; Thu, 19 Jun 2008 16:24:29 -0400 (EDT) Original-Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Thu, 19 Jun 2008 16:24:29 -0400 X-Sasl-enc: 1QSYvcPS+e3EnYHRzfJlQrhg3mlkSyMxm3C6HPg0bX8j 1213907069 Original-Received: from thinkpad.tsdh.de (p54AF1F93.dip0.t-ipconnect.de [84.175.31.147]) by mail.messagingengine.com (Postfix) with ESMTPA id DF0BA2DEBB for ; Thu, 19 Jun 2008 16:24:28 -0400 (EDT) Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: <84hcbptbzg.fsf@web.de> (Ulf Jasper's message of "Thu, 19 Jun 2008 22:18:27 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:99486 Archived-At: Ulf Jasper writes: > It seems that widget-create does not recognize :expander. Please > examine this: > > (progn > (require 'tree-widget) > (widget-create 'tree-widget > :tag "blah" > :expander '(lambda (x) '((tree-widget :tag "x"))) > :expander-p (lambda (&rest ignore) t) > :open t)) > > You should see > > [-] blah > `-[+] x > > but I guess you don't Right, I only get [X] blah Bye, Tassilo