Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Subject: Re: gnus-summary-save-in-pipe does not pipe raw article
Date: Fri, 25 Jul 2008 18:16:42 +0900	[thread overview]
Message-ID: <b4mljzqtjb9.fsf@jpl.org> (raw)
In-Reply-To: <87hcae9xqx.fsf@asfast.com>

>>>>> Lloyd Zusman wrote:

>> (defun gzp-pipe-spam (&optional n)
>>   (interactive "P")
>>   (let ((pipe (format "cat | /path/to/cmd")))
> ........................^^^^^^^

<not-to-be-taken-too-seriously>

> Just a (very!) small nit. Why is `cat' being used here? Am I missing
> something? This looks like another recipient of the UUOC Award ("Useless
> Use of Cat"):

>   http://en.wikipedia.org/wiki/Cat_(Unix)#cat_and_UUOC

> And for that matter, the `format' function is equally superfluous,
> as the following is equivalent and faster:

>   (let ((pipe "/path/to/cmd"))

I guessed that's just an example.  I believe what he actually
uses is more complicated and `format' and `let*' are really
needed there.  ;-)

</not-to-be-taken-too-seriously>



  reply	other threads:[~2008-07-25  9:16 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-19  8:28 Graham Murray
2008-07-19 11:19 ` Katsumi Yamaoka
2008-07-22 23:11   ` Katsumi Yamaoka
2008-07-23  7:22     ` Gabor Z. Papp
2008-07-23  7:54       ` Katsumi Yamaoka
2008-07-23  7:59         ` Gabor Z. Papp
2008-07-24 15:08         ` Dan Christensen
2008-07-25  0:15           ` Katsumi Yamaoka
2008-07-25  8:25             ` Lloyd Zusman
2008-07-25  9:16               ` Katsumi Yamaoka [this message]
2008-07-26 11:23                 ` Gabor Z. Papp
2008-07-23 20:17     ` Reiner Steib
2008-07-23 20:24       ` Graham Murray
2008-07-24 15:29         ` Ted Zlatanov

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4mljzqtjb9.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.org \
    /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 NNTP newsgroup(s).