help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Size of Gnus and Emacs


From: Emanuel Berg
Subject: Re: Size of Gnus and Emacs
Date: Mon, 02 Dec 2013 17:53:02 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

Jambunathan K <kjambunathan@gmail.com> writes:

>> I'm "bypassing" the web to get directly to what I
>> need. I can't say I like the Internet, but I love
>> Gnus, Usenet, and listbots.
>
> I have a feeling that you are using "G G".  That is a
> nice trick to have everything you need in your
> mailbox.
>
> See
> http://thread.gmane.org/gmane.emacs.gnus.user/15646/focus=15648

Oh, no! More URLs! :)

Never heard of G G, but will check it out, as
always. No, I meant stuff like this. I bind these kind
of defuns to keystrokes, then the search string is
embedded into the URL, and that is sent to the generic
w3m-web-search [1] - I have those for TPB, YT, etc. - I
guess I'm not bypassing the Internet, just those
stinking web GUIs.

;;; Wikipedia
(defun wiki-article ()
  (interactive)
  (set-ps article)
  (w3m-web-search
   "https://en.wikipedia.org/w/index.php?title=%s\&printable=yes";) )

;;; Wiktionary
(defun lookup-word ()
  (interactive)
  (set-ps word)
  (w3m-web-search "http://en.wiktionary.org/wiki/%s";) )

[1] http://user.it.uu.se/~embe8573/conf/.emacs-w3m

-- 
Emanuel Berg, programmer-for-rent. CV, projects, etc at uXu
underground experts united:  http://user.it.uu.se/~embe8573




reply via email to

[Prev in Thread] Current Thread [Next in Thread]