config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

notmuch-autoloads.el (6620B)


      1 ;;; notmuch-autoloads.el --- automatically extracted autoloads (do not edit)   -*- lexical-binding: t -*-
      2 ;; Generated by the `loaddefs-generate' function.
      3 
      4 ;; This file is part of GNU Emacs.
      5 
      6 ;;; Code:
      7 
      8 (add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
      9 
     10 
     11 
     12 ;;; Generated autoloads from coolj.el
     13 
     14 (register-definition-prefixes "coolj" '("coolj-"))
     15 
     16 
     17 ;;; Generated autoloads from make-deps.el
     18 
     19 (register-definition-prefixes "make-deps" '("batch-make-deps" "make-deps"))
     20 
     21 
     22 ;;; Generated autoloads from notmuch.el
     23 
     24 (autoload 'notmuch-search "notmuch" "\
     25 Display threads matching QUERY in a notmuch-search buffer.
     26 
     27 If QUERY is nil, it is read interactively from the minibuffer.
     28 Other optional parameters are used as follows:
     29 
     30   OLDEST-FIRST: A Boolean controlling the sort order of returned threads
     31   TARGET-THREAD: A thread ID (without the thread: prefix) that will be made
     32                  current if it appears in the search results.
     33   TARGET-LINE: The line number to move to if the target thread does not
     34                appear in the search results.
     35   NO-DISPLAY: Do not try to foreground the search results buffer. If it is
     36               already foregrounded i.e. displayed in a window, this has no
     37               effect, meaning the buffer will remain visible.
     38 
     39 When called interactively, this will prompt for a query and use
     40 the configured default sort order.
     41 
     42 (fn &optional QUERY OLDEST-FIRST TARGET-THREAD TARGET-LINE NO-DISPLAY)" t)
     43 (autoload 'notmuch "notmuch" "\
     44 Run notmuch and display saved searches, known tags, etc." t)
     45 (autoload 'notmuch-cycle-notmuch-buffers "notmuch" "\
     46 Cycle through any existing notmuch buffers (search, show or hello).
     47 
     48 If the current buffer is the only notmuch buffer, bury it.
     49 If no notmuch buffers exist, run `notmuch'." t)
     50 (register-definition-prefixes "notmuch" '("notmuch-"))
     51 
     52 
     53 ;;; Generated autoloads from notmuch-address.el
     54 
     55 (register-definition-prefixes "notmuch-address" '("notmuch-address-"))
     56 
     57 
     58 ;;; Generated autoloads from notmuch-company.el
     59 
     60 (autoload 'notmuch-company-setup "notmuch-company")
     61 (autoload 'notmuch-company "notmuch-company" "\
     62 `company-mode' completion back-end for `notmuch'.
     63 
     64 (fn COMMAND &optional ARG &rest IGNORE)" t)
     65 (register-definition-prefixes "notmuch-company" '("notmuch-company-last-prefix"))
     66 
     67 
     68 ;;; Generated autoloads from notmuch-compat.el
     69 
     70 (register-definition-prefixes "notmuch-compat" '("notmuch-"))
     71 
     72 
     73 ;;; Generated autoloads from notmuch-crypto.el
     74 
     75 (register-definition-prefixes "notmuch-crypto" '("notmuch-crypto-"))
     76 
     77 
     78 ;;; Generated autoloads from notmuch-draft.el
     79 
     80 (register-definition-prefixes "notmuch-draft" '("notmuch-draft-"))
     81 
     82 
     83 ;;; Generated autoloads from notmuch-hello.el
     84 
     85 (autoload 'notmuch-hello "notmuch-hello" "\
     86 Run notmuch and display saved searches, known tags, etc.
     87 
     88 (fn &optional NO-DISPLAY)" t)
     89 (register-definition-prefixes "notmuch-hello" '("notmuch-"))
     90 
     91 
     92 ;;; Generated autoloads from notmuch-jump.el
     93 
     94 (autoload 'notmuch-jump-search "notmuch-jump" "\
     95 Jump to a saved search by shortcut key.
     96 
     97 This prompts for and performs a saved search using the shortcut
     98 keys configured in the :key property of `notmuch-saved-searches'.
     99 Typically these shortcuts are a single key long, so this is a
    100 fast way to jump to a saved search from anywhere in Notmuch." t)
    101 (autoload 'notmuch-jump "notmuch-jump" "\
    102 Interactively prompt for one of the keys in ACTION-MAP.
    103 
    104 Displays a summary of all bindings in ACTION-MAP in the
    105 minibuffer, reads a key from the minibuffer, and performs the
    106 corresponding action.  The prompt can be canceled with C-g or
    107 RET.  PROMPT must be a string to use for the prompt.  PROMPT
    108 should include a space at the end.
    109 
    110 ACTION-MAP must be a list of triples of the form
    111   (KEY LABEL ACTION)
    112 where KEY is a key binding, LABEL is a string label to display in
    113 the buffer, and ACTION is a nullary function to call.  LABEL may
    114 be null, in which case the action will still be bound, but will
    115 not appear in the pop-up buffer.
    116 
    117 (fn ACTION-MAP PROMPT)")
    118 (register-definition-prefixes "notmuch-jump" '("notmuch-jump-"))
    119 
    120 
    121 ;;; Generated autoloads from notmuch-lib.el
    122 
    123 (register-definition-prefixes "notmuch-lib" '("notmuch-"))
    124 
    125 
    126 ;;; Generated autoloads from notmuch-maildir-fcc.el
    127 
    128 (register-definition-prefixes "notmuch-maildir-fcc" '("notmuch-" "with-temporary-notmuch-message-buffer"))
    129 
    130 
    131 ;;; Generated autoloads from notmuch-message.el
    132 
    133 (register-definition-prefixes "notmuch-message" '("notmuch-message-"))
    134 
    135 
    136 ;;; Generated autoloads from notmuch-mua.el
    137 
    138 (register-definition-prefixes "notmuch-mua" '("notmuch-"))
    139 
    140 
    141 ;;; Generated autoloads from notmuch-parser.el
    142 
    143 (register-definition-prefixes "notmuch-parser" '("notmuch-sexp-"))
    144 
    145 
    146 ;;; Generated autoloads from notmuch-print.el
    147 
    148 (register-definition-prefixes "notmuch-print" '("notmuch-print-"))
    149 
    150 
    151 ;;; Generated autoloads from notmuch-query.el
    152 
    153 (register-definition-prefixes "notmuch-query" '("notmuch-query-"))
    154 
    155 
    156 ;;; Generated autoloads from notmuch-show.el
    157 
    158 (autoload 'notmuch-show "notmuch-show" "\
    159 Run \"notmuch show\" with the given thread ID and display results.
    160 
    161 ELIDE-TOGGLE, if non-nil, inverts the default elide behavior.
    162 
    163 The optional PARENT-BUFFER is the notmuch-search buffer from
    164 which this notmuch-show command was executed, (so that the
    165 next thread from that buffer can be show when done with this
    166 one).
    167 
    168 The optional QUERY-CONTEXT is a notmuch search term. Only
    169 messages from the thread matching this search term are shown if
    170 non-nil.
    171 
    172 The optional BUFFER-NAME provides the name of the buffer in
    173 which the message thread is shown. If it is nil (which occurs
    174 when the command is called interactively) the argument to the
    175 function is used.
    176 
    177 Returns the buffer containing the messages, or NIL if no messages
    178 matched.
    179 
    180 (fn THREAD-ID &optional ELIDE-TOGGLE PARENT-BUFFER QUERY-CONTEXT BUFFER-NAME)" t)
    181 (register-definition-prefixes "notmuch-show" '("notmuch-" "with-current-notmuch-show-message"))
    182 
    183 
    184 ;;; Generated autoloads from notmuch-tag.el
    185 
    186 (register-definition-prefixes "notmuch-tag" '("notmuch-"))
    187 
    188 
    189 ;;; Generated autoloads from notmuch-tree.el
    190 
    191 (register-definition-prefixes "notmuch-tree" '("notmuch-"))
    192 
    193 
    194 ;;; Generated autoloads from notmuch-wash.el
    195 
    196 (register-definition-prefixes "notmuch-wash" '("notmuch-wash-"))
    197 
    198 
    199 ;;; Generated autoloads from rstdoc.el
    200 
    201 (register-definition-prefixes "rstdoc" '("rst"))
    202 
    203 ;;; End of scraped data
    204 
    205 (provide 'notmuch-autoloads)
    206 
    207 ;; Local Variables:
    208 ;; version-control: never
    209 ;; no-byte-compile: t
    210 ;; no-update-autoloads: t
    211 ;; no-native-compile: t
    212 ;; coding: utf-8-emacs-unix
    213 ;; End:
    214 
    215 ;;; notmuch-autoloads.el ends here