From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yuan Luo Newsgroups: gmane.emacs.devel Subject: auto completion for Common Lisp using SLIME under Emacs Date: Thu, 17 May 2012 09:26:42 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d0444ec67f2e42c04c03b62b2 X-Trace: dough.gmane.org 1337269776 1596 80.91.229.3 (17 May 2012 15:49:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 May 2012 15:49:36 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 17 17:49:32 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SV2xF-0006zO-Ox for ged-emacs-devel@m.gmane.org; Thu, 17 May 2012 17:49:29 +0200 Original-Received: from localhost ([::1]:45846 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SV2xF-0003ce-2F for ged-emacs-devel@m.gmane.org; Thu, 17 May 2012 11:49:29 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:50450) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SV0jB-0008CS-Cm for emacs-devel@gnu.org; Thu, 17 May 2012 09:26:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SV0j6-000351-JX for emacs-devel@gnu.org; Thu, 17 May 2012 09:26:48 -0400 Original-Received: from mail-ob0-f169.google.com ([209.85.214.169]:59146) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SV0j6-00034L-CK for emacs-devel@gnu.org; Thu, 17 May 2012 09:26:44 -0400 Original-Received: by obbwd18 with SMTP id wd18so3210515obb.0 for ; Thu, 17 May 2012 06:26:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=sa7Q0rIAHAshrFhcTe2sHgZ/QjcH1+qjf1cbZofyYUc=; b=bNHI4e255kyozSveOP5QU/Bf/WtdcqWTkC9qLnE+yl5xaPI3b7pVYBBL7gRmkuLkZY j8wJtxte0FtdznJWBKm84jvXVmbHWfWB0AChR1XhtyV03uwH861qI5U4C4RChla1WdWn eULVEBzc7qGh4IfEoupuc7ynSjyspmnpg40CvEYGE8eSlCeA6OighG1XDV9+mFSdOlsS ZjRzqH8NfRe1srqhRGCIXkU1dSUL95j0LbG4rxmXW+4L9+8T0ckAOIbQKvKRFA5YGKWg QxDvMvb6GQHnCxApgjNpUdvDHe2Qvcch9Kk4gcYtmBL1ShpG3vPh+WNPbuBuqiRQzRbk BQdw== Original-Received: by 10.182.46.36 with SMTP id s4mr6405710obm.58.1337261202531; Thu, 17 May 2012 06:26:42 -0700 (PDT) Original-Received: by 10.60.169.17 with HTTP; Thu, 17 May 2012 06:26:42 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.214.169 X-Mailman-Approved-At: Thu, 17 May 2012 11:49:27 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:150552 Archived-At: --f46d0444ec67f2e42c04c03b62b2 Content-Type: text/plain; charset=ISO-8859-1 Hi, I am trying to use slime-fuzzy-complete-symbol for common lisp code auto completion. The Lisp dialect I am using is Allegro CL and Emacs is the IDE. Under its common lisp mode, I use "M-x slime-mode" to enable slime for code editing. My problem is, for example (defun foo () (form) However, after pressing the tab key, it only prompts me (defun name varlist &rest body) rather than the desired format function. I also note that under *slime-repl allegro*, tab key generates a fuzzy completion list. What am I missing here? Best, Yuan --f46d0444ec67f2e42c04c03b62b2 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,
I am trying to use slime-fuzzy-complete-sy= mbol for common lisp code auto completion. The Lisp dialect I am using is A= llegro CL and Emacs is the IDE. Under its common lisp mode, I use "M-x= slime-mode" to enable slime for code editing. My problem is, for exam= ple
(defun foo ()
=A0 (form)
However= , after pressing the tab key, it only prompts me (defun name varlist &r= est body) rather than the desired format function. I also note that under *= slime-repl allegro*, tab key generates a fuzzy completion list. What am I m= issing here?

Best,
Yuan
--f46d0444ec67f2e42c04c03b62b2--