Searched +refs:eldoc +refs:display +refs:message (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dhexl.el40 ;; -iso in `hexl-options' will allow iso characters to display in the
46 (require 'eldoc)
85 :options '(hexl-follow-line hexl-activate-ruler turn-on-eldoc-mode)
291 ;; Set a callback function for eldoc.
292 (set (make-local-variable 'eldoc-documentation-function)
294 (eldoc-add-command-completions "hexl-")
295 (eldoc-remove-command "hexl-save-buffer"
352 (message "(No changes need to be saved)")
445 (message "Current address is %d/0x%08x" hexl-address hexl-address))
450 This function is intended to be used as eldoc callbac
[all...]

Completed in 119 milliseconds