2003-03-20 ShengHuo ZHU <zsh@cs.rochester.edu>
[gnus] / lisp / lpath.el
index be35086..4e2b1ec 100644 (file)
@@ -9,20 +9,24 @@
 (defun maybe-bind (args)
   (mapcar (lambda (var) (unless (boundp var) (set var nil))) args))
 
-(maybe-fbind '(create-image
-              display-graphic-p display-time-event-handler find-image
-              image-size image-type-available-p insert-image
-              make-mode-line-mouse-map make-temp-file propertize put-image
-              replace-regexp-in-string rmail-msg-is-pruned
+(maybe-fbind '(bbdb-create-internal bbdb-records
+              create-image display-graphic-p
+              display-time-event-handler find-image image-size
+              image-type-available-p insert-image
+              make-mode-line-mouse-map make-temp-file propertize
+              put-image replace-regexp-in-string rmail-msg-is-pruned
               rmail-msg-restore-non-pruned-header sort-coding-systems
+              spam-BBDB-register-routine spam-enter-ham-BBDB
               tool-bar-add-item tool-bar-add-item-from-menu
-              vcard-pretty-print w32-focus-frame w3m-charset-to-coding-system
-              x-focus-frame))
+              tool-bar-local-item-from-menu url-http-file-exists-p
+              vcard-pretty-print w32-focus-frame
+              w3m-charset-to-coding-system x-focus-frame))
 (maybe-bind '(filladapt-mode
-             mc-pgp-always-sign rmail-enable-mime-composing
+             mc-pgp-always-sign mm-w3m-mode-map rmail-enable-mime-composing
              rmail-insert-mime-forwarded-message-function
              w3m-cid-retrieve-function-alist w3m-current-buffer
-             w3m-meta-content-type-charset-regexp w3m-minor-mode-map))
+             w3m-display-inline-images w3m-meta-content-type-charset-regexp
+             w3m-minor-mode-map))
 
 (if (featurep 'xemacs)
     (progn
@@ -39,7 +43,7 @@
                     mouse-minibuffer-check mouse-movement-p mouse-scroll-subr
                     overlay-lists pgg-parse-crc24-string posn-point
                     posn-window read-event set-buffer-multibyte track-mouse
-                    window-edges))
+                    window-edges w3m-region))
       (maybe-bind '(adaptive-fill-first-line-regexp
                    buffer-display-table buffer-file-coding-system
                    current-language-environment
@@ -49,7 +53,7 @@
                    mouse-selection-click-count-buffer pgg-parse-crc24
                    temporary-file-directory transient-mark-mode)))
   (maybe-fbind '(bbdb-complete-name
-                bbdb-records delete-annotation device-connection dfw-device
+                delete-annotation device-connection dfw-device
                 events-to-keys font-lock-set-defaults frame-device
                 glyph-height glyph-width mail-aliases-setup make-annotation
                 make-event make-glyph make-network-process map-extents
@@ -67,4 +71,7 @@
 (defun nnkiboze-score-file (a)
   )
 
+(defun split-line (&optional arg)
+  )
+
 (provide 'lpath)