unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Magit misbehavior on MacOS - newbie here
@ 2018-07-10 17:24 Kevin Buchs
  0 siblings, 0 replies; only message in thread
From: Kevin Buchs @ 2018-07-10 17:24 UTC (permalink / raw)
  To: help-gnu-emacs

I just started using magit a few days ago and it is working fine on Linux
(emacs v26). However on my Mac (emacs v25.3.1, magit 2.13.0) it is
misbehaving when I try to perform a commit. It seems to be taking a script
and instead opening buffers with the words found in the script, as well as
trying to create files by the same name. The literal buffer/file names
include:

$sleep'
wait
USR2;
1"
exit
$sleep;
"kill
trap
USR1;
0"
sleep=$!;
&
604800
sleep
$0";
OPEN
$$
"WITH-EDITOR:
'echo

These seem to be coming from
~/lib/emacs/elpa/with-editor-2.7.3/with-editor.el, which includes this
defcustom:

(defcustom with-editor-sleeping-editor "\
sh -c '\
echo \"WITH-EDITOR: $$ OPEN $0\"; \
sleep 604800 & sleep=$!; \
trap \"kill $sleep; exit 0\" USR1; \
trap \"kill $sleep; exit 1\" USR2; \
wait $sleep'"

and ~/lib/emacs is the first element of my load-path.

Anyone have ideas on this problem?

Kevin Buchs


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-07-10 17:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-10 17:24 Magit misbehavior on MacOS - newbie here Kevin Buchs

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).