Sunday, April 22, 2007

Works!



Yay! It works! I can post to blogger with Emacs, through GData.


It turns out that the problem was with zsh, I needed to escape the
contents of the g-auth-url-pattern with quotes. It was easy to see what
was wrong when I finally figured out why the *g auth* buffer wasn't
showing up: If you put a space before the buffer name, like " *g
auth*" it is considered a temporary buffer and isn't displayed in the
listing of buffers.


When I removed this space, and turned it into a buffer I could view, I
saw a zsh error, and immediately realized I had to put quotes around
the string. Whew, what a trial that was!