summaryrefslogtreecommitdiff
path: root/www/emacs-w3m
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-04-11 04:27:48 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-04-11 04:27:48 +0000
commit16e13fb64703665d373afc41712dcbee429848c4 (patch)
treea6c71150667a259b0ecce360db484a0ab29f6c2d /www/emacs-w3m
parentUpdate to 0.2.150. (diff)
Remove detailed instructions from pkg-descr. pkg-descr is not for the
place you put detailed instructions in. Reduce the volume of pkg-message to under 24 lines so that the whole message can be displayed on an average screen.
Notes
Notes: svn path=/head/; revision=41264
Diffstat (limited to 'www/emacs-w3m')
-rw-r--r--www/emacs-w3m/pkg-descr31
-rw-r--r--www/emacs-w3m/pkg-message13
2 files changed, 5 insertions, 39 deletions
diff --git a/www/emacs-w3m/pkg-descr b/www/emacs-w3m/pkg-descr
index 6e5d34aa38f6..a14e63e58acd 100644
--- a/www/emacs-w3m/pkg-descr
+++ b/www/emacs-w3m/pkg-descr
@@ -1,34 +1,5 @@
-emacs-w3m is a simple interface program of w3m for Emacs.
-
-Before using emacs-w3m, you must set following elisp to your own
-.emacs file.
-
-(autoload 'w3m "w3m" "Interface for w3m on Emacs." t)
-
-If you want to use emacs-w3m on Wanderlust, set following elisp to
-your own .emacs file.
-
-(setq mime-setup-enable-inline-html nil)
-(eval-after-load "mime-view"
- '(progn
- (autoload 'mime-w3m-preview-text/html "mime-w3m")
- (ctree-set-calist-strictly
- 'mime-preview-condition
- '((type . text)
- (subtype . html)
- (body . visible)
- (body-presentation-method . mime-w3m-preview-text/html)))
- (set-alist 'mime-view-type-subtype-score-alist
- '(text . html) 3)))
-
-And if you want to use emacs-w3m on Mew, set following elisp to
-your own .mew file.
-
-(require 'mew-w3m)
-(setq mew-prog-html '(mew-mime-text/html-w3m nil nil))
-
+Emacs-w3m is a simple interface program of w3m for Emacs.
WWW: http://namazu.org/~tsuchiya/emacs-w3m/
-
--
MANTANI Nobutaka <nobutaka@nobutaka.com>
diff --git a/www/emacs-w3m/pkg-message b/www/emacs-w3m/pkg-message
index b8846b7fd934..770112a40023 100644
--- a/www/emacs-w3m/pkg-message
+++ b/www/emacs-w3m/pkg-message
@@ -1,11 +1,9 @@
********************************************************************
-* Before using emacs-w3m, you must set following elisp to your own *
-* .emacs file. *
+* Before using emacs-w3m, you must add this to your own .emacs: *
* *
* (autoload 'w3m "w3m" "Interface for w3m on Emacs." t) *
* *
-* If you want to use emacs-w3m on Wanderlust, set following elisp *
-* to your own .emacs file. *
+* To use emacs-w3m on Wanderlust, add this to your own .emacs: *
* *
* (setq mime-setup-enable-inline-html nil) *
* (eval-after-load "mime-view" *
@@ -13,15 +11,12 @@
* (autoload 'mime-w3m-preview-text/html "mime-w3m") *
* (ctree-set-calist-strictly *
* 'mime-preview-condition *
-* '((type . text) *
-* (subtype . html) *
-* (body . visible) *
+* '((type . text) (subtype . html) (body . visible) *
* (body-presentation-method . mime-w3m-preview-text/html))) *
* (set-alist 'mime-view-type-subtype-score-alist *
* '(text . html) 3))) *
* *
-* And if you want to use emacs-w3m on Mew, set following elisp to *
-* your own .mew file. *
+* And to use emacs-w3m on Mew, add this to your own .mew: *
* *
* (require 'mew-w3m) *
* (setq mew-prog-html '(mew-mime-text/html-w3m nil nil)) *