From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jim Crossley Newsgroups: gmane.emacs.help Subject: Finding variables by their value Date: Mon, 04 Aug 2003 13:45:25 -0400 Organization: Posted via Supernews, http://www.supernews.com Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1060025238 30729 80.91.224.253 (4 Aug 2003 19:27:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 4 Aug 2003 19:27:18 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 04 21:27:36 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19jkzY-0003fC-00 for ; Mon, 04 Aug 2003 21:27:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19jkoD-00076s-5q for geh-help-gnu-emacs@m.gmane.org; Mon, 04 Aug 2003 15:15:53 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!cyclone.bc.net!sjc70.webusenet.com!news.webusenet.com!sn-xit-02!sn-xit-06!sn-post-01!supernews.com!corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Honest Recruiter, linux) Cancel-Lock: sha1:2UzyVgIIbKqwX0dtJJAnhISDOtY= Original-X-Complaints-To: abuse@supernews.com Original-Lines: 11 Original-Xref: shelby.stanford.edu gnu.emacs.help:115662 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11579 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11579 I thought I remembered seeing somewhere that it was possible to search for lisp variables that had a particular value. Anyone know if that's possible? Like, say my w3m can't get to http://localhost/blah because it's using a proxy, and I know the hostname of the proxy, so I want to find the variable that contains the proxy so I can unset it. What's the command that says, "Show me the variable whose value contains X". Thanks, Jim