dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

vterm-autoloads.el (2487B)


      1 ;;; vterm-autoloads.el --- automatically extracted autoloads  -*- lexical-binding: t -*-
      2 ;;
      3 ;;; Code:
      4 
      5 (add-to-list 'load-path (directory-file-name
      6                          (or (file-name-directory #$) (car load-path))))
      7 
      8 
      9 ;;;### (autoloads nil "vterm" "vterm.el" (0 0 0 0))
     10 ;;; Generated autoloads from vterm.el
     11 
     12 (autoload 'vterm-module-compile "vterm" "\
     13 Compile vterm-module." t nil)
     14 
     15 (autoload 'vterm--bookmark-handler "vterm" "\
     16 Handler to restore a vterm bookmark BMK.
     17 
     18 If a vterm buffer of the same name does not exist, the function will create a
     19 new vterm buffer of the name. It also checks the current directory and sets
     20 it to the bookmarked directory if needed.
     21 
     22 \(fn BMK)" nil nil)
     23 
     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 nil)
     33 
     34 (autoload 'vterm "vterm" "\
     35 Create an interactive Vterm buffer.
     36 Start a new Vterm session, or switch to an already active
     37 session.  Return the buffer selected (or created).
     38 
     39 With a nonnumeric prefix arg, create a new session.
     40 
     41 With a string prefix arg, create a new session with arg as buffer name.
     42 
     43 With a numeric prefix arg (as in `C-u 42 M-x vterm RET'), switch
     44 to the session with that number, or create it if it doesn't
     45 already exist.
     46 
     47 The buffer name used for Vterm sessions is determined by the
     48 value of `vterm-buffer-name'.
     49 
     50 \(fn &optional ARG)" t nil)
     51 
     52 (autoload 'vterm-other-window "vterm" "\
     53 Create an interactive Vterm buffer in another window.
     54 Start a new Vterm session, or switch to an already active
     55 session.  Return the buffer selected (or created).
     56 
     57 With a nonnumeric prefix arg, create a new session.
     58 
     59 With a string prefix arg, create a new session with arg as buffer name.
     60 
     61 With a numeric prefix arg (as in `C-u 42 M-x vterm RET'), switch
     62 to the session with that number, or create it if it doesn't
     63 already exist.
     64 
     65 The buffer name used for Vterm sessions is determined by the
     66 value of `vterm-buffer-name'.
     67 
     68 \(fn &optional ARG)" t nil)
     69 
     70 (register-definition-prefixes "vterm" '("vterm-"))
     71 
     72 ;;;***
     73 
     74 ;;;### (autoloads nil nil ("vterm-pkg.el") (0 0 0 0))
     75 
     76 ;;;***
     77 
     78 ;; Local Variables:
     79 ;; version-control: never
     80 ;; no-byte-compile: t
     81 ;; no-update-autoloads: t
     82 ;; coding: utf-8
     83 ;; End:
     84 ;;; vterm-autoloads.el ends here