Bind nnkiboze-score-file.
[gnus] / lisp / lpath.el
1 ;; Shut up.
2
3 (defvar byte-compile-default-warnings)
4
5 (defun maybe-fbind (args)
6   (while args
7     (or (fboundp (car args))
8         (fset (car args) 'ignore))
9     (setq args (cdr args))))
10
11 (defun maybe-bind (args)
12   (mapcar (lambda (var) (unless (boundp var) (set var nil))) args))
13
14 (if (string-match "XEmacs" emacs-version)
15     (progn
16       (defvar track-mouse nil)
17       (maybe-fbind '(posn-point
18                      event-start x-popup-menu
19                      facemenu-get-face window-at coordinates-in-window-p
20                      compute-motion x-defined-colors easy-menu-create-keymaps
21                      read-event internal-find-face internal-next-face-id
22                      make-face-internal set-frame-face-alist frame-face-alist
23                      facemenu-add-new-face make-face-x-resource-internal
24                      set-font-size set-font-family posn-window
25                      run-with-idle-timer mouse-minibuffer-check window-edges
26                      event-click-count track-mouse read-event mouse-movement-p
27                      event-end mouse-scroll-subr overlay-lists delete-overlay
28                      set-face-stipple mail-abbrevs-setup
29                      make-char-table set-char-table-range font-create-object
30                      x-color-values widget-make-intangible error-message-string
31                      w3-form-encode-xwfu gnus-mule-get-coding-system
32                      decode-coding-string mail-aliases-setup
33                      mm-copy-tree url-view-url w3-prepare-buffer
34                      set-buffer-multibyte
35                      find-non-ascii-charset-region char-charset
36                      mule-write-region-no-coding-system
37                      find-charset-region
38                      find-coding-systems-region get-charset-property
39                      coding-system-get w3-region
40                      w3-coding-system-for-mime-charset 
41                      rmail-summary-exists rmail-select-summary
42                      rmail-update-summary url-retrieve
43                      temp-directory babel-fetch babel-wash
44                      find-coding-systems-for-charsets sc-cite-regexp
45                      vcard-pretty-print image-type-available-p
46                      put-image create-image  display-graphic-p
47                      find-image insert-image image-size
48                      make-overlay overlay-put))
49       (maybe-bind '(global-face-data
50                     mark-active transient-mark-mode mouse-selection-click-count
51                     mouse-selection-click-count-buffer buffer-display-table
52                     font-lock-defaults user-full-name user-login-name
53                     gnus-newsgroup-name gnus-article-x-face-too-ugly
54                     gnus-newsgroup-charset gnus-newsgroup-emphasis-alist
55                     mail-mode-hook
56                     adaptive-fill-first-line-regexp adaptive-fill-regexp
57                     url-current-mime-headers buffer-file-coding-system
58                     w3-image-mappings url-current-mime-type
59                     w3-meta-content-type-charset-regexp
60                     w3-meta-charset-content-type-regexp
61                     url-current-callback-func url-current-callback-data
62                     url-be-asynchronous temporary-file-directory
63                     babel-translations babel-history
64                     display-time-mail-function imap-password
65                     )))
66   (maybe-bind '(mail-mode-hook
67                 enable-multibyte-characters browse-url-browser-function
68                 adaptive-fill-first-line-regexp adaptive-fill-regexp
69                 url-current-mime-headers help-echo-owns-message
70                 w3-meta-content-type-charset-regexp
71                 w3-meta-charset-content-type-regexp
72                 babel-translations babel-history
73                 display-time-mail-function imap-password))
74   (maybe-fbind '(color-instance-rgb-components
75                  temp-directory
76                  glyph-width annotation-glyph window-pixel-width glyph-height
77                  window-pixel-height map-extents
78                  make-color-instance color-instance-name specifier-instance
79                  device-type device-class get-popup-menu-response event-object
80                  x-defined-colors read-color add-submenu set-font-family
81                  font-create-object set-font-size frame-device find-face
82                  set-extent-property make-extent characterp display-error
83                  set-face-doc-string frame-property face-doc-string
84                  button-press-event-p next-command-event
85                  widget-make-intangible glyphp make-glyph set-glyph-image
86                  set-glyph-property event-glyph glyph-property event-point
87                  device-on-window-system-p make-gui-button Info-goto-node
88                  pp-to-string color-name
89                  gnus-mule-get-coding-system decode-coding-string
90                  mail-aliases-setup
91                  mm-copy-tree url-view-url w3-prepare-buffer
92                  mule-write-region-no-coding-system char-int
93                  annotationp delete-annotation make-image-specifier
94                  make-annotation events-to-keys
95                  w3-do-setup w3-region
96                  w3-coding-system-for-mime-charset 
97                  rmail-summary-exists rmail-select-summary rmail-update-summary
98                  url-generic-parse-url valid-image-instantiator-format-p
99                  babel-fetch babel-wash babel-as-string sc-cite-regexp
100                  put-image create-image display-graphic-p
101                  find-image insert-image image-size
102                  vcard-pretty-print image-type-available-p)))
103
104 (setq load-path (cons "." load-path))
105 (require 'custom)
106
107 (defun md5 (a &optional b c)
108   )
109
110 (defun nnkiboze-score-file (a)
111 )
112
113 (provide 'lpath)