[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs-w3m(){ emacsclient -e "(w3m \"$@\")";}
- From: jidanni@xxxxxxxxxxx
- Date: Sun, 18 Jan 2009 02:44:40 +0800
- X-ml-name: emacs-w3m
- X-mail-count: 10612
- References: <87myds6qzz.fsf@xxxxxxxxxxx>
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.