[slime-devel] LOAD-SYSTEM and stealing file locks

I've recently noticed that when I do a ,load-system and Emacs offers to save modified files, it complains about the files being locked by another process and asking if I want to steal the lock etc. However the PID it gives is in fact my Emacs process. So I wonder if SLIME is doing something funny under the covers--I can't imagine what but I finally correlated this with usin ,load-system so I'm hoping someone here might just know what's going on. -Peter -- Peter Seibel peter@gigamonkeys.com Lisp is the red pill. -- John Fraser, comp.lang.lisp

On 5/26/05, Peter Seibel <peter@gigamonkeys.com> wrote:
I've recently noticed that when I do a ,load-system and Emacs offers to save modified files, it complains about the files being locked by another process and asking if I want to steal the lock etc. However the PID it gives is in fact my Emacs process. So I wonder if SLIME is doing something funny under the covers--I can't imagine what but I finally correlated this with usin ,load-system so I'm hoping someone here might just know what's going on.
FYI I've had the same problem recently. Unfortunately I don't know what the problem might be. -- '(Yours parenthetically), peter barabas. ((call/cc call/cc) (call/cc call/cc))

I have the same problem. -Alan On Jun 1, 2005, at 5:54 AM, Peter BARABAS wrote:
On 5/26/05, Peter Seibel <peter@gigamonkeys.com> wrote:
I've recently noticed that when I do a ,load-system and Emacs offers to save modified files, it complains about the files being locked by another process and asking if I want to steal the lock etc. However the PID it gives is in fact my Emacs process. So I wonder if SLIME is doing something funny under the covers--I can't imagine what but I finally correlated this with usin ,load-system so I'm hoping someone here might just know what's going on.
FYI I've had the same problem recently. Unfortunately I don't know what the problem might be.
-- '(Yours parenthetically), peter barabas.
((call/cc call/cc) (call/cc call/cc)) _______________________________________________ slime-devel site list slime-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/slime-devel

Peter Seibel <peter@gigamonkeys.com> writes:
I've recently noticed that when I do a ,load-system and Emacs offers to save modified files, it complains about the files being locked by another process and asking if I want to steal the lock etc. However the PID it gives is in fact my Emacs process. So I wonder if SLIME is doing something funny under the covers--I can't imagine what but I finally correlated this with usin ,load-system so I'm hoping someone here might just know what's going on.
Should be fixed now. It was one of those dynamic scoping bugs. We had a local variable "system-name", but that wasn't so good because system-name is used when for creating lock filenames. Helmut.
participants (4)
-
Alan Ruttenberg
-
Helmut Eller
-
Peter BARABAS
-
Peter Seibel