unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* erc-notifications.el
@ 2012-10-02 18:01 Eli Zaretskii
  2012-10-02 18:20 ` erc-notifications.el Julien Danjou
  0 siblings, 1 reply; 8+ messages in thread
From: Eli Zaretskii @ 2012-10-02 18:01 UTC (permalink / raw)
  To: Julien Danjou; +Cc: emacs-devel

This file's name clashes with erc-notify.el under 8+3 truncation.  Can
it be renamed, please?  Or maybe just add its contents to
erc-notify.el?

TIA

P.S. Sorry I didn't pay attention to this conflict earlier.



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: erc-notifications.el
  2012-10-02 18:01 erc-notifications.el Eli Zaretskii
@ 2012-10-02 18:20 ` Julien Danjou
  2012-10-02 18:43   ` erc-notifications.el Karl Fogel
  0 siblings, 1 reply; 8+ messages in thread
From: Julien Danjou @ 2012-10-02 18:20 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 554 bytes --]

On Tue, Oct 02 2012, Eli Zaretskii wrote:

> This file's name clashes with erc-notify.el under 8+3 truncation.  Can
> it be renamed, please?

I'm not against it, but I'm having a hard time finding a better name.
It's an erc module using notifications.el to notify the user.

I'll try to find something.

> Or maybe just add its contents to erc-notify.el?

Unfortunately, it has nothing to do with erc-notify.el which does
something totally different.

-- 
Julien Danjou
;; Free Software hacker & freelance
;; http://julien.danjou.info

[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: erc-notifications.el
  2012-10-02 18:20 ` erc-notifications.el Julien Danjou
@ 2012-10-02 18:43   ` Karl Fogel
  2012-10-02 18:58     ` erc-notifications.el Eli Zaretskii
  0 siblings, 1 reply; 8+ messages in thread
From: Karl Fogel @ 2012-10-02 18:43 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 539 bytes --]

Julien Danjou <julien@danjou.info> writes:
>On Tue, Oct 02 2012, Eli Zaretskii wrote:
>
>> This file's name clashes with erc-notify.el under 8+3 truncation.  Can
>> it be renamed, please?
>
>I'm not against it, but I'm having a hard time finding a better name.
>It's an erc module using notifications.el to notify the user.
>
>I'll try to find something.

erc-via-notifications.el ?

-K

>> Or maybe just add its contents to erc-notify.el?
>
>Unfortunately, it has nothing to do with erc-notify.el which does
>something totally different.

[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: erc-notifications.el
  2012-10-02 18:43   ` erc-notifications.el Karl Fogel
@ 2012-10-02 18:58     ` Eli Zaretskii
  2012-10-02 19:00       ` erc-notifications.el Karl Fogel
  2012-10-04  8:26       ` erc-notifications.el Julien Danjou
  0 siblings, 2 replies; 8+ messages in thread
From: Eli Zaretskii @ 2012-10-02 18:58 UTC (permalink / raw)
  To: Karl Fogel, Julien Danjou; +Cc: emacs-devel

> From: Karl Fogel <kfogel@red-bean.com>
> Cc: emacs-devel@gnu.org
> Date: Tue, 02 Oct 2012 13:43:53 -0500
> 
> erc-via-notifications.el ?

Or maybe erc-desktop-notifications.el?  (notifications.el announces
itself as "Client interface to desktop notifications".)

Thanks.



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: erc-notifications.el
  2012-10-02 18:58     ` erc-notifications.el Eli Zaretskii
@ 2012-10-02 19:00       ` Karl Fogel
  2012-10-04  8:26       ` erc-notifications.el Julien Danjou
  1 sibling, 0 replies; 8+ messages in thread
From: Karl Fogel @ 2012-10-02 19:00 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Julien Danjou, emacs-devel

Eli Zaretskii <eliz@gnu.org> writes:
>> From: Karl Fogel <kfogel@red-bean.com>
>> Cc: emacs-devel@gnu.org
>> Date: Tue, 02 Oct 2012 13:43:53 -0500
>> 
>> erc-via-notifications.el ?
>
>Or maybe erc-desktop-notifications.el?  (notifications.el announces
>itself as "Client interface to desktop notifications".)

Ah, that's much better, yes!



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: erc-notifications.el
  2012-10-02 18:58     ` erc-notifications.el Eli Zaretskii
  2012-10-02 19:00       ` erc-notifications.el Karl Fogel
@ 2012-10-04  8:26       ` Julien Danjou
  2012-10-04 12:30         ` erc-notifications.el Stefan Monnier
  1 sibling, 1 reply; 8+ messages in thread
From: Julien Danjou @ 2012-10-04  8:26 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Karl Fogel, emacs-devel

[-- Attachment #1: Type: text/plain, Size: 440 bytes --]

On Tue, Oct 02 2012, Eli Zaretskii wrote:

> Or maybe erc-desktop-notifications.el?  (notifications.el announces
> itself as "Client interface to desktop notifications".)

In your opinion(s), should I just rename the file and changes the
provide/autoload call, or would it be better to change functions name
prefix, etc too, to be consistent?

-- 
Julien Danjou
-- Free Software hacker & freelance
-- http://julien.danjou.info

[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: erc-notifications.el
  2012-10-04  8:26       ` erc-notifications.el Julien Danjou
@ 2012-10-04 12:30         ` Stefan Monnier
  2012-10-04 16:57           ` erc-notifications.el Eli Zaretskii
  0 siblings, 1 reply; 8+ messages in thread
From: Stefan Monnier @ 2012-10-04 12:30 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Karl Fogel, emacs-devel

>> Or maybe erc-desktop-notifications.el?  (notifications.el announces
>> itself as "Client interface to desktop notifications".)
> In your opinion(s), should I just rename the file and changes the
> provide/autoload call, or would it be better to change functions name
> prefix, etc too, to be consistent?

Just the file name, not the prefix of the functions/vars/...


        Stefan



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: erc-notifications.el
  2012-10-04 12:30         ` erc-notifications.el Stefan Monnier
@ 2012-10-04 16:57           ` Eli Zaretskii
  0 siblings, 0 replies; 8+ messages in thread
From: Eli Zaretskii @ 2012-10-04 16:57 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: kfogel, emacs-devel

> From: Stefan Monnier <monnier@iro.umontreal.ca>
> Date: Thu, 04 Oct 2012 08:30:28 -0400
> Cc: Karl Fogel <kfogel@red-bean.com>, emacs-devel@gnu.org
> 
> >> Or maybe erc-desktop-notifications.el?  (notifications.el announces
> >> itself as "Client interface to desktop notifications".)
> > In your opinion(s), should I just rename the file and changes the
> > provide/autoload call, or would it be better to change functions name
> > prefix, etc too, to be consistent?
> 
> Just the file name, not the prefix of the functions/vars/...

And, btw, another, possibly easier to grok, file name would be
erc-dbus.el.

Thanks.



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-10-04 16:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-02 18:01 erc-notifications.el Eli Zaretskii
2012-10-02 18:20 ` erc-notifications.el Julien Danjou
2012-10-02 18:43   ` erc-notifications.el Karl Fogel
2012-10-02 18:58     ` erc-notifications.el Eli Zaretskii
2012-10-02 19:00       ` erc-notifications.el Karl Fogel
2012-10-04  8:26       ` erc-notifications.el Julien Danjou
2012-10-04 12:30         ` erc-notifications.el Stefan Monnier
2012-10-04 16:57           ` erc-notifications.el Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).