From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: someusernamehere Newsgroups: gmane.emacs.help Subject: Re: twittering-mode hook Date: Wed, 2 Mar 2011 11:30:39 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <07f5cf97-a5dd-499e-9a9c-40a5855d902a@n18g2000vbq.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1299094838 25252 80.91.229.12 (2 Mar 2011 19:40:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 2 Mar 2011 19:40:38 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 02 20:40:34 2011 Return-path: Envelope-to: geh-help-gnu-emacs@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 1PuruT-000774-Dx for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Mar 2011 20:40:33 +0100 Original-Received: from localhost ([127.0.0.1]:57152 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuruS-0003ZB-Vo for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Mar 2011 14:40:33 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!z3g2000prz.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 32 Original-NNTP-Posting-Host: 200.68.27.253 Original-X-Trace: posting.google.com 1299094239 16827 127.0.0.1 (2 Mar 2011 19:30:39 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 2 Mar 2011 19:30:39 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z3g2000prz.googlegroups.com; posting-host=200.68.27.253; posting-account=G9cJ0QoAAABSmW_EVHw-7GAJRoWfgpn8 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-CL; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 ( .NET CLR 3.5.30729), gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:185552 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:79705 Archived-At: On 2 mar, 04:29, William Xu wrote: > someusernamehere writes: > > =A0 =A0Hi, I'm using twittering-mode under windows, I dont know much abou= t > =A0 =A0emacs lisp programming, so, there is some code you can provide to = me > =A0 =A0to make a hook that reacts when I get a reply (a "mention" in twit= ter > =A0 =A0jargon), because I found some codes but doesn't work under windows= , > =A0 =A0because they works with notify-send, tried to adjust to growl but > =A0 =A0wasn't lucky =3D( > > =A0 =A0can anyone help me please?? > > Why don't you simply use this: > > =A0 (twittering-enable-unread-status-notifier) > > It will show unread tweets count on mode line. =A0 > > -- > William > > http://xwl.appspot.com Hi, thanks for your reply, because I want an "visible" alert outside Emacs, in order to minimize it and get alerted (that's what I want a growl alert) thanks