From owner-svn-doc-head@freebsd.org Fri Nov 30 00:20:42 2018 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6A271151863; Fri, 30 Nov 2018 00:20:41 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8E83589CD1; Fri, 30 Nov 2018 00:20:41 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7144720E2D; Fri, 30 Nov 2018 00:20:41 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAU0Kftm071672; Fri, 30 Nov 2018 00:20:41 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAU0Kenl071669; Fri, 30 Nov 2018 00:20:40 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201811300020.wAU0Kenl071669@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Fri, 30 Nov 2018 00:20:40 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52526 - in head/en_US.ISO8859-1: books/fdp-primer/psgml-mode books/fdp-primer/tools htdocs X-SVN-Group: doc-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: in head/en_US.ISO8859-1: books/fdp-primer/psgml-mode books/fdp-primer/tools htdocs X-SVN-Commit-Revision: 52526 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8E83589CD1 X-Spamd-Result: default: False [0.86 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.34)[0.335,0]; NEURAL_SPAM_SHORT(0.22)[0.217,0]; NEURAL_SPAM_MEDIUM(0.31)[0.312,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Nov 2018 00:20:42 -0000 Author: jrm (ports committer) Date: Fri Nov 30 00:20:40 2018 New Revision: 52526 URL: https://svnweb.freebsd.org/changeset/doc/52526 Log: Remove documentation that recommends XEmacs It has been nearly a decade since the last stable release of XEmacs, and editors/xemacs was removed from the ports tree in 2014. Approved by: gjb Differential Revision: https://reviews.freebsd.org/D18383 Modified: head/en_US.ISO8859-1/books/fdp-primer/psgml-mode/chapter.xml head/en_US.ISO8859-1/books/fdp-primer/tools/chapter.xml head/en_US.ISO8859-1/htdocs/applications.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/psgml-mode/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/psgml-mode/chapter.xml Fri Nov 30 00:04:20 2018 (r52525) +++ head/en_US.ISO8859-1/books/fdp-primer/psgml-mode/chapter.xml Fri Nov 30 00:20:40 2018 (r52526) @@ -33,10 +33,9 @@ Using <literal>sgml-mode</literal> with <application>Emacs</application> - Recent versions of Emacs or - XEmacs (available from the Ports - Collection) contain a very useful package called PSGML (can be - installed from editors/psgml). + Recent versions of Emacs (available + from the Ports Collection) contain a very useful package called + PSGML (can be installed from editors/psgml). Automatically invoked when a file with the .xml extension is loaded, or by typing M-x sgml-mode, it is a major mode for dealing Modified: head/en_US.ISO8859-1/books/fdp-primer/tools/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/tools/chapter.xml Fri Nov 30 00:04:20 2018 (r52525) +++ head/en_US.ISO8859-1/books/fdp-primer/tools/chapter.xml Fri Nov 30 00:20:40 2018 (r52526) @@ -123,10 +123,8 @@ - Emacs or - XEmacs - (editors/emacs or - editors/xemacs) + Emacs + (editors/emacs) Both of these editors include a special mode for Modified: head/en_US.ISO8859-1/htdocs/applications.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/applications.xml Fri Nov 30 00:04:20 2018 (r52525) +++ head/en_US.ISO8859-1/htdocs/applications.xml Fri Nov 30 00:20:40 2018 (r52526) @@ -96,7 +96,7 @@ languages like Icon work just fine, too. And FreeBSD's shared libraries have always been easy to make and use. You can also choose from a wide range of popular and powerful editors, such as - XEmacs and Vim. + Emacs and Vim.
  • Net surfing. A real UNIX workstation makes a great Internet surfboard. FreeBSD versions of