;; Author: Tim Vaughan <tgvaughan@gmail.com>
;; Created: 11 April 2019
-;; Version: 2.5.0
+;; Version: 2.5.1
;; Keywords: comm gopher
;; Homepage: http://thelambdalab.xyz/elpher
;; Package-Requires: ((emacs "26"))
;;; Global constants
;;
-(defconst elpher-version "2.5.0"
+(defconst elpher-version "2.5.1"
"Current version of elpher.")
(defconst elpher-margin-width 6
The group also contains variables for customizing the behaviour of
Elpher. This includes how to open arbitrary (non-gopher) URLs, whether
-to display buffer headers, whether to look for naked URLs in gopher
-menus (as opposed to just plain text files), the timeout to impose on
-network connections, and whether to prompt for confirmation when
-switching away from TLS.
+to display buffer headers, whether to strip ANSI escape sequences from
+text before displaying, the timeout to impose on network connections,
+and whether to prompt for confirmation when switching away from TLS.
See the customization group itself for details.