Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0dfb1b75
Commit
0dfb1b75
authored
Apr 08, 1998
by
Karl Heuer
Browse files
(Man-getpage-in-background): Bind inhibit-eol-conversion
to t before calling start-process or call-process.
parent
2d060beb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/man.el
lisp/man.el
+1
-0
No files found.
lisp/man.el
View file @
0dfb1b75
...
...
@@ -583,6 +583,7 @@ If a buffer already exists for this man page, it will display immediately."
(
setq
Man-original-frame
(
selected-frame
))
(
setq
Man-arguments
man-args
))
(
let
((
process-environment
(
copy-sequence
process-environment
))
(
inhibit-eol-conversion
t
)
; so Awk script gets \n intact
;; Avoid possible error by using a directory that always exists.
(
default-directory
"/"
))
;; Prevent any attempt to use display terminal fanciness.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment