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

Lines Matching defs:right

379 	      "Fill text in region to fit between left and right margin"))
753 "Display top and bottom indicators in opposite fringes, arrows in right."
756 '((t . right) (top . left))))
761 "Show top/bottom indicators in opposite fringes, arrows in right"
764 '((t . right) (top . left))))))
770 '((top . left) (bottom . right))))
777 '((top . left) (bottom . right))))))
779 (defun menu-bar-showhide-fringe-ind-right ()
780 "Display buffer boundaries and arrows in the right fringe."
782 (customize-set-variable 'indicate-buffer-boundaries 'right))
784 (define-key menu-bar-showhide-fringe-ind-menu [right]
785 '(menu-item "In Right Fringe" menu-bar-showhide-fringe-ind-right
786 :help "Show buffer boundaries and arrows in right fringe"
788 :button (:radio . (eq indicate-buffer-boundaries 'right))))
840 :help "Default width fringe on both left and right side"
844 (defun menu-bar-showhide-fringe-menu-customize-right ()
845 "Display fringes only on the right of each window."
850 (define-key menu-bar-showhide-fringe-menu [right]
851 '(menu-item "On the Right" menu-bar-showhide-fringe-menu-customize-right
852 :help "Fringe only on the right side"
886 (define-key menu-bar-showhide-scroll-bar-menu [right]
888 menu-bar-right-scroll-bar
889 :help "Scroll-bar on the right side"
892 (frame-parameters))) 'right))))
893 (defun menu-bar-right-scroll-bar ()
894 "Display scroll bars on the right of each window."
896 (customize-set-variable 'scroll-bar-mode 'right))
1040 :help "Automatically fill text between left and right margins (Auto Fill)"