On 26 July 2017 at 00:40, Mark Oteiza wrote: > > Reuben Thomas writes: > > + (woman-parse-colon-path (condition-case nil > > + (chomp (with-output-to-string > > + (with-current-buffer > > + standard-output > > + (call-process "manpath" > nil t nil)))) > > + (error nil)))) > > + (woman-manpath-add-locales > > I suspect your chomp is analogous to string-trim-right in subr-x.el > ​Thanks! I'd had chomp in my Emacs init for so long I had forgotten it wasn't part of Emacs, and didn't know about string-trim-right. Updated patch attached (and that function purged from my init, and my personal uses of it replaced by string-trim-right). -- https://rrt.sc3d.org