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

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

[elpa] externals/ebdb 5ec40d5 102/350: Add sections on searching and rec


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 5ec40d5 102/350: Add sections on searching and record marking to manual
Date: Mon, 14 Aug 2017 11:46:15 -0400 (EDT)

branch: externals/ebdb
commit 5ec40d5262d8698c849fc39b0e6196f82ed79f7b
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    Add sections on searching and record marking to manual
---
 ebdb.org | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/ebdb.org b/ebdb.org
index 7797a66..7b2c50c 100644
--- a/ebdb.org
+++ b/ebdb.org
@@ -289,3 +289,38 @@ also possible to create more by using the 
`ebdb-clone-buffer' and
   Rename the current EBDB buffer.  If this is done in a MUA pop-up
   buffer, the original buffer will be recreated next time the MUA
   requests another pop up.
+** Searching
+The most general search is performed with "/ /", which searches on
+many different record fields and displays the results.
+
+The EBDB major mode provides many keys for searching on specific
+record fields.  Most of these keys are used after one of three prefix
+keys, which change the behavior of the search: "/" clears the buffer
+before displaying the results, "|" searches only among the records
+already displayed, and "+" appends the search results to the records
+already displayed.
+
+For instance, record name search is on the key "n", meaning you can
+use "/ n", "| n", or "+ n".  Search keys that work this way are:
+
+- "n": Search names
+- "o": Search organizations
+- "p": Search phones
+- "a": Search addresses
+- "m": Search mails
+- "x": Search user fields (prompts for which field to search on)
+
+Search commands that currently only work with the "/" prefix are:
+
+- "/ 1": Prompt for a single record, and display it
+- "/ c": Search records that have been modified since last save
+- "/ C": Search by record class
+- "/ d": Search duplicate records
+- "/ D": Prompt for a database and display all records belonging to
+  that database
+** Marking
+Records can be marked and acted on in bulk.  The "#" key will toggle
+the mark of the record under point.  "M-#" will toggle the marks of
+all the records in the buffer, and "C-#" will unmark all records in
+the buffer.  Many editing commands can act on multiple marked
+records.



reply via email to

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