[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: next page of Google HTTPS search results
- From: jidanni@xxxxxxxxxxx
- Date: Mon, 27 Feb 2012 10:37:13 +0800
- X-ml-name: emacs-w3m
- X-mail-count: 11767
- References: <b4mipitxb8m.fsf@xxxxxxx>
>>>>> "KY" == Katsumi Yamaoka <yamaoka@xxxxxxx> writes:
KY> In [emacs-w3m : No.11765] jidanni@xxxxxxxxxxx wrote:
>> emacs-w3m knows to get the next 10 results when one reaches the bottom of
>> http://www.google.com/search?q=GCJ-02 but not
>> https://www.google.com/search?q=GCJ-02 .
KY> In Japan there's no difference observed between those pages.
I think you need to replace http with "https?" in some of these:
20 matches for "google" in buffer: w3m.el
1943: '(("\\`gg:" w3m-search-uri-replace "google")
1944: ("\\`ggg:" w3m-search-uri-replace "google groups")
1973: (\"\\\\`gg:\" w3m-search-uri-replace \"google\")
1976: query the word \"emacs\" to the Google site.\
2028:\\.google\\.[^/]+/\\(?:\\(?:blog\\|code\\)?search\\|groups\\|news\\|images\
2040: "\\`http://www\\.google\\.[^/]+/gwt/n\\?u="
2088:(defcustom w3m-enable-google-feeling-lucky t
2090:In that case, emacs-w3m uses Google to search for the words."
2094:(defcustom w3m-google-feeling-lucky-charset
2103: "*Character set for \"I'm Feeling Lucky on Google\"."
2324:For instance, the value \"^http://www\\.google\\.com/\" conceals
2325:Google's logo and navigation images, but display YouTube's
4565: "Add a scheme part to an URL or make an URL for \"I'm Feeling Lucky on Google\"
4574: (let* ((charset w3m-google-feeling-lucky-charset)
4577: (format (concat "http://www.google.com/search"
4605: (unless w3m-enable-google-feeling-lucky
6007:like <a>, however some web sites, e.g., news.google.com.tw, do so and
6898:If the page looks like Google's search result and the START point is
6915: (string-match "\\`http://\\(?:[^/]+\\.\\)*google\\."
9163:would search for the term \"emacs\" with the Google search engine. See
Of course I'm using
$ apt-cache policy w3m-el-snapshot
w3m-el-snapshot:
Installed: 1.4.442+0.20110729-1
Candidate: 1.4.463+0.20120113-1
Version table:
1.4.463+0.20120113-1 0
500 http://ftp.tw.debian.org/debian/ unstable/main i386 Packages
*** 1.4.442+0.20110729-1 0
100 /var/lib/dpkg/status
because the new one had other problems.