all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Van L <van@scratch.space>
To: Emacs <help-gnu-emacs@gnu.org>
Subject: Re: How to do a massive unfill paragraph operation over several hundred files?
Date: Sun, 30 Sep 2018 15:10:17 +1000	[thread overview]
Message-ID: <583DAEED-6321-4E75-B26E-530A998CD72D@scratch.space> (raw)
In-Reply-To: <86wor435c6.fsf@zoho.com>


>> It's been decades since I messed with it, but
>> as I vaguely recall there's a batch mode for
>> emacs.  Basically, you call emacs from the
>> command line with the "--batch" and other
>> options ("--script [file_containing_elisp]").
> 
> See? I was right even decades ago!
> 
> :)

You had this formulation:

  ┌────
  │ 1  #! /bin/zsh
  │ 2  
  │ 3  # Script to insert a string into files
  │ 4  # 1, 2, and 3:
  │ 5  
  │ 6  local script=do-this.el
  │ 7  
  │ 8  emacs -Q --batch --script $script 1 2 3
  └────

  ┌────
  │ 1  ;; do-this.el
  │ 2  
  │ 3  ;; Elisp to do it:
  │ 4  
  │ 5  (dolist (f argv)
  │ 6    (find-file f)
  │ 7    (insert "Sail away, sail away, sail away…") ; do your thing here
  │ 8    (save-buffer) )
  └────


  reply	other threads:[~2018-09-30  5:10 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-28  8:16 How to do a massive unfill paragraph operation over several hundred files? Gerald Wildgruber
2018-09-29  2:04 ` ken
     [not found] ` <mailman.1466.1538186663.1284.help-gnu-emacs@gnu.org>
2018-09-29 11:34   ` Emanuel Berg
2018-09-30  5:10     ` Van L [this message]
     [not found] <mailman.1463.1538170475.1284.help-gnu-emacs@gnu.org>
2018-09-29 11:32 ` Emanuel Berg
2018-09-30 19:47   ` Gerald Wildgruber
     [not found]   ` <mailman.1577.1538336869.1284.help-gnu-emacs@gnu.org>
2018-09-30 20:28     ` Emanuel Berg
2018-10-01  5:48       ` Gerald Wildgruber
     [not found]       ` <mailman.1589.1538372941.1284.help-gnu-emacs@gnu.org>
2018-10-01  9:42         ` Emanuel Berg
2018-10-01 14:37           ` Gerald Wildgruber
2018-10-01 15:21             ` Robert Pluim
2018-10-02 12:11               ` Gerald Wildgruber
2018-10-02 15:37                 ` Noam Postavsky
2018-10-03 10:11                   ` Gerald Wildgruber
2018-10-03 23:52                     ` Noam Postavsky
2018-10-08  5:42                       ` Gerald Wildgruber
     [not found]                   ` <mailman.1666.1538561477.1284.help-gnu-emacs@gnu.org>
2018-10-03 14:12                     ` Emanuel Berg
     [not found]               ` <mailman.1650.1538482287.1284.help-gnu-emacs@gnu.org>
2018-10-02 15:11                 ` Emanuel Berg
     [not found]           ` <mailman.1626.1538404685.1284.help-gnu-emacs@gnu.org>
2018-10-01 15:12             ` Emanuel Berg

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

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

  git send-email \
    --in-reply-to=583DAEED-6321-4E75-B26E-530A998CD72D@scratch.space \
    --to=van@scratch.space \
    --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.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.