[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/bluetooth e002888 27/57: updates Readme.org
From: |
Stefan Monnier |
Subject: |
[elpa] externals/bluetooth e002888 27/57: updates Readme.org |
Date: |
Thu, 7 Nov 2019 23:28:53 -0500 (EST) |
branch: externals/bluetooth
commit e002888ed73988000ffa02ca0d950a38e5e8f9d8
Author: Raffael Stocker <address@hidden>
Commit: Raffael Stocker <address@hidden>
updates Readme.org
---
Readme.org | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/Readme.org b/Readme.org
index cc0cafe..dcccf8b 100644
--- a/Readme.org
+++ b/Readme.org
@@ -9,17 +9,15 @@
- discovery mode
- setting device properties (alias, blocked, trusted)
- setting adapter properties (powered, discoverable, pairable)
+ - showing device information (alias, address, RSSI, class, services)
- Imenu integration
The implementation is based on the Bluez DBus interface (see
[[https://www.bluez.org]]).
** Usage
-
- To use it, put ~bluetooth.el~ somewhere in your load path, include
- #+begin_src emacs-lisp
- (require 'bluetooth)
- #+end_src
- in ~init.el~ and call ~M-x list-bluetooth-devices~. No configuration is
+
+ To use it, invoke ~M-x package-install-file~ on ~bluetooth.el~
+ and then ~M-x list-bluetooth-devices~. No configuration is
necessary or possible. Use ~M-x describe-mode~ (usually ~C-h m~) to get a
list
of key bindings.
- [elpa] externals/bluetooth 1f3b244 47/57: makes checkdoc and package-lint happy, (continued)
- [elpa] externals/bluetooth 1f3b244 47/57: makes checkdoc and package-lint happy, Stefan Monnier, 2019/11/07
- [elpa] externals/bluetooth 9d79f61 46/57: puts the key bindings in their own defvar (as is usual), Stefan Monnier, 2019/11/07
- [elpa] externals/bluetooth fd39a17 50/57: cleans up movement to beginning/end of list, Stefan Monnier, 2019/11/07
- [elpa] externals/bluetooth 5387639 52/57: adds path loss to device info, Stefan Monnier, 2019/11/07
- [elpa] externals/bluetooth ea7ccf7 53/57: fixes mode line update, Stefan Monnier, 2019/11/07
- [elpa] externals/bluetooth 21e6a14 34/57: adds hl-line-mode activation, Stefan Monnier, 2019/11/07
- [elpa] externals/bluetooth cb5a39c 29/57: adds SDO UUIDs and simplifies the UUID handling functions, Stefan Monnier, 2019/11/07
- [elpa] externals/bluetooth 44e81ed 42/57: rearranges UUID data and functions, concentrates interface names, Stefan Monnier, 2019/11/07
- [elpa] externals/bluetooth 72f061d 48/57: updates commentary and cleans up whitespace, Stefan Monnier, 2019/11/07
- [elpa] externals/bluetooth 2ce2322 49/57: improves device info printing, Stefan Monnier, 2019/11/07
- [elpa] externals/bluetooth e002888 27/57: updates Readme.org,
Stefan Monnier <=
- [elpa] externals/bluetooth 15d1f53 37/57: adds a pointer to the source of assigned numbers data, Stefan Monnier, 2019/11/07
- [elpa] externals/bluetooth d749581 41/57: removes unused `bluetooth--own-intf', Stefan Monnier, 2019/11/07
- [elpa] externals/bluetooth 291e863 43/57: separates adapter api calls from device ids, Stefan Monnier, 2019/11/07
- [elpa] externals/bluetooth 398d361 44/57: ensures line highlighting after list display update, Stefan Monnier, 2019/11/07
- [elpa] externals/bluetooth 55304bb 57/57: signs copyright over to the FSF for inclusion in ELPA, Stefan Monnier, 2019/11/07
- [elpa] externals/bluetooth 49ca390 55/57: puts single-use stuff into using functions, Stefan Monnier, 2019/11/07
- [elpa] externals/bluetooth 920c308 56/57: updates comments, company IDs and cleans up, Stefan Monnier, 2019/11/07
- [elpa] externals/bluetooth 806b5e9 51/57: adds manufacturer names and more attributes to device info, Stefan Monnier, 2019/11/07
- [elpa] externals/bluetooth 5fa8c5f 54/57: changes all the larger UUID lists into hash tables and cleans up, Stefan Monnier, 2019/11/07