From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: batkins57@gmail.com Newsgroups: gmane.emacs.help Subject: Re: thesaurus Date: 1 Jan 2006 16:31:04 -0800 Organization: http://groups.google.com Message-ID: <1136161864.087598.43440@g44g2000cwa.googlegroups.com> References: <1136058663.473810.19280@z14g2000cwz.googlegroups.com> <41q8vgF1fcn97U1@individual.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1136162026 18634 80.91.229.2 (2 Jan 2006 00:33:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 Jan 2006 00:33:46 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 02 01:33:43 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EtDdv-0003xU-35 for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Jan 2006 01:33:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EtDfS-0008Ti-U2 for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Jan 2006 19:35:18 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!g44g2000cwa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: 68.239.200.76 Original-X-Trace: posting.google.com 1136161869 7145 127.0.0.1 (2 Jan 2006 00:31:09 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 2 Jan 2006 00:31:09 +0000 (UTC) In-Reply-To: <41q8vgF1fcn97U1@individual.net> User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051005 Firefox/1.0.7,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: g44g2000cwa.googlegroups.com; posting-host=68.239.200.76; posting-account=RQyFAQ0AAAAIiTCD-QkZwj2n8DsgdVTY Original-Xref: shelby.stanford.edu gnu.emacs.help:136728 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:32347 Archived-At: Walter Mitty wrote: > "batkins57@gmail.com" risked the wrath of Usenet weenies mastering > mommies computer when he ventured forth on 2005-12-31, commmitted > his life to the whims of Google, and spluttered: > > > I use > > > > (defun dict (word) > > (interactive "sWord: ") > > (split-window-vertically) > > (other-window 1) > > (browse-url (concat "http://www.answers.com/" word))) > > > > M-x dict RET nice RET > > > >:) > > > > Interesting, thanks. Why do you split the window? Does you rbrowser > come up embedded? I use firefox and it launches a seperate instance I use w3m, which is a browser built into Emacs. Normally it takes up the whole window.