[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: emacs-w3m(){ emacsclient -e "(w3m \"$@\")";}



My brilliant bash function I posted yesterday caused me to be locked
out of x-windows today.
It turns out the problem was
~/.bashrc: line 51: `emacs-w3m': not a valid identifier
which can be seen via sh -o posix .bashrc
Anyway, xdm somehow starts bash that way, so I now use emacs_w3m instead.