From: yamaoka Date: Thu, 12 Feb 2004 04:23:43 +0000 (+0000) Subject: Synch to No Gnus 200402120421. X-Git-Tag: t-gnus-6_17_4-quimby-~1072 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3cfdca5cce9b3302b21d2aeb2a2096a30d0fa7a2;p=elisp%2Fgnus.git- Synch to No Gnus 200402120421. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 27b9565..e0a2e49 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-02-12 Katsumi Yamaoka + + * compface.el (uncompface-use-external): Default to nil. + 2004-02-12 Jesper Harder * nntp.el (nntp-erase-buffer): New function. diff --git a/lisp/compface.el b/lisp/compface.el index b9fc657..0c4c4b2 100644 --- a/lisp/compface.el +++ b/lisp/compface.el @@ -30,12 +30,11 @@ "X-Face image conversion." :group 'extensions) -(defcustom uncompface-use-external (and (not noninteractive) - (executable-find "uncompface") - (executable-find "icontopbm") - t) - "*Non-nil means use the external `uncompface' and `icontopbm' programs. -If this variable is set to nil, use the internal Lisp-based function." +(defcustom uncompface-use-external nil + "*nil means use the internal ELisp-based uncompface program. +If you aren't satisfied with the speed, try to alter the value. In +that case, you need to have the external `uncompface' and `icontopbm' +programs installed." :type 'boolean :group 'compface)