|
Posted
about 17 years
ago
by
Milan Zamazal
Bug report from a Debian user:
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity
... [More]
professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com _______________________________________________
Emacs-jabber-general mailing list
Emacs-jabber-general< at >lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emacs-jabber-general
[Less]
|
|
Posted
about 17 years
ago
by
Valery V. Vorotyntsev
Hi, folks.
Would you like to nominate our beloved jabber.el to the "Best Project"
Community Choice Award?
Then follow this link: http://is.gd/zVFR
(Category: Best Project)
--
vvv
... [More]
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables
unlimited royalty-free distribution of the report engine
for externally facing server and web deployment.
http://p.sf.net/sfu/businessobjects
[Less]
|
|
Posted
about 17 years
ago
by
Valery V. Vorotyntsev
That's good news! Thanks.
But if one clicks `Public', there is no Git there:
/ `Public'
==> `CVS Repository' | `Browse CVS'
(Yes, I've noticed the `Code' link already.)
--
vvv
... [More]
------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
[Less]
|
|
Posted
about 17 years
ago
by
Magnus Henoch
Done! I even committed some small fixes, just to test if it's working
:)
The Sourceforge repository, that is. Get it with:
git clone git://emacs-jabber.git.sourceforge.net/gitroot/emacs-jabber
I'll update catap's repository once I find my
... [More]
key...
Magnus
------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
[Less]
|
|
Posted
about 17 years
ago
by
Valery V. Vorotyntsev
On Thu, Apr 16, 2009 at 4:07 PM, Kirill A. Korinskiy
catap.ru> wrote:
Roger. Thanks.
--
vvv
------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and
around Java
... [More]
(TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today.
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Emacs-jabber-general mailing list
Emacs-jabber-general< at >lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emacs-jabber-general
[Less]
|
|
Posted
about 17 years
ago
by
Valery V. Vorotyntsev
On Thu, Apr 16, 2009 at 4:07 PM, Kirill A. Korinskiy
catap.ru> wrote:
Roger. Thanks.
--
vvv
------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and
around Java
... [More]
(TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today.
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Emacs-jabber-general mailing list
Emacs-jabber-general< at >lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emacs-jabber-general
[Less]
|
|
Posted
about 17 years
ago
by
Kirill A. Korinskiy
At Tue, 14 Apr 2009 14:54:04 0300,
"Valery V. Vorotyntsev" gmail.com> wrote:
in upstream
|
|
Posted
about 17 years
ago
by
Kirill A. Korinskiy
At Tue, 14 Apr 2009 14:54:04 +0300,
"Valery V. Vorotyntsev" gmail.com> wrote:
in upstream
|
|
Posted
about 17 years
ago
by
Richard Lewis
Hi there,
I'm trying to define some alert hooks for messages and presences but
they don't seem to be working.
I have a function called rjl/notify which allows me to generate
libnotify messages from Emacs. (This function works fine.) I'm now
trying
... [More]
to add some hooks to use this function from Jabber.el.
So far I have the following:
(defun rjl/jabber-message-notify (from buffer text)
(message (concat "rjl/jabber-message-notify received " text)) ;; debugging
(unless (string-equal (buffer-name buffer) (buffer-name (current-buffer)))
(rjl/notify (concat "" from ": " (if (> (length text) 40) (concat (substring text 0 40) " ...") text)) (buffer-name buffer))))
(defun rjl/message-notify (from buffer text propsed-alert)
(rjl/jabber-message-notify from buffer text))
(add-to-list 'jabber-alert-message-hooks
'rjl/message-notify)
for messages, and:
(defun rjl/jabber-presence-notify (who oldstatus newstatus statustext)
(rjl/notify (concat "" who " is now " newstatus " \"" (if (> (length statustext) 25) (concat (substring statustext 0 25) " ...") statustext) "\"") "Jabber"))
(defun rjl/presence-notify (who oldstatus newstatus statustext proposed-alert)
(rjl/jabber-presence-notify who oldstatus newstatus statustext))
(add-to-list 'jabber-alert-presence-hooks
'rjl/presence-notify)
for presences. In both cases my functions are not getting called. In
rjl/jabber-message-notify, even the (message) call doesn't happen.
I also tried defining two alerts like this:
(define-jabber-alert rjl/message-notify
"Display message using libnotify"
'rjl/jabber-message-notify)
and then adding those hooks using Customize. That didn't work either.
Any ideas what I'm doing wrong?
[Less]
|
|
Posted
about 17 years
ago
by
Valery V. Vorotyntsev
Valery V. Vorotyntsev gmail.com> writes:
Hi, again.
Please excuse my impatience, but this "Online (Idle)" thing is quite
annoying. Could the patches ([1],[2]) be applied by any chance?
[1]
... [More]
http://article.gmane.org/gmane.emacs.jabber.general/861
[2] http://article.gmane.org/gmane.emacs.jabber.general/862
Thanks.
--
vvv
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
[Less]
|