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

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

Re: does (setq Man-switches "-a") work?


From: Emanuel Berg
Subject: Re: does (setq Man-switches "-a") work?
Date: Sat, 30 Nov 2019 13:56:35 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

I had a look in
/usr/share/emacs/25.1/lisp/

$ grep call-process man.el | wc -l
$ 9

;; line 246
(defcustom manual-program "man"
  "Program used by `man' to produce man pages."
  :type 'string
  :group 'man)

;; line 1069
(message "Invoking %s %s in the background" manual-program man-args)

;; line 1095
(call-process shell-file-name nil (list buffer nil) nil

-- 
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal




reply via email to

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