.emacs-my
changeset 715 973cc8f1023a
parent 714 29d5bc4953c6
child 716 a3f42d9dd281
equal deleted inserted replaced
714:29d5bc4953c6 715:973cc8f1023a
   737      ;; with SVG shared library.
   737      ;; with SVG shared library.
   738      (setq image-file-name-extensions (remove "svg" image-file-name-extensions))
   738      (setq image-file-name-extensions (remove "svg" image-file-name-extensions))
   739      ;; Re-initialize the image-file handler.
   739      ;; Re-initialize the image-file handler.
   740      (auto-image-file-mode t)
   740      (auto-image-file-mode t)
   741      ))
   741      ))
   742 
       
   743 ;;; ----------------------------------------------------------------
       
   744 (message "convenient")
       
   745 
       
   746 (defun reglen()
       
   747   "Show region length."
       
   748   (interactive)
       
   749   (message "%s" (- (region-end) (region-beginning))))
       
   750 
   742 
   751 ;;; ----------------------------------------------------------------
   743 ;;; ----------------------------------------------------------------
   752 (message "minibuffer")
   744 (message "minibuffer")
   753 
   745 
   754 (require 'icomplete) ; Interactive completion in minibuffer.
   746 (require 'icomplete) ; Interactive completion in minibuffer.