emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ement 726d17b082 6/6: Docs: Explain mentions and comple


From: ELPA Syncer
Subject: [elpa] externals/ement 726d17b082 6/6: Docs: Explain mentions and completion
Date: Sun, 14 May 2023 00:58:07 -0400 (EDT)

branch: externals/ement
commit 726d17b082e1276e8ace5b2d75c95bc1405e5f44
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Docs: Explain mentions and completion
    
    Fixes #115.
---
 README.org | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index cf1c411507..20fe501abb 100644
--- a/README.org
+++ b/README.org
@@ -184,7 +184,7 @@ These bindings are common to all of the following buffer 
types:
 + Send file: ~s f~
 + Send image: ~s i~
 + View event source: ~v~
-+ Complete members and rooms at point: ~C-M-i~ (standard ~completion-at-point~ 
command).
++ Complete members and rooms at point: ~C-M-i~ (standard ~completion-at-point~ 
command).  (Type an ~@~ prefix for a member mention, a ~#~ prefix for a room 
alias, or a ~!~ prefix for a room ID.)
 
 *Images*
 
@@ -254,6 +254,7 @@ These bindings are common to all of the following buffer 
types:
 + Starting in the room list buffer, by pressing ~SPC~ repeatedly, you can 
cycle through and read all rooms with unread buffers.  (If a room doesn't have 
a buffer, it will not be included.)
 + Room buffers and the room-list buffer can be bookmarked in Emacs, i.e. using 
=C-x r m=.  This is especially useful with 
[[https://github.com/alphapapa/burly.el][Burly]]: you can arrange an Emacs 
frame with several room buffers displayed at once, use =burly-bookmark-windows= 
to bookmark the layout, and then you can restore that layout and all of the 
room buffers by opening the bookmark, rather than having to manually arrange 
them every time you start Emacs or change the window configuration.
 + Images and other files can be uploaded to rooms using drag-and-drop.
++ Mention members by typing a ~@~ followed by their displayname or Matrix ID.  
(Members' names and rooms' aliases/IDs may be completed with 
~completion-at-point~ commands.)
 + You can customize settings in the ~ement~ group.
   - *Note:* ~setq~ should not be used for certain options, because it will not 
call the associated setter function.  Users who have an aversion to the 
customization system may experience problems.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]