• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lisp/

Lines Matching +defs:message +defs:mail +defs:other +defs:window

84 ;; variable that has one value when Emacs is running under a window
181 "Emulations of other editors."
207 "Support for programming in other languages."
242 (defgroup mail nil
243 "Modes for electronic-mail handling."
312 "Support for Emacs frames and window systems."
337 "Support for links between text or other media types."
732 ;;;###autoload (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
778 (message "Aborted"))))
797 (message "Aborted"))))
830 (message "Aborted"))))
846 (message "Aborted"))))
867 (message "Aborted"))))
1051 (defun customize-group-other-window (group)
1070 ;; Copied from `custom-buffer-create-other-window'.
1072 (same-window-buffer-names nil)
1073 (same-window-regexps nil))
1075 (custom-buffer-create-other-window
1095 (message "`%s' is an alias for `%s'" symbol basevar))))
1098 (defalias 'customize-variable-other-window 'customize-option-other-window)
1101 (defun customize-option-other-window (symbol)
1103 Show the buffer in another window, but don't select it."
1108 (custom-buffer-create-other-window
1112 (message "`%s' is an alias for `%s'" symbol basevar))))
1147 the user might see the value in a error message, a good choice is
1217 ;; Use message instead of error since we want user to be able to
1221 (message "Invalid package-version value for %s" symbol))
1227 (message "%s version %s not found in %s" symbol
1231 (message "Package %s version %s lists no corresponding Emacs version"
1290 (defun customize-face-other-window (&optional face)
1291 "Show customization buffer for face FACE in other window.
1303 (custom-buffer-create-other-window
1314 (custom-buffer-create-other-window
1437 brackets: groups nest within each other with big horizontal brackets.
1490 (defun custom-buffer-create-other-window (options &optional name description)
1491 "Create a buffer containing OPTIONS, and display it in another window.
1492 The result includes selecting that window.
1499 (same-window-buffer-names nil)
1500 (same-window-regexps nil))
1518 (quit-window custom-buffer-done-kill))
1642 (message "Creating customization items...")
1658 (message "Creating customization items ...%2d%%"
1671 (message "Creating customization items ...done")
1672 (message "Resetting customization items...")
1675 (message "Resetting customization items...done")
1676 (message "Creating customization setup...")
1680 (message "Creating customization setup...done"))
1704 Invoke the [Group] button below to edit that item in another window.\n\n")
1721 item in another window.\n\n"))
1741 "Show parent in other window when activated."
1748 (customize-group-other-window (widget-value parent))))
1751 "Show parent in other window when activated."
1758 (customize-variable-other-window (widget-value parent))))
1761 "Show parent in other window when activated."
1768 (customize-face-other-window (widget-value parent))))
1972 (other :tag "short" short))
2257 (message nil))
2471 becomes buffer local when set, append a message to that effect."
3110 Only match the specified window systems.")
3377 (message "Creating face editor...")
3391 ;; If the user has changed this face in some other way,
3414 (message "Creating face editor...done"))))))
3689 (other `(editable-list :inline t
3697 other)
3698 (list other))))
3705 "Show parent in other window when activated."
3868 (message "Creating group...")
3893 (message "Creating group...done")))
3984 (message "Creating group...")
3994 (message "\
4010 (message "Creating group magic...")
4012 (message "Creating group state...")
4015 (message "Creating group... done"))
4181 ;; settings there would overwrite other settings.
4316 (message "Unknown requested feature: %s" request)
4546 (defun custom-state-buffer-message (widget)
4548 (message "To install your edits, invoke [State] and choose the Set operation")))
4586 ;; causes the window to recenter on point, which pushes the
4600 (add-hook 'widget-edit-functions 'custom-state-buffer-message nil t)