all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* http-get and GDS (Google Desktop Search)
@ 2006-02-08  7:13 Mathias Dahl
       [not found] ` <dsc7e6$t7d$1@news.sap-ag.de>
  0 siblings, 1 reply; 6+ messages in thread
From: Mathias Dahl @ 2006-02-08  7:13 UTC (permalink / raw)



I am trying to see if I can make a simple Emacs-interface to leverage
the search functionality of Google Desktop Search. This is what I have
right now:

(require 'http-get)

(defvar gds-url nil
  "GDS URL")

(setq gds-url "http://127.0.0.1:4664/search&s=long_secure_token_or_whatever?q=")

(defun gds-test ()
  (http-get 
   (concat gds-url "emacs")))

When I evaluate (gds-test) I get nothing in return.

If I paste the same URL in the shell and use wget, it can fetch the
data, so the URL syntaxt is correct.

NOTE: The `long_secure_token_or_whatever' above is something else on
my system, but I get the feeling that I should not post that publicly.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-02-08 19:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-08  7:13 http-get and GDS (Google Desktop Search) Mathias Dahl
     [not found] ` <dsc7e6$t7d$1@news.sap-ag.de>
2006-02-08 10:18   ` Mathias Dahl
2006-02-08 11:20     ` Xavier Maillard
     [not found]     ` <mailman.229.1139401011.3144.help-gnu-emacs@gnu.org>
     [not found]       ` <dscrkm$gn3$1@news.sap-ag.de>
2006-02-08 13:52         ` Mathias Dahl
     [not found]           ` <dscu4r$k1q$1@news.sap-ag.de>
2006-02-08 15:32             ` Mathias Dahl
2006-02-08 19:00               ` Mathias Dahl

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.