?? new-useful-setqs
字號:
;; -*- Mode: Emacs-Lisp -*-;; This is the `new-useful-setqs' file;; This overrides old defvars since they were revised.(setq texinfmt-version "2.35 of 10 September 1996")(setq texinfo-master-menu-header "\n@detailmenu\n --- The Detailed Node Listing ---\n")(setq texinfo-environment-regexp (concat "^@" "\\(" "cartouche\\|" "display\\|" "end\\|" "enumerate\\|" "example\\|" "f?table\\|" "flushleft\\|" "flushright\\|" "format\\|" "group\\|" "ifhtml\\|" "ifinfo\\|" "iftex\\|" "ignore\\|" "itemize\\|" "lisp\\|" "macro\\|" "multitable\\|" "quotation\\|" "smallexample\\|" "smalllisp\\|" "tex" "\\)"))(setq texinfo-no-refill-regexp (concat "^@" "\\(" "example\\|" "smallexample\\|" "lisp\\|" "smalllisp\\|" "display\\|" "format\\|" "flushleft\\|" "flushright\\|" "menu\\|" "multitable\\|" "titlepage\\|" "iftex\\|" "ifhtml\\|" "tex\\|" "html" "\\)"))(setq texinfo-accent-commands (concat "@OE\\|" "@oe\\|" "@AA\\|" "@aa\\|" "@AE\\|" "@ae\\|" "@ss\\|" "@^\\|" "@`\\|" "@'\\|" "@\"\\|" "@,\\|" "@=\\|" "@~\\|" "@questiondown{\\|" "@exclamdown{\\|" "@L{\\|" "@l{\\|" "@O{\\|" "@o{\\|" "@dotaccent{\\|" "@ubaraccent{\\|" "@d{\\|" "@H{\\|" "@ringaccent{\\|" "@tieaccent{\\|" "@u{\\|" "@v{\\|" "@dotless{" ))(setq texinfo-part-of-para-regexp (concat "^@" "\\(" "b{\\|" "bullet{\\|" "cite{\\|" "code{\\|" "emph{\\|" "equiv{\\|" "error{\\|" "expansion{\\|" "file{\\|" "i{\\|" "inforef{\\|" "kbd{\\|" "key{\\|" "lisp{\\|" "email{\\|" "minus{\\|" "point{\\|" "print{\\|" "pxref{\\|" "r{\\|" "ref{\\|" "result{\\|" "samp{\\|" "sc{\\|" "t{\\|" "TeX{\\|" "today{\\|" "url{\\|" "var{\\|" "w{\\|" "xref{\\|" "@-\\|" ; @- is a descretionary hyphen (not an accent) (a noop). texinfo-accent-commands "\\)" ))(setq texinfo-raisesections-alist '((@chapter . @chapter) ; Cannot go higher (@unnumbered . @unnumbered) (@centerchap . @unnumbered) (@majorheading . @majorheading) (@chapheading . @chapheading) (@appendix . @appendix) (@section . @chapter) (@unnumberedsec . @unnumbered) (@heading . @chapheading) (@appendixsec . @appendix) (@subsection . @section) (@unnumberedsubsec . @unnumberedsec) (@subheading . @heading) (@appendixsubsec . @appendixsec) (@subsubsection . @subsection) (@unnumberedsubsubsec . @unnumberedsubsec) (@subsubheading . @subheading) (@appendixsubsubsec . @appendixsubsec)))(setq texinfo-lowersections-alist '((@chapter . @section) (@unnumbered . @unnumberedsec) (@centerchap . @unnumberedsec) (@majorheading . @heading) (@chapheading . @heading) (@appendix . @appendixsec) (@section . @subsection) (@unnumberedsec . @unnumberedsubsec) (@heading . @subheading) (@appendixsec . @appendixsubsec) (@subsection . @subsubsection) (@unnumberedsubsec . @unnumberedsubsubsec) (@subheading . @subsubheading) (@appendixsubsec . @appendixsubsubsec) (@subsubsection . @subsubsection) ; Cannot go lower. (@unnumberedsubsubsec . @unnumberedsubsubsec) (@subsubheading . @subsubheading) (@appendixsubsubsec . @appendixsubsubsec)))
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -