Perhaps you could create a wrapper /home/you/bin/emacs to add some debugging information. Here's a quick stab at something ...
#!/bin/sh -vx # doubtful whether the -vx adds more noise than useful information # FIXME: insecure temp files exec /usr/bin/emacs "$@" >/tmp/emacs.$$.out 2>/tmp/emacs.$$.err -- Intermittently, launching emacs in background exits bash https://bugs.launchpad.net/bugs/185366 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
