From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Stewart Newsgroups: gmane.emacs.devel Subject: Re: Integrate gnus.el with gnus-notify.el Date: Sat, 20 Dec 2008 11:58:26 +0800 Message-ID: <878wqb7b19.fsf@debian.domain> References: <87myer60fs.fsf@debian.domain> <0063lfv6uq.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1229745540 3224 80.91.229.12 (20 Dec 2008 03:59:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Dec 2008 03:59:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 20 05:00:05 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 1LDt0M-0008IW-VR for ged-emacs-devel@m.gmane.org; Sat, 20 Dec 2008 04:59:55 +0100 Original-Received: from localhost ([127.0.0.1]:38287 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDszA-0002lh-PD for ged-emacs-devel@m.gmane.org; Fri, 19 Dec 2008 22:58:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LDsz6-0002jy-Ir for emacs-devel@gnu.org; Fri, 19 Dec 2008 22:58:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LDsz4-0002hN-TX for emacs-devel@gnu.org; Fri, 19 Dec 2008 22:58:36 -0500 Original-Received: from [199.232.76.173] (port=33073 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDsz4-0002h7-NZ for emacs-devel@gnu.org; Fri, 19 Dec 2008 22:58:34 -0500 Original-Received: from ti-out-0910.google.com ([209.85.142.184]:38423) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LDsz3-0006xx-2K; Fri, 19 Dec 2008 22:58:33 -0500 Original-Received: by ti-out-0910.google.com with SMTP id u5so813219tia.10 for ; Fri, 19 Dec 2008 19:58:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=YzNb90Kw1O2xZ3DWEdt4tDCGDs5dQM5eJ5dGbg7Z9Hg=; b=A/TGbkLq9pPloi2K0SLep/+t9422Fwzt4HdwTq4uBLsf+/A26hnQd6nY0a1KFIHYU3 AoWiLbOxji4kTu4otdO+m2FPWWqnhVVwicHkv4TcxSDXQdIJCqrXDwmmFK0tuifibrIv 92JidFXha4gy+ShIMpaqBvO63C7KRdScm9D7w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=nb83KUy9UVlT7PoOuNQ2G5lh/1EJQRQJL4YL9s4dZC7h27F3MnmEwrttanS0wB4VFQ hkl5hWmLZYWNtq03XVDM317p+xNQ5ozTk91Or8BDZhkFJ5CuslyPnoZZs9y+fAcy/c1c 9teKz3f3pNGcIxR80LJDiZVopb6uNUqVqYk1M= Original-Received: by 10.110.50.19 with SMTP id x19mr5455239tix.2.1229745510995; Fri, 19 Dec 2008 19:58:30 -0800 (PST) Original-Received: from smtp.gmail.com ([222.212.143.192]) by mx.google.com with ESMTPS id d7sm3615547tib.37.2008.12.19.19.58.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 19 Dec 2008 19:58:30 -0800 (PST) In-Reply-To: <0063lfv6uq.fsf@fencepost.gnu.org> (Glenn Morris's message of "Fri, 19 Dec 2008 22:54:53 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:107099 Archived-At: Hi Glenn, Glenn Morris writes: > Andy Stewart wrote: > >> I have develop a extension named "gnus-notify.el" for notify gnus news >> at mode-line. > [...] >> Any suggestions? > > Contact the Gnus developers? ding at gnus.org I believe. > > I'd expect to see at least a comment as to why the existing > display-time-mode (confusingly named) is not enough for this, or can't > be extended. Thanks, i will contact the Gnus developers. -- Andy.