From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Raffael Stocker Newsgroups: gmane.emacs.devel Subject: [ELPA] New package: bluetooth Date: Sat, 26 Oct 2019 14:34:08 +0200 Message-ID: <871ruz3cu7.fsf@mnet-mail.de> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="11980"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: mu4e 1.2.0; emacs 26.3 To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 26 14:38:16 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iOLKh-0002wa-Rk for ged-emacs-devel@m.gmane.org; Sat, 26 Oct 2019 14:38:15 +0200 Original-Received: from localhost ([::1]:39956 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iOLKg-0003ri-1C for ged-emacs-devel@m.gmane.org; Sat, 26 Oct 2019 08:38:14 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39794) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iOLGu-00080V-K4 for emacs-devel@gnu.org; Sat, 26 Oct 2019 08:34:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iOLGt-0007TO-6Z for emacs-devel@gnu.org; Sat, 26 Oct 2019 08:34:20 -0400 Original-Received: from mail-out.m-online.net ([212.18.0.10]:35454) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iOLGn-0007Qz-TH for emacs-devel@gnu.org; Sat, 26 Oct 2019 08:34:15 -0400 Original-Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 470gQV1QJ6z1s4pn for ; Sat, 26 Oct 2019 14:34:10 +0200 (CEST) Original-Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 470gQV1Hhzz1qqkZ for ; Sat, 26 Oct 2019 14:34:10 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Original-Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id kEdiHcIuiO4g for ; Sat, 26 Oct 2019 14:34:09 +0200 (CEST) X-Auth-Info: 28x3H6rFMRPltfShFoX2HPhnB+t+MrjUDUDh9qnD/WXLgx0Er1HOMgVj7l7Asup8 Original-Received: from EmacsBook (ppp-93-104-71-42.dynamic.mnet-online.de [93.104.71.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA for ; Sat, 26 Oct 2019 14:34:09 +0200 (CEST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 212.18.0.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:241447 Archived-At: I would like to contribute a package for managing Bluetooth devices to Elpa. The bluetooth mode implemented in this package is derived from tabulated-list-mode and offers basic device-management functions, such as pairing/connecting, setting some properties, scanning for devices, getting device info (like services offered by a device) and controlling the host computer's Bluetooth adapter (power, pairable/discoverable properties). This mode uses D-Bus and depends on the bluez daemon. Its use is therefore limited to GNU/Linux. It will be most useful on setups using Emacs as the desktop environment. The copyright has not (yet) been transferred to the FSF and I have not signed any papers to that effect. What exactly do I have to do here? Also note that this is my first ever Emacs package, so someone should maybe check it carefully. The source is currently hosted on Gitlab: https://gitlab.com/rstocker/emacs-bluetooth