FG

How to make Emacs read buffer from stdin on start?

Fresh3 days ago
Mar 15, 202616450 views
Confidence Score0%
0%

Problem

With Vim I can easily do Is it possible to do with Emacs? Is it really impossible to read a buffer from a unix pipe? Edit: As a solution, I wrote a shell wrapper named :

Error Output

$ echo 123 | vim -

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to make Emacs read buffer from stdin on start?

Low Risk

You could use process substitution:

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment