Date: Sun, 24 Dec 2017 11:40:03 +0900 (JST) From: Yasuhiro KIMURA <yasu@utahime.org> To: jrm@FreeBSD.org Cc: ports@FreeBSD.org, nobutaka@FreeBSD.org Subject: Re: Are these Emacs ports still useful? Message-ID: <20171224.114003.901591594004890319.yasu@utahime.org> In-Reply-To: <861sjlnkmu.fsf@phe.ftfl.ca> References: <86d135nne8.fsf@phe.ftfl.ca> <20171224.065553.149647974919185417.yasu@utahime.org> <861sjlnkmu.fsf@phe.ftfl.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
From: Joseph Mingrone <jrm@FreeBSD.org> Subject: Re: Are these Emacs ports still useful? Date: Sat, 23 Dec 2017 18:29:29 -0400 >>> A quick scan suggests that these port may have passed their usefulness. >>> Could you speak up if they are still useful or if you feel they should >>> be removed? >> (snip) >>> - editors/apel (2010 source) >>> - editors/flim (2007 source) >>> - editors/semi (2003 source) > >> They are required by www/emacs-w3m. > > They are dependencies for www/emacs-w3m, but are they really required? > Upsreams [1,2] say apel and friends are only required with quite old > versions of Emacs that were released around 2001. I checked '*.el' files of emacs-w3m-emacs-nox11-1.4.598.b.20170903_2 and found following lines in ${PREFIX}${EMACS_VERSION_SITE_LISPDIR}/w3m/octet.el that is installed when OCTET_VIEWER option is enabled. yasu@eastasia[2305]% less -N /usr/local/share/emacs/25.3/site-lisp/w3m/octet.el (snip) 65 ;;; Code: 66 67 (eval-when-compile 68 (require 'cl)) 69 70 (require 'poe) ; for compatibility 71 (require 'pces) ; as-binary-process 72 (require 'mime) ; SEMI 73 (require 'static) 74 (require 'w3m-util); w3m-insert-string At line 72 'mime' is required, and this feature is provided by semi. So if OCTET_VIEWER option is enabled www/emacs-w3m depends on editors/semi. Regards. --- Yasuhiro KIMURA
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20171224.114003.901591594004890319.yasu>