From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kelvin White Newsgroups: gmane.emacs.devel Subject: Slime repl (sbcl) history and/or cache problems Date: Thu, 29 Jan 2015 06:21:24 +0000 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1134aa1860c0a7050dc47fc2 X-Trace: ger.gmane.org 1422512495 31688 80.91.229.3 (29 Jan 2015 06:21:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Jan 2015 06:21:35 +0000 (UTC) To: Emacs development discussions Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 29 07:21:34 2015 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 1YGiTu-0007hF-2I for ged-emacs-devel@m.gmane.org; Thu, 29 Jan 2015 07:21:34 +0100 Original-Received: from localhost ([::1]:57843 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGiTt-0005dx-El for ged-emacs-devel@m.gmane.org; Thu, 29 Jan 2015 01:21:33 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37144) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGiTp-0005dh-0k for emacs-devel@gnu.org; Thu, 29 Jan 2015 01:21:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGiTl-0007as-RX for emacs-devel@gnu.org; Thu, 29 Jan 2015 01:21:28 -0500 Original-Received: from mail-qg0-f53.google.com ([209.85.192.53]:52481) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGiTl-0007ao-N2 for emacs-devel@gnu.org; Thu, 29 Jan 2015 01:21:25 -0500 Original-Received: by mail-qg0-f53.google.com with SMTP id a108so24324389qge.12 for ; Wed, 28 Jan 2015 22:21:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:from:date:message-id:subject:to:content-type; bh=78oOLrjPr/JOk+BHSkOhCj8oNSFm7qo/9Xes0tozVuU=; b=cLve7c2aJeQ63n8JKdCdzfI+87cIr4kM4Zs+nGQtqTDbtvZusSP/YYSOWssonCFiTv WC+EJRAFMqMl2lHPsO/NHqxEGze9n2ZmoR4o7JVdhF6kQ8NnTfrifQJbxTm/lyZpz1L0 nmWXhpY/tpnBz3DBGOq3+eBeDph9r7t/TAFIjGnuA005F4u9ax9hDgF1eSEkZyakjkqi r+amjah49kIH80YGFNTMX7nkSdQ5EgekESezy2iyQhoDQcJ//gqUSCZZx5RRffMcrQMr j3qnWJsCmSO+Kp9X3jUwwWcQniAxMgofW2iSPM2A0ISfI3dmpXrFC+gzI/Gwcw7mlz1D jBEw== X-Received: by 10.229.102.68 with SMTP id f4mr1005661qco.15.1422512485349; Wed, 28 Jan 2015 22:21:25 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.192.53 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:181962 Archived-At: --001a1134aa1860c0a7050dc47fc2 Content-Type: text/plain; charset=UTF-8 This may seem a little crazy, and a lot odd. I'm not even sure this is an emacs issue at all but I need to start the investigation somewhere. My development environment at work is using SBCL and quicklisp with slime within emacs (24.4.50.1). I've noticed that sometimes it seems like my code stays cached somehow even if I rm ~/.cache/*, restart the repl, and recompile the code. But if I kill emacs daemon, restart it and repeat the steps above, the problem seems to go away. Also, the repl history is gone from around the time I noticed the problem. I haven't noticed the issue prior to running this version of emacs. That doesn't mean it didn't exist, or even convince me that this is indeed a problem with emacs. It very well be some stupid behavior on my part. I am curious if any of you have experienced anything similar, or if this means I'm just going crazy? Is this scenario even possible and If not.. does any of you know any good psychiatrists? Apologies in advance --001a1134aa1860c0a7050dc47fc2 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable This may seem a little crazy, and a lot odd. I'm not even sure this is = an emacs issue at all but I need to start the investigation somewhere. My d= evelopment environment at work is using SBCL and quicklisp with slime withi= n emacs (24.4.50.1). I've noticed that sometimes it seems like my code = stays cached somehow even if I rm ~/.cache/*, restart the repl, and recompi= le the code. But if I kill emacs daemon, restart it and repeat the steps ab= ove, the problem seems to go away. Also, the repl history is gone from arou= nd the time I noticed the problem.=C2=A0I haven't noticed the issue prior to running this version of = emacs. That doesn't mean it didn't exist, or even convince me that = this is indeed a problem with emacs. It very well be some stupid behavior o= n my part. I am curious if any of you have=C2=A0experienced=C2=A0any= thing similar, or if this means I'm just going crazy?=C2=A0
Is this scenario even possible and If= not.. does any of you know any good psychiatrists?

Apologies in advance
--001a1134aa1860c0a7050dc47fc2--