mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2018-11-18 76bbd07de7add0f9d13c6914f158d19630fe2f62
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
;ELC
;;; Compiled
;;; in Emacs version 26.1
;;; with all optimizations.
 
;;; This file contains utf-8 non-ASCII characters,
;;; and so cannot be loaded into Emacs 22 or earlier.
(and (boundp 'emacs-version)
     (< (aref emacs-version (1- (length emacs-version))) ?A)
     (string-lessp emacs-version "23")
     (error "`%s' was compiled for Emacs 23 or later" #$))
 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
 
(byte-code "\300\301!\210\302\303\304\305\306\301%\210\307\310\311\312\306\303%\207" [require helm custom-declare-group helm-help nil "Embedded help for `helm'." :group custom-declare-face helm-helper ((t :inherit helm-header)) "Face for Helm help string in minibuffer."] 6)
(defvar helm-help--string-list '(helm-help-message helm-buffer-help-message helm-ff-help-message helm-read-file-name-help-message helm-generic-file-help-message helm-grep-help-message helm-pdfgrep-help-message helm-etags-help-message helm-ucs-help-message helm-bookmark-help-message helm-esh-help-message helm-buffers-ido-virtual-help-message helm-moccur-help-message helm-top-help-message helm-el-package-help-message helm-M-x-help-message helm-imenu-help-message helm-colors-help-message helm-semantic-help-message helm-kmacro-help-message))
(defvar helm-documentation-buffer-name "*helm documentation*")
#@145 Preconfigured Helm for Helm documentation.
With a prefix arg refresh the documentation.
 
Find here the documentation of all documented sources.
(defalias 'helm-documentation #[0 "\305\306!\210r\307!q\210\310\311 \210\n\312\211:\203.@\262\313!\262\314!\315\261\210A\262\202\266\316 \210)\310\317 \210)\310\320\321\322\323!C!\324\325\326\327&)\207" [helm-documentation-buffer-name inhibit-read-only helm-help--string-list buffer-read-only helm-org-headings--nofilename require helm-org get-buffer-create t erase-buffer nil helm-interpret-value substitute-command-keys "\n\n" org-mode view-mode helm :sources helm-source-org-headings-for-files get-buffer :candidate-number-limit 99999 :buffer "*helm doc*"] 7 (#$ . 1291) nil])
(defvar helm-buffer-help-message "* Helm Buffer\n\n** Tips\n\n*** Completion\n\n**** Major-mode\n\nYou can enter a partial major-mode name (e.g. lisp, sh) to narrow down buffers.\nTo specify the major-mode, prefix it with \"*\" e.g. \"*lisp\".\n\nIf you want to match all buffers but the ones with a specific major-mode\n(negation), prefix the major-mode with \"!\" e.g. \"*!lisp\".\n\nIf you want to specify more than one major-mode, separate them with \",\",\ne.g. \"*!lisp,!sh,!fun\" lists all buffers but the ones in lisp-mode, sh-mode\nand fundamental-mode.\n\nThen enter a space followed by a pattern to narrow down to buffers matching this\npattern.\n\n**** Search inside buffers\n\nIf you enter a space and a pattern prefixed by \"@\", Helm searches for text\nmatching this pattern *inside* the buffer (i.e. not in the name of the buffer).\n\nIf you enter a pattern prefixed with an escaped \"@\", Helm searches for a\nbuffer matching \"@pattern\" but does not search inside.\n\n**** Search by directory name\n\nIf you prefix the pattern with \"/\", Helm matches over the directory names\nof the buffers.\n\nThis feature can be used to narrow down the search to one directory while\nsubsequent strings entered after a space match over the buffer name only.\n\nNote that negation is not supported for matching on buffer filename.\n\nStarting from Helm v1.6.8, you can specify more than one directory.\n\n**** Fuzzy matching\n\n`helm-buffers-fuzzy-matching' turns on fuzzy matching on buffer names, but not\non directory names or major modes.  A pattern starting with \"^\" disables fuzzy\nmatching and matches by exact regexp.\n\n**** Examples\n\nWith the following pattern\n\n    \"*lisp ^helm @moc\"\n\nHelm narrows down the list by selecting only the buffers that are in lisp mode,\nstart with \"helm\" and which content matches \"moc\".\n\nWithout the \"@\"\n\n    \"*lisp ^helm moc\"\n\nHelm looks for lisp mode buffers starting with \"helm\" and containing \"moc\"\nin their name.\n\nWith this other pattern\n\n    \"*!lisp !helm\"\n\nHelm narrows down to buffers that are not in \"lisp\" mode and that do not match\n\"helm\".\n\nWith this last pattern\n\n    /helm/ w3\n\nHelm narrows down to buffers that are in any \"helm\" subdirectory and\nmatching \"w3\".\n\n*** Creating buffers\n\nWhen creating a new buffer, use `\\[universal-argument]' to choose a mode from a\nlist.  This list is customizable, see `helm-buffers-favorite-modes'.\n\n*** Killing buffers\n\nYou can kill buffers either one by one or all the marked buffers at once.\n\nOne kill-buffer command leaves Helm while the other is persistent.  Run the\npersistent kill-buffer command either with the regular\n`helm-execute-persistent-action' called with a prefix argument (`\\[universal-argument] \\<helm-map>\\[helm-execute-persistent-action]')\nor with its specific command `helm-buffer-run-kill-persistent'.  See the\nbindings below.\n\n*** Switching to buffers\n\nTo switch to a buffer, press RET, to switch to a buffer in another window, select this buffer\nand press \\<helm-buffer-map>\\[helm-buffer-switch-other-window], when called with a prefix arg\nthe buffer will be displayed vertically in other window.\nIf you mark more than one buffer, the marked buffers will be displayed in different windows.\n\n*** Meaning of colors and prefixes for buffers\n\nRemote buffers are prefixed with '@'.\nRed        => Buffer's file was modified on disk by an external process.\nIndianred2 => Buffer exists but its file has been deleted.\nOrange     => Buffer is modified and not saved to disk.\nItalic     => A non-file buffer.\nYellow     => Tramp archive buffer.\n\n** Commands\n\\<helm-buffer-map>\n\\[helm-buffer-run-zgrep]        Grep Buffer(s) works as zgrep too (`\\[universal-argument]' to grep all buffers but non-file buffers).\n\\[helm-buffers-run-multi-occur]        Multi-Occur buffer or marked buffers (`\\[universal-argument]' to toggle force-searching current-buffer).\n\\[helm-buffer-switch-other-window]        Switch to other window.\n\\[helm-buffer-switch-other-frame]        Switch to other frame.\n\\[helm-buffers-run-browse-project]        Browse project from buffer.\n\\[helm-buffer-run-query-replace-regexp]        Query-replace-regexp in marked buffers.\n\\[helm-buffer-run-query-replace]        Query-replace in marked buffers.\n\\[helm-buffer-run-ediff]        Ediff current buffer with candidate.  With two marked buffers, ediff those buffers.\n\\[helm-buffer-run-ediff-merge]        Ediff-merge current buffer with candidate.  With two marked buffers, ediff-merge those buffers.\n\\[helm-buffer-diff-persistent]        Toggle Diff-buffer with saved file without leaving Helm.\n\\[helm-buffer-revert-persistent]        Revert buffer without leaving Helm.\n\\[helm-buffer-save-persistent]        Save buffer without leaving Helm.\n\\[helm-buffer-run-kill-buffers]        Delete marked buffers and leave Helm.\n\\[helm-buffer-run-kill-persistent]        Delete buffer without leaving Helm.\n\\[helm-buffer-run-rename-buffer]        Rename buffer.\n\\[helm-toggle-all-marks]        Toggle all marks.\n\\[helm-mark-all]        Mark all.\n\\[helm-toggle-buffers-details]        Toggle details.\n\\[helm-buffers-toggle-show-hidden-buffers]        Show hidden buffers.\n\\[helm-buffers-mark-similar-buffers]        Mark all buffers of the same type (color) as current buffer.")
(defvar helm-ff-help-message "* Helm Find Files\n\n** Tips\n\n*** Navigation summary\n\nFor a better experience you can enable auto completion by setting\n`helm-ff-auto-update-initial-value' to non-nil in your init file.  It is not\nenabled by default to not confuse new users.\n\n**** Use `\\<helm-find-files-map>\\[helm-execute-persistent-action]' (persistent action) on a directory to go down one level\n\nOn a symlinked directory a prefix argument expands to its true name.\n\n**** Use `\\<helm-find-files-map>\\[helm-find-files-up-one-level]' on a directory to go up one level\n\n**** Use `\\<helm-find-files-map>\\[helm-find-files-down-last-level]' to walk back the resulting tree of all the `\\<helm-map>\\[helm-execute-persistent-action]' you did\n\nThe tree is reinitialized each time you browse a new tree with\n`\\<helm-map>\\[helm-execute-persistent-action]' or by entering some pattern in the prompt.\n\n**** `RET' behavior\n\nIt behaves differently depending on `helm-selection' (current candidate in helm-buffer):\n\n- candidate basename is \".\" => Open it in dired.\n- candidate is a directory    => Expand it.\n- candidate is a file         => Open it.\n\nIf you have marked candidates and you press RET on a directory,\nhelm will navigate to this directory, if you want to exit with\nRET with default action with these marked candidates, press RET\non a second time while you are on the root of this directory\ne.g. \"/home/you/dir/.\" or press RET on any file which is not a\ndirectory.  You can also exit with default action at any moment\nwith `f1'.\n\nNote that when copying, renaming, etc. from `helm-find-files' the\ndestination file is selected with `helm-read-file-name'.\n\nTo avoid confusion when using `read-file-name' or `read-directory-name', `RET'\nfollows its standard Emacs behaviour, i.e. it exits the minibuffer as soon as\nyou press `RET'.  If you want the same behavior as in `helm-find-files', bind\n`helm-ff-RET' to the `helm-read-file-map':\n\n    (define-key helm-read-file-map (kbd \"RET\") 'helm-ff-RET)\n\n*** Find file at point\n\nHelm uses `ffap' partially or completely to find file at point depending on the\nvalue of `helm-ff-guess-ffap-filenames': if non-nil, support is complete\n(annoying), if nil, support is partial.\n\n**** Find file at line number\n\nWhen text at point is in the form of\n\n    ~/elisp/helm/helm.el:1234\n\nHelm finds this file at the indicated line number, here 1234.\n\n**** Find URL at point\n\nWhen a URL is found at point, Helm expands to that URL only.\nPressing `RET' opens that URL using `browse-url-browser-function'.\n\n**** Find e-mail address at point\n\nWhen an e-mail address is found at point, Helm expands to this e-mail address\nprefixed with \"mailto:\".  Pressing `RET' opens a message buffer with that\ne-mail address.\n\n*** Quick pattern expansion\n\n**** Enter `~/' at end of pattern to quickly reach home directory\n\n**** Enter `/' at end of pattern to quickly reach the file system root\n\n**** Enter `./' at end of pattern to quickly reach `default-directory'\n\n(As per its value at the beginning of the session.)\n\nIf you already are in the `default-directory' this will move the cursor to the top.\n\n**** Enter `../' at end of pattern will reach upper directory, moving cursor to the top\n\nThis is different from using `\\<helm-find-files-map>\\[helm-find-files-up-one-level]' in that it moves\nthe cursor to the top instead of remaining on the previous subdir name.\n\n**** Enter `..name/' at end of pattern to start a recursive search\n\nIt searches directories matching \"name\" under the current directory, see the\n\"Recursive completion on subdirectories\" section below for more details.\n\n**** Any environment variable (e.g. `$HOME') at end of pattern gets expanded\n\n**** Any valid filename yanked after pattern gets expanded\n\n**** Special case: URL at point\n\nThe quick expansions do not take effect after end a URL, you must kill the\npattern first (`\\[helm-delete-minibuffer-contents]').\n\n*** Helm-find-files supports fuzzy matching\n\nIt starts from the third character of the pattern.\n\nFor instance \"fob\" or \"fbr\" will complete \"foobar\" but \"fb\" needs a\nthird character in order to complete it.\n\n*** Use `\\[universal-argument] \\[helm-execute-persistent-action]' or `\\[helm-follow-action-forward]' to display an image\n\n*** `\\[helm-execute-persistent-action]' on a filename expands to that filename in the Helm buffer\n\nSecond hit displays the buffer filename.\nThird hit kills the buffer filename.\nNote: `\\[universal-argument] \\[helm-execute-persistent-action]' displays the buffer directly.\n\n*** Browse images directories with `helm-follow-mode' and navigate up/down\n\nYou can also use `helm-follow-action-forward' and `helm-follow-action-backward' with\n`\\[helm-follow-action-forward]' and `\\[helm-follow-action-backward]' respectively.\n\n*** Toggle auto-completion with `\\[helm-ff-run-toggle-auto-update]'\n\nIt is useful when trying to create a new file or directory and you don't want\nHelm to complete what you are writing.\n\nNote: On a terminal, the default binding `C-<backspace>' may not work.\nIn this case use `C-c <backspace>'.\n\n*** You can create a new directory and a new file at the same time\n\nSimply write the path in the prompt and press `RET', e.g.\n\"~/new/newnew/newnewnew/my_newfile.txt\".\n\n*** To create a new directory, append a \"/\" to the new name and press `RET'\n\n*** To create a new file, enter a filename not ending with \"/\"\n\nNote that when you enter a new name, this one is prefixed with\n[?] if you are in a writable directory.  If you are in a directory\nwhere you have no write permission the new file name is not\nprefixed and is colored in red.  There is not such distinction\nwhen using tramp, new filename just appear on top of buffer.\n\n*** Recursive search from Helm-find-files\n\n**** You can use Helm-browse-project (see binding below)\n\n- With no prefix argument:\nIf the current directory is under version control with either git or hg and\nhelm-ls-git and/or helm-ls-hg are installed, it lists all the files under\nversion control.  Otherwise it falls back to Helm-find-files.  See\nhttps://github.com/emacs-helm/helm-ls-git and\nhttps://github.com/emacs-helm/helm-ls-hg.\n\n- With one prefix argument:\nList all the files under this directory and other subdirectories\n(recursion) and this list of files will be cached.\n\n- With two prefix arguments:\nSame but the cache is refreshed.\n\n**** You can start a recursive search with \"locate\" or \"find\"\n\nSee \"Note\" in the [[Recusive completion on subdirectories][section on subdirectories]].\n\nUsing \"locate\", you can enable the local database with a prefix argument. If the\nlocal database doesn't already exists, you will be prompted for its creation.\nIf it exists and you want to refresh it, give it two prefix args.\n\nWhen using locate the helm-buffer remains empty until you type something.\nRegardless Helm uses the basename of the pattern entered in the helm-find-files\nsession by default.  Hitting `\\[next-history-element]' should just kick in the\nlocate search with this pattern.  If you want Helm to automatically do this, add\n`helm-source-locate' to `helm-sources-using-default-as-input'.\n\n**** Recursive completion on subdirectories\n\nStarting from the directory you are currently browsing, it is possible to have\ncompletion of all directories underneath.  Say you are at \"/home/you/foo/\" and\nyou want to go to \"/home/you/foo/bar/baz/somewhere/else\", simply type\n\"/home/you/foo/..else\" and hit `\\[helm-execute-persistent-action]' or enter\nthe final \"/\".  Helm will then list all possible directories under \"foo\"\nmatching \"else\".\n\nEntering two spaces before \"else\" instead of two dots also works.\n\nNote: Completion on subdirectories uses \"locate\" as backend, you can configure\nthe command with `helm-locate-recursive-dirs-command'.  Because this completion\nuses an index, the directory tree displayed may be out-of-date and not reflect\nthe latest change until you update the index (using \"updatedb\" for \"locate\").\n\nIf for some reason you cannot use an index, the \"find\" command from\n\"findutils\" can be used instead.  It will be slower though.  You need to pass\nthe basedir as first argument of \"find\" and the subdir as the value for\n'-(i)regex' or '-(i)name' with the two format specs that are mandatory in\n`helm-locate-recursive-dirs-command'.\n\nExamples:\n- \"find %s -type d -name '*%s*'\"\n- \"find %s -type d -regex .*%s.*$\"\n\n*** Insert filename at point or complete filename at point\n\nOn insertion (not on completion, i.e. there is nothing at point):\n\n- `\\[helm-ff-run-complete-fn-at-point]': insert absolute file name.\n- `\\[universal-argument] \\[helm-ff-run-complete-fn-at-point]': insert abbreviated file name.\n- `\\[universal-argument] \\[universal-argument] \\[helm-ff-run-complete-fn-at-point]': insert relative file name.\n\nOn completion:\n\n- Target starts with \"~/\": insert abbreviate file name.\n- target starts with \"/\" or \"[a-z]:/\": insert full path.\n- Otherwise: insert relative file name.\n\n*** Use the wildcard to select multiple files\n\nUse of wilcard is supported to run an action over a set of files.\n\nExample: You can copy all the files with \".el\" extension by using \"*.el\" and\nthen run copy action.\n\nSimilarly, \"**.el\" (note the two stars) will recursively select all \".el\"\nfiles under the current directory.\n\nNote that when recursively copying files, you may have files with same name\ndispatched across different subdirectories, so when copying them in the same\ndirectory they will get overwritten.  To avoid this Helm has a special action\ncalled \"backup files\" that has the same behavior as the command line \"cp -f\n--backup=numbered\": it allows you to copy many files with the same name from\ndifferent subdirectories into one directory.  Files with same name are renamed\nas follows: \"foo.txt.~1~\".  Like with the --force option of cp, it is possible\nto backup files in current directory.\n\nThis command is available only when `dired-async-mode' is active.\n\nWhen using an action that involves an external backend (e.g. grep), using \"**\"\nis not recommended (even thought it works fine) because it will be slower to\nselect all the files.  You are better off leaving the backend to do it, it will\nbe faster.  However, if you know you have not many files it is reasonable to use\nthis, also using not recursive wilcard (e.g. \"*.el\") is perfectly fine for\nthis.\n\nThe \"**\" feature is active by default in the option `helm-file-globstar'.  It\nis different from the Bash \"shopt globstar\" feature in that to list files with\na named extension recursively you would write \"**.el\" whereas in Bash it would\nbe \"**/*.el\".  Directory selection with \"**/\" like Bash \"shopt globstar\"\noption is not supported yet.\n\n*** Query replace regexp on filenames\n\nReplace different parts of a file basename with something else.\n\nWhen calling this action you will be prompted twice as with\n`query-replace', first for the matching expression of the text to\nreplace and second for the replacement text.  Several facilities,\nhowever, are provided to make the two prompts more powerfull.\n\n**** Syntax of the first prompt\n\nIn addition to simple regexps, these shortcuts are available:\n\n- Basename without extension => \"%.\"\n- Only extension             => \".%\"\n- Substring                  => \"%:<from>:<to>\"\n- Whole basename             => \"%\"\n\n**** Syntax of the second prompt\n\nIn addition to a simple string to use as replacement, here is what you can use:\n\n- A placeholder refering to what you have selected in the first prompt: \"\\@\".\n\nAfter this placeholder you can use a search-and-replace syntax à-la sed:\n\n    \"\\@/<regexp>/<replacement>/\n\nYou can select a substring from the string represented by the placeholder:\n\n    \"\\@:<from>:<to>\"\n\n- A special character representing a number which is incremented: \"\\#\".\n\n- Shortcuts for `upcase', `downcase' and `capitalize'\nare available as`%u', `%d' and `%c' respectively.\n\n**** Examples\n\n***** Recursively rename all files with \".JPG\" extension to \".jpg\"\n\nUse the `helm-file-globstar' feature described in [[Using wildcard to select multiple files][recursive globbing]]\nby entering \"**.JPG\" at the end of the Helm-find-files pattern, then hit\n\\<helm-map>\\[helm-ff-query-replace-on-filenames]: First \"JPG\", then \"jpg\"\nand hit `RET'.\n\nAlternatively you can enter \".%\" at the first prompt, then \"jpg\" and hit\n`RET'.  Note that when using this instead of using \"JPG\" at the first prompt,\nall extensions will be renamed to \"jpg\" even if the extension of one of the\nfiles is, say, \"png\".  If you want to keep the original extension you can use\n\"%d\" at the second prompt (downcase).\n\n***** Batch-rename files from number 001 to 00x\n\nUse \"\\#\" inside the second prompt.\n\nExample 1: To rename the files\n\n    foo.jpg\n    bar.jpg\n    baz.jpg\n\nto\n\n    foo-001.jpg\n    foo-002.jpg\n    foo-003.jpg\n\nuse \"%.\" as matching regexp and \"foo-\\#\" as replacement string.\n\nExample 2: To rename the files\n\n    foo.jpg\n    bar.jpg\n    baz.jpg\n\nto\n\n    foo-001.jpg\n    bar-002.jpg\n    baz-003.jpg\n\nuse as matching regexp \"%.\" and as replacement string \"\\@-\\#\".\n\n***** Replace a substring\n\nUse \"%:<from>:<to>\".\n\nExample: To rename files\n\n    foo.jpg\n    bar.jpg\n    baz.jpg\n\nto\n\n    fOo.jpg\n    bAr.jpg\n    bAz.jpg\n\nuse as matching regexp \"%:1:2\" and as replacement string \"%u\" (upcase).\n\nNote that you *cannot* use \"%.\" and \".%\" along with substring replacement.\n\n***** Modify the string from the placeholder (\\@)\n\n- By substring, i.e. only using the substring of the placeholder: \"\\@:<from>:<to>\".\nThe length of placeholder is used for <to> when unspecified.\n\nExample 1: \"\\@:0:2\" replaces from the beginning to the second char of the placeholder.\n\nExample 2: \\@:2: replaces from the second char of the placeholder to the end.\n\n- By search-and-replace: \"\\@/<regexp>/<replacement>/\".\n\nIncremental replacement is also handled in <replacement>.\n\nExample 3: \"\\@/foo/bar/\" replaces \"foo\" by \"bar\" in the placeholder.\n\nExample 4: \"\\@/foo/-\\#/\" replaces \"foo\" in the placeholder by 001, 002, etc.\n\n***** Clash in replacements (avoid overwriting files)\n\nWhen performing any of these replacement operations you may end up with same\nnames as replacement.  In such cases Helm numbers the file that would otherwise\noverwritten.  For instance, should you remove the \"-m<n>\" part from the files\n\"emacs-m1.txt\", \"emacs-m2.txt\" and \"emacs-m3.txt\" you would end up with\nthree files named \"emacs.txt\", the second renaming overwriting first file, and\nthe third renaming overwriting second file and so on.  Instead Helm will\nautomatically rename the second and third files as \"emacs(1).txt\" and\n\"emacs(2).txt\" respectively.\n\n***** Query-replace on filenames vs. serial-rename action\n\nUnlike the [[Serial renaming][serial rename]] actions, the files renamed with\nthe query-replace action stay in their initial directory and are not moved to\nthe current directory.  As such, using \"\\#\" to serial-rename files only makes\nsense for files inside the same directory.  It even keeps renaming files\nwith an incremental number in the next directories.\n\n*** Serial-rename\n\nYou can use the serial-rename actions to rename, copy or symlink marked files to\na specific directory or in the current directory with all the files numbered\nincrementally.\n\n- Serial-rename by renaming:\nRename all marked files with incremental numbering to a specific directory.\n\n- Serial-rename by copying:\nCopy all marked files with incremental numbering to a specific directory.\n\n- Serial-rename by symlinking:\nSymlink all marked files with incremental numbering to a specific directory.\n\n*** Edit marked files in a dired buffer\n\nYou can open a dired buffer containing only marked files with `\\<helm-find-files-map>\\[helm-ff-run-marked-files-in-dired]'.\nWith a prefix argument you can open this same dired buffer in wdired mode for\nediting.  Note that wildcards are supported as well, so you can use e.g.\n\"*.txt\" to select all \".txt\" files in the current directory or \"**.txt\" to\nselect all files recursively from the current directory.\nSee [[Use the wildcard to select multiple files]] section above.\n\n*** Defining default target directory for copying, renaming, etc\n\nYou can customize `helm-dwim-target' to behave differently depending on the\nwindows open in the current frame.  Default is to provide completion on all\ndirectories associated to each window.\n\n*** Copying and renaming asynchronously\n\nIf you have the async library installed (if you got Helm from MELPA you do), you\ncan use it for copying/renaming files by enabling `dired-async-mode'.\n\nNote that even when async is enabled, running a copy/rename action with a prefix\nargument will execute action synchronously. Moreover it will follow the first\nfile of the marked files in its destination directory.\n\nWhen `dired-async-mode' is enabled, an additional action named \"Backup files\"\nwill be available. (Such command is not natively available in Emacs).\nSee [[Use the wildcard to select multiple files]] for details.\n\n*** Bookmark the `helm-find-files' session\n\nYou can bookmark the `helm-find-files' session with `\\[helm-ff-bookmark-set]'.\nYou can later retrieve these bookmarks by calling `helm-filtered-bookmarks'\nor, from the current `helm-find-files' session, by hitting `\\[helm-find-files-toggle-to-bookmark]'.\n\n*** Grep files from `helm-find-files'\n\nYou can grep individual files from `helm-find-files' by using\n`\\<helm-find-files-map>\\[helm-ff-run-grep]'.  This same command can also\nrecursively grep files from the current directory when called with a prefix\nargument.  In this case you will be prompted for the file extensions to use\n(grep backend) or the types of files to use (ack-grep backend).  See the\n`helm-grep-default-command' documentation to set this up.  For compressed files\nor archives, use zgrep with `\\<helm-find-files-map>\\[helm-ff-run-zgrep]'.\n\nOtherwise you can use recursive commands like `\\<helm-find-files-map>\\[helm-ff-run-grep-ag]' or `\\<helm-find-files-map>\\[helm-ff-run-git-grep]'\nthat are much faster than using `\\<helm-find-files-map>\\[helm-ff-run-grep]' with a prefix argument.\nSee `helm-grep-ag-command' and `helm-grep-git-grep-command' to set this up.\n\nYou can also use \"id-utils\"' GID with `\\<helm-find-files-map>\\[helm-ff-run-gid]'\nby creating an ID index file with the \"mkid\" shell command.\n\nAll those grep commands use the symbol at point as the default pattern.\nNote that default is different from input (nothing is added to the prompt until\nyou hit `\\[next-history-element]').\n\n**** Grepping on remote files\n\nOn remote files grep is not well supported by TRAMP unless you suspend updates before\nentering the pattern and re-enable it once your pattern is ready.\nTo toggle suspend-update, use `\\<helm-map>\\[helm-toggle-suspend-update]'.\n\n*** Setting up aliases in Eshell allows you to set up powerful customized commands\n\nAdding Eshell aliases to your `eshell-aliases-file' or using the\n`alias' command from Eshell allows you to create personalized\ncommands not available in `helm-find-files' actions and use them\nfrom `\\<helm-find-files-map>\\[helm-ff-run-eshell-command-on-file]'.\n\nExample: You want a command to uncompress some \"*.tar.gz\" files from `helm-find-files':\n\n1) Create an Eshell alias named, say, \"untargz\" with the command\n\"alias untargz tar zxvf $*\".\n\n2) Now from `helm-find-files' select the \"*.tar.gz\" file (you can also\nmark files if needed) and hit `\\<helm-find-files-map>\\[helm-ff-run-eshell-command-on-file]'.\n\nNote: When using marked files with this, the meaning of the prefix argument is\nquite subtle.  Say you have \"foo\", \"bar\" and \"baz\" marked; when you run\nthe alias command `example' on these files with no prefix argument it will run\n`example' sequentially on each file:\n\n$ example foo\n$ example bar\n$ example baz\n\nWith a prefix argument however it will apply `example' on all files at once:\n\n$ example foo bar baz\n\nOf course the alias command should support this.\n\n*** Using TRAMP with `helm-find-files' to read remote directories\n\n`helm-find-files' works fine with TRAMP despite some limitations.\n\n- Grepping files is not very well supported when used incrementally.\nSee [[Grepping on remote files]].\n\n- Locate does not work on remote directories.\n\n**** A TRAMP syntax crash course\n\nPlease refer to TRAMP's documentation for more details.\n\n- Connect to host 192.168.0.4 as user \"foo\":\n\n/scp:192.168.0.4@foo:\n\n- Connect to host 192.168.0.4 as user \"foo\" on port 2222:\n\n/scp:192.168.0.4@foo#2222:\n\n- Connect to host 192.168.0.4 as root using multihops syntax:\n\n/ssh:192.168.0.4@foo|sudo:192.168.0.4:\n\nNote: You can also use `tramp-default-proxies-alist' when connecting often to\nthe same hosts.\n\nAs a rule of thumb, prefer the scp method unless using multihops (which only\nworks with the ssh method), especially when copying large files.\n\nYou need to hit `C-j' once on top of a directory on the first connection\nto complete the pattern in the minibuffer.\n\n**** Display color for directories, symlinks etc... with tramp\n\nStarting at helm version 2.9.7 it is somewhat possible to\ncolorize fnames by listing files without loosing performances with\nexternal commands (ls and awk) if your system is compatible.\nFor this you can use `helm-list-dir-external' as value\nfor `helm-list-directory-function'.\n\nSee `helm-list-directory-function' documentation for more infos.\n \n**** Completing host\n\nAs soon as you enter the first \":\" after method e.g =/scp:= you will\nhave some completion about previously used hosts or from your =~/.ssh/config=\nfile, hitting `\\[helm-execute-persistent-action]' or `right' on a candidate will insert this host in minibuffer\nwithout addind the ending \":\", second hit insert the last \":\".\nAs soon the last \":\" is entered TRAMP will kick in and you should see the list\nof candidates soon after.\n\nWhen connection fails, be sure to delete your TRAMP connection with M-x\n`helm-delete-tramp-connection' before retrying.\n\n**** Editing local files as root\n\nUse the sudo method:\n\n\"/sudo:host:\" or simply \"/sudo::\".\n\n*** Attach files to a mail buffer (message-mode)\n\nIf you are in a `message-mode' or `mail-mode' buffer, that action will appear\nin action menu, otherwise it is available at any time with \\<helm-find-files-map>\\[helm-ff-run-mail-attach-files].\nIt behaves as follows:\n\n- If you are in a (mail or message) buffer, files are attached there.\n\n- If you are not in a mail buffer but one or more mail buffers exist, you are\nprompted to attach files to one of these mail buffers.\n\n- If you are not in a mail buffer and no mail buffer exists,\na new mail buffer is created with the attached files in it.\n\n*** Open files in separate windows\n\nWhen [[Marked candidates][marking]] multiple files or using [[Use the wildcard to select multiple files][wildcard]], helm allow opening all\nthis files in separate windows using an horizontal layout or a\nvertical layout if you used a prefix arg, when no more windows can be\ndisplayed in frame, next files are opened in background without being\ndisplayed.  When using \\<helm-find-files-map>\\[helm-ff-run-switch-other-window] the current\nbuffer is kept and files are displayed next to it with same behavior as above.\nWhen using two prefix args, files are opened in background without beeing displayed.\n\n*** Expand archives as directories in a avfs directory\n\nIf you have mounted your filesystem with mountavfs,\nyou can expand archives in the \"~/.avfs\" directory with \\<helm-map>\\[helm-execute-persistent-action].\n\n*** Tramp archive support (emacs-27+ only)\n\nIf your emacs have library tramp-archive.el, you can browse the\ncontent of archives with emacs and BTW helm-find-files. However this beeing\nexperimental and not very fast, helm doesn't provide an automatic\nexpansion and detection of archives, you will have to add the final /\nmanually and may have to force update (\\<helm-map>\\[helm-refresh])\nor remove and add again the final / until tramp finish decompressing archive.\n\n*** Touch files\n\nIn the completion buffer, you can choose the default which is the current-time, it is\nthe first candidate or the timestamp of one of the selected files.\nIf you need to use something else, use \\<helm-map>\\[next-history-element] and edit\nthe date in minibuffer.\nIt is also a way to quickly create a new file without opening a buffer, saving it\nand killing it.\nTo touch more than one new file, separate you filenames with a comma (\",\").\nIf one wants to create (touch) a new file with comma inside the name use a prefix arg,\nthis will prevent splitting the name and create multiple files.\n\n*** Delete files\n\nYou can delete files without quitting helm with\n`\\<helm-find-files-map>\\[helm-ff-persistent-delete]' or delete files and quit helm with `\\[helm-ff-run-delete-file]'.\n\nIn the second method you can choose to\nmake this command asynchronous by customizing\n`helm-ff-delete-files-function'.\n\n_WARNING_: When deleting files asynchronously you will NOT be\nWARNED if directories are not empty, that's mean non empty directories will\nbe deleted in background without asking.\n\nA good compromise is to trash your files\nwhen using asynchronous method (see [[Trashing files][Trashing files]]).\n\nWhen choosing synchronous delete, you can allow recursive\ndeletion of directories with `helm-ff-allow-recursive-deletes'.\nNote that when trashing (synchronous) you are not asked for recursive deletion.\n\nNote that `helm-ff-allow-recursive-deletes' have no effect when\ndeleting asynchronously.\n\nFirst method (persistent delete) is always synchronous.\n\nNote that when a prefix arg is given, trashing behavior is inversed.\nSee [[Trashing files][Trashing files]].\n\n**** Trashing files\n\nIf you want to trash your files instead of deleting them you can\nset `delete-by-moving-to-trash' to non nil, like this your files\nwill be moved to trash instead of beeing deleted.\n\nYou can reverse at any time the behavior of `delete-by-moving-to-trash' by using\na prefix arg with any of the delete files command.\n\nOn GNULinux distribution, when navigating to a Trash directory you\ncan restore any file in ..Trash/files directory with the 'Restore\nfrom trash' action you will find in action menu (needs the\ntrash-cli package installed).\nYou can as well delete files from Trash directories with the 'delete files from trash'\naction.\n\nTip: Navigate to your Trash/files directories with `helm-find-files' and set a bookmark\nthere with \\<helm-find-files-map>\\[helm-ff-bookmark-set] for fast access to Trash.\n\n_WARNING:_\n\nIf you have an ENV var XDG_DATA_HOME in your .profile or .bash_profile\nand this var is set to something like $HOME/.local/share (like preconized)\n`move-file-to-trash' may try to create $HOME/.local/share/Trash (literally)\nand its subdirs in the directory where you are actually trying to trash files.\nbecause `move-file-to-trash' is interpreting XDG_DATA_HOME literally instead\nof evaling its value (with `substitute-in-file-name').\n\n***** Trashing remote files with tramp\n\nTrashing remote files (or local files with sudo method) is disabled by default\nbecause tramp is requiring the 'trash' command to be installed, if you want to\ntrash your remote files, customize `helm-trash-remote-files'.\nThe package on most GNU/Linux based distributions is trash-cli, it is available [[https://github.com/andreafrancia/trash-cli][here]].\n\nNOTE:\nWhen deleting your files with sudo method, your trashed files will not be listed\nwith trash-list until you log in as root.\n\n** Commands\n\\<helm-find-files-map>\n\\[helm-ff-run-locate]        Run `locate' (`\\[universal-argument]' to specify locate database, `M-n' to insert basename of candidate).\n\\[helm-ff-run-browse-project]        Browse project (`\\[universal-argument]' to recurse, `\\[universal-argument] \\[universal-argument]' to recurse and refresh database).\n\\[helm-ff-run-find-sh-command]        Run `find' shell command from this directory.\n\\[helm-ff-run-grep]        Run Grep (`\\[universal-argument]' to recurse).\n\\[helm-ff-run-pdfgrep]        Run Pdfgrep on marked files.\n\\[helm-ff-run-zgrep]        Run zgrep (`\\[universal-argument]' to recurse).\n\\[helm-ff-run-grep-ag]        Run AG grep on current directory.\n\\[helm-ff-run-git-grep]        Run git-grep on current directory.\n\\[helm-ff-run-gid]        Run gid (id-utils).\n\\[helm-ff-run-etags]        Run Etags (`\\[universal-argument]' to use thing-at-point, `\\[universal-argument] \\[universal-argument]' to reload cache).\n\\[helm-ff-run-rename-file]        Rename Files (`\\[universal-argument]' to follow).\n\\[helm-ff-run-query-replace-fnames-on-marked]        Query replace on marked files.\n\\[helm-ff-run-copy-file]        Copy Files (`\\[universal-argument]' to follow).\n\\[helm-ff-run-byte-compile-file]        Byte Compile Files (`\\[universal-argument]' to load).\n\\[helm-ff-run-load-file]        Load Files.\n\\[helm-ff-run-symlink-file]        Symlink Files.\n\\[helm-ff-run-hardlink-file]        Hardlink files.\n\\[helm-ff-run-relsymlink-file]        Relative symlink Files.\n\\[helm-ff-run-delete-file]        Delete Files.\n\\[helm-ff-run-touch-files]        Touch files.\n\\[helm-ff-run-kill-buffer-persistent]        Kill buffer candidate without leaving Helm.\n\\[helm-ff-persistent-delete]        Delete file without leaving Helm.\n\\[helm-ff-run-switch-to-eshell]        Switch to Eshell.\n\\[helm-ff-run-eshell-command-on-file]        Eshell command on file (`\\[universal-argument]' to apply on marked files, otherwise treat them sequentially).\n\\[helm-ff-run-ediff-file]        Ediff file.\n\\[helm-ff-run-ediff-merge-file]        Ediff merge file.\n\\[helm-ff-run-complete-fn-at-point]        Complete file name at point.\n\\[helm-ff-run-switch-other-window]        Switch to other window.\n\\[helm-ff-run-switch-other-frame]        Switch to other frame.\n\\[helm-ff-run-open-file-externally]        Open file with external program (`\\[universal-argument]' to choose).\n\\[helm-ff-run-preview-file-externally]        Preview file with external program.\n\\[helm-ff-run-open-file-with-default-tool]        Open file externally with default tool.\n\\[helm-ff-rotate-left-persistent]        Rotate image left.\n\\[helm-ff-rotate-right-persistent]        Rotate image right.\n\\[helm-find-files-up-one-level]        Go to parent directory.\n\\[helm-find-files-history]        Switch to the visited-directory history.\n\\[helm-ff-file-name-history]        Switch to file name history.\n\\[helm-ff-properties-persistent]        Show file properties in a tooltip.\n\\[helm-mark-all]        Mark all visible candidates.\n\\[helm-ff-run-toggle-auto-update]        Toggle auto-expansion of directories.\n\\[helm-unmark-all]        Unmark all candidates, visible and invisible ones.\n\\[helm-ff-run-gnus-attach-files]        Gnus' attach files to message buffer.\n\\[helm-ff-run-print-file]        Print file, (`\\[universal-argument]' to refresh printer list).\n\\[helm-enlarge-window]        Enlarge Helm window.\n\\[helm-narrow-window]        Narrow Helm window.\n\\[helm-ff-run-toggle-basename]        Toggle basename/fullpath.\n\\[helm-ff-run-find-file-as-root]        Find file as root.\n\\[helm-ff-run-find-alternate-file]        Find alternate file.\n\\[helm-ff-run-insert-org-link]        Insert org link.\n\\[helm-ff-bookmark-set]        Set bookmark to current directory.\n\\[helm-find-files-toggle-to-bookmark]        Jump to bookmark list.")
(defalias 'helm-read-file-name-help-message #[0 "\203\f\301\302\303 \"\202 \304\305\306\211#\207" [helm-alive-p assoc-default name helm-get-current-source "generic" format "* Helm `%s' read file name completion\n\nThis is `%s' read file name completion that have been \"helmized\"\nbecause you have enabled [[Helm mode][helm-mode]]'.\nDon't confuse this with `helm-find-files' which is a native helm command,\nsee [[Helm functions vs helmized emacs functions]].\n\n** Tips\n\n*** Navigation\n\n**** Enter `~/' at end of pattern to quickly reach home directory\n\n**** Enter `/' at end of pattern to quickly reach the file system root\n\n**** Enter `./' at end of pattern to quickly reach `default-directory'\n\n(As per its value at the beginning of the session.)\n\nIf you already are in the `default-directory' this will move the cursor to the top.\n\n**** Enter `../' at end of pattern will reach upper directory, moving cursor on top\n\nThis is different from using `\\[helm-find-files-up-one-level]' in that it moves\nthe cursor to the top instead of remaining on the previous subdir name.\n\n**** You can complete with partial basename\n\nIt starts from the third character of the pattern.\n\nFor instance \"fob\" or \"fbr\" will complete \"foobar\" but \"fb\" needs a\nthird character in order to complete it.\n\n*** Persistent actions\n\nBy default `helm-read-file-name' uses the persistent actions of `helm-find-files'.\n\n**** Use `\\[universal-argument] \\<helm-map>\\[helm-execute-persistent-action]' to display an image\n\n**** `\\<helm-map>\\[helm-execute-persistent-action]' on a filename will expand to this filename in Helm-buffer\n\nSecond hit displays the buffer filename.\nThird hit kills the buffer filename.\nNote: `\\[universal-argument] \\<helm-map>\\[helm-execute-persistent-action]' displays the buffer directly.\n\n**** Browse images directories with `helm-follow-mode' and navigate up/down\n\n*** Delete characters backward\n\nWhen you want to delete characters backward, e.g. to create a new file or directory,\nauto-update may come in the way when it keeps updating to an existent directory.\nIn that case, type `C-<backspace>' and then `<backspace>'.\nThis should not be needed when copying/renaming files because autoupdate is disabled\nby default in that case.\n\nNote: On a terminal, the default binding `C-<backspace>' may not work.\nIn this case use `C-c <backspace>'.\n\n*** Create new directories and files\n\n**** You can create a new directory and a new file at the same time\n\nSimply write the path in prompt and press `RET', e.g.\n\"~/new/newnew/newnewnew/my_newfile.txt\".\n\n**** To create a new directory, append a \"/\" at to the new name and press `RET'\n\n**** To create a new file, enter a filename not ending with \"/\"\n\nFile and directory creation works only with some commands (e.g. `find-file')\nand it will not work with others where it is not intended to return a file or\na directory (e.g `list-directory').\n\n*** Exiting minibuffer with empty string\n\nYou can exit minibuffer with empty string with \\<helm-read-file--map>\\[helm-cr-empty-string].\nIt is useful when some commands are prompting continuously until you enter an empty prompt.\n\n** Commands\n\\<helm-read-file-map>\n\\[helm-find-files-up-one-level]        Go to parent directory.\n\\[helm-ff-run-toggle-auto-update]        Toggle auto-expansion of directories.\n\\[helm-ff-run-toggle-basename]        Toggle basename.\n\\[helm-ff-file-name-history]        File name history.\nC/\\[helm-cr-empty-string]        Return empty string unless `must-match' is non-nil.\n\\[helm-next-source]        Go to next source.\n\\[helm-previous-source]        Go to previous source."] 5])
(defvar helm-generic-file-help-message "* Helm Generic files\n\n** Tips\n\n*** Locate\n\nYou can append to the search pattern any of the locate command line options,\ne.g. -b, -e, -n <number>, etc.  See the locate(1) man page for more details.\n\nSome other sources (at the moment \"recentf\" and \"file in current directory\")\nsupport the -b flag for compatibility with locate when they are used with it.\n\nWhen you enable fuzzy matching on locate with `helm-locate-fuzzy-match', the\nsearch will be performed on basename only for efficiency (so don't add \"-b\" at\nprompt).  As soon as you separate the patterns with spaces, fuzzy matching will\nbe disabled and search will be done on the full filename.  Note that in\nmulti-match, fuzzy is completely disabled, which means that each pattern is a\nmatch regexp (i.e. \"helm\" will match \"helm\" but \"hlm\" will *not* match\n\"helm\").\n\n*** Browse project\n\nWhen the current directory is not under version control, don't forget to refresh\nthe cache when files have been added/removed in the directory.\n\n*** Find command\n\nRecursively search files using the \"find\" shell command.\n\nCandidates are all filenames that match all given globbing patterns.  This\nrespects the options `helm-case-fold-search' and\n`helm-findutils-search-full-path'.\n\nYou can pass arbitrary \"find\" options directly after a \"*\" separator.\nFor example, this would find all files matching \"book\" that are larger\nthan 1 megabyte:\n\n    book * -size +1M\n\n** Commands\n\\<helm-generic-files-map>\n\\[helm-ff-run-toggle-basename]        Toggle basename.\n\\[helm-ff-run-grep]        Run grep (`\\[universal-argument]' to recurse).\n\\[helm-ff-run-zgrep]        Run zgrep.\n\\[helm-ff-run-gid]        Run GID (id-utils).\n\\[helm-ff-run-pdfgrep]        Run PDFgrep on marked files.\n\\[helm-ff-run-copy-file]        Copy file(s)\n\\[helm-ff-run-rename-file]        Rename file(s).\n\\[helm-ff-run-symlink-file]        Symlink file(s).\n\\[helm-ff-run-hardlink-file]        Hardlink file(s).\n\\[helm-ff-run-delete-file]        Delete file(s).\n\\[helm-ff-run-byte-compile-file]        Byte compile Elisp file(s) (`\\[universal-argument]' to load).\n\\[helm-ff-run-load-file]        Load Elisp file(s).\n\\[helm-ff-run-ediff-file]        Ediff file.\n\\[helm-ff-run-ediff-merge-file]        Ediff-merge file.\n\\[helm-ff-run-switch-other-window]        Switch to other window.\n\\[helm-ff-properties-persistent]        Show file properties.\n\\[helm-ff-run-etags]        Run etags (`\\[universal-argument]' to use tap, `\\[universal-argument] \\[universal-argument]' to reload the database).\n\\[helm-yank-text-at-point]        Yank text at point.\n\\[helm-ff-run-open-file-externally]        Open file with external program (`\\[universal-argument]' to choose).\n\\[helm-ff-run-open-file-with-default-tool]        Open file externally with default tool.\n\\[helm-ff-run-insert-org-link]        Insert org link.")
(defvar helm-grep-help-message "* Helm Grep\n\n** Tips\n\n*** Use a prefix argument to grep recursively\n\nWith Helm supporting git-grep and AG however, you are better off using one of\nthem for recursive searches.\n\n*** You can use wild cards when selecting files (e.g. \"*.el\")\n\n*** You can grep in many different directories by marking files or using wild cards\n\n*** You can save the result in a `helm-grep-mode' buffer\n\nSee [[Commands][commands]] below.\n\nOnce in that buffer you can use \"emacs-wgrep\" (external package not bundled with Helm)\nto edit your changes.\n\n*** Helm-grep supports multi-matching\n\n(Starting from version 1.9.4.)\n\nSimply add a space between each pattern as for most Helm commands.\n\n*** See full path of selected candidate\n\nAdd (helm-popup-tip-mode 1) in your init file or enable it interactively with\nM-x helm-popup-tip-mode.\n\n*** Open file in other window\n\nThe command \\<helm-grep-map>\\[helm-grep-run-other-window-action] allow you to open file\nin other window horizontally or vertically if a prefix arg is supplied.\n \n*** Performance over TRAMP\n\nGrepping works but it is badly supported as TRAMP doesn't support multiple\nprocesses running in a short delay (less than 5s) among other things.\n\nHelm uses a special hook to suspend the process automatically while you are\ntyping.  Even if Helm handles this automatically by delaying each process by 5s,\nyou are adviced to this manually by hitting `\\<helm-map>\\[helm-toggle-suspend-update]' (suspend process) before\ntyping, and hit again `\\<helm-map>\\[helm-toggle-suspend-update]' when the regexp is ready to send to the remote\nprocess.  For simple regexps, there should be no need for this.\n\nAnother solution is to not use TRAMP at all and mount your remote file system via\nSSHFS.\n\n* Helm GID\n\n** Tips\n\nHelm-GID reads the database created with the `mkid' command from id-utils.\nThe name of the database file can be customized with `helm-gid-db-file-name', it\nis usually \"ID\".\n\nHelm-GID use the symbol at point as default-input.  This command is also\naccessible from `helm-find-files' which allow you to navigate to another\ndirectory to consult its database.\n\nNote: Helm-GID supports multi-matches but only the last pattern entered will be\nhighlighted since there is no ~--color~-like option in GID itself.\n\n* Helm AG\n\n** Tips\n\nHelm-AG is different from grep or ack-grep in that it works on a directory and\nnot on a list of files.\n\nYou can ignore files and directories with a \".agignore\" file, local to a\ndirectory or global when placed in the home directory. (See the AG man page for\nmore details.)  That file follows the same syntax as `helm-grep-ignored-files'\nand `helm-grep-ignored-directories'.\n\nAs always you can access Helm AG from `helm-find-files'.\n\nStarting with version 0.30, AG accepts one or more TYPE arguments on its command\nline.  Helm provides completion on these TYPE arguments when available with your\nAG version.  Use a prefix argument when starting a Helm-AG session to enable this\ncompletion.\n\nNote: You can mark several types to match in the AG query.  The first AG\nversions providing this feature allowed only one type, so in this case only the\nlast mark will be used.\n\n* Helm git-grep\n\nHelm-git-grep searches the current directory, i.e the default directory or the\ndirectory in Helm-find-files.  If this current directory is a subdirectory of a\nproject and you want to also match parent directories (i.e the whole project),\nuse a prefix argument.\n\n** Commands\n\\<helm-grep-map>\n\\[helm-goto-next-file]        Next File.\n\\[helm-goto-precedent-file]        Previous File.\n\\[helm-yank-text-at-point]        Yank text at point in minibuffer.\n\\[helm-grep-run-other-window-action]        Jump to other window.\n\\[helm-grep-run-other-frame-action]        Jump to other frame.\n\\[helm-grep-run-default-action]        Run default action (same as `RET').\n\\[helm-grep-run-save-buffer]        Save to a `helm-grep-mode' enabled buffer.")
(defvar helm-pdfgrep-help-message "* Helm PDFgrep Map\n\n** Commands\n\\<helm-pdfgrep-map>\n\\[helm-goto-next-file]        Next file.\n\\[helm-goto-precedent-file]        Previous file.\n\\[helm-yank-text-at-point]        Yank text at point in minibuffer.")
(defvar helm-etags-help-message "* Helm Etags Map\n\n** Commands\n\\<helm-etags-map>\n\\[helm-goto-next-file]        Next file.\n\\[helm-goto-precedent-file]        Previous file.\n\\[helm-yank-text-at-point]        Yank text at point in minibuffer.")
(defvar helm-ucs-help-message "* Helm UCS\n\n** Tips\n\nUse commands below to insert unicode characters in current buffer without\nleaving Helm.\n\n** Commands\n\\<helm-ucs-map>\n\\[helm-ucs-persistent-insert]        Insert character.\n\\[helm-ucs-persistent-forward]        Forward character.\n\\[helm-ucs-persistent-backward]        Backward character.\n\\[helm-ucs-persistent-delete]        Delete character backward.\n\\[helm-ucs-persistent-insert-space]        Insert space.")
(defvar helm-bookmark-help-message "* Helm bookmark name\n\n** Commands\n\\<helm-bookmark-map>\n\\[helm-bookmark-run-jump-other-window]        Jump other window.\n\\[helm-bookmark-run-delete]        Delete bookmark.\n\\[helm-bookmark-run-edit]        Edit bookmark.\n\\[helm-bookmark-toggle-filename]        Toggle bookmark location visibility.")
(defvar helm-esh-help-message "* Helm Eshell on file\n\n** Tips\n\n*** Pass extra arguments after filename\n\nNormally the command or alias will be called with file as argument.  For instance\n\n    <command> candidate_file\n\nBut you can also pass an argument or more after \"candidate_file\" like this:\n\n    <command> %s [extra_args]\n\n\"candidate_file\" will be added at \"%s\" and the command will look at this:\n\n    <command> candidate_file [extra_args]\n\n*** Specify marked files as arguments\n\nExample:\n\n    <command> file1 file2...\n\nCall `helm-find-files-eshell-command-on-file' with one prefix argument.  Otherwise\nyou can pass one prefix argument from the command selection buffer.\n\nNote: This does not work on remote files.\n\nWith two prefix-args the output is printed to the `current-buffer'.\n\nWith no prefix argument or a prefix argument value of '(16) (`\\[universal-argument] \\[universal-argument]')\nthe command is called once for each file like this:\n\n    <command> file1\n    <command> file2\n    ...\n\n** Commands\n\\<helm-esh-on-file-map>")
(defvar helm-buffers-ido-virtual-help-message "* Helm Ido virtual buffers\n\n** Commands\n\\<helm-buffers-ido-virtual-map>\n\\[helm-ff-run-switch-other-window]        Switch to other window.\n\\[helm-ff-run-switch-other-frame]        Switch to other frame.\n\\[helm-ff-run-grep]        Grep file.\n\\[helm-ff-run-zgrep]        Zgrep file.\n\\[helm-ff-run-delete-file]        Delete file.\n\\[helm-ff-run-open-file-externally]        Open file externally.")
(defvar helm-moccur-help-message "* Helm Moccur\n\n** Tips\n\n*** Matching\n\nMultiple regexp matching is allowed, simply enter a space to separate the regexps.\n\nMatching empty lines is supported with the regexp \"^$\", you then get the\nresults displayed as the buffer-name and the line number only.  You can\nsave and edit these results, i.e. add text to the empty line.\n\n*** Automatically match symbol at point\n\nHelm can automatically match the symbol at point while keeping the minibuffer\nempty, ready to be written to.  This behaviour is disabled by default.  To\nenable this you need to add `helm-source-occur' and `helm-source-moccur' to\n`helm-sources-using-default-as-input'.\n\n*** Jump to the corresponding line in the searched buffer\n\nYou can do this with `\\<helm-map>\\[helm-execute-persistent-action]' (persistent-action), to do it repeatedly\nyou can use `\\<helm-map>\\[helm-follow-action-forward]' and `\\<helm-map>\\[helm-follow-action-backward]' or enable `helm-follow-mode' with `\\<helm-map>\\[helm-follow-mode]'.\n\n*** Switch to buffer in other window\n\nThe command \\<helm-moccur-map>\\[helm-moccur-run-goto-line-ow] allow you to switch to buffer\nin other window horizontally or vertically if a prefix arg is supplied.\n\n*** Save the results\n\nSimilarly to Helm-grep, you can save the results with `\\<helm-map>\\[helm-moccur-run-save-buffer]'.\nOnce in the saved buffer, you can edit it, see [[Edit a saved buffer][below]].\n\nOf course if you don't save the results, you can resume the Helm session with\n`helm-resume'.\n\n*** Refresh the resumed session\n\nWhen the buffer(s) where you ran helm-(m)occur get(s) modified, the Helm buffer\nwill flash red as a warning.  You can refresh the buffer by running `\\<helm-map>\\[helm-refresh]'.\nThis can be done automatically by customizing `helm-moccur-auto-update-on-resume'.\n\n*** Refresh a saved buffer\n\nType `g' to update the buffer.\n\n*** Edit a saved buffer\n\nFirst, install wgrep (https://github.com/mhayashi1120/Emacs-wgrep) and then:\n\n1) `C-c C-p' (`wgrep-change-to-wgrep-mode') to edit the buffer(s).\n2) `C-x C-s' to save your changes.\n\nTip: Use the excellent iedit (https://github.com/victorhge/iedit) to modify all\noccurences at once in the buffer.\n\n*** Search in region\n\nWhen searching in current-buffer with `helm-occur', if a region\nis found helm will search in this region only.  If you marked\nthis region with `mark-defun' the symbol that was at point before\nmarking defun will be used when `helm-source-occur' is member of\n`helm-sources-using-default-as-input'.\n\n** Commands\n\\<helm-moccur-map>\n\\[helm-goto-next-file]        Next buffer.\n\\[helm-goto-precedent-file]        Previous buffer.\n\\[helm-yank-text-at-point]        Yank text at point in minibuffer.\n\\[helm-moccur-run-goto-line-ow]        Go to line in other window.\n\\[helm-moccur-run-goto-line-of]        Go to line in new frame.")
(defvar helm-top-help-message "* Helm Top\n\n** Commands\n\\<helm-top-map>\n\\[helm-top-run-sort-by-com]        Sort by commands.\n\\[helm-top-run-sort-by-cpu]        Sort by CPU usage.\n\\[helm-top-run-sort-by-user]        Sort alphabetically by user.\n\\[helm-top-run-sort-by-mem]        Sort by memory.")
(defvar helm-el-package-help-message "* Helm Elisp package\n\n** Tips\n\n*** Compile all your packages asynchronously\n\nIf you use async (if you have installed Helm from MELPA you do), only \"helm\",\n\"helm-core\", and \"magit\" are compiled asynchronously.  If you want all your\npackages compiled asynchronously, add this to your init file:\n\n     (setq async-bytecomp-allowed-packages '(all))\n\n*** Upgrade Elisp packages\n\nOn initialization (when Emacs is fetching packages on remote), if Helm finds\npackages to upgrade, it will start in the upgradable packages view showing the packages\navailable for upgrade.\n\nOn subsequent runs, you will have to refresh the list with `C-c \\[universal-argument]'.  If Helm\nfinds upgrades you can switch to upgrade view (see below) to see what packages\nare available for upgrade or simply hit `C-c U' to upgrade them all.\n\nTo see upgradable packages hit `M-U'.\n\nThen you can install all upgradable packages with the \"upgrade all\" action\n(`C-c \\[universal-argument]'), or upgrade only specific packages by marking them and running the\n\"upgrade\" action (visible only when there are upgradable packages).  Of course\nyou can upgrade a single package by just running the \"upgrade\" action without\nmarking it (`C-c u' or `RET') .\n\n*Warning:* You are strongly advised to *restart* Emacs after *upgrading* packages.\n\n*** Meaning of flags prefixing packages\n\n(Emacs ≥25)\n\n- The flag \"S\" that prefixes package names means that the packages belong to `package-selected-packages'.\n\n- The flag \"U\" that prefix package names mean that this package is no more needed.\n\n** Commands\n\\<helm-el-package-map>\n\\[helm-el-package-show-all]        Show all packages.\n\\[helm-el-package-show-installed]        Show installed packages only.\n\\[helm-el-package-show-uninstalled]        Show non-installed packages only.\n\\[helm-el-package-show-upgrade]        Show upgradable packages only.\n\\[helm-el-package-show-built-in]        Show built-in packages only.\n\\[helm-el-run-package-install]        Install package(s).\n\\[helm-el-run-package-reinstall]        Reinstall package(s).\n\\[helm-el-run-package-uninstall]        Uninstall package(s).\n\\[helm-el-run-package-upgrade]        Upgrade package(s).\n\\[helm-el-run-package-upgrade-all]        Upgrade all packages.\n\\[helm-el-run-visit-homepage]        Visit package homepage.")
(defvar helm-M-x-help-message "* Helm M-x\n\n** Tips\n\n*** You can get help on any command with persistent action (\\[helm-execute-persistent-action])\n\n*** Prefix arguments\n\nYou must pass prefix arguments *after* starting `helm-M-x'.  A mode-line\ncounter will display the number of given prefix arguments.\n\nIf you pass prefix arguments before running `helm-M-x', it will be displayed in the prompt.\nThe first `\\[universal-argument]' after `helm-M-x' clears those prefix arguments.")
(defvar helm-imenu-help-message "* Helm Imenu\n\n** Commands\n\\<helm-imenu-map>\n\\[helm-imenu-next-section]        Go to next section.\n\\[helm-imenu-previous-section]        Go to previous section.")
(defvar helm-colors-help-message "* Helm colors\n\n** Commands\n\\<helm-color-map>\n\\[helm-color-run-insert-name]        Insert the entry name.\n\\[helm-color-run-kill-name]        Kill the entry name.\n\\[helm-color-run-insert-rgb]        Insert entry in RGB format.\n\\[helm-color-run-kill-rgb]        Kill entry in RGB format.")
(defvar helm-semantic-help-message "* Helm Semantic\n\n** Commands\n\\<helm-semantic-map>")
(defvar helm-kmacro-help-message "* Helm kmacro\n\n** Tips\n\n- Start recording a kmacro with `f3'.\n- End the kmacro recording with `f4'.\n- Run `helm-execute-kmacro' to list all your kmacros.\n\nUse persistent action to run your kmacro as many time as needed.\nYou can browse the kmacros with `helm-next-line' and `helm-previous-line'.\n\nNote: You can't record keys running Helm commands except `helm-M-x', under the\ncondition that you don't choose a command using Helm completion.\n\n** Commands\n\\<helm-kmacro-map>")
(defvar helm-kill-ring-help-message "* Helm kill ring\n\n** Tips\n\nEvery Helm session lets you save a candidate to the kill-ring / clipboard /\nprimary-selection with `\\<helm-map>\\[helm-kill-selection-and-quit]'.\n\nTo save space, Helm-kill-ring truncates the candidates longer than\n`helm-kill-ring-max-offset'.\n`\\<helm-kill-ring-map>\\[helm-kill-ring-kill-selection]' then saves the whole\ntext and not the truncated value.  The view of truncated candidates can be\ntoggled; see the command list below.\n\nAs opposed to `yank', numeric prefix arguments are ignored with\n`helm-show-kill-ring': there is no need for them since selection happens within\nHelm.  Moreover Helm has [[Shortcuts for executing Default Action on the nth\ncandidate][Shortcuts for executing Default Action on the nth candidate]].\n\nIt is recommended to globally bind `M-y' to `helm-show-kill-ring'.  Once in the\nHelm-kill-ring session you can navigate to next/previous line with `M-y' and\n`M-u' for convenience.  Of course `\\[helm-next-line]' and `\\[helm-previous-line]' are still available.\n\nIt is possible to delete candidates from the kill ring.\n\nYou can concatenate marked candidates and yank them in the current\nbuffer, thus creating a new entry in the kill ring.  Candidates are\nconcatenated with `helm-kill-ring-separator' as default but you can\nchange interactively the separator while yanking by using two prefix\nargs.  When you have something else than \"\\n\" as default value for\n`helm-kill-ring-separator' and you want to use \"\\n\" from prompt, use\n`C-q C-j' to enter a newline in prompt.\n\nTo not push a new entry in the kill ring, use `\\<helm-map>\\[helm-copy-to-buffer]' instead of RET\n(note that you can't change separator with this).\n\nWhen inserting candidates with the default action (`RET'), `point' is placed at\nthe end of the candidate and `mark' at the beginning.  You can revert this behavior\nby using a prefix argument, i.e. `C-u RET', like the regular `yank' command does.\n\n** Commands\n\\<helm-kill-ring-map>\n\\[helm-next-line]        Next line.\n\\[helm-previous-line]        Previous line.\n\\[helm-kill-ring-delete]        Delete entry.\n\\[helm-kill-ring-toggle-truncated]        Toggle truncated view of candidate.\n\\[helm-kill-ring-kill-selection]        Kill non-truncated of selection.")
(defvar helm-org-headings-help-message "* Helm Org headings\n\n** Tips\n\n*** Refiling\n\nYou can refile one or more headings at a time.\n\nTo refile one heading, move the point to the entry you want to refile and run\n\\[helm-org-in-buffer-headings].  Then select the heading you want to refile to\nand press \\<helm-org-headings-map>\\[helm-org-run-refile-heading-to] or select the refile action from the actions menu.\n\nTo refile multiple headings, run \\[helm-org-in-buffer-headings] and mark the\nheadings you want to refile.  Then select the heading you want to refile to\n(without marking it) and press \\<helm-org-headings-map>\\[helm-org-run-refile-heading-to] or select the refile action from the\nactions menu.\n\n*** Tags completion\n\nTags completion use `completing-read-multiple', perhaps have a\nlook at its docstring.\n\n**** Single tag\n\nFrom an org heading hit C-c C-c which provide a\n\"Tags\" prompt, then hit TAB and RET if you want to enter an\nexisting tag or write a new tag in prompt.  At this point you end\nup with an entry in your prompt, if you enter RET, the entry is\nadded as tag in your org header.\n\n**** Multiple tags\n\nIf you want to add more tag to your org header, add a separator[1] after\nyour tag and write a new tag or hit TAB to find another existing\ntag, and so on until you have all the tags you want\ne.g \"foo,bar,baz\" then press RET to finally add the tags to your\norg header.\nNote: [1] A separator can be a comma, a colon i.e. [,:] or a space.\n\n** Commands\n\\<helm-org-headings-map>\n\\[helm-org-run-open-heading-in-indirect-buffer]        Open heading in indirect buffer.\n\\[helm-org-run-refile-heading-to]        Refile current or marked headings to selection.\n\\[helm-org-run-insert-link-to-heading-at-marker]        Insert link at point to selection.")
(defalias 'helm-comp-read-help-message #[0 "\300\301\302 \"\303\304\211#\207" [assoc-default name helm-get-current-source format "* Helm completing-read completion for `%s'\n\nCommand `%s' is using a `completing-read' for completion on your input,\nthis completion have been \"helmized\" because you have enabled [[Helm mode][helm-mode]]'.\n\n** Tips\n\n*** Disabling or use something else than helm for completion of some commands\n\nYou can disable helm completion or use something else for specific commands of your choice,\nfor this customize variable `helm-completing-read-handlers-alist'.\n\n*** Exiting minibuffer with empty string\n\nYou can exit minibuffer with empty string with \\<helm-comp-read-map>\\[helm-cr-empty-string].\nIt is useful when some commands are prompting continuously until you enter an empty prompt.\n\n** Commands\n\\<helm-comp-read-map>\n\\[helm-cr-empty-string]        Exit minibuffer with empty string."] 5])
(defvar helm-comp-read-mode-line "\\<helm-comp-read-map>C/\\[helm-cr-empty-string]:Empty \\<helm-map>\\[helm-help]:Help \\[helm-select-action]:Act \\[helm-maybe-exit-minibuffer]/f1/f2/f-n:NthAct \\[helm-toggle-suspend-update]:Tog.suspend")
#@60 String displayed in mode-line in `helm-source-find-files'.
(defvar helm-read-file-name-mode-line-string "\\<helm-read-file-map>\\[helm-help]:Help C/\\[helm-cr-empty-string]:Empty \\<helm-map>\\[helm-select-action]:Act \\[helm-maybe-exit-minibuffer]/f1/f2/f-n:NthAct \\[helm-toggle-suspend-update]:Tog.suspend" (#$ . 64717))
(defvar helm-top-mode-line "\\<helm-top-map>\\[helm-help]:Help \\<helm-map>\\[helm-select-action]:Act \\[helm-maybe-exit-minibuffer]/f1/f2/f-n:NthAct \\[helm-toggle-suspend-update]:Tog.suspend")
(provide 'helm-help)