unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Noam Postavsky <npostavs@gmail.com>
To: balasr <balasr@student.ethz.ch>
Cc: 32513@debbugs.gnu.org
Subject: bug#32513: 26.1; eshell/make falls back to *make
Date: Thu, 23 Aug 2018 22:36:10 -0400	[thread overview]
Message-ID: <87r2iov6cl.fsf@gmail.com> (raw)
In-Reply-To: <c865350f-bbab-dcdc-b808-0377edfa2e3e@student.ethz.ch> (balasr's message of "Thu, 23 Aug 2018 17:51:26 +0200")

tags 32513 + notabug
quit

balasr <balasr@student.ethz.ch> writes:

> Starting with emacs -Q I do M-x eshell and them eshell/make [some
> Makefile]. *make is run instead producing the output of the command
> directly into eshell instead of popping up a *compliation* buffer.

I think it's behaving as expected, though the docstring is a bit terse.

    eshell/make is a compiled Lisp function in `em-unix.el'.

    (eshell/make &rest ARGS)

    Use `compile' to do background makes.

If you run 'make' asynchronously, such that it's in the background, then
a *compilation* buffer is used:

    ~/tmp $ make check
    echo foo = x
    foo = x
    ~/tmp $ make check &
    #<buffer *compilation*>






  reply	other threads:[~2018-08-24  2:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-23 15:51 bug#32513: 26.1; eshell/make falls back to *make balasr
2018-08-24  2:36 ` Noam Postavsky [this message]
2018-09-19 23:03   ` Noam Postavsky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r2iov6cl.fsf@gmail.com \
    --to=npostavs@gmail.com \
    --cc=32513@debbugs.gnu.org \
    --cc=balasr@student.ethz.ch \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).