Search
Results
dot-files/emacs-eshell.org at master · howardabrams/dot-files
[https://github.com/howardabrams/dot-files/blob/master/emacs-eshell.org] - - public:mzimmerm
Eshell commands for init.el
#59469 - 29.0.50; Eshell “for“ loop: Calling a non-lisp command (example: /usr/bin/tail) sets the variable exported in the {} block of “for var in list {}“ to nil - GNU bug report logs
[https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59469] - - public:mzimmerm
Report GNU emacs bugs including eshell here
EmacsWiki: Batch Mode
Emacs shell scripts - run emacs code as shell script - Stack Overflow
[https://stackoverflow.com/questions/6238331/emacs-shell-scripts-how-to-put-initial-options-into-the-script#6259330] - - public:mzimmerm
Use shebang + exec emacs --script to run emacs code as a shell script but also as emacs code, for example load-file #! /bin/sh “:“; exec emacs --no-site-file --script “$0“ -- “$@“ # -*-emacs-lisp-*- (print (+ 2 2))
dired - Finding files by names - Emacs Stack Exchange
[https://emacs.stackexchange.com/questions/28981/finding-files-by-names] - - public:mzimmerm
Also describes how to use eshell commands for finding etc.