Sohalt / emacspeak

Automatically exported from code.google.com/p/emacspeak
0 stars 0 forks source link

g-client Broken? #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Checkout latest version of emacspeak from subversion and build/install the 
content of lisp/g-client as indicated in 
https://emacspeak.googlecode.com/svn/trunk/lisp/g-client/g-client.html 
2. Open emacs after installation (I am using emacs 23 in Ubuntu 12.10)
3. Follow 
http://blog.vivekhaldar.com/post/1649745633/editing-google-docs-in-emacs . The 
first step (gdocs-signin) already fails after providing my email

What is the expected output? What do you see instead?

Loading /home/fons/emacspeak-read-only/lisp/g-client/g-cus-load.el 
(source)...done
Loading g...done
For information about GNU Emacs and the GNU system, type C-h C-a.
(New file)
Making completion list...
g-get-user-credentials: Symbol's function definition is void: auth-source-search

What version of the product are you using? On what operating system?
SVN, Ubuntu 12.10

Please provide any additional information below.

Original issue reported on code.google.com by alfonso....@gmail.com on 2 Mar 2013 at 2:40

GoogleCodeExporter commented 9 years ago
I know the solution of this issue. I think there's no auth-source-search 
function Emacs 23 or older. Actually g-authenticate function works properly 
assuming that the function g-get-user-credentials is evaluated as nil.

Here I attached the patch, and it works for me.

Original comment by jae.y...@gmail.com on 9 Apr 2013 at 6:25

Attachments: