From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: common Emacs notifications and alert.el (John W.) package (was: Deprecate TLS1.0 support in emacs) Date: Sun, 06 Aug 2017 15:17:34 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87h8xkqze9.fsf_-_@lifelogs.com> References: <87o9sp7qok.fsf@gmail.com> <87zic9vk98.fsf@mouse> <87fue17mo5.fsf@gmail.com> <87tw2hvhob.fsf@mouse> <8760ex63hi.fsf@gmail.com> <87fue1v5lr.fsf@mouse> <87shi0tqh3.fsf@gmail.com> <87d18fwl66.fsf@gmail.com> <87tw1rihu0.fsf@mouse> <4037dc81-4245-6925-842a-2c84a5ba996d@cs.ucla.edu> <87pocfibky.fsf@mouse> <873798j2ij.fsf@mouse> <87h8xobg9p.fsf@lifelogs.com> <83lgmzyjon.fsf@gnu.org> <87y3qz79wr.fsf@lifelogs.com> <83vam3wfm7.fsf@gnu.org> <87zibf5czd.fsf@lifelogs.com> <87ini2pji6.fsf@detlef> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1502047077 24372 195.159.176.226 (6 Aug 2017 19:17:57 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 6 Aug 2017 19:17:57 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 06 21:17:51 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1deR3e-0005xo-HJ for ged-emacs-devel@m.gmane.org; Sun, 06 Aug 2017 21:17:50 +0200 Original-Received: from localhost ([::1]:34119 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1deR3k-0007Ut-KQ for ged-emacs-devel@m.gmane.org; Sun, 06 Aug 2017 15:17:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47738) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1deR3a-0007Uh-Qb for emacs-devel@gnu.org; Sun, 06 Aug 2017 15:17:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1deR3W-0004uh-Ur for emacs-devel@gnu.org; Sun, 06 Aug 2017 15:17:46 -0400 Original-Received: from [195.159.176.226] (port=60190 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1deR3W-0004u3-Nz for emacs-devel@gnu.org; Sun, 06 Aug 2017 15:17:42 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1deR3O-0005AU-Ig for emacs-devel@gnu.org; Sun, 06 Aug 2017 21:17:34 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 28 Original-X-Complaints-To: usenet@blaine.gmane.org X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never Cancel-Lock: sha1:OkyBL6mI7PrsZpFpZuc6fHKkuAI= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:217343 Archived-At: On Sat, 05 Aug 2017 09:21:37 +0200 Michael Albinus wrote: MA> Ted Zlatanov writes: MA> Please not in `notifications-notify', this function has a defined MA> scope. There are packages which provide a broader notification MA> interface, like sauron MA> . >> >> ...but nothing in Emacs does :) That's sort of where I was going. >> >> Do we write our own? Could we use notifications.el and add new functions >> there? Do we try to add sauron to the core? MA> I believe a common notification package, on top of notifications.el, MA> would serve. It could be sauron.el, it could be something else. MA> notifications.el is biased to D-Bus. We shouldn't bore other platforms, MA> which do not support D-Bus, with this. A while ago I proposed to John Wiegley to use his https://github.com/jwiegley/alert package. This thread reminded me of that request. It seems perfect for the use cases discussed in the parent thread. Can we start the process on including alert.el? Ted