File: dictionary.el.html
dictionary allows you to interact with dictionary servers.
Use M-x customize-group RET dictionary RET to modify user settings.
Main commands for interaction are:
M-x dictionary - open a new dictionary buffer
M-x dictionary-search - search for the definition of a word
You can find more information in the README file of the GitHub repository https://github.com/myrkr/dictionary-el
Defined variables (40)
dictionary-coding-systems-for-dictionaries | Mapping of dictionaries to coding systems. |
dictionary-color-support | Determines if the Emacs has support to display color. |
dictionary-connection | The current network connection. |
dictionary-create-buttons | Create some clickable buttons on top of the window if non-nil. |
dictionary-current-data | The item that will be placed on stack next time. |
dictionary-data-stack | The history buffer for functions and arguments. |
dictionary-default-dictionary | The dictionary which is used for searching definitions and matching. |
dictionary-default-popup-strategy | The default strategy for listing matching words within a popup window. |
dictionary-default-strategy | The default strategy for listing matching words. |
dictionary-description-close-delimiter | The delimiter to display after of the dictionaries description. |
dictionary-description-open-delimiter | The delimiter to display in front of the dictionaries description. |
dictionary-display-definition-function | Function to use for displaying dictionary definitions. |
dictionary-identification | This is the identification string that will be sent to the server. |
dictionary-link-dictionary | The dictionary which is used in links. |
dictionary-marker | Stores the point position while buffer display. |
dictionary-mode-abbrev-table | Abbrev table for ‘dictionary-mode’. |
dictionary-mode-hook | Hook run in dictionary mode buffers. |
dictionary-mode-map | Keymap for the dictionary mode. |
dictionary-mode-menu | Menu for the Dictionary mode. |
dictionary-mode-syntax-table | Syntax table for ‘dictionary-mode’. |
dictionary-port | The port of the dictionary server. |
dictionary-position-stack | The history buffer for point and window position. |
dictionary-positions | The current positions. |
dictionary-post-buffer-hook | Hook run at the end of every update of the dictionary buffer. |
dictionary-proxy-port | The port of the proxy server, used only when ‘dictionary-use-http-proxy’ is set. |
dictionary-proxy-server | The name of the HTTP proxy to use when ‘dictionary-use-http-proxy’ is set. |
dictionary-read-dictionary-function | Function to use for prompting for a dictionary. |
dictionary-read-word-function | Function to use for prompting for a word. |
dictionary-read-word-prompt | Prompt string to use when prompting for a word. |
dictionary-search-interface | Controls how ‘dictionary-search’ prompts for words and displays definitions. |
dictionary-selected-window | The currently selected window. |
dictionary-server | This server is contacted for searching the dictionary. |
dictionary-tool-bar-map | Like the default ‘tool-bar-map’, but with additions for Dictionary mode. |
dictionary-tooltip-dictionary | The dictionary to lookup words for ‘dictionary-tooltip-mode’. |
dictionary-tooltip-mode | Indicates whether the dictionary tooltip mode is active. |
dictionary-tooltip-mouse-event | Event that triggered the tooltip mode. |
dictionary-use-http-proxy | Connects via a HTTP proxy using the CONNECT command when not nil. |
dictionary-use-single-buffer | Should the dictionary command reuse previous dictionary buffers? |
dictionary-window-configuration | The window configuration to be restored upon closing the buffer. |
dictionary-word-history | History list of searched word. |
Defined functions (80)
Defined faces (4)
dictionary-button-face | The face that is used for displaying buttons. |
dictionary-reference-face | The face that is used for displaying a reference word. |
dictionary-word-definition-face | The face that is used for displaying the definition of the word. |
dictionary-word-entry-face | The face that is used for displaying the initial word entry line. |