From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: common Emacs notifications and alert.el (John W.) package (was: Deprecate TLS1.0 support in emacs) Date: Tue, 15 Aug 2017 20:06:25 +0300 Message-ID: <83378shib2.fsf@gnu.org> 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> <87h8xkqze9.fsf_-_@lifelogs.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1502816810 5630 195.159.176.226 (15 Aug 2017 17:06:50 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 15 Aug 2017 17:06:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ted Zlatanov , John Wiegley Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 15 19:06:45 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 1dhfIf-00011b-OU for ged-emacs-devel@m.gmane.org; Tue, 15 Aug 2017 19:06:41 +0200 Original-Received: from localhost ([::1]:48804 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dhfIl-0005cV-QX for ged-emacs-devel@m.gmane.org; Tue, 15 Aug 2017 13:06:47 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46565) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dhfIc-0005b5-Jo for emacs-devel@gnu.org; Tue, 15 Aug 2017 13:06:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dhfIb-0002JI-Jq for emacs-devel@gnu.org; Tue, 15 Aug 2017 13:06:38 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38974) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dhfIU-0002Es-NU; Tue, 15 Aug 2017 13:06:30 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2167 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dhfIU-0007LK-8Z; Tue, 15 Aug 2017 13:06:30 -0400 In-reply-to: <87h8xkqze9.fsf_-_@lifelogs.com> (message from Ted Zlatanov on Sun, 06 Aug 2017 15:17:34 -0400) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:217573 Archived-At: > From: Ted Zlatanov > Date: Sun, 06 Aug 2017 15:17:34 -0400 > > 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? IMO, before we include alert.el and make it a dependency of the likes of NSM, we should make sure alert.el supports all of the currently supported platforms. AFAIK, at least MS-Windows isn't supported, although we have w32-notification-notify since Emacs 25. Apologies if I missed something.