all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thien-Thi Nguyen <ttn@glug.org>
Subject: Re: Need help improving an elisp 'GNU grep --version' query
Date: Mon, 25 Aug 2003 13:01:51 -0400	[thread overview]
Message-ID: <7gd6etn01s.fsf@gnufans.net> (raw)
In-Reply-To: gfbptitsn7w.fsf@chlx022.ch.intel.com

ascott@sedona.intel.com (Andrew M. Scott) writes:

> result into a variable

try something like:

  (nth 3 (split-string (shell-command-to-string "grep --version")))

the 3, being a hardcoded constant (that is neither 0 nor 1 ;-), should
be a hint that there is a code enhancement opportunity here...

alternatively, avoid the pitfalls of inferring/assigning meaning to
version numbers and do some kind of test on the program in question,
directly.

thi

  reply	other threads:[~2003-08-25 17:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-25 16:42 Need help improving an elisp 'GNU grep --version' query Andrew M. Scott
2003-08-25 17:01 ` Thien-Thi Nguyen [this message]
2003-08-25 18:12 ` Kevin Rodgers

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=7gd6etn01s.fsf@gnufans.net \
    --to=ttn@glug.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.
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.