Searched +refs:read +refs:expression +refs:history (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/etc/
H A Drefcard.tex290 \key{{\bf read} a file into Emacs}{C-x C-f}
296 \key{toggle read-only status of buffer}{C-x C-q}
324 \key{regular expression search}{C-M-s}
325 \key{reverse regular expression search}{C-M-r}
429 \threecol{find file read-only in other window}{C-x 4 r}{C-x 5 r}
477 \key{regexp search backward through history}{M-r}
478 \key{regexp search forward through history}{M-s}
548 \key{quote regular expression special character {\it c\/}}{\\{\it c}}
632 \key{read and eval minibuffer}{M-:}
669 The \kbd{interactive} spec says how to read argument
[all...]
H A Dgnus-refcard.tex172 (i.e. to read mail). \\
176 news and/or read previously downloaded news offline (see C-c C-i g Gnus
224 ` ' & (M-u, M SPC, M c) Not read.\\
233 is read (killed, uninteresting), and have more or less the same effect.
237 r & (d, M d, M r) Deleted (marked as {\bf read}).\\
240 O & {\bf Old} (read in a previous session).\\
242 M & Article marked as read by duplicate suppression.\\
270 RET & (=) Enter this group. [Prefix: how many (read) articles to fetch.
287 c & Mark all unticked articles in this group as read ({\bf catch-up}).
301 r & Re-read th
[all...]
H A Dpl-refcard.tex324 %To read in a file to edit, see Files, below.
396 %\key{regular expression search}{C-M-s}
397 %\key{reverse regular expression search}{C-M-r}
562 %\threecol{find file read-only in other window}{C-x 4 r}{C-x 5 r}
643 %\key{regexp search backward through history}{M-r}
644 %\key{regexp search forward through history}{M-s}
767 %\key{quote regular expression special character {\it c\/}}{\\{\it c}}
934 %\key{read and eval minibuffer}{M-:}
988 %The \kbd{interactive} spec says how to read arguments interactively.
H A DviperCard.tex357 There are also 9 read only registers (\kbd{1} to \kbd{9}) that store
441 \key{toggle regular expression search}{///}
631 \twocol{buffer-read-only}{{\it buffer dependent}}
680 Ex commands can be made to have history. See the manual for details.
707 \key{{\bf read} in a file}{:r {\sl file}}
708 \key{{\bf read} in the output of a shell command}{:r {\sl !command}}
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dnetrw.vim305 " files read by network transfer aren't appropriately highlighted.
538 " mode: =0 read remote file and insert before current line
539 " =1 read remote file and insert after current line
551 if a:mode == 0 " read remote file before current line
553 elseif a:mode == 1 " read file after current line
557 elseif a:mode == 3 " skip read of file (leave as temporary)
633 " NetRead: Determine method of read (ftp, rcp, etc) {{{3
654 echo "(netrw) Processing your read request..."
659 if b:netrw_method == 1 " read with rcp
660 " call Decho("read vi
[all...]

Completed in 1102 milliseconds