bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#27833: 25.2; Add support for manpath command to woman.el


From: Mark Oteiza
Subject: bug#27833: 25.2; Add support for manpath command to woman.el
Date: Tue, 25 Jul 2017 19:40:02 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Reuben Thomas <rrt@sc3d.org> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]