unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: lisa-asket@perso.be
To: lisa-asket@perso.be, "Eli Zaretskii" <eliz@gnu.org>,
	help-gnu-emacs@gnu.org
Subject: Run terminal command with output in current buffer
Date: Fri, 16 Jul 2021 13:58:47 +0200 (CEST)	[thread overview]
Message-ID: <ea-mime-60f17477-4ab2-34af8c08@www-7.mailo.com> (raw)
In-Reply-To: <ea-mime-60f16db9-31c1-2608b699@www-7.mailo.com>

I experience problem with read-from-minibuffer


(cmd-excl (read-from-minibuffer "exclude: "))



Symbol's function definition is void




From: lisa-asket@perso.be
To: Eli Zaretskii <eliz@gnu.org>;
   help-gnu-emacs@gnu.org
Subject: Run terminal command with output in current buffer
Date: 16/07/2021 13:30:01 Europe/Paris

I have progressed as follows, with the intention that I can run the following command



grep -hir --exclude=\*.el --include=\*.{org,texi} -C 8 "node-gnu-fdl" .





--------



(defun runcom ()
  "docstring"

  (interactive) 

  ;; grep -hir --exclude=\*.el --include=\*.{org,texi} -C 8 "node-gnu-fdl" .
  
  (cmd-excl (read-from-minibuffer "exclude: "))
  (setq cmd-excl (concat " -C --exclude=\*." cmd-excl))
  
  (cmd-incl (read-from-minibuffer "include: "))
  (setq cmd-incl (concat " -C --include=\*." cmd-incl))

  (cmd-cnum (read-from-minibuffer "cnum: "))
  (setq cmd-cnum (concat " -C " cmd-cnum))
  
  (cmd-ptrn (read-from-minibuffer "pattern: "))

  (setq cmd (concat "grep -hir " cmd-excl cmd-incl cmd-cnum cmd-ptrn))
  (shell-command cmd (current-buffer))

)




From: Eli Zaretskii <eliz@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Run terminal command with output in current buffer
Date: 16/07/2021 09:07:21 Europe/Paris

> From: lisa-asket@perso.be
> Date: Fri, 16 Jul 2021 08:43:27 +0200 (CEST)
> 
> How can I run a terminal command and insert the output in the current buffer?

"C-u M-! the command RET"

See the doc string of M-! for details.





  reply	other threads:[~2021-07-16 11:58 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-16  6:43 Run terminal command with output in current buffer lisa-asket
2021-07-16  6:53 ` Jean-Christophe Helary
2021-07-16  7:07 ` Eli Zaretskii
2021-07-16  9:04   ` lisa-asket
2021-07-16 11:32     ` Eli Zaretskii
2021-07-16 11:48       ` lisa-asket
2021-07-16 11:30   ` lisa-asket
2021-07-16 11:58     ` lisa-asket [this message]
2021-07-16 15:14       ` Felix Dietrich
2021-07-16 15:21         ` Stefan Monnier via Users list for the GNU Emacs text editor
2021-07-16 15:44           ` lisa-asket
2021-07-16 16:32             ` Felix Dietrich
2021-07-16 17:00               ` lisa-asket
2021-07-16 19:35                 ` Felix Dietrich
2021-07-16 19:48                   ` lisa-asket
2021-07-16 21:58                     ` Felix Dietrich
2021-07-17  5:58                       ` lisa-asket
2021-07-17  9:09                       ` terminal command with output in current buff lisa-asket
2021-07-17  9:19                         ` lisa-asket
2021-07-17 11:33                           ` Felix Dietrich
2021-07-19  1:10                   ` terminal command with output in current buffer Emanuel Berg via Users list for the GNU Emacs text editor
2021-07-19  4:54                     ` Stefan Monnier via Users list for the GNU Emacs text editor
2021-07-19 23:12                       ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-07-20 12:05                       ` ‘read-string’ over ‘read-from-minibuffer’ Felix Dietrich
2021-07-20 15:11                         ` Stefan Monnier via Users list for the GNU Emacs text editor
2021-07-20 15:46                           ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-07-20 12:55                     ` terminal command with output in current buffer Felix Dietrich
2021-07-20 18:15                       ` Yuri Khan
2021-07-20 18:23                         ` lisa-asket
2021-07-16 16:36             ` Run " Stefan Monnier via Users list for the GNU Emacs text editor
2021-07-16 17:24               ` lisa-asket
2021-07-16 18:01                 ` Stefan Monnier via Users list for the GNU Emacs text editor
2021-07-16 18:07                   ` lisa-asket
2021-07-16 18:04               ` lisa-asket
2021-07-19  0:42           ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-07-19  4:49             ` Stefan Monnier via Users list for the GNU Emacs text editor
2021-07-19 20:51               ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-07-16 15:22         ` lisa-asket
2021-07-16 13:25     ` Felix Dietrich
2021-07-16 13:48 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-07-16 14:28   ` lisa-asket
2021-07-16 15:06     ` lisa-asket

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=ea-mime-60f17477-4ab2-34af8c08@www-7.mailo.com \
    --to=lisa-asket@perso.be \
    --cc=eliz@gnu.org \
    --cc=help-gnu-emacs@gnu.org \
    /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.
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).