From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Agustin Martin Newsgroups: gmane.emacs.devel Subject: Re: What a modern collaboration toolkit looks like Date: Wed, 2 Jan 2008 20:28:54 +0100 Message-ID: <20080102192854.GA8171@agmartin.aq.upm.es> References: <20071230122217.3CA84830B9A@snark.thyrsus.com> <20071231130712.GB8641@thyrsus.com> <20071231214108.GD26639@thyrsus.com> <200801010027.m010R74P025484@oogie-boogie.ics.uci.edu> <20071231190034.12b0ed4a@reforged> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1199301901 26010 80.91.229.12 (2 Jan 2008 19:25:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Jan 2008 19:25:01 +0000 (UTC) Cc: emacs-devel@gnu.org To: Mike Mattie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 02 20:25:20 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JA9DL-0007jN-0Z for ged-emacs-devel@m.gmane.org; Wed, 02 Jan 2008 20:25:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JA9Cy-0003do-Qc for ged-emacs-devel@m.gmane.org; Wed, 02 Jan 2008 14:24:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JA9CO-0003Qj-GP for emacs-devel@gnu.org; Wed, 02 Jan 2008 14:24:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JA9CM-0003Ps-UO for emacs-devel@gnu.org; Wed, 02 Jan 2008 14:24:20 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JA9CM-0003Ph-MF for emacs-devel@gnu.org; Wed, 02 Jan 2008 14:24:18 -0500 Original-Received: from euler.ccupm.upm.es ([138.100.4.67] helo=smtp.upm.es) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JA9CM-0006WD-E3 for emacs-devel@gnu.org; Wed, 02 Jan 2008 14:24:18 -0500 Original-Received: from debian (domagus.ccupm.upm.es [138.100.247.74]) by smtp.upm.es (8.13.8/8.13.8/euler-005) with ESMTP id m02JO42N012214; Wed, 2 Jan 2008 20:24:04 +0100 Original-Received: by debian (Postfix, from userid 1000) id 16D3A17E87; Wed, 2 Jan 2008 20:28:54 +0100 (CET) Content-Disposition: inline In-Reply-To: <20071231190034.12b0ed4a@reforged> User-Agent: Mutt/1.5.13 (2006-08-11) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:85935 Archived-At: On Mon, Dec 31, 2007 at 07:00:34PM -0800, Mike Mattie wrote: > Inside the file for spelling support I start it with something like this: > > (defun install-flyspell () > "install or update flyspell" > (interactive) > (dl-elisp "http://www-sop.inria.fr/mimosa/Manuel.Serrano/flyspell/flyspell-1.7n.el" "flyspell")) > > (require 'flyspell) > > config.... Just a side note here, Manuel is no longer maintaining flyspell.el, although he puts some flyspell.el in his personal page. flyspell.el from emacs cvs is by far more up-to-date, but you may need an actual emacs for some of the features. -- Agustin