X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=wl%2Fwl-nemacs.el;h=aedf7913ca94eb4053c321cff53cefe3dec898f8;hb=d5b30dbc0d8ad66b629cf38de7df94bf92b09c11;hp=38e0e4893337033a9033751078d9393a23f22129;hpb=e3e5f572d472484c24a40f53375103b9c9a0a7a9;p=elisp%2Fwanderlust.git diff --git a/wl/wl-nemacs.el b/wl/wl-nemacs.el index 38e0e48..aedf791 100644 --- a/wl/wl-nemacs.el +++ b/wl/wl-nemacs.el @@ -1,6 +1,6 @@ ;;; wl-nemacs.el -- Wanderlust modules for Nemacs. -;; Copyright 1998,1999,2000 Yuuichi Teranishi +;; Copyright (C) 1998,1999,2000 Yuuichi Teranishi ;; Author: Yuuichi Teranishi ;; Keywords: mail, net news @@ -24,16 +24,11 @@ ;; ;;; Commentary: -;; +;; ;;; Code: -;; - -(defun wl-xmas-setup-folder ()) ; dummy -(defun wl-xmas-setup-summary ()) -(defun wl-xmas-setup-draft-toolbar ()) +;; -(defun wl-summary-setup-mouse ()) (defun wl-message-overload-functions () (local-set-key "l" 'wl-message-toggle-disp-summary)) @@ -49,16 +44,12 @@ (defun wl-highlight-summary-line-string (line mark indent before-indent)) (defun wl-highlight-body-region (beg end)) (defun wl-highlight-message (start end hack-sig &optional body-only)) -(defun wl-delete-all-overlays ()) (defun wl-highlight-summary-current-line (&optional smark regexp temp-too)) (defun wl-highlight-plugged-current-line ()) (defun wl-plugged-set-folder-icon (folder string) string) -(defun wl-folder-init-icons ()) ; dummy. -(defun wl-plugged-init-icons ()) ; dummy. - (defmacro wl-defface (face spec doc &rest args) (` (defvar (, face) (, spec) (, doc)))) @@ -75,8 +66,7 @@ (list (cons t (mime-charset-to-coding-system default-mime-charset)))) (defun wl-draft-overload-functions () - (setq mode-line-buffer-identification - (format "Wanderlust: %s" (buffer-name))) + (wl-mode-line-buffer-identification) (local-set-key "\C-c\C-y" 'wl-draft-yank-original) (local-set-key "\C-c\C-s" 'wl-draft-send) (local-set-key "\C-c\C-a" 'wl-draft-insert-x-face-field) @@ -88,14 +78,11 @@ (local-set-key "\C-c\C-r" 'wl-draft-caesar-region) (local-set-key "\M-t" 'wl-toggle-plugged) (local-set-key "\C-c\C-o" 'wl-jump-to-draft-buffer) + (local-set-key "\C-c\C-e" 'wl-draft-config-exec) (local-set-key "\C-c\C-j" 'wl-template-select) (local-set-key "\C-c\C-p" 'wl-draft-preview-message) (local-set-key "\C-x\C-s" 'wl-draft-save) - (local-set-key "\C-xk" 'wl-draft-mimic-kill-buffer) - (when wl-show-plug-status-on-modeline - (set (make-variable-buffer-local 'mode-line-format) (wl-make-modeline)))) - -(defalias 'wl-make-modeline 'wl-make-modeline-subr) + (local-set-key "\C-xk" 'wl-draft-mimic-kill-buffer)) ;;; Emulations. @@ -166,6 +153,7 @@ However, if `mail-yank-prefix' is non-nil, insert that prefix on each line." ;; a dead duck... We MUST re-load it certainly. (load-library "poe-18") -(provide 'wl-nemacs) +(require 'product) +(product-provide (provide 'wl-nemacs) (require 'wl-version)) ;;; wl-nemacs.el ends here