vterm-autoloads.el (2527B)
1 ;;; vterm-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 vterm.el 13 14 (autoload 'vterm-module-compile "vterm" "\ 15 Compile vterm-module." t) 16 (autoload 'vterm--bookmark-handler "vterm" "\ 17 Handler to restore a vterm bookmark BMK. 18 19 If a vterm buffer of the same name does not exist, the function will create a 20 new vterm buffer of the name. It also checks the current directory and sets 21 it to the bookmarked directory if needed. 22 23 (fn BMK)") 24 (autoload 'vterm-next-error-function "vterm" "\ 25 Advance to the next error message and visit the file where the error was. 26 This is the value of `next-error-function' in Compilation 27 buffers. Prefix arg N says how many error messages to move 28 forwards (or backwards, if negative). 29 30 Optional argument RESET clears all the errors. 31 32 (fn N &optional RESET)" t) 33 (autoload 'vterm "vterm" "\ 34 Create an interactive Vterm buffer. 35 Start a new Vterm session, or switch to an already active 36 session. Return the buffer selected (or created). 37 38 With a nonnumeric prefix arg, create a new session. 39 40 With a string prefix arg, create a new session with arg as buffer name. 41 42 With a numeric prefix arg (as in `C-u 42 M-x vterm RET'), switch 43 to the session with that number, or create it if it doesn't 44 already exist. 45 46 The buffer name used for Vterm sessions is determined by the 47 value of `vterm-buffer-name'. 48 49 (fn &optional ARG)" t) 50 (autoload 'vterm-other-window "vterm" "\ 51 Create an interactive Vterm buffer in another window. 52 Start a new Vterm session, or switch to an already active 53 session. Return the buffer selected (or created). 54 55 With a nonnumeric prefix arg, create a new session. 56 57 With a string prefix arg, create a new session with arg as buffer name. 58 59 With a numeric prefix arg (as in `C-u 42 M-x vterm RET'), switch 60 to the session with that number, or create it if it doesn't 61 already exist. 62 63 The buffer name used for Vterm sessions is determined by the 64 value of `vterm-buffer-name'. 65 66 (fn &optional ARG)" t) 67 (register-definition-prefixes "vterm" '("vterm-")) 68 69 ;;; End of scraped data 70 71 (provide 'vterm-autoloads) 72 73 ;; Local Variables: 74 ;; version-control: never 75 ;; no-byte-compile: t 76 ;; no-update-autoloads: t 77 ;; no-native-compile: t 78 ;; coding: utf-8-emacs-unix 79 ;; End: 80 81 ;;; vterm-autoloads.el ends here