• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/

Lines Matching +defs:kill +defs:char

565 ;; `pr-menu-char-height'	Specify menu char height in pixels.
567 ;; `pr-menu-char-width' Specify menu char width in pixels.
832 ;; `pr-menu-char-height' and `pr-menu-char-width' are used to guess the
1045 (or (fboundp 'subst-char-in-string) ; hacked from subr.el
1046 (defun subst-char-in-string (fromchar tochar string &optional inplace)
1097 (defalias 'pr-e-frame-char-height 'frame-char-height)
1098 (defalias 'pr-e-frame-char-width 'frame-char-width)
1211 (subst-char-in-string ?/ ?\\ path)
1219 (subst-char-in-string ?\\ ?/ path)
1228 (subst-char-in-string ?/ ?\\ path)
1229 (subst-char-in-string ?\\ ?/ path)))
2142 Non-nil means to kill all buffer local variable declared in
2449 See also `pr-menu-char-height' and `pr-menu-char-width'."
2455 (defcustom pr-menu-char-height
2459 (pr-e-frame-char-height)))
2460 "*Specify menu char height in pixels.
2465 See also `pr-menu-lock' and `pr-menu-char-width'."
2471 (defcustom pr-menu-char-width
2475 (pr-e-frame-char-width)))
2476 "*Specify menu char width in pixels.
2481 See also `pr-menu-lock' and `pr-menu-char-height'."
2489 nil nil nil ; inherits local kill-local
2513 nil nil ; local kill-local
2519 nil nil ; local kill-local
2781 (kill-buffer temp))))
3345 `pr-menu-char-height' and `pr-menu-char-width' are used to guess the
3550 `pr-menu-char-height' and `pr-menu-char-width' are used to guess the
3592 also quit the printing interface buffer or kill all printing help buffer.
4567 '(20 . pr-menu-char-height)
4568 '(20 . pr-menu-char-width)
4623 (goto-char (point-min))
4635 (goto-char (point-min))
4764 (pr-kill-local-variable local-var-list))))))
4857 (* horizontal pr-menu-char-width))
4859 (* (pr-menu-index entry index) pr-menu-char-height)))))
4868 (* (pr-menu-index entry index) pr-menu-char-height)))
4877 (* horizontal pr-menu-char-width))
4879 (* (pr-menu-index entry index) pr-menu-char-height)))
5310 (kill (nth 2 setting))
5329 (kill ; local settings with killing
5346 (defun pr-kill-local-variable (local-var-list)
5347 (mapcar 'kill-local-variable local-var-list))
5627 (goto-char (point-max))
5639 (goto-char (point-max))
5835 (goto-char (point-min))
5861 (kill-buffer (current-buffer))))))))
6053 (kill-buffer (get-buffer-create pr-buffer-name))
6079 (goto-char (point-min))
6369 (pr-insert-button 'pr-kill-help "Kill All Printing Help Buffer"))
6372 (defun pr-kill-help (&rest ignore)
6382 (kill-buffer buffer)))))
6389 (kill-buffer pr-buffer-name)