X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Flpath.el;h=a12dc0f7cf7d9f434ad371755ebccc7fc24c2218;hb=8d102d4f2b60f1b73c146619b231a9eebf55c770;hp=1c2f9bed55a86abe9fb85a0ce2271cd080f7e15b;hpb=f0c2d45d7a3aa9463cc66ffdec5e95a5cf555549;p=elisp%2Fgnus.git- diff --git a/lisp/lpath.el b/lisp/lpath.el index 1c2f9be..a12dc0f 100644 --- a/lisp/lpath.el +++ b/lisp/lpath.el @@ -23,7 +23,7 @@ (maybe-fbind '(posn-point event-start x-popup-menu facemenu-get-face window-at coordinates-in-window-p - compute-motion x-defined-colors easy-menu-create-keymaps + easy-menu-create-keymaps read-event internal-find-face internal-next-face-id make-face-internal set-frame-face-alist frame-face-alist facemenu-add-new-face make-face-x-resource-internal @@ -31,7 +31,7 @@ run-with-idle-timer mouse-minibuffer-check window-edges event-click-count track-mouse read-event mouse-movement-p event-end mouse-scroll-subr overlay-lists delete-overlay - set-face-stipple mail-abbrevs-setup + set-face-stipple mail-abbrevs-setup make-char-table set-char-table-range font-create-object x-color-values widget-make-intangible error-message-string w3-form-encode-xwfu gnus-mule-get-coding-system @@ -42,27 +42,47 @@ find-charset-region find-coding-systems-region get-charset-property coding-system-get w3-region + w3-coding-system-for-mime-charset rmail-summary-exists rmail-select-summary - rmail-update-summary - )) + rmail-update-summary url-retrieve + temp-directory babel-fetch babel-wash + find-coding-systems-for-charsets sc-cite-regexp + vcard-pretty-print image-type-available-p + put-image create-image display-graphic-p + find-image insert-image image-size + make-overlay overlay-put make-symbolic-link)) (maybe-bind '(global-face-data mark-active transient-mark-mode mouse-selection-click-count mouse-selection-click-count-buffer buffer-display-table font-lock-defaults user-full-name user-login-name gnus-newsgroup-name gnus-article-x-face-too-ugly - gnus-newsgroup-default-charset - gnus-newsgroup-iso-8859-1-forced - mail-mode-hook enable-multibyte-characters + gnus-newsgroup-charset gnus-newsgroup-emphasis-alist + mail-mode-hook adaptive-fill-first-line-regexp adaptive-fill-regexp - url-current-mime-headers buffer-file-coding-system))) + url-current-mime-headers buffer-file-coding-system + w3-image-mappings url-current-mime-type + w3-meta-content-type-charset-regexp + w3-meta-charset-content-type-regexp + url-current-callback-func url-current-callback-data + url-be-asynchronous temporary-file-directory + babel-translations babel-history + display-time-mail-function imap-password + ))) (maybe-bind '(mail-mode-hook enable-multibyte-characters browse-url-browser-function adaptive-fill-first-line-regexp adaptive-fill-regexp - url-current-mime-headers)) + url-current-mime-headers help-echo-owns-message + w3-meta-content-type-charset-regexp + w3-meta-charset-content-type-regexp + babel-translations babel-history + display-time-mail-function imap-password)) (maybe-fbind '(color-instance-rgb-components + temp-directory + glyph-width annotation-glyph window-pixel-width glyph-height + window-pixel-height map-extents make-color-instance color-instance-name specifier-instance device-type device-class get-popup-menu-response event-object - x-defined-colors read-color add-submenu set-font-family + add-submenu set-font-family font-create-object set-font-size frame-device find-face set-extent-property make-extent characterp display-error set-face-doc-string frame-property face-doc-string @@ -70,20 +90,31 @@ widget-make-intangible glyphp make-glyph set-glyph-image set-glyph-property event-glyph glyph-property event-point device-on-window-system-p make-gui-button Info-goto-node - pp-to-string color-name + pp-to-string color-name gnus-mule-get-coding-system decode-coding-string mail-aliases-setup url-view-url w3-prepare-buffer char-int annotationp delete-annotation make-image-specifier - make-annotation - w3-do-setup w3-region - rmail-summary-exists rmail-select-summary rmail-update-summary - ))) + make-annotation events-to-keys + w3-do-setup w3-region + w3-coding-system-for-mime-charset + rmail-summary-exists rmail-select-summary rmail-update-summary + url-generic-parse-url valid-image-instantiator-format-p + babel-fetch babel-wash sc-cite-regexp + put-image create-image display-graphic-p + find-image insert-image image-size + vcard-pretty-print image-type-available-p + coding-system-get find-coding-system + find-coding-systems-for-charsets find-coding-systems-region + font-lock-set-defaults function-max-args get-charset-property + make-symbolic-link map-extents smiley-encode-buffer + toolbar-gnus))) + (setq load-path (cons "." load-path)) (require 'custom) -(defun md5 (a &optional b c) +(defun md5 (object &optional start end coding noerror) ) (provide 'lpath)