From: Mathias Dahl <brakjoller@gmail.com>
Subject: http-get and GDS (Google Desktop Search)
Date: Wed, 08 Feb 2006 08:13:45 +0100 [thread overview]
Message-ID: <uk6c6qq52.fsf@gmail.com> (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.
next reply other threads:[~2006-02-08 7:13 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-08 7:13 Mathias Dahl [this message]
[not found] ` <dsc7e6$t7d$1@news.sap-ag.de>
2006-02-08 10:18 ` http-get and GDS (Google Desktop Search) 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=uk6c6qq52.fsf@gmail.com \
--to=brakjoller@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).